/**************************************************************
* Global CSS Elements. 
* Define default element styles
***************************************************************/
* {
	/*outline: none;*/
	margin: 0px;
	padding: 0px;
	/*font-family: arial;
	font-size: 12px;*/
}
html, body{
	background: #FFFFFF;
	color: #000000;
	font-family: arial;
	font-size: 12px;
}
table{ 
	border: solid 1px #cccccc; /* maybe need to add .with_border when using web parts */
}
td{
	height: 25px;
	padding-left: 10px;
	font-size: 12px;
}
#content{
	width: 990px;
	margin-left: auto;
    margin-right: auto;
    
}

.new-line{
clear:both !important;
}
/**************************************************************
* Header CSS Elements. 
* 
* #header: The background image
* #logo:   The png overlay logo "hotels 4 u"
***************************************************************/
#header{
	position:relative;
	width: 990px;
	/*background: url(../images/header.jpg) no-repeat; */
	margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    float:left;
}
.logo{
float:left;
width: 249px;
height: 138px;
cursor:pointer;	
}

#ad-header{
float:left;
}
.arHeader
{
    /*position:absolute;
    top:0px;
    left:0px;*/
}

#PromotionText
{
    width:800px; 
    top:0px; 
    right:0px; 
    text-align:right; 
    margin-right:30px;
    margin-top:30px;
    position:absolute;
}
#PromotionText a
{
    text-decoration: none;    
}
/**************************************************************
* Navigtion bar elements 
* 
* #nav: The entire bar which holds tabs and country list
* #nav #nav-links: The country links, right hand part of nav
***************************************************************/
#nav{
	height: 33px;
	width: 995px;
	margin-left: auto;
    margin-right: auto;
    background: url(../images/main-border-header.gif) no-repeat bottom center;
    clear:both;
    float:left;
}
#nav .ui-tabs-nav{
	margin-left: 15px;
	float: left;
	padding-bottom: 7px;
}
#nav #nav-links{
	color: #999999;
	float: right;
	margin-right: 10px;
}
#nav #nav-links li{
	display: block;
	float: left;
	list-style: none;
	padding: 5px 0px 0px 5px;
}
#nav #nav-links li a{
	color: #003366;
	font-weight: bold;
	margin-left: 5px;
}
#nav #nav-links li a:hover{
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
#nav #nav-links li #uk{
	margin: 0px 5px 0px 5px;
	padding-left: 22px;
	height: 11px;
	color: #000;
	background: url(../images/country/uk.gif) no-repeat center left;
}
#nav #nav-links #select-country{
	padding-top: 2px;
	margin-top: 0px;
}

#nav #nav-links #select-country select {
	width: 70px;
}

/* Tool Tips */
#JT_close_left, #JT_close_right{font-size: 1.1em;}
#JT_copy p, #JT_copy ul{font-size: 1.1em;}
#JT_arrow_left{
	background-image: url(../images/left-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-14px;
	height:30px;
	width:14px;
    top: 0px;
}
#JT {
	position: absolute;
	z-index:100;
	background-color: #fff;
}
#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}
.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left{
	background-color: #993300;
	color: #fff;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 4px;
	height:19px;
	padding-top: 6px;
	font-weight:bold;
}
#JT_close_right{
	background-color: #993300;
	color: #fff;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}
#JT_copy p{
	margin:3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.jTip{
	cursor:help;
}

/**************************************************************
* Content Boxes 
* 
* Place Content Boxes here
***************************************************************/
.info-box{
    border:solid 1px #cccccc;
    border-top:none;
    padding:10px;
    margin-bottom:10px;
}
.blue-box-header{
    clear:both;
    color: #fff;
	font-weight: bold;
	font-size:12px;
	background-color:#66a3c2;
	padding:8px 10px;
}




/**************************************************************
* Body container layout 
* 
* Defines the page layout. This should not be changed
***************************************************************/
#body-container{
	margin-left: auto;
    margin-right: auto;
    width: 995px;
}
#body-container-body{
	clear: both;
	border-left: 1px solid #a4a2a4;
	border-right: 1px solid #a4a2a4;
	margin: 0px 2px 0px 2px;
	/* overflow: hidden; */
	padding:3px 0;
}
#body-container-body h3{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 8px 0px 0px 10px;
}
/* Breadcrumbs */
#body-container-body #breadcrumb{
	height: 31px;
	width: 970px;
	margin: 0px 10px 10px 10px;
	background: url(../images/breadcrumb.gif) repeat;
}
#body-container-body #breadcrumb ul{
	padding: 8px 0px 0px 5px;
}	
#body-container-body #breadcrumb ul li{
	display: inline;
}
#body-container-body #breadcrumb ul li a{
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 0px 5px 0px 5px;
}
#body-container-body #breadcrumb ul li a:hover{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
	padding: 0px 5px 0px 5px;
}

#tblSup{
border:none;
}
#tblSup td{
padding:0px;
height:0px;
}
.tblSuprow td{
padding:5px 0 !important;
}

/****************************************************************
* Body container elements which have global scope
*
* These can be place anywhere and should remain in the same state
* 
* #location-map:   google map div. 
* #abta:           ABTA logo div
* #agent-login:    Agent login form  
* #weather-report: Weather report div 
* #top-listings:   Top listings div
* #offers:         Special offers div
* #close:          Google map close buttom
* #map:            Google map popup layout div
* #security		   Payment security div
* #payment-method  Payment method div
* #price-summary   Pricing summary div
* #promotion       Promotion code form
* #stars           Star ratings
* #recommendations Recommended hotels
*****************************************************************/
#location-map .close{
	background: url(../images/close.gif) no-repeat center right;
	padding-right: 20px;
	color: #ffa101;
	border: 0px;
	height: 20px;
	float: right;
	font-weight: bold;
	margin: 10px 10px 10px 0px;
	cursor:pointer;
	display:block;
}

#google-map{
	margin-left: auto;
    margin-right: auto;
    width: 678px;
    height: 504px;
    background-color:Blue;
}

#body-container-body #location-map #overlay{
    position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	
	background-color:#FFF;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;	
}
#body-container-body #location-map #big_map{
margin-top: -295px;
margin-left: -365px; 
width: 730px;
display: block;
background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 2px;
color:#000000;
left:50%;
position:fixed;
text-align:left;
top:50%;
z-index:102;
padding-bottom:20px;
}

#body-container-body #location-map{
margin-bottom:10px;
clear:both;
}

#body-container-body #location-map h3{
	height: 26px;
	width: 219px;
	background: url(../images/light_blue.gif) repeat;
}
#body-container-body #location-map #map{
	/*background: url(../images/google-map.jpg) no-repeat;*/
	width: 229px;
	height: 261px;
	overflow:hidden;
}
#body-container-body #location-map #expand-map{
	height: 30px;
	width: 229px;
	background: url(../images/dark_blue.gif) repeat;
}
#body-container-body #location-map #expand-map a{
	float: right;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 25px 3px 0px;
	margin: 3px 10px 0px 0px;
	height: 16px;
	background: url(../images/expand.gif) no-repeat center right;
}
#body-container-body #location-map #expand-map a:hover{
	text-decoration: none;
	float: right;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 25px 3px 0px;
	margin: 3px 10px 0px 0px;
	height: 16px;
	background: url(../images/expand.gif) no-repeat center right;
}

/* abta element */
#body-container-body #abta{
	width: 230px;
	height: 139px;
	background: url(../images/abta.gif) no-repeat;
	margin-bottom: 10px;
	clear:both;
}
#body-container-body #abta p{
	font-size: 11px;
	padding: 10px;
	margin-top: 55px;
}
#body-container-body #abta p a{
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
}
#body-container-body #abta p a:hover{
	color: #666666;
}

/* search elements */
#body-container-body  #search{
	background: url(../images/search-bg.gif) repeat;
	width: 230px;
	font-weight: bold;
	margin-bottom: 10px;
	float:left;
	font-size:11px !important;
}
#body-container-body  #search h3{
	background: #d67200;
	height: 30px;
}
#body-container-body  #search #search-header{
	background: #d67200;
	height: 30px;
}
#body-container-body  #search #search-header h3{
	float: left;
	background: #d67200;
	height: 0px;
}
#body-container-body  #search #search-header div{
	width: 84px;
	height: 30px;
	margin-left: 146px;
	background: url(../images/all-hotels.gif) no-repeat center right;
	text-align: center;
}
#body-container-body  #search #search-header div a{
	display: block;
	color: #FFF;
	padding: 7px 4px 0px 0px;
	text-align: right;
	text-decoration: none;
}
#body-container-body  #search #search-header div a{ /*#all*/
	display: block;
	color: #FFF;
	padding: 7px 12px 0px 0px;
	text-align: right;
	text-decoration: none;
}
#body-container-body  #search a{
	color: #000000;
}
#search-1 select, #search-2 select, #search-3 select{
width:40px;
}
#body-container-body  #search-1{
	/*height: 60px;*/	
	padding: 10px;
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px dashed #d67200;
}
#body-container-body  .destination{
	width: 206px;
}
#body-container-body  #search-button{
	float: right;
	margin-top: 2px;
}
#body-container-body  #search-button a{
	color: #003366;
	font-weight: normal;
}
#body-container-body  #search-2{
	height: 40px;
	padding: 10px;
	border-bottom: 1px dashed #d67200;
}
#body-container-body  #display_date{
	float: left;
	height: 30px;
}
#body-container-body .date{
	width: 85px;
}
#body-container-body  #date_picker{
	background: url(../images/calendar.gif) no-repeat bottom center;
	height: 30px;
	width: 30px;
	margin-left: 5px;
	float: left;
	cursor:pointer;
}
#body-container-body  .nights-label{
	width: 130px;
	margin-left: 16px;
}
#body-container-body  .nights{
	float: right;
}
#body-container-body  #search-3{
	/*height: 62px;*/
	width:210px;
	float:left;
	padding: 10px;
	border-bottom: 1px dashed #d67200;
}
#body-container-body  #display-rooms label{
	float: left;
}
#body-container-body  #display-rooms select {
	float: right;
}
#body-container-body  .attendees{
	clear: both;
	margin-top: -10px;
	padding-top: 10px;
}
#room1Head, #room2Head, #room3Head{
	background-color:#d67200;
	color:#fff;
	text-indent:5px;
}
#body-container-body .display-adults{
	float: left;
	width: 67px;
}
#body-container-body .display-child{
	float: left;
	width: 45px;
}
#body-container-body .display-infant{
	float: right;
	width: 92px;
}
#body-container-body .infants{
	float: right;
}

