@charset "utf-8";
/* Main */
html {height:100%}

body {
	background-color: #fff;
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000;
	min-height:101%;
	font-weight:100;
}

/* Layout */

#wrapper{
	width:860px;
	margin:0 auto;
	position:relative;
	border: 1px solid #fff;
}
#contentwrapper{
	background:#17295a url(/img/zzbgground/rays.png) repeat-y 0 0;
	margin-top:70px;
	border-radius: 3px;
}
#main{
	padding:0 1px 1px 1px;
	overflow:hidden;
	clear : both;
}
#content{
	margin-left:0;
	background-color:#fff;
	padding:3px;
	min-height:740px;
}
#infobar{
	margin:4px 2px 0 0;
	float:right;
	width:164px;
}
#data{
	margin-right:169px;
	padding:5px;
}
.clear{clear:both;}

/* General */

a img{border:none;}
#itemkey, #citykey, #hotelbookingtpe{display:none;}
.hide{display:none;}
.bold{font-weight:bold;}
.italic{font-style:italic;}
.noborder{border:0 !important;}
.note{
	font-style:italic;
	color:#222;
	margin-bottom:15px;
}
.note a{color:#333;}
a.external{
	background:url(/img/ext.png) right top no-repeat;
 	padding-right:12px;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {  
	color: #666;
	text-decoration: none;
}
a:hover, a:active  { 
	color: #006;
	text-decoration:underline;
}
.ads{
	text-align:center;
	margin-top:35px;
}
.adsbottom{
	text-align:center;
	margin:20px 120px 20px 0;
}
address{
	text-align:center;
	font-style:normal;
	font-size:11px;
	background-color:white;
	padding:2px;
	color:#333;
}
address a:link, 
address a:visited, 
address a:hover, 
address a:active{color:#333;}
.rate {font-size:16px;}
.red{color:#ff0000 !important;}
ul.arrows{
	list-style:outside url(/img/arrow.png);
	background-position:1px -8px;
	padding-left:20px;
	overflow:hidden;
	margin:0;
}
#error #contentwrapper{background:none; }
/* Share Button */

div.share{
	margin: 6px 4px 10px 0;
	height:22px;
}

.addthis_toolbox{
	float:right;
	height:22px;
}

/* Link to mobile */
#mobile{
	margin: 5px auto;
	width:98%;
	max-width:840px;
	text-align:center;
	font-size:20px;
}
#mobile a{color: #9F6000;text-decoration:none;}
.info_msg {
	display:block;
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/img/warning.png');
	
	border: 1px solid;
	margin: 12px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius:5px;
}
@media screen and (max-width:500px)
{
    #mobile{display:block !important;}
}
@media screen and (max-width:720px)
{
    #article #subnav{display:none !important;}
    #article #content{margin-left:0 !important;}
}
/* Banner */

#pageHead{
	position:absolute;
	top:0px;
	left:auto;
}
#logo{
	position: absolute;
	left: 8px;
	top: 4px;
}

#searchtab{height:31px;}
#searchbox{
	position: absolute;
	left: 458px;
	top: 37px;
	z-index:3;
	text-align:left;
	width:402px;
}
#searchbox.legacy{top:39px;}
.gsc-input-box, .legacy input.gsc-input{
	border-radius: 3px !important;
	border-color: #777 !important;
	width:325px !important;
	height:24px !important;
}
td.gsc-input{padding-right:3px !important;}
input.gsc-search-button
{ 
	cursor:pointer;
	background-color: #2a5794 !important;
	background-image:none !important;
	border-color:#888 !important;
	border-bottom-color:#555 !important;
	border-right-color:#555 !important;
	color:white !important;
}
.legacy input.gsc-search-button{ 
	padding: 0 4px !important;
	height:26px !important;
	color:#fcfcfc !important;
}
input.gsc-search-button:hover
{ 
	border-color:#555 !important;
	border-bottom-color:#111 !important;
	border-right-color:#111 !important;
	color:#fff !important;
}
td.gsc-clear-button  { display: none !important; }
div.fbmain{margin:-18px 0 8px 460px;}


