@charset "utf-8";

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// CSS GLOBAL Guardian Holiday Offers March 2010
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/




body 
{    
    background: #ffffff;
    width: 100%;
    text-align: center;
    font: 80%/1.5 arial, helvetica, sans-serif;
	color: #333333;
	margin: 0 auto;
}


    
div  
{
    float: left;
}


h1 
{
	font: 18px georgia, "times new roman", times, serif;
	color:#005689;
    margin: 0;
}
    
h2, h3 
{
    margin: 0;
    font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #006ec9;
	font-weight: normal;
}  
h4 
{
    margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #006ec9;
	font-weight: normal;
}

h5, h6 
{
    margin: 0;
}
 
p 
{
	float: left;
	width: 699px;
}   
 
a { 
	color: #005689;  
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img { 
	border: 0; 
}

table {
	border-collapse: collapse;
}
table th {
	vertical-align: top;
	text-align: left;
}
table td {
	vertical-align: top;
	text-align: left;
}

.clearboth {
    clear: both;
    margin: 10px;
}



/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// GENERIC LINK STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

/*
.row .button 
{
	display: block;
	color: #ffffff;
	float: left;
	background: url(../img/buttons/button.gif) left top no-repeat;
	text-decoration: underlined;
	width: 116px;
	height: 31px;
	text-align: center;
	padding: 0 5px 0 5px;
	font-weight: bold;
	cursor: pointer;
}
*/

.btn-submit {
	background: url(/Content/img/small_Submit.gif);
	width: 72px !important;
	height: 26px;
	border: 0;
	cursor: pointer;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// STRUCTURE
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// PAGE WRAPPERS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#wrapper-all {
	float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#wrapper-content {
	float: none;
    margin: 0 auto;
    width: 940px;
	height: 100%;
    text-align: left;
	font-size: 12px; 
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// ABOVE THE HEADER
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

.txtsize
{
	background: url(/Content/img/icon_textsize.gif) no-repeat 0px 0px;
	padding:3px 0px 0px 20px;
	display:block;
	height:15px;
}

#iframe-header {
	width: 940px;
}

#iframe-header iframe
{
	border:none;
	width:940px;
	height:185px;
}


#logedin-header {
    width: 940px;
	font-size: 12px;
	color: #818181;
}
#logedin-header-signedin {
	width: 450px;
	background: url(/Content/img/signedin.gif) no-repeat;
	padding-left: 20px;
}
#logedin-header-goto {
	float: right;
	width: 265px;
}
#logedin-header-goto label {
	float: left;
	width: 40px;
	margin: 2px 5px 0 0;
}
#logedin-header-goto select {
	float: left;
	width: 170px;
	margin: 2px 5px 0 0;
}

#head-ad{
    width: 940px;
	margin: 10px 0 10px 0;
	text-align: center;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// HEADER
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#header { 
	clear: both;
	border-top: 1px solid #c5c5c5;
	padding-top: 10px;
    width: 940px;
    height: 130px;
}

#sml-logo {
	margin: 0;
}
#text-size {
	float: right;
	background: url(/Content/img/small_letterA.gif) no-repeat;
	padding: 0px 0 0 20px;
	width: 116px;
} 

/********* LOGO */

#logo-search {
	clear: both;
    width: 940px;
	margin-top: 9px;
}

#brand {
	clear: both;
	background: url(/Content/img/HolidayOffers_Logo.gif) no-repeat;
	width: 663px;
	height: 57px;
}
#brand h1 {
	visibility: hidden;
}


#header-search {
	float: right;
	width: 242px;
	margin-top: 15px;
	position: relative;
}
#header-search input {
	float: left;
	width: 165px;
	padding: 2px 0 2px 0;
	margin: 3px 5px 0 0;	
	border: 1px solid #a9a9a9;
}
#header-search input.small_Search {
	float: right;
	width: 67px;
	height: 26px;	
	border: none;
	background: url(../img/small_Search.gif) no-repeat;
	margin: 0;
	cursor: pointer;
}

#header-addthis
{
    z-index: 20;
    position: absolute;
    left: 98px;
    top: 28px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// TOP NAV
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#nav-top {
    clear: both;
	margin: 20px 0 20px 0;
    width: 940px;
}

#nav-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-top li {
    float: left;
	border-right: 1px solid #999999;
	height: 16px;
	padding: 0 10px 5px 0;
	margin-right: 10px;
}

#nav-top li a {
    float: left;
	color: #005689;
    font-weight: normal;
	font-size: 13px;
    text-decoration: none;
}
#nav-top li a:hover {
    text-decoration: underline;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// MAIN CONTENT
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#content 
{
	clear: left;
	width: 940px;
}

#left-column {
    width: 230px;
}

#left-column.leftcol-noborder {
    width: 230px;
	border-right: none;
}

#right-column {
	float: right;
	width: 699px;
    height: 100%;
	padding-left: 10px;
	border-left: 1px solid #999;
}
* html #right-column {
	margin-left: 2px;
}

#right-column.rightcol-withblueline {
	border-top: 3px solid #60C3FB;
	border-left: none;
}


#content h1 
{
	clear: both;
	width: 940px;
	height: 55px;
	font-size: 26px;
	border-top: 3px solid #60C3FB;
	padding: 3px 0 9px 5px;
	margin: 0px 0 5px 0;
	color: #333333;
}

#content h1.with-strapline {
	border-top: 3px solid #60C3FB;
	clear: both;
	color :#333333;
	font-size: 26px;
	height: 20px;
	margin: 0 0 5px;
	padding: 3px 0 5px 5px;
	width: 940px;
}
#header-strapline {
	clear: left;	
	width: 940px;
	font-size: 14px;
	color: #666;
	padding: 0px 0 9px 5px;
	margin-bottom: 9px;
}
#header-strapline.headerdetails {
	display: none;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#search-left 
{
	float: left;
	border-top: 3px solid #65c5fb;
	width: 215px;
	background: #dae8f3;
	padding: 0px 0 18px 5px;
	color: #353535;
	margin-bottom: 30px;
}
#search-left h2 
{
	float: left;
	clear: left;
	width: 200px;
	color: #006ec9;
	border-bottom: 1px solid #006ec9;
	height: 50px;
	width: 210px;
	margin-bottom: 5px;
}
.search-left-row {
	float: left;
	clear: left;
	border-bottom: 1px solid #006ec9;
	width: 210px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 10px;
}
/* IE6 fix 		* html .search-left-row {
						margin-top: 10px;
					}*/
					
