/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #4F4F4F;
	background: #293746;
	padding: 0;
	margin: 0;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #E8F2FF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #E8F2FF;
	text-decoration: underline;
}

a img {
	border: none;
}
a.mainlink {
	color: #E8F2FF;
	text-decoration: none;
	background:#577DB3;
	padding:2px 2px;
}

a.mainlink:hover, a.mainlink:active, a.mainlink:focus {
	color: #E8F2FF;
	text-decoration: underline;
}

a.fotter {
	color: #E8F2FF;
	text-decoration: none;
	background:#577DB3;
	padding:2px 2px;
}

a.fotter:hover, a.fotter:active, a.fotter:focus {
	color: #E8F2FF;
	text-decoration: underline;
}

a.fotter2 {
	color: #AC9F7F;
	text-decoration: none;
	background:none;
}

a.fotter2:hover, a.fotter2:active, a.fotter2:focus {
	color: #AC9F7F;
	text-decoration: underline;
}

span.inset-left {display: block;color: #000;padding: 15px;float: left;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}
span.inset-right {display: block;color: #000;padding: 15px;float: right;width: 20%;font-size: 110%;font-weight: bold;font-style: italic;}
span.dropcap, span.dropcap-blue, span.dropcap-red, span.dropcap-green, span.dropcap-purple, span.dropcap-orange, span.dropcap-brown, span.dropcap-grey {display: block;font-size: 260%;float: left;margin: 0px 4px 0 0;line-height: 100%;}
span.dropcap {color: #333;}
span.dropcap-blue {color: #0D507A;}
span.dropcap-red {color: #D12E2E;}
span.dropcap-green {color: #74A824;}
span.dropcap-purple {color: #9E0E87;}
span.dropcap-orange {color: #CC8300;}
span.dropcap-brown {color: #8B6846;}
span.dropcap-grey {color: #666;}

.itinerary_day {
	color: #6C81AD;
	margin-top:0;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 100%;
}

.itinerary_overnight {
	color: #797268;
	margin-top: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}
/* Title text */

.image 
{
	background: #FFFFFF;
	border: 1px solid #65727E;
	padding:5px;
	}
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	line-height: normal;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon,
#pathway, #subnav, #footer, #botsl {
	font-size: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
}

.img_caption p {
	text-align: center;
	color: #555555;
}

.img_caption.left, .img_caption.right {
	margin-top: 3px;
}

.img_caption img {
	padding: 4px;
	background: #C5C5C5;
	border: 1px solid #B7B7B7;
}

.img_caption p {
	padding-top: 5px;
	margin-top: 0px;
}

.img-border {
	background: #D4D1B6;
	padding: 4px;
	border: 1px solid #BBB691;	
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 8px;
	padding-left: 30px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/dot.gif) repeat-x top;
}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.inputbox {
	padding: 2px;
	color: #4F4F4F;
	font-size: 100%;
	background: #C5C5C5;
	border: 1px solid #B7B7B7;
}

.button {
	padding: 1px 8px;
	border: 1px solid #C48551;
	background: #9A4600;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 92%;
}

* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 0 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
.article_separator, .article_seperator {
	clear: both;
	display: block;
	height: 5px;
	margin: 0;
	background: url(../images/movie/sep.gif) repeat-x center;
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
.sectiontableheader {
	background: #2B2B2B;
	padding: 4px 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
	background: none;
	border-bottom: 1px solid #B7B7B7;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 12px 8px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #E1E1E1;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: url(../images/sep.gif) repeat-x top;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 8px;
	margin: 0;
	padding: 0 0 0 12px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	font-size: 150%;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	border-bottom: 1px solid #B7B7B7;
}

.contentdescription {
	padding-bottom: 30px;
}

.article-content {
	border: 1px solid #CCCCCC;
}
.list-content {
	border: 1px solid #6C81AD;
	background-color:#EDF2F3;
}

h2.contentheading, .contentheading {
	margin: 0;
	padding: 0;
	font-size: 200%;
	margin-left:17px;
	margin-top: 15px;
	color:#65727E;
	font-family:georgia,serif;
}
h2.listheading, .listheading {
	margin: 0;
	padding: 0;
	background-color:#6C81AD;
		font-size: 130%;

}
a.listpagetitle {
	color: #FFFFFF;
	margin-left:15px;
}

a.listpagetitle:hover, a.listpagetitle:focus, a.listpagetitle:active {
	color: #FFFFFF;
	text-decoration: underline;
}
table.blog .contentheading {
	font-size: 150%;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {

}
.readon {
	padding-right: 15px;
}
a.readon {
	color: #374562;
	background: #F0ECDB;
	text-transform: uppercase;
	padding: 1px 4px;
}

a.readon:hover, a.readon:focus, a.readon:active {
	color: #FFFFFF;
	background: #666666;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto 10px;
	padding: 10px 0 0;
	background: url(../images/sep.gif) repeat-x top;
	color: #555555;
}

ul.pagination li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 1px 4px;
	text-decoration: none;
	background: #CFCCAE;
	border: 1px solid #BBB691;
	color: #4F4F4F;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #9A4600;
}

.pagenavbar {
	background: url(./images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(./images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

ul.latestnews a, ul.mostread a {
	color: #9A4600;
}

.bannerheader {
 	font-size: 120%;
	font-weight: bold;
 }

/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 0 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #555555;
}

.createby {
}

.createdate {
	padding-right: 6px;
	margin-right: 5px;
	background: url(../images/vline.gif) no-repeat right center;
}

.modifydate {
	width: 100%;
	display: block;
	color: #555555;
	margin: 15px 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
	background: url(../images/vline.gif) no-repeat left center;
}

.article-section a {
	color: #555555;
}

.article-category a {
	color: #555555;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}

.buttonheading img {
	margin: 0 0 0 5px;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#mainnav,
#header,
#slideshow,
#slideshow-bot,
#botsl,
#container,
#container-top,
#container-bot,
#footer {
	width: 950px;
	margin: 0 auto;
}

#wrapper {
	background: url(../images/movie/mainwrap-bg.jpg) no-repeat center bottom;
}

#container {
	background: #FFFFFF;
}

#container-inner {
	padding: 10px 19px 10px 19px;
}

#container-top {
	background: url(./images/content-top.png) no-repeat left top;
	height: 5px;
}

#container-bot {
	background: url(./images/content-bot.gif) no-repeat left top;
	height: 16px;
}

#mainbodywrap {
	width: 70%;
	float: left;
}

#mainbody {}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	clear: both;
	display: block;
	float: right;
	width: 75%;
}

#current-content {
	padding: 0 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#col1 {
	float: left;
	overflow: hidden;
	width: 25%;
}

#col1 div.innerpad {}

#col2 {
	float: right;
	overflow: hidden;
	width: 30%;
	padding-top: 52px;
}

#col2 div.innerpad {}

#col2 div.moduletable,
#col2 div.moduletable_menu,
#col2 div.moduletable_hilite {
	background: #C5C5C5;
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
}

#col2 div.moduletable h3,
#col2 div.moduletable_menu h3 {
	background: none;
	color: #706F68;
	border-bottom: 1px solid #B7B7B7;
		font-size: 11px;
}

#col2 div.moduletable_hilite h3 {
	color: #706F68;
	border-bottom: 1px solid #2B2B2B;
	background: none;
}