.divChildAgeRoom{
clear:both;
padding:5px 0;
}
.divChildAgeRoom input{
width:18px;
}


#body-container-body  #search-4{
	padding: 10px 0px 10px 5px;
	height: 30px;
	float:left;
	width:225px;
}
#body-container-body  #search-4 .advanced{
	color: #FFFFFF;
	float: left;
	margin: 5px 4px 0px 5px;
}
#body-container-body  #search-4 #refine{
	color: #FFFFFF;
	float: left;
	margin: 5px 2px 0px 2px;
}

#body-container-body .divAdvanced{
	float: left;
	padding: 10px;
	width:210px;
}
.divBoardBasis{
    float: left;
}
.divBoardBasis span{
    display: block;
}
.divRating{
    text-align: right;
}
.divRating span{
    display: block;
}
.divBuilding{
    clear:both;
    margin-top: 5px;
    float:left;
}
.divBuilding input{
    width: 190px;    
}

#body-container-body  #refine-search{
	margin-right: 1px;
	float: right;
  	width: 99px;
  	height: 24px;
  	border: none;
}
#body-container-body  #refine-search a{
	color: #FFFFFF;
  	font-weight: bold;
  	display: block;
  	height: 24px;
  	padding: 5px 0px 0px 6px;
  	text-decoration: none;
  	background: url(../images/refine-search.gif) no-repeat;
}

#available-search-left{
    background: url(../images/search-button-left.gif) no-repeat left top;
	float:right;
	height: 24px;	
	margin-right:10px;
}
#available-search-left:hover{
    background: url(../images/search-button-left.gif) no-repeat left bottom;
}
.available-search-right{
    background: url(../images/search-button-right.gif) no-repeat right top;
	height: 24px;
	display:block;
	padding-right:20px;
	line-height:24px;
	color:White !important;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
}
.available-search-right:hover{
    background: url(../images/search-button-right.gif) no-repeat right bottom;
}

#body-container-body  #refine-search a:hover{
	background: url(../images/refine-search_over.gif) no-repeat;
	display: block;
	height: 24px;
}
#body-container-body #search-go{
	margin: 0px 5px 0px 0px;
	float: right;
  	width: 65px;
  	height: 24px;
}
#body-container-body #search-go a{
	display: block;
  	border: none;
  	color: #FFFFFF;
  	padding: 5px 0 0 0;
  	font-weight: bold;
  	text-decoration: none;
  	text-align:center;
  	height: 24px;
  	background: url(../images/search-go.gif) no-repeat;
}
#body-container-body #filter-update{
padding-bottom:10px;
float:right;
}
#body-container-body #search-go a:hover{
	background: url(../images/search-go_over.gif) no-repeat;
	height: 24px;
}
#body-container-body #search-5{
	background: #ffa200 url(../images/search-extra.gif) no-repeat;
	/*height: 180px;*/
	width: 230px;
	border-top: dashed 1px #d67200;
	clear:both;
	float:left;
}
#body-container-body #search-5 h4{
	margin: 10px;
}
#body-container-body #search-5 ul li{
	list-style: none;
	color: #303030;
	font-size: 12px; 
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 5px;
	clear: both;
}
#body-container-body #search-5 ul li label{
	margin-right:10px;
	float:left;
}
#body-container-body #search-5 #left-list{
	float: left;
	/*width: 115px;*/
	width: 210px;
	margin: 0px 0px 0px 10px;
}

#body-container-body #search-5 #right-list{
	float: right;
	width: 100px;
}
#body-container-body #search-5 #right-list input{
	float: left;
	width: 20px;
	clear: both;
	height: 15px;
}
#body-container-body #search-5 #left-list input{
	float: left;
	/*width: 20px;*/
	height: 15px;
	margin-right:10px;
}
#body-container-body #search-5 #left-list span{
	float: right;
	/*width: 92px;*/
	height: 15px;
	margin-bottom: 4px;
}
#body-container-body #search-5 #right-list span{
	margin-bottom: 4px;
}
/* Agent Login */
#body-container-body #agent-login{
	background: url(../images/agent-login.gif) no-repeat top center;
	width: 230px;
	height:116px;
	/*margin-top: 10px;*/
	border-bottom: 1px dashed #CCCCCC;
	clear:both;
}
.rem{
    float:left;
    padding:7px 0 0 10px;
    width:220px;
}
.rem input{
    float:left;
    margin-right:5px;
    display:block;
}
.rem span{
    float:left;
    display:block;
}
.rem a{
    float:right;
    display:block;
    font-size:11px;
    margin-right:10px;
}
#body-container-body #agent-login h3{
	color: #666666;
}
#body-container-body #agent-login label{
	display: none;
}
#body-container-body #agent-login .username{
	width: 208px;
	margin: 15px 0px 5px 10px;
}
#body-container-body #agent-login .password{
	width: 140px;
	margin: 0px 4px 0px 10px;
}
#body-container-body #agent-login .login-go{
	width: 65px;
  	height: 24px;
  	border: 0;
  	background: url(../images/login.gif) no-repeat center 2px;
  	color: #FFFFFF;
  	font-weight: bold;
  	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#body-container-body #agent-login ul{
	margin: 10px;
}
#body-container-body #agent-login ul li{
	display: inline;
	text-decoration: none;
}
#body-container-body #agent-login #forgotten a{
	margin-left:3px; 
}
#body-container-body #agent-login ul li a{
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	margin-right: 3px;
}
#body-container-body #agent-login #admin-options{
	padding: 0px;
	margin-left: 10px;
	height: 22px;
}
#body-container-body #agent-login #admin-options li{
	float: left;
	height: 22px;
}
#body-container-body #agent-login p{
	margin: 20px 0px 10px 10px;
	font-size: 12px;
}
#body-container-body #agent-login p span{
	font-weight: bold;
	font-size: 12px;
	color: #e76f00;
}
#body-container-body #agent-login #user-administration{
	background: url(../images/agent_admin.gif) no-repeat;
	width: 143px;
	height: 22px;
}
#body-container-body #agent-login #user-administration a{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding-left: 8px;
	margin-top: 4px;
	display: block;
	text-decoration: none;
}
#body-container-body #agent-login #logout{
	width: 65px;
  	height: 22px;
  	border: 0;
  	background: url(../images/login.gif) no-repeat bottom right;
}
#body-container-body #agent-login #logout a{
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	padding-left: 9px;
	margin-top: 4px;
	display: block;
	text-decoration: none;
}

/* Weather Report */
#body-container-body #weather-report{
	clear:both;
	background: url(../images/weather-bg.gif) no-repeat;
	width: 230px;
	height: 154px;
	margin: 10px 0px 10px 0px;
}
#body-container-body #weather-report h3 a{
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	height: 30px;
}
#body-container-body #weather-report div{
	width: 105px;
	height: 22px;
	float: right;
	margin: 100px 10px 0px 0px;
}
#body-container-body #weather-report div a{
	background: url(../images/find-out-more.gif) no-repeat;
	width: 105px;
	height: 22px;
	color: #FFF;
	display: block;
	padding: 4px 0px 0px 7px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Top Listings */
#body-container-body #top-listings{
	margin-top: 10px;
	width: 230px;
	clear:both;
	padding-bottom:10px;
}
#body-container-body #top-listings h3{
	height: 22px;
	background: url(../images/light_blue.gif) repeat;
}
#body-container-body #top-listings #user-administration{
	background: url(../images/light_grey.gif) repeat;
	list-style: none;
}
#body-container-body #top-listings ul li{
	list-style: none;
}
#body-container-body #top-listings ul li a{
	padding: 10px;
	display: block;
	color: #000;
	background: #dedede url(../images/top-go.gif) no-repeat 95% 50%;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	cursor:pointer;
}
#body-container-body #top-listings ul li a:hover{
	padding: 10px;
	display: block;
	color: #000;
	background: #cccccc url(../images/top-go-over.gif) no-repeat 95% 50%;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
}
#body-container-body #top-listings ul li a h4{
	font-weight: bold;
	font-size: 12px;
	width:90%;
}
*#body-container-body #top-listings ul li a span{
	width:90%;
	display:block;
}
#body-container-body #top-listings .rating{
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}


/* Transfers Div */