/* Page Headers */

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 26px;
	font-weight:100;
	margin: 1px;
	text-align:center;
	color:#000;
}

h2.bar {
	font-size: 14px;
	font-weight:normal;
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -6px;
	height: 21px;
	padding: 3px 0 0 8px;
	border:1px solid #bbb;
	border-bottom-color: #999;
	border-right-color: #999;
	color:#000;
}
h2.bar a{color:black;}
h2.bar a:hover{text-decoration:underline;}

/******** MAIN NAVIGATOR ********/

ul#mainnav{
	margin:0;
	padding:0;
	list-style:none;
}	
#mainnav a, #mainnav a:visited, #mainnav a:hover{
	color:#fefefe;
	text-decoration:none;
	display:block;
}
ul#mainnav li{
	font-size:16px;
	float:left;
	border:1px solid #0b1042;
	text-align:center;
	border-right: 0px;
	background:url(/img/zzbgground/mainbar.gif) 0 -23px repeat-x;
	line-height:35px;
	border-radius: 3px 3px 0 0;
}
#mainnav li.sel{	
	border-bottom-color:#a3cacf;
	background: #a3cacf;
}
#mainnav li a:hover{
	color:#000;
	background-color: #a3cacf;
	background-position:-1px -1px;
	border-radius: 3px 3px 0 0;
}
#mainnav li.sel a{color:#000;}
#mainnav.city li:first-child {font-size:18px;}
#mainnav li:last-child {border-right:1px solid #111;}
#mainnav li a{ padding:0 8px;}

#mainnavbar{
    margin: 0 2px 0 0;
	font-family: Tahoma, Arial, sans-serif;
	border-left:1px solid black;
}
#mainnavwrap{
    float:left;
    margin-top: 3px;
    width: 100%;
	padding: 0;
}
#leaf0{
    width:auto;
    padding-right:14px;
    padding-left:14px;
}
#city_nav_icon{
	float:left;
	padding-right: 6px;
	margin-top: -1px;
	width:36px;height:36px;
}
/*  MAIN NAVIGATOR ->INT VERSIONS */

ul#int_versions{
    float:right;
    margin:19px 0 0 0;
    padding: 0 1px 0 0;
    list-style:none;
}
ul#int_versions li{
    float:left;
    background:url(/assets/img/languages.png) no-repeat left top;
    width:22px;
    height:14px;
    overflow:hidden;
    border:1px solid #333;
    margin:0 1px;
    cursor: pointer;
    text-align: center;
}

ul#int_versions li.nl{background-position:-22px 0;}
ul#int_versions li.de{background-position:-44px 0;}
ul#int_versions li.fr{background-position:-66px 0;}
ul#int_versions li.es{background-position:-88px 0;}

#bubble{
    background-color:#FBEC88;
    border:1px solid #333;
    box-shadow: 3px 3px 3px hsla(0,0%,0%,0.2);
    position:relative;
    z-index:3;
    padding:6px;
    border-radius:6px;
    width:190px;
	top : 62px !important;
}
#bubble:after{
    content:"\00a0";
    border-color: transparent transparent #FBEC88 transparent ;
    border-style:solid;
    border-width:0 6px 8px 6px;
    width:0;
    height:0;
    position:absolute;
    top:-8px;
    left:190px;
}
#bubble.arrow0:after{left:185px;}
#bubble.arrow1:after{left:159px;}
#bubble.arrow2:after{left:133px;}
#bubble.arrow3:after{left:107px;}
#bubble.arrow4:after{left: 81px;}
#bubble.arrow5:after{left: 55px;}
#bubble.arrow6:after{left: 29px;}
/********  LOCBAR ********/