#col2 div.moduletable_hilite {
	background: #181818;
	border: 1px solid #181818;
	color: #FFFFFF;
}

#col2 div.moduletable_hilite ul {
	color: #FFFFFF;
}

#col2 div.moduletable_hilite ul li {
	background: #000000 !important;
	padding: 3px 10px;
	margin: 0 0 2px;
}

#col2 div.moduletable_hilite .img-border {
	background: #000000;
	border: 1px solid #2B2B2B;
}

/*common style for column*/

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#containerwrap,
#containerwrap-fr,
#containerwrap-fl,
#containerwrap-f {
	padding: 0 0 10px;
	margin: 0;
	clear: both;
}

/*content + left*/
#containerwrap-fr #mainbodywrap {
	width: 100%;
}

#containerwrap-fr #col1 {
	width: 22%;
}

#containerwrap-fr #content {
	width: 78%;
}

#containerwrap-fr #current-content {
	padding-right: 0;
}

/*content + right*/
#containerwrap-fl #content {
	width: 100%;
}

#containerwrap-fl #current-content {
	padding-left: 0;
}

/*full*/
#containerwrap-f #mainbodywrap {
	width: 100%;
}

#containerwrap-f #content {
	width: 100%;
}

#containerwrap-f #current-content {
	padding-left: 0;
	padding-right: 0;
}