#body-container-body #transfers-head{
    color: #fff;
	font-weight: bold;
	background-color:#66a3c2;
	padding:0px 10px 8px 0px;
    clear:both;
}
#body-container-body #transfers{
	width: 230px;
	background: url(../images/transfers-small.gif) no-repeat;
	margin-bottom:10px;
}
#body-container-body #transfers a{
	font-size: 10px;
	padding-top: 99px;
	border-top:solid 1px #fff;
	color: #FFFFFF;
	display:block;
	text-decoration: none;
}
#body-container-body #transfers a span{
	display:block;
	background-color:#1b7aa9;
	font-size: 10px;
	color: #FFFFFF;
	padding:5px 10px;
	border-top:solid 1px #fff;
}
.transList li{
clear:both;
width:100%;
}

/* Special Offers */
#body-container-body #offers{
	width: 230px;
	height: auto;
	position: relative;
}
#body-container-body #offers #star{
	background: url(../images/offers-star.png) no-repeat;
	position: absolute;
	width: 58px;
	height: 53px;
	text-indent: -9999px;
	left: 175px;
	top: 5px;
	z-index: 100;
}
#body-container-body #offers h3{
	/*background: url(../images/offers-header.png) no-repeat;*/
	height: 22px;
	padding-left:10px !important;
	background: url(../images/light_blue.gif) repeat;
	width: 220px;
	z-index: 1;
}
#body-container-body #offers h4{
    font-size: 12px;
}
#body-container-body #offers ul{
	z-index: 1;
	width: 230px;
}
#body-container-body #offers ul li{
	list-style: none;
	font-size: 12px;
	/*background: url(../images/offers-bg.gif) repeat-y;*/
	background-color: #dedede;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #FFFFFF;
}
#body-container-body #offers ul li a{
	
	text-decoration: none;
	padding: 10px;
	display: block;
	color: #000000;
	
	/*font-size: 12px;
	font-weight: bold;*/
}
#body-container-body #offers ul li a:hover{
	text-decoration: none;
	padding: 10px;
	display: block;
	background-color: #cccccc;
}
#body-container-body #offers ul li .offer-notes{
	font-size: 10px;
	font-weight: normal;
}
#body-container-body #offers ul li .price{
	color: #993300;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px 0px 5px;
}
#body-container-body #offers ul li .rating{
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;	
}
#body-container-body #offers #more-offers{
	background: #CCCCCC;
	height: 30px;
}
#body-container-body #offers #more-offers div a{
	background: url(../images/more.gif) no-repeat;
	width: 54px;
	height: 22px;
	margin: 4px 0px 4px 0px;
	text-indent: -9999px;
	float: right;
}

/* Security Div
#body-container-body #security{
	width: 230px;
	height: 146px;
	background: url(../images/security-bg.gif) no-repeat;
	margin-bottom: 10px;
}
#body-container-body #security p{
	width: 112px;
	margin: 11px 0px 0px 10px;
} */

.security{
    width: 210px;
	height: 105px;
	background: url(../images/security-bg2.gif) no-repeat top right;
}
.security p{
	width: 112px;
}


/* Payment Method Div */
.payment-method{
	width: 208px;
	height: 53px;
	background: url(../images/payment-methods.gif) no-repeat;
}
.payment-method p{
	width: 208px;
	margin: 11px 0px 0px 10px;
}

.cards{
    width: 208px;
    height: 19px;
    background: url(../images/cards.gif) no-repeat top center;
    border-bottom:dotted 1px #cccccc;
    padding:0 0 10px 0;
}

/* Price Summary */
#body-container-body #price-summary{
	width: 208px;
}
#body-container-body #price-summary h3{
	height: 24px;
	background: url(../images/price-summary.gif) repeat;
}
#body-container-body #price-summary ul{

}
#body-container-body #price-summary ul li{
	list-style: none;
	border-bottom: dashed 1px #cccccc;
	font-size: 12px;
	display: block;	
	padding: 10px 0;
	overflow: hidden;
}
#body-container-body #price-summary h4{
	color: #0372b9;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
#body-container-body #price-summary h2{
	font-weight: bold;
	font-size: 14px;
}
#body-container-body #price-summary ul li div.label{
	float:left;
	width: 150px;
	font-size: 12px;
	
} 
#body-container-body #price-summary ul li div.cost{
	float:right;
	width: 55px;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
}
#body-container-body #price-summary ul li div.cost h2{

}
#body-container-body #price-summary ul li p{
	padding-top: 5px;	
	display: block;
	clear: both;
}
#body-container-body #price-summary ul #bottom{
	border-bottom: none;
}

/* Promotion Code Div */
#body-container-body #promotion{

}
#body-container-body #promotion #promo-input{
	height: 20px;
}
#body-container-body #promotion div, #body-container-body #promotion-code div{
	margin: 0px 10px 0px 10px;
	width: 210px;
}
#body-container-body #promotion ul{
	margin-bottom: 10px;
	/*padding: 10px 10px 5px 10px;*/
	display: block;
	width: 210px;
	height: 20px;
}
#body-container-body #promotion ul li{
	float: left;
	list-style: none;
}
#body-container-body #promotion label{
	display: none;
}
#body-container-body .promo{
	width: 135px;
}
#body-container-body #promotion p, #body-container-body #promotion-code p{
	display: block;
	clear: both;
	color: #666666;
}
#body-container-body #promotion-code-bg{
	height: 89px;
	width: 229px;
	background: url(../images/promotion.gif) no-repeat;
}
#body-container-body .apply-go{
	margin: 0px 1px 0px 5px;
  	font-size: 11px;
  	/*width: 61px;
  	height: 20px;
  	border: none;
  	background: url(../images/apply-go.gif) no-repeat;
  	color: #FFFFFF;
  	
  	float: right;*/
}
#body-container-body #promotion-code{
	height: 108px;
	width: 229px;
	background: url(../images/promotion-code.gif) no-repeat;
}
#body-container-body #promotion-code h4{
	color: #333333;
	height: 35px;
	width: 210px;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
}

/* Star Ratings */
#body-container-body .one-star{
	background: url(../images/1Star.gif) no-repeat center right;
	padding-right: 65px;
	float:left;
}
#body-container-body .two-star{
	background: url(../images/2Star.gif) no-repeat center right;
	padding-right: 65px;
	float:left;
}
#body-container-body .three-star{
	background: url(../images/3star.gif) no-repeat center right;
	padding-right: 65px;
	float:left;
}
#body-container-body .four-star{
	background: url(../images/4Star.gif) no-repeat center right;
	padding-right: 65px;
	float:left;
}
#body-container-body .five-star{
	background: url(../images/5Star.gif) no-repeat center right;
	padding-right: 65px;
	float:left;
}
#body-container-body .one-star-orange{
	background: url(../images/stars/1-star-orange.gif) no-repeat center left;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left !important;
	padding-top: 2px;
	margin-left: 5px;
}
#body-container-body .two-star-orange{
	background: url(../images/stars/2-star-orange.gif) no-repeat center left;
	width: 25px;
	height: 12px;
	text-indent: -9999px;
	float: left !important;
	padding-top: 2px;
	margin-left: 5px;
}
#body-container-body .three-star-orange{
	background: url(../images/stars/3-star-orange.gif) no-repeat center left;
	width: 38px;
	height: 12px;
	text-indent: -9999px;
	float: left !important;
	padding-top: 2px;
	margin-left: 5px;
}
#body-container-body .four-star-orange{
	background: url(../images/stars/4-star-orange.gif) no-repeat center left;
	width: 50px;
	height: 12px;
	text-indent: -9999px;
	float: left !important;
	padding-top: 2px;
	margin-left: 5px;
}
#body-container-body .five-star-orange{
	background: url(../images/stars/5-star-orange.gif) no-repeat center left;
	width: 65px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	float: left !important;
	padding-top: 2px;
	margin-left: 5px;
}
/* Recommended Hotels */

#body-container-body #recommendations{
    margin-top:10px;
}


#body-container-body #recommendations h3{
	background-color: #993300;
	height: 25px;
	width: 219px;
	margin-bottom: 3px;
}

#body-container-body #recommendations .recommended img{
	border-bottom: solid 1px #cccccc;
	width: 229px;
}
#body-container-body #recommendations .recommended{
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #cccccc;
	width: 230px;
}
#body-container-body #recommendations .recommended .recommended-details{
	background: url(../images/offers-bg.gif) repeat-y;
	width: 229px;
	margin-top: 0px;
	padding: 5px 0px 5px 10px;
}
#body-container-body #recommendations .recommended .recommend-name{
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}
#body-container-body #recommendations .recommended .recommend-more{
	color: #993300;
	font-size: 11px;
	font-weight: normal;
}
#body-container-body #recommendations .recommended .star{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px 0px 5px;
}
/* Discount Key */

#body-container-body ul .board-basis-text{
float:left;
padding:3px 5px 0 0;
}


#body-container-body ul .ebd{
	background: url(../images/ebd.gif) no-repeat center left;
	padding-left: 35px;
	height: 20px;
	font-size: 12px;
	float: left;
}
#body-container-body ul .so{
	background: url(../images/so.gif) no-repeat center left;
	padding-left: 35px;
	height: 20px;
	float: left;
	font-size: 12px;
}

#body-container-body ul .fs{
	background: url(../images/so.gif) no-repeat center left;
	padding-left: 35px;
	height: 20px;
	float: left;
	font-size: 12px;
}

#body-container-body ul .pd{
	background: url(../images/so.gif) no-repeat center left;
	padding-left: 35px;
	height: 20px;
	float: left;
	font-size: 12px;
}