#locbar {
	background: #99cccc url(/img/th.png) no-repeat left top;
	background-position:-1px -23px;
	clear : both;
	line-height:20px;
	border: 0 solid #0b1042;
	border-width:0 0 1px 0;
	padding-left:5px;
	margin-right:-1px;
}
#locbar a, #locbar a:visited{color:#000;}
#locbar a:hover{
	color:#000;
	text-decoration:underline;
}
.mainnav a{
	color:white;
	text-decoration: none;
}
.mainnav a:visited{
	color:white;
	text-decoration: none;
}
#loading{
	display:none;
	position:absolute;
	top:110px;
	right:10px;
}
#loading img{
	position:absolute;
	margin-top:2px;
	right:58px;
	z-index:2;
}
#citylist{cursor:pointer;}
#citylist:hover{text-decoration:underline;}
#lyrcitylist{
	display: none;
	width:120px;
	z-index:3;
	left:0;
	top:130px;
	border:1px solid black;
	border-top:0px;
	position:absolute;
	background-color:#b6d5d9;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family: Tahoma, Arial, sans-serif;
	border-radius: 0 0 5px 5px;
}
#lyrcitylist ul{margin:0;padding:0 0 8px 5px}
#lyrcitylist li
{
	list-style:none;
	color:#000;
	padding:0;
	margin:0;
	font-size:13px;
	height: 15px;
	line-height:15px;
}
#lyrcitylist li a{color:#000;}
#lyrcitylist li a:hover{text-decoration:underline;}

/******* ARTICLE ********/

#title{
	position:relative;
	margin-bottom:10px;
	padding:0 16px;
}
#title .prev{
	position:absolute;
	left:0;
	top:0;
}
#title .next{
	position:absolute;
	right:0;
	top:0;
}

/* INFO BOXES */

#infobar a:hover{text-decoration:underline;}
.infobox {
	border:1px solid #666;
	font-size:11px;
	color:#000;
}
#infobar .txt, #relatedbar .txt {
	border-top:0px;
	padding:2px 1px 2px 4px;
	margin-bottom:4px;
	border-radius: 0 0 3px 3px;
}
#infobar .head, #relatedbar .head {	
	font-weight:bold;
	padding: 1px 0 2px 4px;
	background:#99CCCC url(/img/th.png) no-repeat scroll -1px -21px;
	border-radius: 3px 3px 0 0;
}
#infobar .head{margin-top:6px;}
#infobar .plain{
	border-radius: 2px;
	text-align:center;
}
.infoboxlft{
	font-style:italic;
	font-weight:bold;
}
.infoboxrgt{padding-left:12px;}

/* SUBNAV */

.subnav{margin:0;padding:0px;}
.subnav li{
    list-style: none outside none;
    background: url("/img/zzbgground/subbar.gif") repeat-y scroll 20px 0 #17295A;
    border: 1px solid #555;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    margin: 1px 0 0;
    font-family: Tahoma,Arial,sans-serif;
    font-size:13px;
    color:#fff;
}
.subnav li a{padding: 0 0 3px 3px;}
.subnav li a:hover{padding: 0 0 3px 3px;}

/* headerbar */