/* Top spotlight */
#slideshow {
	padding-top: 5px;
	background: url(../images/content-top.png) no-repeat left top;
}

#slideshow-bot {
	background: url(../images/content-bot.gif) no-repeat center bottom;
	height: 12px;
}

#slideshow-wrap {
	background: #FFFFFF;
	padding: 8px 30px 1px;
}

#topsl2 div.catslwi-display h3 {
	color: #DBDBDB !important;
	text-align: center;
}
/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_default h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3,
div.moduletable_blank h3,
div.moduletable_album h3 {

	
	margin: 0 0 10px;
	padding: 5px 0;

	text-transform: uppercase;
	
	
	
	background: none;
	color: #706F68;
	border-bottom: 1px solid #B7B7B7;
		font-size: 11px;
}

div.moduletable,
div.moduletable_default,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite,
div.moduletable_blank,
div.moduletable_album {
	margin: 0 0 20px;
	padding: 0;
}

/* Module text */
div.moduletable_text {
	padding: 0 10px;
}

/*tabs*/
div.module_tabs {
	padding: 0;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable li,
div.moduletable_menu li,
div.moduletable_text li {
	padding-left: 13px;
	background-position: 5px 7px;
}

/* Highlight module 3 */
#col2 div.moduletable_hilite3 h3 {
	color: #556633;
	border-bottom: 1px solid #2B2B2B;
}

#col2 div.moduletable_hilite3 {
	background: #EDF2F3;
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
}

#col2 div.moduletable_hilite3 .img-border {
	background: #EDE2F3;
	border: 1px solid #B7B7B7;
}

#col2 div.moduletable_hilite3 ul {
	color: #FFFFFF;
}

#col2 div.moduletable_hilite3 ul li {
	background: #77855C !important;
	padding: 3px 10px;
	margin: 0 0 2px;
}

#col2 div.moduletable_hilite3 .img-border {
	background: #853C00;
	border: 1px solid #A9520A;
}
#col2 div.moduletable_hilite3 a {
	color: #EDF2F3;
}

/* Highlight module 3 end */


/* Highlight module 4 */
#col2 div.moduletable_hilite3 h4 {
	color: #556633;
	border-bottom: 1px solid #2B2B2B;
}

#col2 div.moduletable_hilite4 {
	background: #EDF2F3;
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
}

#col2 div.moduletable_hilite4 .img-border {
	background: #EDE2F3;
	border: 1px solid #B7B7B7;
}

#col2 div.moduletable_hilite4 ul {
	color: #FFFFFF;
}

#col2 div.moduletable_hilite4 ul li {
	background: #77855C !important;
	padding: 3px 10px;
	margin: 0 0 2px;
}

#col2 div.moduletable_hilite4 .img-border {
	background: #853C00;
	border: 1px solid #A9520A;
}
#col2 div.moduletable_hilite4 a {
	color: #EDF2F3;
}

/* Highlight module 4 end */

/* MODULE
--------------------------------------------------------- */
/* Highlight module 5 */
#col2 div.moduletable_hilite5 h3 {
	color: #365363;
	border-bottom: 1px solid #365363;
}