#body-container-body ul .ebdr{
	background: url(../images/ebd.gif) no-repeat center left;
	padding-left: 35px;
	height: 20px;
	font-size: 12px;
	float: left;
}

#body-container-body ul .boardBasisFullName{
padding-top: 6px;
font-size: 12px;
float: left;
display:block;
}

/* Table Elements Global */
#hotel-info-cost-3{
border-right:none !important;
}
#body-container-body .hotel-info-cost-3{
	width: 70px;
	font-weight: bold;
	border-right: solid 1px #ccc;
	border-bottom: dashed 1px #ccc;
}
#body-container-body .hotel-info-cost-2{
	color: #888888;
	text-decoration: line-through;
	width: 70px;
	font-weight: bold;
	border-right: solid 1px #ccc;
	border-bottom: dashed 1px #ccc;
}
#body-container-body .select-td{
	padding: 0px;
	margin: 0px;
	width: 70px;
	background-color: #fff;
	border-bottom: dashed 1px #ccc!important;
}
#body-container-body .select-td-none{
	padding: 0px;
	margin: 0px;
	width: 70px;
	background-color: #fff;
}
#body-container-body .select-cell{
	padding: 0px;
	margin: 0px;
	width: 70px;
	height: 90%;
	background-color: #003366;
	/*border: solid 2px #fff!important;*/
	border-right:none !important;
}
#body-container-body .select-hotel-go{
	background: url(../images/select.gif) no-repeat center right;
	color: #FFF;
	font-weight: bold;
	display: block;
	width: 85%;
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0px 0px 4px;
	padding: 2px 2px 0px 0px;
	text-decoration: none;
}
/**************************************************************
* Left columns layout. 
* 
* Defines left column layout. This should not be changed
***************************************************************/
/* Left Column Components */
#left-column{
	float: left;
	width: 230px;
	margin-left: 10px;
	background: url(../images/main-border-left.gif) repeat-y top left;
}
#left-column-ContactUs{
	float: left;
	width: 230px;
	margin-left: 10px;
	background: url(../images/main-border-left.gif) repeat-y top left;
}
#left-column a:hover{
	text-decoration: none;
}
/**************************************************************
* Middle columns components. 
* 
* Defines middle column elements. This should not be changed
***************************************************************/
#middle-column{
	float: left;
	width: 480px;
	margin-left: 15px;
}
#middle-column-large{
	float: left;
	width: 710px;
	margin-left: 15px;
}
#about-us #middle-column-large{
width:400px !important;
}
#middle-column-large #hotel-header li{
	list-style: none;
	display: inline;
}
#middle-column h1, #middle-column-large h1{
	font-size: 30px;
	color: #3399cc;
	font-weight: bold;
}

#middle-column h2, #middle-column-large h2, #middle-column h2 a, #middle-column h4 a{
	font-size: 15px;
	color: #3399cc;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	clear:both;
}
#middle-column h3 {
	color: #3399cc;
	font-weight: bold;
	clear:both;
}
#middle-column h3, #middle-column h4{
padding-left:0px;
}
#middle-column-large h3, #middle-column-large h4{
	font-size: 13px;
	color: #3399cc;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
#middle-column-large h4
{
    padding: 0px !important;
}
#middle-column p{
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
#middle-column p.padded{
	font-size: 12px;
	color: #000000;
	padding: 10px 0px 5px 0px;
}
#middle-column p strong{
	font-size: 12px;
}
#middle-column-large p{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 5px 0px;
}
#middle-column-large p a{
text-decoration:none;
font-weight: normal;
}
#middle-column h3 a{
text-decoration:none;
}
#middle-column .padded a, #middle-column-large a{
	font-size:12px;
	text-decoration:none;
    font-weight: normal;
}
#middle-column a, #middle-column-large a{
	font-size: 13px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
#middle-column a:hover, #middle-column-large a:hover {
	text-decoration: underline;
}
#middle-column .main-links{
	margin: 10px 0px 10px 0px;
	height: 70px;
	border-bottom: 1px dashed #cccccc;
}
#middle-column .main-links ul{
	height: 10px;
	margin-top: 10px;
}
#middle-column .main-links ul li{
	width: 120px;
	float: left;
	font-size: 12px;
	list-style: none;
}
#middle-column .main-links ul li a{
	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
}
#middle-column .main-links ul li a:hover{
	color: #666666;
	text-decoration: underline;
}
#middle-column .main-links ul li.middle a{
	padding-left: 15px;
}
#middle-column .main-links ul li.last a{
	float: right;
}

/* Main offer CSS */
#middle-column #main-offer{
	margin: 10px 0px;
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
}
#middle-column #main-offer p{ 
	padding: 7px 5px;
	background-color: #f5f4f4;
	font-size: 12px;
	margin:10px 0;
}
#middle-column #main-offer p strong{ 
	font-size: 12px;
}

/* Featured Hotels */
#middle-column #featured{
	background: url(../images/featured.gif) no-repeat;	
	width: 480px;
	height: 170px;
	margin: 10px 0px 0px 0px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}
#middle-column #featured h3{
	height: 22px;
	padding-left:10px !important;
	background: url(../images/light_blue.gif) repeat;
}
#middle-column #featured h4{
	font-size:12px;
}
#middle-column #featured ul{
	width: 242px;
	float: left;
}
#middle-column #featured ul li{
	display: list-item;
	/*height: 40px;*/
	list-style: none;
	font-size: 12px;
	padding: 6px 10px 6px 10px;
	

	
	background-color: #dedede;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	
}
#middle-column #featured ul li a{
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration:none;
}
#middle-column #featured ul li a .rating{
    color: #FF9900 !important;
	font-size: 12px;
	margin:0 3px;
}

	
#middle-column #featured .highlight{
	background-color: #cccccc;
}
#middle-column #featured #featured-image{
	float: right;
	margin:1px 0 0 1px;
}
#middle-column #featured #featured-image img{
	width: 237px;
}
#middle-column #featured #featured-image #featured-image-1{
	display: block;
}
#middle-column #featured #featured-image #featured-image-2{
	display: none;
}
#middle-column #featured #featured-image #featured-image-3{
	display: none;
}
#middle-column #featured ul #featured-link-3{
	/*height: 41px;*/
}

/*fsi-hotels */
.fsiLinks{
text-align:center;
padding:20px 0;
clear: both;
border-left: 1px solid #a4a2a4;
border-right: 1px solid #a4a2a4;
margin: 0px 2px 0px 2px;
overflow: hidden;
}
.fsiLinks a{
color:#666666;
text-decoration:none;
}
.fsiLinks a:hover{
text-decoration:underline;
}
#fsi-hotels
{
	border-bottom: 1px dashed #cccccc;
	display: block;
}
#fsi-hotels ul{
	width: 100%;
	padding-bottom: 10px;
	padding-top: 1px;
	overflow:hidden;
	margin-right:15px;
}
#fsi-hotels a.hotel-image img{
	border: none;
}
#fsi-hotels ul li{
	clear:both;
	padding:10px 0;
	list-style: none;
}
#fsi-hotels .gateway-link{
display:block;
margin-bottom:10px;
background-color: #033b57 !important;
color:#fff;
padding:2px 5px !important;
}
#fsi-hotels ul li img{
	margin:0 auto 0 auto;
	display:block;
}
#fsi-hotels ul li ul{
	float: right;
	/*width: 366px;*/
	width: 450px;
	padding: 0px;
	border: none;
	border-top: 1px solid #cccccc !important;
	margin-top:4px;
}
#fsi-hotels ul li ul li{
	list-style: none;
	font-size: 12px;
	
	padding: 2px 0px 2px 0px;
	display: block;
	border: none;	
	height: 23px;	
	margin:0px;
	
	padding: 0px;
}
#fsi-hotels ul li a.hotel-name{
	color: #003366;
	font-weight: bold;
	margin-top:5px;
	display:block;
	text-decoration:underline;
}
#fsi-hotels ul li a.hotel-name:hover{
	text-decoration:none;
}
#fsi-hotels ul li a.select-hotel{
	background: url(../images/share.gif) no-repeat;
}
#fsi-hotels ul li ul li.hotel-price{
	background: #e5e5e5;
}
#fsi-hotels ul li ul li.hotel-price div{
	float: left;
	height: 15px;
	font-size: 12px;
	margin: 5px 0px 0px 5px;
}
#fsi-hotels ul li ul li.hotel-price span{
	font-weight: bold;
	font-size: 12px;
	color: #993300;
}
#fsi-hotels .hotel-price .select-hotel{
	width: 64px;
	height: 21px;
	float: right;	
	background-color: #003366;
	margin: 0px;
	border: solid 1px #e5e5e5;
}
#fsi-hotels .hotel-price .select-hotel a{
	display: block;
	width: 60px;
	height: 17px;
	vertical-align: middle;
	text-decoration: none;
	border: solid 2px #fff;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding: 2px 0 0 4px;	
	background: #003366 url(../images/select.gif) no-repeat center right;
}

.landing-head{
background-color: #033b57;
padding:2px 0 2px 5px;
clear: both;
float:left;
width:100%;
margin-bottom:3px;
margin-top:20px;
}
.landing-head a{
color: #fff !important;
text-decoration:none !important;
}
.landing-head a:hover{
text-decoration:underline !important;
}