.search-left-row label {
	float: left;
	clear: left;
	width: 200px;
	font-weight: bold;
    margin: 0px 0 8px 0px;
}
.search-left-row label.nobold {
	font-weight: normal;
	margin-top: 5px;
}
.search-left-row label.advanced {
	float: left;
	clear: none;
	width: 100px;
	font-weight: normal;
	border: 0;
	margin-top: 2px;
}
.search-options 
{
    float: left;
    clear: left;
	background: url(/Content/img/ArrowCircle.gif) #ffffff top right no-repeat;
	border: 1px solid #999;
	color: #353535;
    width: 190px;
    padding: 2px 2px 2px 5px;
	font-size: 12px;
}

/* .search-options input {  font: 15px arial, helvetica, sans-serif; border: 1px solid red; } */

.search-options.shorter-opt  
{
    width: 160px;
}
.search-options.input  
{
    width: 160px;
	background: #ffffff;
}

.search-left-row img 
{
    float: left;
    margin: 0px 0 0 5px;
}
.search-left-row.searchrow-noborder {
	border: none;
    margin: 10px 0 0px 0px;
}
.search-left-row input.btn-leftsearch
{
    float: left;
	background: url(../img/small_Search.gif);
    width: 67px;
	height: 26px;
	border: 0;
    margin: 0px 5px 0 0px;
    cursor: pointer;
}






/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - MORE SEARCH OPTIONS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

.SearchOptionsShortContainer
/* Container to hold the custom select box */
{
    float: left;
    clear: left;
	background: url(/Content/img/ArrowCircle.gif) #ffffff top right no-repeat;
	border: 1px solid #999;
	color: #353535;
    width: 160px;
    margin: 0px 0 10px 0px;
    padding: 2px 2px 2px 5px;
    position:relative;
    z-index: 30;
}

.SearchOptionsShortContainer input
{
    border: 0px;
    color: #353535;
    width: 130px;
    font: 12px arial, helvetica, sans-serif;
}

.SearchOptionsContainer
/* Container to hold the custom select box */
{
    float: left;
    clear: left;
	background: url(/Content/img/ArrowCircle.gif) #ffffff top right no-repeat;
	border: 1px solid #999;
	color: #353535;
    width: 190px;
    padding: 2px 2px 2px 5px;
    position:relative;
    z-index: 30;
}

.SearchOptionsContainer input
{
    border: 0px;
    color: #353535;
    width: 160px;
    font: 12px arial, helvetica, sans-serif;
}

.more-search-options 
{
    background: #fff;
    float: left;
	border: 1px solid #999;
	color: #353535;
    margin: 0px 0 10px 0px;
	width: 100px;
}
.more-search-options td.search-selected 
{
	text-decoration: none;
	background: #006ec9;
	color: #fff;
	width:100px; 
    padding-left: 5px;
}

.more-search-options td.search-unselected 
{
	text-decoration: none;
	background: #fff;
	color: #353535;
	width:100px; 
    padding-left: 5px;
}