#col2 div.moduletable_hilite5 {
	background: #EDF2F3;
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
}

#col2 div.moduletable_hilite5 .img-border {
	background: #EDE2F3;
	border: 1px solid #B7B7B7;
}

#col2 div.moduletable_hilite5 ul {
	color: #FFFFFF;
}

#col2 div.moduletable_hilite5 ul li {
	background: #4D6D80 !important;
	padding: 3px 10px;
	margin: 0 0 2px;
}

#col2 div.moduletable_hilite5 .img-border {
	background: #853C00;
	border: 1px solid #A9520A;
}
#col2 div.moduletable_hilite5 a {
	color: #EDF2F3;
}


/* HEADER
--------------------------------------------------------- */
#headerwrap {
	margin-bottom: 15px;
}

#header {
	line-height: normal;
	position: relative;
	padding-top: 20px;
	z-index: 999;
}

h1.logo, div.logo-text {
	margin: 0 0 5px;
	padding: 0;
	float: left;
        font-family: georgia,serif;
}

h1.logo a {
	width: 293px;
	height: 120px;
	display: block;
	background: url(../images/logo.png) no-repeat center;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	outline: none;
}

div.logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.logo-text h1 a {
	color: #E8F2FF;
}

div.logo-text h1 a:hover,
div.logo-text h1 a:focus,
div.logo-text h1 a:active {
	text-decoration: none;
}

.site-slogan {
	color: #555555;
	margin: 0 0 -2px 0px;
	padding: 0;
	letter-spacing: 2px;
color: #DAD7C2;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnavwrap {
	background: #DBDBDB;
	border-bottom: 5px solid #9A4600;
}

#mainnav {
	padding: 0;
	position: relative;
	z-index: 9999;
}

#mainnav a, #subnav a {
	outline: none;
	line-height: normal;
}

#subnav {}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#subnav li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#subnav a {
	display: block;
	outline: none;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 5px 13px;
}

#subnav a:hover,
#subnav a:active,
#subnav a:focus {
	color: #9A4600;
	text-decoration: none;
	background: url(../images/arrow2.gif) no-repeat 5px 13px;
}

#subnav li.active a {
	font-weight: bold;
	color: #9A4600;
	background: url(../images/arrow2.gif) no-repeat 5px 13px;
}

/* breadcrumbs */
#pathway {
	color: #555555;
	margin: 0 0 5px;
	padding: 0px 0 2px;
	background: none;
	border-bottom: 1px solid #B7B7B7;
}

#pathway strong {
	margin-right: 5px;
}

#pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li {
	display: block;
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
	line-height: normal;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 5px 0 5px 15px;
	margin: 0;
	text-decoration: none;
	color: #4F4F4F;
	background: url(../images/arrow.png) no-repeat 5px 10px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #9A4600;
	text-decoration: none;
	background: url(../images/arrow2.gif) no-repeat 5px 10px;
}

ul.menu li.active a {
	font-weight: bold;
	color: #9A4600;
	background: url(../images/arrow2.gif) no-repeat 5px 10px;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li {
	border: none;
	background: none;
	padding: 0;
}

ul.menu li li a {
	color: #4F4F4F !important;
	border: none;
	padding: 5px 5px 5px 25px !important;
	text-transform: none;
	font-weight: normal !important;
	background: url(../images/arrow.png) no-repeat 15px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #6E6845;
	text-decoration: underline;
}

ul.menu li li.active a {
	color: #4F4F4F;
	font-weight: bold !important;
}

ul.menu li li li a {
	color: #4F4F4F !important;
	font-weight: normal !important;
	padding-left: 35px !important;
	background: url(../images/bullet.gif) no-repeat 25px 10px !important;
}

ul.menu li li li.active a {
	font-weight: bold !important;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

/* Top Spotlight1 */
#topsl1,
#topsl2 {
	margin: 0 0 20px 0;
	padding: 0 15px 0 0;
}

#topsl1 div.moduletable,
#topsl2 div.moduletable,
#topsl2 div.moduletable_album {
	background: #EDF2F3;
	border: 1px solid #B7B7B7;
	padding: 5px 10px;
	margin-bottom: 0;
}