/* Landing Level 2 */
#landing-level2{
padding:10px 0;
clear: both;
margin: 0px 2px 0px 2px;
overflow: hidden;
}
#landing-level2 li{
list-style: none;
}
#landing-level2 a{
color:#666666;
text-decoration:underline;
margin-right:10px;
font-size: 12px;
font-weight: bold;
}
#landing-level2 a:hover{
text-decoration:none;
}

#landing-level2 .landing-imgHotel{
float:left;
margin-right:10px;
}
.level2-item{
clear:both;
float:left;
width:100%;
padding-bottom:3px;
border-bottom:solid 1px #cccccc;
margin-bottom:3px;
}
.level2-item ul{
margin-top:30px;
}
.level2-item .hotel-price{
background: #e5e5e5;
float:right;
width:360px;
margin-top:3px;
}
.level2-item .hotel-price div{
	float: left;
	height: 15px;
	font-size: 12px;
	margin: 5px 0px 0px 5px;
}
.level2-item .hotel-price span{
	font-weight: bold;
	font-size: 12px;
	color: #993300;
}
.level2-item .hotel-price .select-hotel{
	width: 64px;
	height: 21px;
	float: right;	
	background-color: #003366;
	margin: 0px;
	border: solid 1px #e5e5e5;
}
.level2-item .select-hotel a{
	display: block;
	width: 60px;
	height: 17px;
	vertical-align: middle;
	text-decoration: none !important;
	border: solid 2px #fff;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: normal !important;
	display: block;
	padding: 2px 0 0 4px;	
	background: #003366 url(../images/select.gif) no-repeat 50px center ;
}

#all_inc{
width:700px;
margin-top:-235px;
}



/* Country Hotels */
#middle-column #country-hotels{
	border-bottom: 1px dashed #cccccc;
	display: block;
}
#middle-column #country-hotels ul{
	width: 100%;
	padding-bottom: 10px;
}
#middle-column #country-hotels a.hotel-image{
	float: left;
	width: 104px;
	height: 45px;
	margin-top: 1px;
}
#middle-column #country-hotels a.hotel-image img{
	border: none;
}
#middle-column #country-hotels ul{
	border-top: 1px solid #cccccc;
	padding-top: 1px;
}
#middle-column #country-hotels ul li{
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 0px;
	display: block;
	height: 48px;	
}
#middle-column #country-hotels ul li ul{
	float: right;
	width: 366px;
	padding: 0px;
	border: none;
}
#middle-column #country-hotels ul li ul li{
	height: 23px;
	border: none;
	margin:0px;
	padding: 0px;
}
#middle-column #country-hotels ul li a.hotel-name{
	color: #003366;
	font-weight: bold;
}
#middle-column #country-hotels ul li a.select-hotel{
	background: url(../images/share.gif) no-repeat;
}
#middle-column #country-hotels ul li ul li.hotel-price{
	background: #e5e5e5;
}
#middle-column #country-hotels ul li ul li.hotel-price div{
	float: left;
	height: 15px;
	font-size: 12px;
	margin: 5px 0px 0px 5px;
}
#middle-column #country-hotels ul li ul li.hotel-price span{
	font-weight: bold;
	font-size: 12px;
	color: #993300;
}
#middle-column #country-hotels .hotel-price .select-hotel{
	width: 64px;
	height: 21px;
	float: right;	
	background-color: #003366;
	margin: 0px;
	border: solid 1px #e5e5e5;
}
#middle-column #country-hotels .hotel-price .select-hotel a{
	display: block;
	width: 60px;
	height: 17px;
	vertical-align: middle;
	text-decoration: none;
	border: solid 2px #fff;
}
#middle-column #country-hotels .hotel-price .select-hotel a span{
	background: #003366 url(../images/select.gif) no-repeat center right;
	width: 55px;
	height: 15px;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 3px;
	padding-top: 2px;
}

/* Selected Hotel Info */
#middle-column-large #no-results{
font-weight:bold;
}
#middle-column-large #hotel-info{
	width: 710px;
	margin-bottom: 10px;
}
#middle-column-large #hotel-info #hotel-info-header{
	background: #c0c0c0 repeat;
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
}
#middle-column-large #hotel-info #hotel-info-menu{
	height: 35px;
	border-bottom: solid 1px #cccccc;
}
#middle-column-large #hotel-info .hotel-info-menu ul li{
	float: left;
}
#middle-column .hotel-info .hotel-info-menu{
	border-right: 1px solid #ccc;
	border-bottom: dashed 1px #ccc;
}
#middle-column .hotel-info .hotel-info-menu-noborder{
	border-right: 1px solid #ccc;
	width:306px;
}
#middle-column-large #hotel-info .hotel-info-heading, #middle-column .hotel-info .hotel-info-heading{
	background-color: #f0f0f0;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}
#middle-column-large #hotel-info .topborder{
	border-top: solid 1px #cccccc;
}
#middle-column-large #hotel-info .hotel-info-heading td, #middle-column .hotel-info .hotel-info-heading td{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#middle-column-large #hotel-info .hotel-info-heading #last{
	border-right: none;
	border-top: solid 1px #cccccc;
}
#near-last{
border-right: none !important;
}
#middle-column .hotel-info .hotel-info-heading .last{
	border-right: none;
}
#middle-column-large #hotel-info ul li{
	list-style: none;
	font-size: 12px;
	padding-left: 10px;
}
#middle-column-large #hotel-info #hotel-info-cost{
	/*background-color: #e8bd06;*/
}

#middle-column-large #hotel-info {
	border-bottom: none !important;
}
#middle-column-large #hotel-info #hotel-info-cost td{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
#middle-column-large #hotel-info #hotel-info-cost #hotel-info-cost-1{
	width: 450px;
}
#middle-column-large #hotel-info #hotel-info-cost #hotel-info-cost-1 ul{
	margin: 0px 0px 3px 0px;
}
#middle-column-large #hotel-info #hotel-info-cost #hotel-info-cost-1 #price-base{
	font-size: 11px;
	padding: 0px 0px 5px 10px;
	clear: both;
}
#middle-column-large #hotel-info #hotel-info-cost #hotel-info-cost-2{
	color: #888;
	text-decoration: line-through;
	width: 70px;
}


/* Hotel Gallery CSS */
#middle-column-large #hotel-gallery{
	width: 710px;
	margin-top: 10px;
	border: solid 1px #cccccc;
}
#middle-column-large #hotel-gallery h4{
	color: #FFF;
	font-weight: bold;
	height: 12px;
	font-size: 12px;
	margin: 8px 0px 0px 10px;
}
#middle-column-large #hotel-gallery ul{
	background: #66a3c2;
	width: 710px;
	height: 28px;
	overflow: hidden;
}
#middle-column-large #hotel-gallery ul li{
	float: left;
	list-style: none;
}
#middle-column-large #hotel-gallery ul #photos{
	background: url(../images/photos-tab_up.png) no-repeat;
	margin: -5px 0px 0px 20px;
	width: 96px;
	height: 33px;
	color: #fff;
}
#middle-column-large #hotel-gallery ul #photos.photos-on{
	background: url(../images/photos-tab_down.png) no-repeat;
	margin: -5px 0px 0px 20px;
	width: 96px;
	height: 33px;
	color: #033b57;
}
#middle-column-large #hotel-gallery ul #photos div{
	font-weight: bold;
	padding: 14px 0px 0px 40px;
	text-decoration: none;
	display: block;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#middle-column-large #hotel-gallery ul #videos{
	background: url(../images/videos-tab_up.png) no-repeat;
	margin: -5px 0px 0px 5px;
	width: 95px;
	height: 33px;
	color: #fff;
}
#middle-column-large #hotel-gallery ul #videos.videos-on{
	background: url(../images/videos-tab_down.png) no-repeat;
	margin: -5px 0px 0px 5px;
	width: 95px;
	height: 33px;
	color: #033b57;
}
#middle-column-large #hotel-gallery ul #videos div{
	font-weight: bold;
	padding: 13px 0px 0px 40px;
	text-decoration: none;
	display: block;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#middle-column-large #hotel-gallery #notes{
	color: #fff;
	font-size: 10px;
	margin-left: 215px;
	margin-top: 7px;
}
#middle-column-large #hotel-gallery-photo{
	height: 284px;
}
#middle-column-large #hotel-gallery-video{
	height: 262px;
	width: 708;
	margin: 1px 0px 0px 1px;
	display: none;
}
#middle-column-large #hotel-gallery #left-large{
	float: left;
	width: 457px;
	/*margin-top: 2px;*/
}
#middle-column-large #hotel-gallery #left-large img{
	border: solid 1px #FFF;
	width: 100%;
	/*height:238px;*/
	height:282px;
}
#middle-column-large #hotel-gallery #left-large .inactive{
	display: none;
}
#middle-column-large #hotel-gallery #right-thumbs{
	float: right;
	width: 250px;
	height: 283px;
	margin: 0px 1px 0px 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#middle-column-large #hotel-gallery #right-thumbs img{
	border: solid 1px #cccccc;
	padding: 1px;
	margin-top: 1px;
	width: 115px;
	height:80px;
}
#middle-column-large #hotel-gallery #right-thumbs #left-col{
	float: right;
	width: 115px;
}
#middle-column-large #hotel-gallery #right-thumbs #right-col{
	float: left;
	width: 115px;
}
.thumb{
cursor:pointer;
}