.more-search-options td
{ 
    padding-left: 5px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH FLEXIBILITY
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-flexibility-box-container
{
    position: relative;
    z-index:180;
    height: 105px;
}

#modal-search-flexibility-box 
{
    display: none;
    position: absolute;
    top: 79px;
    left: 170px;
	z-index:170;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH BUDGET
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-budget-box-container
{
    position: relative;
    z-index:140;
}

#modal-search-budget-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:130;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH DURATION
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-duration-box-container
{
    position: relative;
    z-index:120;
}

#modal-search-duration-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:110;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH PASSENGERS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-passengers-box-container
{
    position: relative;
    z-index:100;
}

#modal-search-passengers-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:90;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH COUNTRIES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-countries-box-container
{
    position: relative;
    z-index:160;
}

#modal-search-countries-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:150;
}

.search-countries-box 
{
	background: #FFFFFF;
    float: left;
	clear: left;
	border: 1px solid #999;
    width: 668px;
}
.search-popcountries
{
    float: left;
	background: #DAE8F3;
	color: #353535;
    margin: 0px;
    padding: 5px;
	width: 160px;
}
.search-popcountries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.search-popcountries li {
    float: left;
	clear: left;
	font-size: 12px;
	width: 160px;
	height: 10px;
}
.search-popcountries-head
{
	font-weight: bold;
	margin: 0 0 5px 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	width: 150px;
}
.search-popcountries input
{
	margin-right: 5px;
}

table td.allcountries-cel 
{
	width: 150px;
}

.search-allcountries
{
    float: left;
	color: #353535;
    margin: 0px;
    padding: 5px;
	width: 480px;
}
.search-allcountries-head
{
	font-weight: bold;
	margin: 0 0 5px 5px;
	padding-bottom: 5px;
	width: 150px;
}
.search-allcountries input
{
	margin-right: 5px;
}
.search-close
{
	float: left;
	clear: left;
	background: #ededed;
	width: 658px;
	padding: 5px;
	text-align: right;
}
.search-close a
{
	background: url(/Content/img/search-close.gif) no-repeat right;
	width: 150px;
	padding: 5px 25px 5px 5px;
	cursor: pointer;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH DEPARTURE POINTS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-departurepoints-box-container
{
    position: relative;
    z-index:165;
}

#modal-search-departurepoints-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:164;
}

.search-departure-box 
{
    background: #FFFFFF;
	float: left;
	clear: left;
	border: 1px solid #999;
	width: 800px;
}
.search-departure 
{
	width: 790px;
    padding: 5px;
}
.search-departure-head
{
	font-weight: bold;
	margin: 0 0 10px 5px;
	padding-bottom: 5px;
	width: 790px;
	border-bottom: 1px dotted #999;
}
.search-departure input
{
	margin-right: 5px;
}
.search-close.departure-close
{
	width: 790px;
	margin-top: 5px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH SUPPLIERS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-suppliers-box-container
{
    position: relative;
    z-index:80;
}

#modal-search-suppliers-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:70;
}

.search-suppliers-box 
{
    background: #fff;
	float: left;
	clear: left;
	border: 1px solid #999;
	width: 400px;
	
}
.search-suppliers 
{
	width: 390px;
    padding: 5px;
}
.search-suppliers-head
{
	font-weight: bold;
	margin: 0 0 10px 5px;
	padding-bottom: 5px;
	width: 390px;
	border-bottom: none;
}
.search-suppliers input
{
	margin-right: 5px;
}
.search-close.suppliers-close
{
	width: 390px;
	margin-top: 5px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SEARCH - SEARCH CATEGORIES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#modal-search-categories-box-container
{
    position: relative;
    z-index:200;
}

#modal-search-categories-box 
{
    display: none;
    position: absolute;
    top: 26px;
    left: 200px;
	z-index:190;
}

.search-categories-box 
{
    background: #fff;
	float: left;
	clear: left;
	border: 1px solid #999;
	width: 200px;
	
}
.search-categories 
{
	width: 190px;
    padding: 5px;
}
.search-categories-head
{
	font-weight: bold;
	margin: 0 0 10px 5px;
	padding-bottom: 5px;
	width: 190px;
	border-bottom: none;
}
.search-categories input
{
	margin-right: 5px;
}
.search-close.categories-close
{
	width: 190px;
	margin-top: 5px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LEFT SIDE ELEMENTS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

.left-box 
{
	width: 220px;
	margin: 0px 0 20px 0;
	padding-bottom: 10px;
	background: #ededed;
	border-top: 3px solid #65c5fb;
}
.left-box.left-imgbox 
{
	border-top: none;
	width: 220px;
}

.left-box.left-need-help-box
{
    border-top: none;
	width: 220px;
	background: none;
}

.left-box.left-need-help-box td
{
    padding: 0 0 0 6px;
}

.left-imgbox-img 
{
	width: 220px;
	height: 80px;
}
.left-box h3 
{
	width: 210px;
	margin: 3px 0 5px 5px;
	padding-bottom: 20px;
	color: #006ec9;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	line-height: 1.1;
}
.left-box h4 
{
	width: 200px;
	clear: none;
	margin: 3px 0 0px 5px;
	color: #353535;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.1;
}
.h4small 
{
	font-size: 15px;
}
.left-box-georgia-grey 
{
	width: 210px;
	clear: left;
	margin: 0 0 0px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #353535;
}
.left-box-arrow 
{
	clear: both;
	width: 23px;
	height: 23px;
	margin: 0px 2px 0px 190px;
}

.left-box h3.left-h3-grey 
{
	background: #ededed;
	width: 215px;
	padding: 3px 0 5px 5px;
	margin: 0;
	padding-bottom: 20px;
	border: 0;
}

.left-box p 
{
	width: 210px;
	margin: 0px 0 20px 5px;
}
		/** html .left-box p {
			margin: 5px 0 10px 5px;
		}*/
.left-box-row 
{
	float: left;
	clear: left;
	width: 210px;
	padding:  0 0px 0;
	margin: 0px 0 0px 5px;
}
		/** html .left-box-row {
			margin: 5px 0 10px 5px;
		}*/
		
.left-box-row label
{
	float: left;
	clear: left;
	width: 210px;
	margin-bottom: 6px;
}
.left-box-row input 
{
	float: left;
    clear: left;
    width: 193px;
    padding: 2px;
	margin-bottom: 5px;
	color: #353535;
	border: 1px solid #acacac;
}
		* html .left-box-row input {
			margin: 0px 0 0px -5px;
		}
.left-box-row input.btn-findoffer 
{
    width: 86px;
    padding: 0;
	border: 0;
	background: url(/Content/img/btn-findoffer.gif);
	height: 27px;
	margin-top: 5px;
}

/*Why box ***********/

.left-box.why-box 
{
	width: 220px;
	margin: 0px 0 30px 0;
	padding-bottom: 10px;
	background: #ffffff;
	border-top: 3px solid #65c5fb;
}
.left-box ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.left-box li {
    float: left;
	clear: left;
	width: 197px;
	border-bottom: 1px dotted #c1c1c1;
	padding: 0px 0 5px 15px;
	margin-left: 5px;
	background: url(/Content/img/BulletPoint.gif) no-repeat #ffffff;
}
.left-box li a 
{
	text-decoration: none;
	color: #353535;
}

.left-p-topborder {
	border-top: 1px dotted #999;
	margin-left: 5px;
	margin-top: 10px;
	width: 205px;
	line-height: 15px;
	font-size: 12px;
	padding: 5px 0px 10px 0;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// RIGHT COLUMN
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/


#right-column h2 
{
	clear: both;
	width: 697px;
	height: 50px;
	border-top: 3px solid #60C3FB;
	background: #ededed;
	padding: 0px 0 0px 3px;
	margin: 0px 0 10px 0;
} 



/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// HOME PAGE STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

.headlineoffer-container
{
    position: relative;
}

.transbox-container-main 
{
    position: relative;
}

.transbox-container-floating
{
    position: absolute;
    left:0px;
    top:0px;
    z-index:10;
}


.main-img { /* LAYER 2 (BOTTOM) */
	position: relative;
	z-index:1;
	width: 700px;
	height: 360px;
	margin-top: -66px;
}

.transbox 
{
	z-index:2;
	width: 700px;
  	height:59px;
  	background-color:#333333;  	
  	filter:alpha(opacity=60);/* for IE */   	
  	opacity:0.6;/* CSS3 standard */
	margin-top: 301px;
}

.transbox-copy  /* LAYER 1 (TOP) */
{
	position: relative;
	z-index:3;
	top: 289px;
	width: 690px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 10px 0 0 5px;
	border: 0;	
}
.transbox-head {
	float: left;
	width: 650px;
	font-size: 22px;
	margin: 0px 0 -5px 0px;
	overflow: hidden;
}

.transbox-head a {
	color: #ffffff;
}

.transbox-copy-p
{
	float: left;
	width: 300px;
	font-size: 16px;
	margin: 0px;
}
.transbox-copy-right 
{
	float: right;
	width: 105px;
	border: 0;
}
.transbox-copy-right a 
{
	color: #FFFFFF;
	font-size: 14px;
}

#thumbnails 
{
    margin: 0px 0 15px 0;
    width: 700px;
}
.thumbs {
    margin: 5px 5px 0 0;
    width:136px;
    height:70px;
}
.thumbs img {
    width:136px;
    height:70px;
}
.thumbs.right-thumb {
    margin: 5px 0 0px 0;
}




.box2col {	
	width: 340px;
	margin-bottom: 10px;
	margin-top: 25px;
}

#right-column h2.box2col {
	clear: none;
	width: 337px !important;
	border-right: 0;
}

.mid-line {
	border-right: 1px solid #d4d4d4;
	width: 9px;
	height: 370px;
	margin-right: 9px;
	margin-top: 25px;
}

.box2col table td {
	border-bottom: 1px dotted #999;
	vertical-align: bottom;
	width: 130px;
}
.box2col table th {
	border-bottom: 1px dotted #999;
	padding: 1px 0 4px 0;
	width: 210px;
	font-weight: normal;
}
.box2col table th.noborder {
	border-bottom: none;
}
.box2col table td.noborder {
	border-bottom: none;
}




.box3col {
	width: 220px;
	margin: 0;	
}

.mid-line-210 {
	border-right: 1px solid #999;
	width: 9px;
	height: 210px;
	margin-right: 9px;
}
		

.box3col h3 {
	width: 220px !important;
}
.quote {
	border-top: 1px dotted #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 19px;
}
.quote-name {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 9px 0 0 0;
}
.quote.quote-left {
	width: 220px;
	margin-bottom: 12px;
	margin-top: 5px;
}
.quote-name.quotename-left {
	width: 220px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
}
span.quote-by {
	color: #6a6a6a;
}

.more-reviews 
{
	clear: both;
	width: 700px;
	border-top: 1px dotted #999;
	margin-top: 17px;
	margin-bottom: 7px;
}
.more-reviews.morereviews-left 
{
	width: 215px;
	margin-top: 5px;
}




.mid-line-160 {
	border-right: 1px solid #999;
	width: 9px;
	height: 160px;
	margin-right: 9px;
}
h3.box-head {
	font-size: 16px;
}
.box4-copy {
	line-height: 15px;
}



.mid-line-110 {
	border-right: 1px solid #999;
	width: 9px;
	height: 96px;
	margin-right: 9px;
	margin-bottom: 10px;
}






/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// FIND A HOLIDAY
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/


.boxes-findaholiday {
	width: 338px;
	height: 96px;
	padding: 0;
	border-top: 1px dotted #9a9a9a;
	margin: 0px 0 10px 0;
}
.boxes-findaholiday img {
	float: left;
	margin: 5px 5px 0 0;
	width: 130px;
	height: 67px;
}
.boxes-findaholiday h3 {
	float: right;
	clear: none;
	width: 195px !important;
	border-right: 0;
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #006ec9 !important;
}
.boxes-findaholiday p {
	float: right;
	clear: none;
	width: 195px;
	height: 40px;
	border-right: 0;
	margin: 3px 0 0 0;
	padding: 0;
	line-height: 1.3;
}

.boxes-findaholiday ul {
	float: right;
	clear: none;
	width: 190px;
	height: 60px;
	border-right: 0;
	list-style-type: none;
    padding: 0;
    margin: 0;

}

.boxes-findaholiday li.pdf 
{
    background-image: url(/Content/img/icon_pdf.gif);
    background-repeat: no-repeat;
    padding-left: 2em;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// SEARCH RESULTS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#results-top 
{
	width: 695px;
	border-top: 1px dotted #999;
	padding: 5px 0 15px 0;
}

#results-bottom 
{
	width: 695px;
	border-top: 1px dotted #999;
	padding: 5px 0 15px 0;
}

.results-top-nums 
{
	width: 136px;	
}
.results-top-pages 
{
	width: 340px;	
	margin-left: 11px;
}
.results-top-sort 
{
	float: right;
	width: 144px;
	text-align: right;
}
.results-top-sort form 
{
	float: right;
	width: 85px;
}
.results-top-sort label 
{
	float: left;
    margin-top: 2px;
	width: 45px;
}
.results-top-sort select 
{
	float: right;
    color: #353535;
    width: 80px;
    font: 12px arial, helvetica, sans-serif;
}

.boxes-results 
{
	width: 695px;
	padding: 0;
	border-top: 1px dotted #999;
	margin-bottom: 10px;
}

.boxes-results img {
	float: left;
	margin: 5px 10px 0 0;
}

.boxes-results-copy {
	clear: none;
	width: 420px;
	border-right: 0;
	margin: 5px 0 0 0;
	padding: 0;
}

.boxes-results h3 {
	clear: none;
	width: 420px !important;
	border-right: 0;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.boxes-results p {
	float: right;
	clear: none;
	width: 420px;
	border-right: 0;
	margin: 2px 0 3px 0;
	padding: 0;
	line-height: 1.3;
}
.holiday-type 
{
	float: right;
	width: 100px;
	margin: 5px 0 0 0;
	padding-left: 20px;
	font-weight: bold;
	color: #0b588a;
	cursor: pointer;
}
.holiday-type.adventure-holidays
{
	background: url(../img/Circle_adventure.gif) no-repeat;
}
.holiday-type.art-and-archaeology
{
	background: url(../img/Circle_art.gif) no-repeat;
}
.holiday-type.city-breaks 
{
	background: url(../img/Circle_city.gif) no-repeat;
}
.holiday-type.eurostar-offers
{
	background: url(../img/Circle_eurostar.gif) no-repeat;
}
.holiday-type.garden-holidays 
{
	background: url(../img/Circle_garden.gif) no-repeat;
}
.holiday-type.ocean-cruises 
{
	background: url(../img/Circle_ocean.gif) no-repeat;
}
.holiday-type.rail-holidays 
{
	background: url(../img/Circle_rail.gif) no-repeat;
}
.holiday-type.river-cruises 
{
	background: url(../img/Circle_river.gif) no-repeat;
}
.holiday-type.special-interest 
{
	background: url(../img/Circle_special.gif) no-repeat;
}
.holiday-type.sun 
{
	background: url(../img/Circle_sun.gif) no-repeat;
}
.holiday-type.theatre-and-music 
{
	background: url(../img/Circle_theatre.gif) no-repeat;
}
.holiday-type.tours 
{
	background: url(../img/Circle_tour.gif) no-repeat;
}
.holiday-type.walking-holidays 
{
	background: url(../img/Circle_walking.gif) no-repeat;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// FOOTER
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#subfooter
{
    
    width:940px;
    text-align: right;   
    margin-bottom: 3px;  
}

#subfooter table 
{
       float: right;   
}

#footer
{
	float: left;
	clear:both;
	width:940px;
	height:52px;
}

#footer iframe
{
	border:none;
	height:52px;
	width:940px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// GENERIC FORM ELEMENTS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

fieldset {
    float: left;
	border: 0;
	padding: 0;
    margin-top: 10px;
}
legend {
    float: left;
    font-size: 1.2em;
    color: #003366;
    font-weight: bold;
}
.row {
    float: left;
    clear: left;
    padding-top: 8px;
    width: 700px;
}
.row label {
    float: left;
    width: 250px;
    display: block;
    font-weight: normal;
    margin: 0 0px 0 0;
    padding: 3px 0 0 0px;
}
.row input {
    float: left;
    width: 300px;
    margin: 0;
    padding: 2px;
    font-size: 1em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    color: #4f5356;
}
.row select {
    float: left;
    clear: none;
    width: 307px;
    margin: 0;
    padding: 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    color: #4f5356;
}
.row input[type=checkbox]
{
    width: 30px;
}

.row select.select-short {
    width: 150px;
    margin-right: 5px;
}

.row textarea {
    float: left;
    width: 300px;
    margin: 0;
    padding: 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}

.button 
{
    float: left;
    display: block;
    background: url(../img/btn-left.gif);
    padding: 0 8px 5px 8px;
    border: 0;
    height: 31px;
}
.button span 
{
    float: left;
    display: block;
    background: url(../img/btn-right.gif) top right;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// REVIEW FORM STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#reviewfrom-table {
	margin: 20px 0 10px 0;
}
#reviewfrom-table td, th {
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
}
#reviewfrom-table th {
	background: #f1f1f1;
	width: 60px;
}
#reviewfrom-table td.td-leftalign {
	text-align: left;
}
#reviewfrom-table th.reviewform-wider {
	width: 250px;
	text-align: left;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// HOLIDAY DETAILS STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#holiday-details-topheader {
	clear: both;
	width: 940px;
	border-top: 3px solid #60C3FB;	
}
#content h1.hol-details 
{
	clear: none;
	border: 0;
	float: left;
	width: 680px;
	height: 70px;
	font-size: 24px;
	padding: 3px 0 9px 5px;
	margin: 0px 0 5px 0;
	color: #333333;
}
#need-help-booking {
	width: 210px;
	float: right;
	background: url(../img/telephone.gif) no-repeat;
	font-weight: bold;
	padding-left: 40px;
	margin: 5px 0 0px 0;
}
#need-help-booking-left {
	width: 185px;
	float: right;
	background: url(../img/telephone.gif) no-repeat;
	font-weight: bold;
	padding-left: 40px;
	margin: 5px 0 0px 0;
}
.need-help-num {
	font-size: 16px;
}


#holiday-details-left 
{
	background: #ededed;
	padding: 0px 0 18px 5px;
	color: #353535;
	margin-bottom: 30px;
	border-top: 3px solid #65c5fb;
	width: 215px;
	padding: 0px 0 18px 5px;
	color: #353535;
	margin-bottom: 30px;
}

#holiday-details-left-booknow  
{
	margin: 5px 0 0 0;
}

#holiday-supplier-left 
{
	background: #f6f6f6;
	padding: 0px 0 18px 5px;
	color: #353535;
	margin-bottom: 30px;
	border-top: 3px solid #65c5fb;
	width: 215px;
	padding: 0px 0 18px 5px;
	color: #353535;
	margin-bottom: 30px;
}

#holiday-summary-table table {
	float: left;
	width: 210px;
	margin: 30px 0 5px 0;
	border-bottom: 1px dotted #bebebe;
}
#holiday-summary-table table td, th {
	width: 100px;
	padding: 3px;
	border-top: 1px dotted #bebebe;
	text-align: left;
}