#topsl1 div.moduletable h3,
#topsl2 div.moduletable h3,
#topsl2 div.moduletable_album h3 {
	padding: 0 0 5px;
	background: none;
	color: #706F68;
	border-bottom: 1px solid #B7B7B7;
		font-size: 11px;
}

#topsl1 .box-left div.moduletable,
#topsl2 .box-left div.moduletable {
	margin-right: 5px;
}

#topsl1 .box-center div.moduletable,
#topsl2 .box-center div.moduletable {
	margin: 0 5px;
}

#topsl1 .box-right div.moduletable,
#topsl2 .box-right div.moduletable {
	margin-left: 5px;
}

/* Bottom spotlight */
#botsl {
	clear: both;
	padding: 10px 0;
	color: #B1BFCD;
	
}

#botsl div.moduletable,
#botsl div.moduletable_default {
	padding: 0 10px;
	margin-bottom: 0;
}

#botsl .box-left div.moduletable,
#botsl .box-left div.moduletable_default {
	padding: 0 10px 0 0;
}

#botsl .box-right div.moduletable,
#botsl .box-right div.moduletable_default {
	padding: 0 0 0 10px;
}

#botsl .box-center div.moduletable,
#botsl .box-center div.moduletable_default {
	padding: 0 10px;
	margin-bottom: 0;
}

#botsl div.moduletable h3 {
	background: none;
	border-bottom: 1px solid #706F68;
}

#botsl .img-border {
	background: #000000;
	border: 1px solid #181818;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	clear: both;
	padding: 0;
	margin: 0;
}

#footer {
	background: none;
	position: relative;
	padding: 15px 0;
	color: #AC9F7F;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #FFFFFF;
}

#footer small {
	font-size: 100%;
}

#footer ul {
	float: right;
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/arrow-2.png) no-repeat left center;
}

#footer li a {
	display: inline;
	padding: 0 10px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

li.firstitem {
	background: none !important;
}

/* JA Bulletin */
ul.bullettin li {
	border: none !important;
	background: url(../images/footer-bg.gif) no-repeat left bottom !important;
}

/* JA Catslwi */
#topsl2 .catslwi-display h3 {
	letter-spacing: normal !important;
	margin: 5px 0;
	border-bottom: 1px solid #575757;
	color: #9A4600 !important;
	font-size: 100%;
	font-weight: bold;
	text-transform: none;
}

div.catslwi {
	width: 31%;
	float: left;
	border: 1px solid #BBB691;
	background: #CFCCAE;
	margin: 5px 5px 5px 5px;
}

img.img-border,
div.catslwi {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #B7B7B7;	
}

.catslwi-first .catslwi-inner,
.catslwi-center .catslwi-inner,
.catslwi-last .catslwi-inner {
	margin: 5px;
	position: relative;
}

/* JA Highslide */
.highslide img {
	background: #C5C5C5;
	border: 1px solid #B7B7B7;
	padding: 2px;
}

/* Login */
#login  {
	float: left;
	padding: 5px 10px 0;
}

#login-wrap {
}

#logout-wrap {
	background: none;
}

#logout-wrap div {
	padding: 8px 5px 0 10px;
}

#login form {
	float: left;
}

#login form label {
	float: left;
}

label.login-user span,
label.login-password span {
	display: none;
}

#login-wrap form input.button {
	font-size: 11px !important;
	margin-top: 5px;
}

#login-wrap form #mod_login_username,
#login-wrap form #mod_login_password {
	width: 95% !important;
	margin: 5px 0;
	font-size: 12px !important;
	padding: 2px;
}

* html #login-wrap form #mod_login_username,
* html #login-wrap form #mod_login_password {
	width: 80% !important;	
}