div.notabs{height:2px !important;}
div.bartop div.subheader{
	border:1px solid #3a3e42;
	border-top:0;
	border-bottom:1px solid #3a3e42;
}
div.barbottom div.subheader{border:1px solid #3a3e42;}
div.subheader span.total{
	float:left;
	margin:8px 0 0 6px;
	color:#666;
}

/* City Index */
ul.cities {
    list-style: none outside none;
    margin: 2px 0 0 4px;
    padding: 0;
}
ul.cities li.left {margin-left: 2px;}
ul.cities li.right {margin-right: 0px;}
ul.cities li {
    border: 1px solid #666666;
    float: left;
    height: 161px;
    margin: 3px;
    padding: 0;
    width: 161px;
    opacity:0.92;
    filter: alpha(opacity = 92);
	border-radius:2px;
}
ul.cities li span
{
    float:left;
    margin:0;
    padding:0;
    background-color:#333;
    width:161px;
    height:26px;
    opacity:0.8;
    position:relative;
    top:-28px;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:18px;
    color:white;
    text-align:center;
}
ul.cities li:hover
{
    opacity:1;
    filter: alpha(opacity = 100);
    cursor:pointer;
    background-color:#333;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

/******* ITEMTABS **********/

div.tabwrap{
	background:url(/img/zzbgground/tablineart.png) bottom left no-repeat;
	height:24px;
	margin-bottom:4px;
}
div.tabwrapinverse{
	background:none;
	height:24px;
}
#posters div.tabwrap, #cityhotels div.tabwrap{
	background:url(/img/zzbgground/tablinepos.png) bottom left no-repeat;
	height:25px;
}
#cityhotels div.tabwrapmain{
	background:url(/img/zzbgground/tablineposmain.png) bottom left no-repeat;
	height:25px;
}
#googlemap div.tabwrap{margin-bottom:1px;}
ul.tabs{
	padding:0;
	margin:0 0 0 8px;
	list-style:none;
	position:relative;
}
ul.tabs li h2{
	font-size:13px;
	margin:0;
}
ul.tabs li{
	float:left;
	padding:3px 8px 0px 8px;
	margin: 0 0 0 2px;
	height:20px;
	border:1px solid #666;
	font-weight:bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
 	box-shadow: 1px 0 0 rgba(0,0,0,0.3);
}
ul.tabs li.desel{
	background:url(/img/thlite.png) left top no-repeat;
	background-position:-1px -1px;
	height:19px;
	border-bottom:0;
	cursor:pointer;
}
ul.tabs li span{display:none;}
ul.tabs li.sel{
	background-position:-1px -1px;
	border-bottom:0;
	height:20px;
	font-weight:bold;
	background:#fff;
}
.tabwrapinverse ul.tabs li.desel{background:none;}
.tabwrapinverse ul.tabs li.sel{
	background:#99cccc url(/img/thlite.png) -1px -1px no-repeat;
	position:relative;
	z-index:1;
}
ul.tabs a{color: inherit;} 
ul.tabs a:hover{
	text-decoration:none;
	display:block;
	color:#666;
}
ul.tabs li.sel a:hover{
	color:#111;
	cursor:default;
}
ul.tabs a:hover{color:#000;}
ul.tabs li.desel:hover{height:19px;}

div.tabintro{
	height:20px;
	background: #99cccc url(/img/thlite.png) no-repeat left top;
	background-position:-1px -23px;
	border: 1px solid #999;
	borderwidth:1px 0 1px 0;
	text-align:left;
	font-size:12px;
	color:#666;
	padding:5px 0 0 10px;
	position:relative;
	top:-1px;
}
div.tabintro span{	
	background:url(/img/arrow.png) left center no-repeat;
	padding-left:14px;
}

/*** PAGINATOR ***/

div.paginator{
	border:1px solid #999;
}
div.paginator span.total{
	float:left;
	margin:8px 0 0 6px;
	color:#666;
}
/* pager */
ul.paginations li.prevs{
	background:url(/img/zzbuttons/prevs.png) left top no-repeat;
	background-position:4px 2px;
}
ul.paginations li.nexts{
	background:url(/img/zzbuttons/nexts.png) left top no-repeat;
	background-position:0 2px;
}
ul.paginations{
	list-style:none;
	clear:none;
	height:24px;
	margin:0;
	padding: 6px 3px 0 0;
	text-align:right;
	background:url(/img/zzbgground/thvliteinv.png) left top no-repeat;
	background-position: 0 -20px;
}
ul.paginations li{
	margin:0;
	display:inline;
	font-weight:bold;
	color:#666;
}
ul.paginations li a{
	margin:0;
	font-weight:bold;
	color:#666;
	padding:2px 5px;
	margin:0 2px;
}
ul.paginations li.sel{
	border:1px solid #999;
	background-color:#86bac0;
	color:#fff;
	padding:1px 4px;
	margin:0 2px;
}
ul.paginations li a{
	color: #666;
}
ul.paginations li a:hover{
	border:1px solid #fff;
	border-color: #999;
	text-decoration:none;
	padding:1px 4px;
}
ul.paginations li.nav a:hover{
	border:0!important;
	padding:2px 5px!important;
}

/* INTERNATIONAL ONLY */

.international #error_page{
    text-align: center;
    margin-top:80px;
    font-size: 20px;
}