/* Share Link */
#right-column #share{
margin-top: 10px;
}
#middle-column #share{
	width: 630px;
	/*height: 33px;*/
	/* border-bottom: 1px dashed #cccccc; */
	/*background: url(../images/share.gif) no-repeat center right;*/
}
#middle-column-large #share{
	width: 710px;
	height: 33px;
	margin-top: 10px;
	border-bottom: 1px dashed #cccccc;
	border-top: 1px dashed #cccccc;
	/*background: url(../images/share.gif) no-repeat center right;*/
}
#middle-column #share ul, #middle-column-large  #share ul{
	padding-top: 10px;
}
#middle-column #share ul li, #middle-column-large  #share ul li{
	display: inline;
	text-decoration: none;
	margin-right: 10px;
}

#middle-column #share ul li,
#middle-column-large #share ul li {
	display: inline;
	text-decoration: none;
	margin-right: 10px;
}

#middle-column #share ul li a, #middle-column-large  #share ul li a{
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}
#middle-column #share ul li #email, #middle-column-large  #share ul li #email{
	background: url(../images/email.gif) no-repeat center left;
	padding-left: 20px;
}
#middle-column #share ul li #print, #middle-column-large  #share ul li #print{
	background: url(../images/print.gif) no-repeat center left;
	padding-left: 19px;
}
#middle-column #share ul li #comment, #middle-column-large  #share ul li #comment{
	background: url(../images/comment.gif) no-repeat center left;
	padding-left: 15px;
}

#middle-column-large #share #share-bt {
	margin: 0px 0px 0px 310px;
}

#middle-column #share #share-bt {
	margin: 10px 0px 9px 340px;
}

/* Payment Details Page */
#middle-column #back{
	background: url(../images/back-to-details-go.gif) no-repeat center left;
	width: 160px;
	height: 20px;
	font-size: 11px;
	padding: 7px 0px 0px 16px;
	display: block;
	text-decoration: none;
	color: #fff;
}

/* Payment Details Numbers */
#middle-column #numbers{
	margin: 10px 0px 10px 0px;
}
#middle-column #numbers li{
	float: left;
	list-style: none;
	vertical-align: middle;
}
#middle-column #numbers li a{
	text-decoration: none;
	height: 20px;
}
#middle-column #numbers li .one{
	background: url(../images/numbers/1.gif) no-repeat center left;
	height: 20px;
	font-size: 24px;
	color: #3399cc;
	margin: 6px 0px 0px 0px;
	padding-left: 30px;
	font-weight: bold;
}
#middle-column #numbers li .one-disabled{
	background: url(../images/numbers/1-disabled.gif) no-repeat center left;
	font-size: 14px;
	color: #cccccc;
	margin: 6px 0px 0px 5px;
	display: block;
	width: 110px;
	padding-left: 20px;
	font-weight: bold;
	height: 20px;
}
#middle-column #numbers li .two{
	background: url(../images/numbers/2.gif) no-repeat center left;
	height: 20px;
	font-size: 24px;
	color: #3399cc;
	margin: 0px 0px 0px 5px;
	padding-left: 25px;
	font-weight: bold;
}
#middle-column #numbers li .two-disabled{
	background: url(../images/numbers/2-disabled.gif) no-repeat center left;
	font-size: 14px;
	color: #cccccc;
	margin: 6px 0px 0px 5px;
	display: block;
	padding-left: 20px;
	font-weight: bold;
	height: 20px;
}
#middle-column #numbers li .three{
	background: url(../images/numbers/3.gif) no-repeat center left;
	height: 20px;
	font-size: 24px;
	color: #3399cc;
	margin: 0px 0px 0px 5px;
	padding-left: 25px;
	font-weight: bold;
}
#middle-column #numbers li .three-disabled{
	background: url(../images/numbers/3-disabled.gif) no-repeat center left;
	font-size: 14px;
	color: #cccccc;
	padding-left: 20px;
	display: block;
	width: 120px;
	margin: 6px 0px 0px 5px;
	font-weight: bold;
}

/* Hotel Details Table */
#middle-column .hotel-details-table{
	margin-top: 10px;
	clear: both;
	font-size: 12px;
}
#middle-column .hotel-details-table label, #middle-column .hotel-details-table-noborder label{
	display: none;
	font-size: 12px;
}
#middle-column .hotel-details-table .clear, #middle-column .hotel-details-table-noborder .clear{
	clear: both;
}
#middle-column .hotel-details-table td, #middle-column .hotel-details-table-noborder td{
	vertical-align: middle;
}
#middle-column .hotel-details-table strong{
	font-size: 12px;
}
#middle-column .hotel-details-table input{
	font-size: 12px;
}
#middle-column .hotel-details-table select{
	font-size: 12px;
}
#middle-column .hotel-details-table-noborder{
	border-top: none;
}
#middle-column .hotel-details-table .noborder, #middle-column .hotel-info .noborder{
	border-bottom: none;
}
#middle-column .qty{
	width: 100px;
}
#middle-column .extras{
	color: #ff6600;
	font-weight: bold;
}
#middle-column .right-border{
	border-right: solid 1px #cccccc;
}
#middle-column .hotel-details-table td{
	border-bottom: solid 1px #cccccc;
	vertical-align: middle;
}

.no-bottom{
border-bottom:none !important;
}

/* Hotel Details Colors */
.dark-blue{
	background-color: #033b57;
}
.dark-blue td{
	height: 20px;
}
#middle-column .medium-blue{
	background-color: #095479;
	color: #fff;
	font-weight: bold;
}
#middle-column .medium-blue td{
	height: 20px;
}
#middle-column .light-blue{
	background-color: #1b7aa9;
	color: #fff;
	font-weight: bold;
}
#middle-column .light-blue td{
	height: 20px;
}
#middle-column .light-grey{
	background-color: #e5e5e5;
	color: #000;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
}
#middle-column .brown{
	background-color: #993300;
	color: #fff;
	font-weight: bold;
}
#middle-column .brown td{
	height: 20px;
}

.hotel-list-name{

}
.hotel-list-name a{
    color: #003366;
	font-size: 12px;
	font-weight:bold;
	margin-right:10px;
}
.hotel-list-name img{
	padding:1px 0 0;
}
.accom-details{
font-size:12px;
}
.accom-details strong{
font-size:12px;
}


/* Hotel Details Cell Data */
#middle-column .hotel-image{
	margin: left;
}
#middle-column .hotel-image{
	margin: 5px 0px 5px 0px;
}
#price-header-1{
	width: 410px;
	border-right: solid 1px #cccccc;
	color: #fff;
	font-weight: bold;
}
#price-header-2{
	width: 70px;
	background-color: #993300;
	color: #fff;
	font-weight: bold;
}
#hotel-details-price-cell{
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}
#hotel-details-price{
	background-color: #e5e5e5;
	color: #993300;
	height: 18px;
	width: 80px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	border-top: solid 1px #cccccc;
}
#hotel-image-cell{
	width: 110px;
}
.hotel-image{
    margin:10px 0;
    width:208px;
}

.lnkHotelImage img{
width:106px;
height:72px;
}

#hotel-details-cell{
	border-right: solid 1px #cccccc;
	padding:5px 5px 5px 10px;
}
#hotel-details-cell div{
	font-size: 12px;
}
#hotel-details-cell a{
	color: #ff6600;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
#middle-column .transfer{
	border-left: solid 1px #cccccc;
	width: 140px;
}
#middle-column .radio{
	width: 25px;
	border-left: solid 1px #cccccc;
	text-align: center;
	padding-left: 0px;
}
#middle-column .hotel-details-table ul{
	width: 95%;
	height: 22px;
	padding: 1px 0px 1px 0px;
}
#middle-column .hotel-details-table ul li{
	float: left;
	list-style: none;
	margin-right: 5px;
	padding-top: 2px;
	font-size: 12px;
}
#middle-column .hotel-details-table ul li.right-side{
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}
#middle-column  .hotel_date_picker{
	background: url(../images/add-one.gif) no-repeat center right;
	height: 20px;
	width: 37px;
	display: block;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
#middle-column  .hotel-date-picker-cell{
	padding-top: 1px!important;
}
#middle-column .hotel-details-table .travel-input{
	width: 95%;
}
#middle-column .hotel-details-table .hotel-label{
	border-right: solid 1px #cccccc;
}
#middle-column .hotel-details-table .transfer-date{
	width: 70px;
}
#middle-column .hotel-details-table .personal-input{
	margin-left: 10px;
	width: 348px;
}
#middle-column .hotel-details-table .card-input{
	width: 95%;
}
#middle-column .hotel-details-table .card-select{
	width: 92px;
}
#middle-column .hotel-details-table #card-type{
	width: 95%;
}
#middle-column .hotel-details-table .personal-input-minor{
	width: 35%;
	float: left;
	margin-left: 10px;
}
#middle-column .hotel-details-table .personal-label{
	text-align: right;
	float: left;
	display: block;
	width: 95px;
	margin-top: 2px;
}
#middle-column .hotel-details-table .card-label{
	text-align: right;
	width: 110px;
	margin-top: 2px;
}
#middle-column .hotel-details-table .wasPrice{
	vertical-align: bottom;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