div.login-links {
	padding: 8px 0 0;
	display: block;
}

.login-links a {
	padding: 0 0 0 10px;
	display: block;
	background: url(../images/bullet.gif) no-repeat left center;
}

.login-links a:hover, .login-links a:active, .login-links a:focus {
}

/*usertools*/
#usertools {
	position: absolute;
	right: 210px;
	top: 88px;
}

div#usercolors {
	float: right;
	padding: 14px 10px 0 0;
}

#usertools ul,
#usercolors ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#usertools ul li,
#usercolors ul li {
	margin: 0;
	padding: 0 2px;
	float: left;
	background: none;
}

/* Search */
#search {
	position: absolute;
	right: 0;
	top: 8px;
	height: 22px;
	width: 200px;
	font-size: 12px;
	z-index: 1;
	background: url(../images/search-bg.gif) no-repeat left top;
}

#search .inputbox {
	margin: 0 0 0 30px;
	background: none;
	border: none;
	color: #999999;
	width: 170px;
}

*+html #search .inputbox { /*IE 7*/
	width: 108px;
}

*+html #search .button { /*IE 7*/
  padding: 1px 0px 1px 8px!important;
}

#search .button {
	border: none;
	background: none;
	font-size: 11px;
}

* html #search .button {
	width: 66px;
	height: 22px;
}

/*others*/
.article-content {
	margin-top: 8px;
}
#banner {
	float: right;
	margin: 20px 30px 0 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
}

div.innerdiv {
	padding: 10px 0 12px !important;
	background: url(../images/dot.gif) repeat-x bottom !important;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	max-width: 200px;
	padding: 5px;
	z-index: 999;
	color: #333333;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #666666;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #666666;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #666666;
	border: none;
}

/* Typography */
pre, .code {
	background: #E6E6E6;
	border-left: 5px solid #2B2B2B;
}

blockquote span.open {
	background: url(../images/movie/so-q.gif) no-repeat left top;
}

blockquote span.close {
	background: url(../images/movie/sc-q.gif) no-repeat bottom right;
}

/* Note Style */
p.stickynote {
	background: url(../images/icon-sticky.png) no-repeat left top #E1E1E1;
	border: 1px solid #B7B7B7;
}

p.download {
	background: url(../images/icon-download.png) no-repeat left top #E1E1E1;
	border: 1px solid #B7B7B7;
}

/* Check list */

ul.checklist {padding-left: 15px !important;overflow: hidden;margin-left: 5px !important;}
ul.checklist li {list-style: none;padding-bottom: 3px !important;margin-bottom: 5px !important;padding-left: 22px !important;}
ul.checklist li {background: url(../icon-checklist.png) 0 3px no-repeat !important;}



/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/movie/icon-star.gif) no-repeat 0 3px;
}

/* Check list arrow */
ul.arrow li {
	background: url(../images/movie/icon-arrow.gif) no-repeat 3px 7px;
}

/* Bignumber */
.bignumber {
	background: url(../images/movie/ol-bg.gif) no-repeat top left;
}

/* Talking box. Thinking box. */
div.bubble1 div {
	background: url(../images/movie/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/movie/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/movie/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/movie/bub1-tl.gif) no-repeat top left;
}

div.bubble2 div {
	background: url(../images/movie/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/movie/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/movie/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/movie/bub2-tl.gif) no-repeat top left;
}

div.bubble3 div {
	background: url(../images/movie/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/movie/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/movie/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/movie/bub3-tl.gif) no-repeat top left;
}

div.bubble4 div {
	background: url(../images/movie/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/movie/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/movie/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/movie/bub4-tl.gif) no-repeat top left;
}

/* Legend */
.legend-title {
	background: #DBDBDB;
}

.legend {
	border: 1px solid #B7B7B7;
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#tablica {
	width: 100%;
	padding: 0;
	margin: 0;
}

table#tablica caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table#tablica th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/tablica_header.jpg) no-repeat;
}