#holiday-supplier-table table {
	float: left;
	width: 210px;
	margin: 30px 0 5px 0;
	border-bottom: 1px dotted #bebebe;
}
#holiday-supplier-table table td, th {
	width: 100px;
	padding: 3px;
	border-top: 1px dotted #bebebe;
	text-align: left;
}

#holiday-supplier-popup-table table {
	float: left;
	width: 415px !important;
	margin: 10px 0 3px 0;
	border-bottom: 1px dotted #bebebe;
}
#holiday-supplier-popup-table table td, th {
	padding: 3px;
	border-top: 1px dotted #bebebe;
	text-align: left;
}


#holiday-details-nav
{
	clear: left;
	width: 697px;
	/*border-top: 3px solid #60C3FB;*/
	border-bottom: 1px solid #999999;
	/*height: 50px;*/
	margin-bottom: 5px;
	background:#f6f6f6;
}
#holiday-details-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#holiday-details-nav li {
    float: left;
	height: 19px;
	/*margin: 31px 3px 0 5px;*/
	margin: 0 3px 0 5px;
}
#holiday-details-nav li a {
    float: left;
	color: #fff;
    font-weight: normal;
	font-size: 13px;
    text-decoration: none;
	height: 19px;
}

#holiday-details-nav li a.holidaydetails-description {
	background: url(../img/offer-nav-descript.gif);
	width: 83px;
}
#holiday-details-nav li a.holidaydetails-included {
	background: url(../img/offer-nav-inclu.gif);
	width: 66px;
}
#holiday-details-nav li a.holidaydetails-itinerary {
	background: url(../img/offer-nav-itin.gif);
	width: 67px;
}
#holiday-details-nav li a.holidaydetails-accommodation {
	background: url(../img/offer-nav-accom.gif);
	width: 108px;
}
#holiday-details-nav li a.holidaydetails-dates {
	background: url(../img/offer-nav-dates.gif);
	width: 97px;
}
#holiday-details-nav li a.holidaydetails-reviews {
	background: url(../img/offer-nav-review.gif);
	width: 68px;
}