#middle-column .hotel-details-table .personal-label-long{
	width: 135px;
	display: inline;
	margin-right:10px;
}
#middle-column .hotel-details-table #name-details label{
	display: inline;
	/*margin-right: 5px;*/
}
#middle-column .hotel-details-table #name-details input{
	/*margin-right: 15px;*/
	width: 103px;
}
#middle-column .hotel-details-table #name-details select{
	margin-right: 10px;
}
#middle-column .hotel-details-table-noborder .transfer-total-header{
	text-align: center;
	padding-left: 0px;
}
#middle-column .hotel-details-table-noborder .transfer-total-price{
	text-align: center;
	padding-left: 0px;
	color: #993300;
	font-weight: bold;
}
#middle-column .hotel-details-table .arrival-time{
    margin-top:2px;
    text-align:right;
    width:120px;
}
#middle-column .hotel-details-table-noborder #qty-1{
	width: 45px;
}
#middle-column .hotel-details-table-noborder #qty-2{
	width: 45px;
}
#middle-column .hotel-details-table #title{
	width: 40px;
}
#middle-column .hotel-details-table .country{
	margin-left: 10px;
	width: 352px;
}
#middle-column .hotel-details-table #chkConfirm{
	margin: 10px 10px 10px 0px;
	float: left;
}
#middle-column .hotel-details-table #terms-copy{
	margin: 10px 10px 10px 0px;
	float: left;
	font-size: 12px;
}
#middle-column .hotel-details-table .conditions{
	color: #ff6600;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
}
#middle-column .hotel-details-table #hear{
	width: 298px;
}
#middle-column .hotel-details-table #security-number{
	width: 90px;
}
#middle-column .hotel-details-table .requests{
	width: 97%;
	height: 50px;
	margin: 4px 0px 4px 0px;
}
#middle-column #liability{
	border: solid 1px #cccccc;
	padding: 10px;
	font-size: 12px;
	margin-top: 10px;
}
#td-next-book, .td-next-book, .td-next-select{
border-top:none !important;
border-right:none !important;
border-left:none;
}
#td-next-book a, .td-next-book a, .td-next-select a{
  	width: 61px;
  	border: none;
  	color: #FFFFFF !important;
  	font-size:12px !important;
  	font-weight: bold;
  	float: left;
  	cursor:pointer;
  	background:transparent url(../images/next.gif) no-repeat scroll 0 0;
    line-height: 20px;
    /*text-align:center;*/
    padding-left:13px;
    width:61px;
    text-decoration:none !important;
}
.td-next-select a{
padding-left:9px;
}

.next-go{
	background: url(../images/next.gif) no-repeat;
	border: none;
	float: right;
	height: 20px;
	margin: 10px 1px 10px 5px;
  	text-align:center;
  	width: 61px;  	
}

.next-go-hidden
{
    background: url(../images/back-go.gif) no-repeat;
}

.next-go a{
	color:#fff !important;
    display:block;
    font-size:12px;
    font-weight:bold;
    padding:2px 0 0;
    text-decoration:none !important;
    margin-right:5px;
}


#middle-column .back-go{
	background:transparent url(../images/back-go.gif) no-repeat scroll 0 0;
    border:medium none;
    float:left;
    height:21px;
    margin:10px 1px 10px 0;
    text-align:center;
    width:61px;
}
#middle-column .back-go a{
	color:#E86E01;
    display:block;
    font-size:12px;
    font-weight:bold;
    padding:3px 0 0 5px;
    text-decoration:none;
}

/* Destination List */

.place-item{
	width: 45%;
	float: left;
	margin: 10px 10px 0 0;
	padding-left: 10px;	
	font-weight: bold;	
}
.place-item a{
    color: #003366 !important;
	font-size: 12px !important;
	text-decoration:underline !important;
}
.place-item a:hover{
	text-decoration:none !important;
}
.place-item-child{
    background: url(../images/list-point.gif) no-repeat center left;
	padding-left: 10px;
	margin-left: 10px;
	padding:3px 0 3px 10px;
}
.place-item-child a{
    color: #ff6600 !important;
	font-size: 11px !important;
}


#middle-column  #hotel-list-header{
	margin-top: 10px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0px 0px 10px;
}
#middle-column  #left-destination-list{
	width: 45%;
	float: left;
	margin-top: 10px;
	padding-left: 10px;	
}
#middle-column  #right-destination-list{
	width: 45%;
	float: right;	
	margin-top: 10px;
}
#middle-column  .destination-list ul li{
	list-style: none;
	padding: 3px;
}
#middle-column  .destination-list ul li a{
	color: #003366;
	font-weight: bold;
	font-size: 12px;
}
#middle-column  .destination-list ul li ul li{
	background: url(../images/list-point.gif) no-repeat center left;
	padding-left: 10px;
	margin-left: 10px;
}
#middle-column  .destination-list ul li ul li a{
	color: #ff6600;
	font-weight: bold;
	font-size: 11px;
}

/* Search Results */
#middle-column #main-menu{
	margin: 10px;
}
#middle-column #main-menu span{
	margin-bottom: 10px;
	margin-right: 5px;
}
#middle-column  #search-results ul li{
	display: inline;
	list-style: none;
	font-size: 12px;
}
#middle-column #search-results .search-filter{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	overflow: hidden;
	clear: both;
	height: 35px;
}
#middle-column #search-results #search-by{
	float: left;
	margin: 10px 0px 10px 0px;
}
#middle-column #search-results #search-by label{
	font-size: 12px;
}
#middle-column #search-results #search-by select{
	font-size: 12px;
}
#middle-column #search-results .page-nav{
	float: right;
	margin: 10px 15px 10px 0px;
}
#middle-column #search-results .page-nav li{
	font-size: 10px!important;
	color: #999999;
	float: left;
	padding: 0px 3px 0px 3px;
}
#middle-column #search-results .page-nav li a{
	color: #003366;
	font-size: 10px!important;
	font-weight: bold;
}
#middle-column #search-results li.page-list{
	font-weight: bold;
	font-size: 11px!important;
	color: #000!important;
}
#middle-column #search-results .hotel-collection-data{
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}
#middle-column #search-results .hotel-collection-data-bottom{
	padding-bottom: 10px;
}
#middle-column #search-results .hotel-list-name{
	clear: both;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
}
#middle-column #search-results .hotel-list-name li, #middle-column #search-results .hotel-list-name .lnkResort{
	display: inline;
	list-style: none;
	font-size: 11px!important;
	font-weight:normal!important;
	color: #003366;
	padding: 0px 2px 0px 0px;
}
#middle-column .hotel-list-name li a{
	color: #003366;
	font-size: 12px;
}
#middle-column .hotel-list-name li a.resName{
	font-size: 11px !important;
	font-weight: normal !important;
}
#middle-column .hotel-details{
	margin-top: 10px;
}
#middle-column .hotel-details img{
	float: left;
	margin-left: 10px;
}
#middle-column .hotel-details p{
	float: right;
	width: 345px;
}
#middle-column .hotel-info{
	clear: both;
	margin-top: 10px;
	width: 100%;
	border-top:none;
}
#hotel-info-header{
	background-color: #f0f0f0;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	font-size:12px !important;
}
#middle-column .hotel-details .more-details{
	background: url(../images/more-details.gif) no-repeat center right;
	display: block;
	width: 76px;
	height: 15px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #0372b9;
	text-decoration: none;
}

/**************************************************************
* Right columns layout. 
* 
* Defines right column layout. This should not be changed
***************************************************************/
#right-column{
	float: right;
	width: 230px;
	background: url(../images/main-border-right.gif) repeat-y top right;
	margin-right: 10px;
}
#right-column-ContactUs {
	float: right;
	width: 230px;
	background: url(../images/main-border-right.gif) repeat-y top right;
	margin-right: 10px;
}

/**************************************************************
* Footer credits layout. 
* 
* Defines the credits column layout. This should not be changed
***************************************************************/
#body-container-footer{
	background: url(../images/main-border-footer.gif) no-repeat;
	height: 10px;
	width: 995px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* Credits Div Components */
#credits{
	clear: both;
	height: 61px;
	margin-left: auto;
    margin-right: auto;
}
#credits #partners{
	/*background: url(../images/partners.gif) no-repeat;
	text-indent: -9999px;
	width: 426px;*/
	height: 61px;	
	float: left;
}
#credits ul{
	float: left;
	text-align: center;
	padding: 2px;
	margin-top: 24px;
	margin-left: 10px;
}
#credits ul li{
	display: inline;
	list-style: none;
	color: #666666;
	font-size: 11px;
}
#credits ul li a{
	color: #666666;
	font-size: 11px;
	margin: 0px 5px 0px 5px;
}
#credits ul li a:hover{
	text-decoration: none;
}
#credits #group{
	/*background: url(../images/group.gif) no-repeat;
	text-indent: -9999px;
	width: 181px;*/
	height: 61px;
	float: right;
	margin-right: 10px;
}
#issuehelp{
margin-left:12px;
}
/**************************************************************
* Footer components. 
* 
* Defines footer elements. This should not be changed
***************************************************************/
#footer{
	background: url(../images/footer2.gif) no-repeat;
	height: 115px;
	margin-left: auto;
    margin-right: auto;
	clear: both;
    margin-bottom: 40px;
    padding: 15px 15px  0 15px;
}
#footer ul{
	text-align: center;
	padding: 2px;
}
#footer ul li{
	display: inline;
	list-style: none;
	color: #666666;
	font-size: 11px;
}
#footer ul li a{
	color: #666666;
	font-size: 11px;
	margin: 0px 5px 0px 5px;
}
#footer ul li a:hover{
	text-decoration: none;
}