table#tablica th.nobg {
	border-top: 1px solid #C1DAD7;;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #CAE8EA url(../images/tablica_header.jpg) no-repeat;
	text-align: center;
}

table#tablica td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


table#tablica td.alt {
	background: #F5FAFA;
	color: #797268;
}

table#tablica th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

table#tablica th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: center;
}

.line1 {
	color: #cccccc;
background-color: #cccccc;
height: 1px;
width:100%;
}

#tablica2 {
	width: 100%;
	padding: 0;
	margin: 0;
}

table#tablica2 caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

table#tablica2 th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #3172B4;
}

table#tablica2 th.nobg {
	border-top: 1px solid #C1DAD7;;
	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	background: #3172B4;
	text-align: center;
}

table#tablica2 td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: center;
}


table#tablica2 td.alt {
	background: #F5FAFA;
	color: #797268;
}

table#tablica2 th.spec {
	border-left: 1px solid #C1DAD7;
	color: #3172B4;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

table#tablica2 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
	text-align: center;
}


.ponuda {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.ponuda caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table.ponuda th {
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	
	background: #EDF2F3;
}
table.ponuda th.nobg {
	background: #EDF2F3;
	text-align: left;
}
table.ponuda td {
	background: #ffffff;
	padding: 6px 6px 6px 12px;
	color: #797268;
}
table.ponuda td.alt {
	background: #EDF2F3;
	color: #797268;
}
table.ponuda th.spec {
	background: #ffffff url(../images/bullet1.gif) no-repeat;
	text-align: left;
	color: #6C81AD;
	vertical-align:top;
}
table.ponuda th.specalt {
	background: #EDF2F3 url(../images/bullet2.gif) no-repeat;
	color: #6C81AD;
	text-align: left;
	margin:0;
	vertical-align:top;
}

table.ponuda p {
	margin:0;
}

.ponuda_naslov {
	color: #6C81AD;
	font-weight: bold;
	margin:0;
}

.ponuda_text {
	color: #4F4F4F;
	margin-top: 5px;
}

.rates {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
}
table.rates caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table.rates th {
	color: #4f6b72;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	background: #EDF2F3;
}
table.rates th.nobg {
	background: #EDF2F3;
	text-align: left;
}
table.rates td {
	background: #ffffff;
	padding: 6px 6px 6px 12px;
	color: #797268;
}
table.rates td.alt {
	background: #EDF2F3;
	color: #797268;
}

table.rates td.date {
	background: #EDF2F3;
	color: #797268;
	text-align: left;
}
table.rates td.price {
	background: #EDF2F3;
	color: #797268;
	text-align: right;
}


table.rates th.spec {
	text-align: left;
	color: #6C81AD;
	vertical-align:top;
}
table.rates th.specalt {
	color: #6C81AD;
	text-align: left;
	margin:0;
	vertical-align:top;
}

table.rates p {
	margin:0;
}

.rates_naslov {
	color: #6C81AD;
	font-weight: bold;
	margin:0;
}

.trajanje_tura {
	color: #495C83;
	font-weight: bold;
	font-size:110%;
	text-align:left;
	padding:0;
	margin:0 6px 0 6px;
}

.opis_tura {
	color: #4F4F4F;
	margin: 3px 6px 3px 6px;
}



.content {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.content td {
	padding: 0;
}
table.content .opis {
	color: #6C81AD;
	margin-top:0;
}
table.content .cijena {
	color: #6B332E;
	font-weight:bold;
	text-align:right;
	margin:0 20px 0 20px;
}
a.booking
{

	font-size: 92%;
	background: url(../images/book_now.gif) no-repeat;

	width: 96px;

	height: 21px;

	line-height: 21px;

	color: #FFFFFF;

	display: block;

	float: left;

	text-indent: 20px;
	margin:8px 0 0 0;
	padding:0;
}


a.booking:hover, a.booking:focus, a.booking:active {

	color: #FFFFFF;

	text-decoration: none;

}