/* NICK - Putting these <span> classes here to use when
we have a tab with no data - <a> tag fires the JQuery */

#holiday-details-nav li span {
    float: left;
	color: #fff;
    font-weight: normal;
	font-size: 13px;
    text-decoration: none;
	height: 19px;
}

#holiday-details-nav li span.holidaydetails-description {
	background: url(../img/offer-nav-descript-off.gif);
	width: 83px;
}
#holiday-details-nav li span.holidaydetails-included {
	background: url(../img/offer-nav-inclu-off.gif);
	width: 66px;
}
#holiday-details-nav li span.holidaydetails-itinerary {
	background: url(../img/offer-nav-itin-off.gif);
	width: 67px;
}
#holiday-details-nav li span.holidaydetails-accommodation {
	background: url(../img/offer-nav-accom-off.gif);
	width: 108px;
}
#holiday-details-nav li span.holidaydetails-dates {
	background: url(../img/offer-nav-dates-off.gif);
	width: 97px;
}
#holiday-details-nav li span.holidaydetails-reviews {
	background: url(../img/offer-nav-review-off.gif);
	width: 68px;
}

#holiday-details-nav li.active a.holidaydetails-description {
	background: url(../img/offer-nav-descript-on.gif);
	width: 83px;
}
#holiday-details-nav li.active a.holidaydetails-included {
	background: url(../img/offer-nav-inclu-on.gif);
	width: 66px;
}
#holiday-details-nav li.active a.holidaydetails-itinerary {
	background: url(../img/offer-nav-itin-on.gif);
	width: 67px;
}
#holiday-details-nav li.active a.holidaydetails-accommodation {
	background: url(../img/offer-nav-accom-on.gif);
	width: 108px;
}
#holiday-details-nav li.active a.holidaydetails-dates {
	background: url(../img/offer-nav-dates-on.gif);
	width: 97px;
}
#holiday-details-nav li.active a.holidaydetails-reviews {
	background: url(../img/offer-nav-review-on.gif);
	width: 68px;
}
	
