/* $Id: index.css,v 1.73 2012/02/01 10:49:10 awaes.i Exp $ */
/* =Generic Imports
-----------------------------------------------------------------------------*/
@import"hotelResult.css";
@import"imageViewer.css";

/* =Features Box and TOY Stuff
-----------------------------------------------------------------------------*/

#picture a {text-decoration: none; outline: none; }
#picture a:hover {text-decoration: underline; color: #fff; }
#picture a:visited {color: #fff; }
#picture {width:710px; height:278px;background:#FFF url('../images/promo/sov_promo.jpg'); overflow:hidden; -webkit-border-radius: 8px; border-radius: 8px; -moz-border-radius: 8px; }
#picture {position:relative;}
#picture a.mainImageLink{display:block;height:278px;width:710px;}

.more {position:relative; width:225px; height:25px; background:url('../images/promo/toy/dim.png'); border:1px solid #444; padding: 10px 5px 10px 10px; text-align:left; overflow:hidden; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.more span{position:absolute; left: 35px; width:160px; padding:5px 0 0 5px; color:#FFF; font:bold 13px Lucida Grande, Arial, sans-serif; text-shadow:#000 1px 1px 0px; line-height: 14px; }

ul#tabs {height: 400px; float: right; margin: 91px 10px 0 0;
position:absolute;
right:0;
top:0;}
ul#tabs li {margin-bottom: 2px; display: block; width: 200px; }

.brochure {margin-top: -7px; }

#infobox {
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	background:transparent url(../images/promo/toy/darkdim.png) repeat scroll 0 0;
	height:278px;
	left:150px;
	margin:0 0 -116px -150px;
	position:absolute;
	width:710px;
	z-index:20;
}
#infobox div{padding-left: 87px;}
#infobox a, #infobox a:visited {font:italic 16px Arial,Georgia, serif; color:#555; text-decoration:none; }
#infobox a:hover {text-decoration:underline; }
#infobox img {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	position: relative;
/*	left:17px;*/
	top:-1px;
}
#infobox span.close img {-webkit-box-shadow: 0 0 0; }

span.close {position:absolute; right:26px; top:17px;}

#fade_bg {position:absolute; z-index:15; width:100%; height:100%; background:url('../images/promo/toy/dim.png'); -webkit-border-radius: 8px; border-radius: 8px; -moz-border-radius: 8px; }

/* =Features Box
-----------------------------------------------------------------------------*/
#thickTopWrapper {
	background-color: #E5EBF0;
	border-top: 10px solid #003C6A;
}
#offerFeatures{
	background-color: #E5EBF0;
	border: 1px solid #E5EBF0;
	padding: 14px 10px 14px 10px;
	width: 714px;
	height: 269px;
	overflow: hidden;
}
.ui-tabs-hide{
    display: none;
}
.ui-tabs-nav {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	width: 210px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li.sovereignPresents {
	background: url(../images/rotator/logo.png) no-repeat;
	height: 40px;
	margin-bottom: 15px;
}
.ui-tabs-nav li {
	color: #003C6A;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 14px;
	padding-left: 10px;
}
.ui-tabs-nav li a{
	color: #003C6A;
}
.ui-tabs-nav li.ui-tabs-selected{
	background-color:#003C6A;
	height: 32px;
	line-height: 32px;
}
.ui-tabs-nav a {
    white-space: nowrap; /* required in IE 6 */
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    color: #FFF;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

#offerFeatures div.ui-tabs-panel{
	float:left;
	border: 1px solid #003C6A;
	width: 498px;
	height: 267px;
}


#offerFeatures div.noBorder {
	border: none;
}

/* Offer of the Week Panel
	filter:inherit used to fix positioned elements fading in IE8	*/
#offerOTW { font-size: 12px; position: relative; filter:inherit; }
#offerOTW a { display: block; width: 498px; height: 267px; overflow: hidden; text-decoration: none; cursor: pointer; filter:inherit; }
#offerOTW a .offerOTWBackground { position: absolute; top: 0; left: 0; height: 267px; filter:inherit; }
#offerOTW a .offerOTWText { display: block; position: absolute; right: 0; width: 242px; height: 251px; padding: 8px 0; background: #003263 url('themes/sov/images/pageElements/buttons/view-hotel.jpg') 12px 236px no-repeat; border-left: 1px solid #03213B; color: #FFF; filter:inherit; }
#offerOTW a .offerOTWTextContainer { display: block; height: 227px; overflow: hidden; }

#offerOTW ul { list-style-type: none; margin: 0; }
#offerOTW ul li { padding: 0 12px; line-height: 1.1em; margin: 0 0 5px 0; }
#offerOTW ul li.valueAdded { padding: 0; margin: 10px 0;}
#offerOTW ul li.valueAdded ul {  padding: 8px 12px 0px 12px; background: #004E8C; height: 84px; overflow: hidden; border-bottom: 8px solid #004E8C; }
#offerOTW ul li.valueAdded ul li { margin: 0 0 3px 0; padding: 0 0 0 10px; line-height: 1.2em; background: transparent url('themes/sov/images/pageElements/background/bulletWhiteOnBlue.gif') -3px 3px no-repeat; }
#offerOTW ul li.hotelName { font-weight: bold; font-size: 1.4em; }
#offerOTW ul li.hotelRegion { text-transform: uppercase; }
#offerOTW ul li.boardBasis { line-height: 15px; margin: 0; }
#offerOTW ul li span { white-space: nowrap; }
#offerOTW ul li.priceSaving strong { font-size: 1.4em; }