/* TextBox Search */
.hotel{
text-align: right;
}
.locName{
text-align: left;
float: left;
}
div.smartsearch_choices {
position: absolute;
padding: 0px;
margin: 0px;
z-index: 999;    
font-size: 11px;
font-weight: normal;
font-family: Verdana;
background-color: White;
}
div.smartsearch_choices ul {
width:466px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 0px;
padding: 0px;
background-color: White;
border: solid 1px #7f9db9;
}
div.smartsearch_choices ul li.selected{ 
background-color: #dddddd;
}
div.smartsearch_choices ul li {
cursor:pointer;
text-align:left;
padding: 4px;    
}

.modalBackground 
{
    background-color:#000;
    filter:alpha(opacity=40);
    opacity:0.6;
    height:100%;
    width:100%;
}
#divSearchingBack{
background-color:#fff;
z-index:99;
position:absolute;
left:0px;
top:0px;
width:500px;
height:350px;
}
#divSearching{
    position:absolute;
    top:50%;
    left:50%;
    width:500px;
	height:350px;
	margin-top:-175px;
	margin-left:-250px;
	font-size:10pt;
	font-weight:bold;
	text-align: center;
	z-index:100;
	background-color:#fff;
}
#we-are-searching, #loading-bar{
    margin-top:40px;
}

.hideTitle{
    display:none;
}
.showTitle{
    display:block;
}
.NoPadding
{
    padding: 0px !important;
    border: 0px !important;
    background-color:White !important;
}

/* Transfers */
#transInfo{
    clear:both;
    float:left;
    font-size:12px;
    padding:10px 10px 0 10px;
}


#div-transfers {
margin:10px 0 0 0;
float:left;
width:480px;
}
.transfer-item{
float:left;
width:233px;
border:1px solid #CCCCCC;
font-weight: bold;
text-align:center;
}
.left-trans{
margin-right:10px;
}
.trans-price{
display:block;
padding:10px 0 5px;
}
.trans-hdr{
display:block;
padding:5px;
margin-bottom:5px;
background-color: #095479;
color: #fff;
}
.trans-remove{
font-weight: bold;
margin-right:10px;
}
#trans-remove-input{
margin-top:3px;
}

.trans-public, .trans-private{
width:150px;
padding-bottom:8px;
margin-left:auto;
margin-right:auto;
}
#trans-public-icon, #trans-private-icon{
width:90px;
height:38px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}
#trans-public-icon{
background: url(../images/transfer-icons.gif) no-repeat left top;

}
#trans-private-icon{
background: url(../images/transfer-icons.gif) no-repeat left -38px;
}

.trans-taxi{
background: url(../images/transfers/taxi.gif) no-repeat top center;
}

#divTransferPanel{
clear:both;
}

#middle-column .pricesText{
font-size:12px;
color:Black;
font-weight:bold;
margin:10px 0;
}



/*agent results*/
.BlueHeader
{
	font-weight: bold;
	color: #0372B9;
	font-style: normal;
	font-size: 12px;
}
#midColForAgent{
width: 730px;
margin-left: 10px;
float:left;
}
#midColForAgent a{
font-size: 12px;
color: #0372b9 !important;
font-weight:bold;
}
#midColForAgent a:hover{
color: black;
}

#midColForAgent table{
border:none !important;
}
#midColForAgent td{
padding:2px 0px !important;
}
.AlternateRow
{
	border-top: orange 1px solid; 	
}
.AlternateRowPeg
{
	border-top: orange 1px solid; 
    
}

/*hub*/
.hub h1{
margin-bottom:10px;
}
.hub h4{
background-color: #033b57 !important;
color:#fff;
padding:2px 5px !important;
margin:10px 0;
}
.hub h5{
margin:10px 0;
}
.hub .why-not-try ul{
margin-left:15px;
}
.hub .why-not-try li{
margin:5px 0;
}
.hub a{
font-size:11px !important;
font-weight:normal !important;
}
.hub .intro-text, .hub .fact-file, .hub .thing-to-do, .hub .why-not-try, .hub .weather{
border-bottom:solid 1px #cccccc;
padding-bottom:3px;
}


.adviceHeader{
background:transparent url(../images/Advice/AdviceTop.gif) no-repeat top left;
width:446px;
height:23px;
}
.adviceBox{
font-size:11px;
border-left:solid 1px #019A01;
border-right:solid 1px #019A01;
padding:4px 10px 4px 10px;
/*width:424px;*/
width:188px;
}
.adviceBase{
background:transparent url(../images/Advice/AdviceBottom.gif) no-repeat bottom left;
width:446px;
height:5px;
}



/* booking details */
#booking-details h3{
color:#000;
}

.AllInc_Lite
{
	font-weight: bold;
	color: #0b82f6;
	text-decoration:underline;
}

.AllInc_Silver
{
	font-weight: bold;
	color: silver;
	text-decoration:underline;
}

.AllInc_Bronze
{
	font-weight: bold;
	color: #d86812;	
	text-decoration:underline;
}

.AllInc_Gold
{
	font-weight: bold;
	color: #ff8f10;
	text-decoration:underline;
}

.BookingProgressBox
{
	background:white; 
	border-right: #CCCCCC 1px solid; 		 
	border-top: #CCCCCC 1px solid; 
    border-left: #CCCCCC 1px solid; 
    border-bottom: #CCCCCC 1px solid;
    padding:5px 5px 5px 5px;
    text-align:justify;
}

.centeralign
{
    height:95px;    
    display:table-cell;
    vertical-align:middle
}

.TaxDesclaimer
{
	font-size:xx-small;
	font-weight:bolder;
	font-style:italic;
	font-family:Verdana;
}

.GoogleMapPopup
{
    /* float: left; */
    width: 230px;
    padding: 10px;
}
.SpanHotelDescription OL
{
    list-style:circle inside
    
}

a.noLink:hover{
    text-decoration:none !important;
}

/**** Social Media Controls **********/
/*
iframe.fb_ltr
{
    width:300px !important;
    margin-right:200px !important;
    display: inline-block;
}

fb_send_button_form_widget
{
    width:300px !important;
    margin-right:200px !important;
}
*/
.socialMediaLike
{
    border: 1px solid #D2D2D2;
    margin-bottom: 25px;
    background: none repeat scroll 0 0 #E3EDF4;
    clear: both;
}

.faceBook
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 1px;
    background: none repeat scroll 0 0 #FFFFFF;
    overflow:visible; 
}


.googlePlus1{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 1px;
    background: none repeat scroll 0 0 #E3EDF4;
    border-top: 1px solid #D2D2D2;
}

.faceBookLong
{
    border: 1px solid #D2D2D2;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 1px;
    background: none repeat scroll 0 0 #E3EDF4;
    /* overflow:auto; */
    clear: both;
    /* float: left; */
    width: 100%;
    margin-bottom:10px;
}


.googlePlus1Long{
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 1px;
    background: none repeat scroll 0 0 #E3EDF4;
    float: right;
    /* clear:both; */
}

.tweetLong {
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
    float: right;
    background: none repeat scroll 0 0 #E3EDF4;
    margin-right: 10px;
}

#divGoogleText 
{
    padding-top: 7px;
    float: right;
    width: 180px;
}
.autoComplete
{
    background-color:#fff;
    border:1px solid buttonshadow;
    display:block;
    width:300px;
    overflow:visible;
    z-index:999;
    list-style-type:none;
    list-style-position: inside;
    list-style-image: none;
    height:auto !important;
}
/*#ctl00_cp1_ctl00_extAirport_completionListElem ul
{
    background-color:#fff;
    border:1px solid #000 !important;
    display:block;
    width:300px;
    overflow:visible;
    list-style-type:none !important;
    list-style-position: inside !important;
    list-style-image: none !important;
    
}*/
.autoComplete li
{
    background-color:#fff;
    display:block;
    width:inherit;
    overflow:visible;
    padding-top:2px !important;
    padding-left:2px !important;
    padding-bottom:2px !important;
    list-style-type:none;
    list-style-position: inside;
    list-style-image: none;
    margin-right:4px;
    width:216px;
}

#body-container-body #searchPanel4 {
    background-color: #033B57;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    width: 304px;
    padding: 5px;
    margin-left: -8px !important;
    color: white;
}

#body-container-body #searchPanel4-2 {
    /*  border-bottom: 1px dashed #3286C4; */
    height: 40px;
    padding: 0px 5px 10px 10px;
    clear: both;
}

#body-container-body #searchPanel4-4 {
    float: left;
    height: auto;
    padding: 10px 0 10px 5px;
    width: 273px;
    /* margin-bottom:35px; */
}

#body-container-body .nights-label-searchPanel4 {
    margin-left: 46px;
    font-size: 11px;
    float: none;
}

.date_picker_searchPanel4 {
    height: 34px !important;
    margin-bottom: 7px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 3px !important;
}

#content .nightsSearchPanel4 {
    float: right;
    margin-right: 83px;
    padding-left: 3px;
}

.gateway-link
{
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;   
}

.search-go
{
    padding-top:10px;
}

.chkAdvancedSearch
{
    font-size: 11px;
    margin-left: 13px;
}

#content #display_date_searchPanel4 {
    float: left;
    margin: 0px 0px 2px 3px;
}

#content #display_date_searchPanel4 label
{
    /* float: left; */
    font-size: 11px;
    margin-left: 2px;
    padding-bottom: 2px;
}

#content #display_date_searchPanel4 input {
    padding: 3px 8px;
}

#content .divAdvancedSearchPanel4 {
    display: block;
    float: left;
    padding: 0 10px 10px;
    width: 289px;
}

.display-infant-searchPanel4
{
    width: auto;
}