.boxes-holiday-details {
	clear: left;
	width: 697px;
	margin: 10px 0 10px 0;
}

#holidaydetails-description-imagecontainer 
{
    /*
	float: left;
	width: 136px;
    */
    clear: left;
	width: 697px;
	padding-top: 10px;
	
}

#holidaydetails-description-descriptioncontainer 
{
    /*    
	float: right;
	width: 540px;
	margin: 0;
    */
    clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	padding-bottom: 30px;
}

#holidaydetails-description-descriptioncontainer p {
	width: 697px;
	margin: 0;
}

#holidaydetails-description-imagecontainer img 
{
    margin: 0 0 5px 0;
}

.holidaydetails-includedcontainer 
{
    clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.holidaydetails-included-titlecontainer {
	float: left;
	width: 136px;
	font-weight: bold;
}

.holidaydetails-included-textcontainer {
	float: right;
	width: 697px;
	margin: 0;
}

.holidaydetails-included-textcontainer ul 
{
   margin: 0;padding: 0; list-style: none; 
}

.holidaydetails-included-textcontainer li
{
    background: url(/Content/img/BulletPoint.gif) no-repeat;
    padding-left: 12px;
}

.holidaydetails-itinerarycontainer 
{
    clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.holidaydetails-itinerary-titlecontainer {
	float: left;
	width: 136px;
	font-weight: bold;
}

.holidaydetails-itinerary-textcontainer {
	float: right;
	width: 697px;
	margin: 0;
}

.holidaydetails-accommodationcontainer 
{
    clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.holidaydetails-accommodation-titlecontainer {
	float: left;
	width: 136px;
	font-weight: bold;
}

.holidaydetails-accommodation-titlecontainer p 
{
    float: left;
	width: 136px;
    margin: 0 0 5px 0;
}

.holidaydetails-accommodation-titlecontainer img 
{
    margin: 0 0 5px 0;
}

.holidaydetails-accommodation-titlecontainer a 
{
    font-weight: normal;
}

.holidaydetails-accommodation-textcontainer {
	float: right;
	width: 697px;
	margin: 0;
}

.holidaydetails-accommodation-textcontainer p {
	width: 697px;
	margin: 0;
}

.holidaydetails-accommodation-textcontainer ul {
	float: right;
	clear: none;
	width: 697px;
	height: 60px;
	border-right: 0;
	list-style-type: none;
    padding: 20px 0 0 0;
    margin: 0;

}

.holidaydetails-accommodation-textcontainer li.pdf 
{
    background-image: url(/Content/img/icon_pdf.gif);
    background-repeat: no-repeat;
    padding-left: 2em;
}

.holidaydetails-accommodation-textcontainer li.map 
{
    background-image: url(/Content/img/icon_map.gif);
    background-repeat: no-repeat;
    padding-left: 2em;
}




.holidaydetails-datescontainer 
{
    clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	padding-bottom: 30px;
}

.holidaydetails-datescontainer table.holidaydetails-datestable th
{
    border: 0;
    border-bottom: 1px dotted #bebebe;
    padding: 3px;
	text-align: left;
	font-weight: bold;
}

.holidaydetails-datescontainer table.holidaydetails-datestable td
{
    border: 0;
    border-bottom: 1px dotted #bebebe;
    padding: 3px;
	text-align: left;
}



/* HOLIDAY DETAILS DATES FILTERING */

.holidaydetails-dates-filtering 
{
	width: 699px;
	margin: -5px 0 0 0;
}
.holidaydetails-dates-filtering-row {
	width: 340px;
	padding-bottom: 3px;
}
.holidaydetails-dates-filtering-row label {
    float: left;
    width: 110px;
    display: block;
    font-weight: normal;
    padding: 3px 0 0 0px;
	margin-right: 3px;	
}
.holidaydetails-dates-filtering-row select {
    float: left;
    clear: none;
    width: 120px;
	margin-bottom: 1px;
    padding: 1px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    color: #4f5356;
}
.holidaydetails-dates-filtering-row select.wdt40 {
    width: 40px;
}
.holidaydetails-dates-filtering-row select.wdt180 {
    width: 180px;
}


/* HOLIDAY DETAILS DATES PAGING */

.holidaydetails-dates-paging 
{
	width: 690px;
	margin-top: 8px;
	border-top: 1px solid #999;
	padding-top: 4px;
}
.holidaydetails-dates-top-nums 
{
	width: 136px;
	margin-top: 3px;	
}
.results-top-nums 
{
	margin-top: 3px;
}	
.holidaydetails-dates-top-pages 
{
	width: 340px;	
	margin-left: 11px;
	margin-top: 3px;
}
.holidaydetails-dates-top-sort 
{
	float: right;
	width: 186px;
	text-align: right;
}
.holidaydetails-dates-top-sort form 
{
	float: right;
	width: 125px;
	margin: 0;
	padding: 0;
}
.holidaydetails-dates-top-sort label 
{
	float: left;
    margin-top: 3px;
	width: 45px;
}
.holidaydetails-dates-top-sort select 
{
	float: right;
    color: #353535;
    width: 125px;
    font: 12px arial, helvetica, sans-serif;
    margin-bottom: 3px;
}

.holidaydetails-reviewscontainer 
{
    clear: left;
	border-top: 1px dotted #999;
	width: 697px;
	padding-bottom: 20px;
}

.holidaydetails-reviews-quotescontainer {
	float: left;
	width: 80px;
}

.holidaydetails-reviews-review {
	float: left;
	width: 465px;
}
.holidaydetails-reviews-review h3 {
	color: #333;
	font-size: 18px;
}
.holidaydetails-reviews-review h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 0 -5px 0;
	font-size: 12px !important;
}
.holidaydetails-reviews-review p {
	width: 465px;
}

.holidaydetails-reviews-credit {
	float: right;
	width: 137px;
	margin-left: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
}
.holidaydetails-reviews-credit-date {
	font-weight: normal;
	color: #666;
}



#holidaydetails-reviews-top 
{
	width: 695px;
	border-top: 1px dotted #999;
	padding: 5px 0 7px 0;
}

#holidaydetails-reviews-bottom 
{
	width: 695px;
	border-top: 1px dotted #999;
	padding: 5px 0 0px 0;
}

.holidaydetails-reviews-top-nums 
{
	width: 136px;	
}
.holidaydetails-reviews-top-pages 
{
	width: 340px;	
	margin-left: 11px;
}
.holidaydetails-reviews-top-sort 
{
	float: right;
	width: 144px;
	text-align: right;
}
.holidaydetails-reviews-top-sort form 
{
	float: right;
	width: 85px;
}
.holidaydetails-reviews-top-sort label 
{
	float: left;
    margin-top: 2px;
	width: 45px;
}
.holidaydetails-reviews-top-sort select 
{
	float: right;
    color: #353535;
    width: 80px;
    font: 12px arial, helvetica, sans-serif;
}




#holiday-details-bottom {
	clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
}
#holiday-details-botimg {
	width: 148px;
}
#holiday-details-botlinks {
	clear: right;
	width: 200px;
}