/* =Middle Offers Box /
-----------------------------------------------------------------------------*/
#middleOffers{
	margin:10px 0;
}
#middleOffers table{
	width:100%;
	border-spacing:0px;
	color:#323232;
	border-collapse: separate;
  	*border-collapse: collapse; /* hack is needed for IE7 also */
  	margin-top:0;
}

#middleOffers .home-offers-header {	border-bottom: 1px solid #000; float: left; width: 100%; }
#middleOffers .home-offers-header h2 { width: 400px; float: left;}
#middleOffers .home-offers-header .register-offers { float: right; width: 300px; text-align: right; background: url("themes/sov/images/collections/readMoreArrowX.gif") no-repeat 99% 50% transparent; padding-right: 15px; margin-top: 4px;}
#middleOffers table {clear: both; }

caption span.offerTitle{
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.offerTitle a:link,
.offerTitle a:visited,
.offerTitle a:active{
	color:#fff;
	text-decoration:underline;
}
.offerTitle a:hover{
	text-decoration:none;
	color:#fff;
}
caption span.emailSignUp{
	float:right;
	font-size:0.9em;
	font-weight:bold;
	padding-top:5px;
}
.emailSignUp a:link,
.emailSignUp a:visited,
.emailSignUp a:active{
	color:#fff;
	text-decoration:underline;
}
.emailSignUp a:hover{
	text-decoration:none;
	color:#fff;
}

#middleOffers th, #middleOffers td {
	padding:6px 12px 3px 2px;
	vertical-align:top;
}
#middleOffers table th{
	color:#095289;
	background-color:#fff;
}
#middleOffers table td{
	background-color:#EEE;
	border-bottom:1px solid #FFF;
}

/* =RotM Boxes
-----------------------------------------------------------------------------*/
.rotmBox {
	width: 240px;
	height: 160px;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	background: #F1F1F1 url('../themes/sov/images/promo/rotmBoxes/bgCorner.gif') no-repeat bottom center
}
.rotmBox:hover {
	text-decoration: none;
}
.rotmBox:hover .rotmBox_Text {
	text-decoration: underline;
}
.rotmBox .rotmBox_Img {
	display: block;
	width: 240px;
	height: 96px;
	background-color: #FFF;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-bottom: 10px;
}
.destinationOTMBox, .hotelOTMBox {
	margin-right: 8px;
}
.rotmBox .rotmBox_Title, .rotmBox .rotmBox_Text {
	padding: 0px 8px;
	line-height: 1.1em;
	font-size: 1em;
}
.rotmBox .rotmBox_Title {
	display: block;
	font-size: 1.1em;
	color: #4A4A4A;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.rotmBox .rotmBox_Text {
	display: block;
}

.destinationOTMBox .rotmBox_Img { background: transparent url('../themes/sov/images/promo/rotmBoxes/DestinationOfMonth-Tenerife-Btn.jpg') no-repeat top center; }
.hotelOTMBox .rotmBox_Img { background: transparent url('../themes/sov/images/promo/rotmBoxes/yaiza.jpg') no-repeat top center; }
.sovRecommendsBox .rotmBox_Img { background: transparent url('../themes/sov/images/promo/rotmBoxes/AmathusBtn.jpg') no-repeat top center; }

/* =Why Sovereign & Destinations Box
-----------------------------------------------------------------------------*/
.contentDestination{
	width:736px;
	overflow:auto;
	padding-bottom:10px;
	margin-bottom:10px;
}
#whySovereign{
	float:left;
	display:inline;
	width:270px;
}


#whySovereign dl{
	margin-right:5px;
}
#whySovereign dt{
	margin-top:5px;
	font-weight:bold;
}
#destinations{
	display:inline;
	float:right;
	padding-left:15px;
	width:440px;
	background-image: url(../images/pageElements/background/worldMap.gif);
	background-repeat:no-repeat;
	background-position: 220px 30px;
	border-left: 1px dotted #c5c5c5;
}
#destinations h2{
	background: none;
}
#destinations ul{
	list-style:none;
}
#destinations ul li{
	background:transparent url(themes/sov/images/collections/readMoreArrowX.gif) no-repeat scroll 0px 30% !important;
	padding-left:10px !important;
	background-position: 0 .2em !important;
}
#destinations .leftList{
	float:left;
	width:30%;
}
#selectDestinaitons{

	text-align:right;
	margin-bottom:10px;
}
#selectDestinaitons select,
	#selectDestinaitons img{
	vertical-align:middle;
}

.reccommendsText h3{
	font-weight:bold;
	font-size:1.2em;
	margin:3px 0px;
}
#hotelGallery {
	float:right;
	position:relative;
	width:213px;
}
img.mainImage{
	border:1px solid #CCCCCC;
	padding:4px;
	width:200px;
	height:150px;
	margin-top:-20px;
}
#image-paging{
	top:135px !important;
	left: 5px;
}
.result-cat{
	width:736px;
	margin-bottom:10px;
	overflow:auto;
}
.location{
	font-family: Arial, Georgia,"Times New Roman", Times, serif;
	font-size: 11px;
}
.readMore{
	background:transparent url(themes/sov/images/pageElements/buttons/btnSeeDetails.gif) no-repeat scroll 0px 30% !important;
	border:none;
	float:right;
	height:0px;
	overflow:hidden;
	padding-top:30px;
	width:91px;
}

.agentFeature {
	background:#FFFFFF url(../images/promo/toy/agentImage.jpg) repeat scroll 0 0 !important;
}