/* These styles repeated for Dates tab - as this is a form post */
#holiday-details-bottom-dates {
	clear: left;
	border-top: 1px dotted #bebebe;
	width: 697px;
	padding-top: 5px;
	margin-top: 10px;
}
#holiday-details-botimg-dates {
	width: 157px;
}
#holiday-details-botlinks-dates {
	clear: right;
	width: 200px;
}





/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// EMAIL SIGNUP MESSAGE STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#email-right-col-one {
	float: right;
    width: 230px;
	height: 400px;
	border-left: 1px solid #999;
}
#email-right-col-two {
	float:right;
	border-top: 3px solid #65C5FB;
	color:#353535;
	width:220px;
}
#email-right-col-two h2 {
	width:214px;
	height: 30px;
	padding: 0px 3px 10px 3px;
	margin: 0px;
	background:#f6f6f6;
}
#email-right-col-two p {
	border-top: 1px dotted #999999;
	width:220px;
	margin-top: 5px;
}

#email-left-column {
	float:left;
	height:100%;
	width:699px;
	background: #ededed;
}
#email-left-column h2 
{
	clear: both;
	width: 693px;
	height: 40px;
	border-top: 3px solid #60C3FB;
	padding: 0px 2px 0px 3px;
	margin: 0px;
}
.email-left-col-boxes {
	border-top: 1px dotted #999999;
	padding: 5px 0 10px 0;
	margin: 0 0 5px 7px;
	width: 685px;	
	font: Arial Normal 12px #333;
	line-height: 19px;
}
.email-left-col-boxes.email-signup-intro {
	font: Arial Normal 14px #333;
	line-height: 19px;
}	
.email-left-col-boxes img {
	float: left;
	margin-right: 5px
}
.email-left-col-boxes p {
	float: left;	
	width: 530px;
	margin: 0;
	padding: 0;
}
.email-left-col-box-submit {
	border-top: 0;
	padding: 8px 0 10px 0;
	margin: 0 0 10px 7px;
	width: 675px;
}

.email-row {
    padding-right: 5px;
}
.email-row label {
    float: left;
    display: block;
    font-weight: normal;
    padding: 3px 0 0 0px;
	margin-right: 3px;
}
.email-row input, select {
    float: left;
	clear: left;
    width: 200px;
    margin-right: 5px;
	margin-bottom: 2px;
    padding: 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    color: #4f5356;
}
.email-row input.firstname {
    width: 130px;
}
.email-row select {
    width: 55px;
}

.email-row-wide {
    margin-left: -4px;
	padding-top: 5px;
	width: 680px;
}
.email-row-wide label {
    float: left;
	margin-right: 5px;
}
.email-row-wide input {
    float: left;
    margin-right: 10px;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// REVIEWS STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/


.reviewed-box {
	border-top: 1px dotted #999;
	background: url(/Content/img/quote.gif) no-repeat;
	padding-left: 70px;
	width: 499px;
	margin-bottom: 10px;
}
.reviewed-box p {
	width: 492px;
}
.reviewed-box h3 {
	color: #333;
	font-size: 18px;
}
.reviewed-box h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 1px 0 -5px 0;
}

.reviewed-namedate {
	float: right;
	border-top: 1px dotted #999;
	width: 130px;
	font-weight: bold;
	color: #333;
	padding-top: 3px;
}
.reviewed-date {
	font-weight: normal;
	color: #666;
}

.results-top-sort-review 
{
	float: right;
	width: 180px;
	text-align: right;
}
.results-top-sort-review label {
	float: left;
	margin-top: 3px;
}
.results-top-sort-review select 
{
    
	float: right;
	clear: none;
	width: 130px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}	

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// SEND TO A FRIEND POP-UP
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#popup-outer-box {
	width: 437px;
}
#popup-links {
	width: 155px;
	float: right;
	margin: 5px 0 5px 0;
}
#popup-box {
	clear: left;
	width: 417px;
	border: 1px solid #e5e5e5;
	padding: 15px 10px 15px 10px;
}

.popup-row {
    float: right;
    clear: left;
    margin-bottom: 5px;
    width: 387px;
}
.popup-row label {
    float: left;
    width: 155px;
    display: block;
    font-weight: normal;
	font-size: 12px;
	color: #333;
}
.popup-row input, textarea {
    float: left;
    width: 210px;
    margin: 0;
    padding: 2px;
    font-size: 0.98em;
	font-family: Arial, Helvetica, sans-serif;
    color: #4f5356;
}
.popup-row input.popup-send {
    width: 50px;
}
.popup-copy {
	float: right;
	color: #9d9d9d;
	width: 230px;
}

.search-close.closed-popup {
	width:429px;
}

.soslogs {
	width: 200px;
	margin-right: 8px;
}

.soslogs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.soslogs li {
	width: 175px;
	padding: 0 0 0px 25px;
	margin: 0 0 4px 0;
	border-top: 1px dotted #999;
}
.soslogs li.dig {
	background: url(/Content/img/soslogs-digg.gif) no-repeat;
}
.soslogs li.goo {
	background: url(/Content/img/soslogs-google.gif) no-repeat;
}
.soslogs li.del {
	background: url(/Content/img/soslogs-del.gif) no-repeat;
}
.soslogs li.new {
	background: url(/Content/img/soslogs-newsfine.gif) no-repeat;
}
.soslogs li.fac {
	background: url(/Content/img/soslogs-face.gif) no-repeat;
}
.soslogs li.red {
	background: url(/Content/img/soslogs-reddit.gif) no-repeat;
}
.soslogs li.twi {
	background: url(/Content/img/soslogs-twit.gif) no-repeat;
}
.soslogs li.stu {
	background: url(/Content/img/soslogs-stumb.gif) no-repeat;
}
.soslogs li.liv {
	background: url(/Content/img/soslogs-livejournal.gif) no-repeat;
}
.soslogs li.mix {
	background: url(/Content/img/soslogs-mixxit.gif) no-repeat;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// TRAVEL PARTNERS
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#content h1.partners-head {
	border-top: 3px solid #60C3FB;
	clear: both;
	color :#333333;
	font-size: 26px;
	height: 20px;
	margin: 0 0 5px;
	padding: 3px 0 5px 5px;
	width: 940px;
}
#partners-strap {
	clear: left;	
	width: 940px;
	font-size: 14px;
	color: #666;
	padding: 0px 0 9px 5px;
	margin-bottom: 9px;
}


#partners-list {
	border-top: 3px solid #65c5fb;
	width: 220px;
	margin-bottom: 30px;
}

#partners-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#partners-list li {
	float: left;
	clear: left;
	border-top: 1px dotted #999;
	padding: 3px 0 5px 0;
	width: 220px;
}
#partners-list li.patners-notop {
	border-top: none;
}



#partners-whychoose h4 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333;
	font-size: 12px;
	border-top: 1px solid #999;
	font-weight: bold;
	margin: -9px 0 5px 0;
}
#partners-whychoose ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#partners-whychoose li {
	float: left;
	clear: left;
	border-top: 1px dotted #999;
	padding: 0px 0 5px 10px;
	width: 210px;
	background: url(/Content/img/BulletPoint.gif) no-repeat;
}

#partners-colms {
	border-top:3px solid #60C3FB;
	clear:both;
	margin:0 0 10px;
	padding:20px 0 0 3px;
	width:699px;
}
#partners-colms table {
	width: 699px;
}
#partners-colms table td {
	width: 154px;
	text-align: center;
}
#partners-colms table td.partners-blank {
	height: 40px;
}




#partners-colms.partner-details-line {
	padding: 5px 0 0 3px;
} 

#partners-detail-logo {
	width: 150px;
	text-align: center;
}

#partners-detail {
	float: right;
	width: 545px;
}
#partners-detail table {
	float: right;
	width: 545px;
}
#partners-detail table th {
	width: 113px;
	text-align: left;
	border-bottom: 1px dotted #666;
	border-top: 0;
	padding: 1px 0 5px 3px;
}
#partners-detail table td {
	text-align: left;
	border-bottom: 1px dotted #666;
	border-top: 0;
	padding: 1px 0 5px 3px;
	vertical-align: top;
}
#partners-detail table td.partners-detail-noline {
	border-bottom: none;
	width:699px;
}
#partners-detail table td.partners-detail-morebotmar {
	padding-bottom: 25px;
}
#partners-detail table td.partners-detail-img {
	padding: 9px 0 8px 0;
}

#partners-detail-alloffers {
	border-top: 1px solid #999;
	width: 699px;
	font-weight: bold;
}

#partners-detail-alloffers{
	margin-top: 20px;
}


/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// HELP
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#help-left-column {
	width: 699px;
	padding-right: 10px;
	border-right: 1px solid #999;
}

#help-right-column {
	float: right;
    width: 220px;
    height: 100%;
	margin-left: 10px;
}
#help-right-column h2 {
	background:none repeat scroll 0 0 #EDEDED;
	border-top:3px solid #60C3FB;
	clear:both;
	width: 220px;
	height: 48px;
	margin:0 0 5px 0;
	padding:2px 0 0 5px;
	line-height: 20px;
}
#help-rightcol-link {
	border-top:1px dotted #999;
	width: 225px;
	font-size: 12px;
	line-height: 15px;
	padding-top: 2px;
}

#help-left-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top:3px solid #60C3FB;
}
#help-left-column li {
	float: left;
	clear: left;
	font-size: 14px;
	color: #005689;
	line-height: 19px;
	border-bottom: 1px dotted #999;
	padding: 2px 0 10px 0;
	width: 699px;
}
#help-left-column li.help-list-bottom {
	border-bottom: none;
}

.help-result-head {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;	
	width: 699px;
	padding: 2px 0 5px 0;
	margin-top: 20px;
}
.help-result-head-copy {
	width: 600px;
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.help-result-head-link {
	width: 99px;
	text-align: right;
	float: right;
}

#help-left-column p {
	width: 699px;
	margin: 0px;
	padding: 0;
}





.image-icon 
{
    list-style-image:url("/Content/img/blueball.gif");
list-style-type:square;

}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// TRAVEL INSURANCE BOX
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

td.travel-insurance 
{
    padding: 20px 20px 20px 20px;
    line-height: 18px;    
}

td.travel-insurance span.travel-insurance-call 
{
    font-size: 24px;
	color: #006EC9;    
}



/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// LIVEVALIDATION MESSAGE STYLES
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

.LV_validation_message{
    font-weight:normal;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// JQuery - Busy
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/


html.busy, html.busy * {  cursor: wait !important;} 

/*
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
///
/// JQuery - Pop-up
///
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
*/

#backgroundJQueryPopup{
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

#JQueryPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#JQueryPopup a 
{
 cursor: pointer;   
}

#JQueryPopup p 
{
 width:400px;  
}

#JQueryPopup h1{
text-align:left;
color:#6FA5FD;
width:400px;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#JQueryPopupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
