/* html */
html
{
	font-size: 100%;
	height: 100%;
	width: 100%;
}


/* body */
body 
{
	-x-system-font:none;
	background:#7aacd2 none repeat scroll 0 0;
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	margin:0;
	color:#535353;
}

body.inner
{
	font: 64% Arial, Helvetica, sans-serif;
}

a
{
	cursor: pointer;
	outline: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	color:#3399cc;
	text-decoration:none;
}

.active {
	background-color:#F5F5F5;
	color:#FF6600;
}


/* main container */
.page-box 
{
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:966px;
}


/* contains header and content */
.container 
{
	overflow:hidden;
	padding:150px 0 40px; /* note -- this is to provide room for the header */
	width:100%;
}
.search-container
{
	overflow:hidden;
	padding:120px 0 40px; /* note -- this is to provide room for the header */
	width:100%;
}
.home-container 
{
	overflow:hidden;
	padding:160px 0 40px; /* note -- this is to provide room for the header */
	width:100%;
}

/* contains header and content, small header */
.container-inner 
{
	background:#FFFFFF none repeat scroll 0 0;
	overflow:hidden;
	padding:90px 0 40px; /* note -- this is to provide room for the header */
	width:100%;
}

.book-container-inner 
{
	background:#FFFFFF none repeat scroll 0 0;
	overflow:hidden;
	padding:50px 0 40px; /* note -- this is to provide room for the header */
	width:100%;
}

/* contains content but not header */
.union-box {
	position:relative;
	width:100%;
}

/* container for the header */
.header-main {
	height:150px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1;
}
.search-header-main{
	height:170px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:13px;
	width:100%;
	z-index:1;
}

.search-header-main{
	height:170px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:13px;
	width:100%;
	z-index:1;
}

.home-header-main{
	

	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
	z-index:1;

}


/* alt container for the header */
.header-main-small {
	height:70px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:13px;
	width:100%;
	z-index:1;
}

/* booking engine header style */
.header-main-hidden 
{
	visibility:hidden;
	display:none;	
	height: 0px;
}

/* header navigation */
.nav {
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	width:100%;
	height:18px;
	
}
.nav ul {
	margin:0;
	list-style:none;
	float:right;
	text-transform:uppercase;
	width: 309px;
	height:18px;
}

.nav li {
	float:left;
	height:18px;
	
}
.nav li a {
	display:block;
	line-height:23px;
	color:#e5e5e5;
	text-decoration: none;
	background: transparent url(../images/arrow.gif) no-repeat 8px 7px;
}
.nav li span {	
	display:block;
	color:#0059AE;
	padding:0 28px;
	cursor:pointer;
}
.nav li a:hover {
	background: #ebf9ff url(../images/arrow_1.gif) no-repeat 5px 8px;
}

.nav li.home {background:none;}
.nav li.home a {
	width:30px;
	height:27px;
	border-bottom:3px solid #666;
	text-indent:-9999em;
	background:url(../images/ico-home.gif) no-repeat !important;
	padding:0;
	overflow:hidden;
}




.nav-home {
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	float:left;
	padding:17px 0 0 7px;
	width: 417px;
}
.nav-home ul {
	margin:0;
	list-style:none;
	float:right;
	text-transform:uppercase;
	width: 385px;
}

.nav-home li {
	float:left;
	margin-right:5px;
	background:url(../images/item-bg.gif) repeat-x;
}
.nav-home li a {
	display:block;
	line-height:23px;
	padding:0 0 11px;
	color:#e5e5e5;
	text-decoration: none;
}
.nav-home li span {	
	display:block;
	color:#fff;
	padding:0 35px 0 30px;
	background:url(../images/arrow-right.gif) no-repeat 100% 50%;
	cursor:pointer;
}
.nav-home li a:hover {
	background:url(../images/item-hover-bg.gif) repeat-x;
	text-decoration:none;
}
.nav-home li a:hover span {background-image:url(../images/arrow-down.gif);}
.nav-home li.home {background:none;}
.nav-home li.home a {
	width:30px;
	height:27px;
	border-bottom:3px solid #666;
	text-indent:-9999em;
	background:url(../images/ico-home.gif) no-repeat !important;
	padding:0;
	overflow:hidden;
}



/* header logo */
.logo-main {
	background:url(/images/logo.gif) no-repeat scroll 10px 0;
	width:223px;
	height:49px;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	padding-right: 30px;
	margin:30px 0 0 20px;
}
.logo-main a {
	display:block;
	height:100%;
}


/* header content container */

.header-content
{
	width:640px;
	float: left;
}


/* subheader style */
.pad {
	padding:0 0 15px;
	width:644px;
	height:95px;
}
.sub-header {
	width:100%;
	height:50px;
}

.search-sub-header {

	width:100%;
	overflow:hidden;
}

.home-sub-header {

	width:100%;
	overflow:hidden;
}

.home-sub-header .pad {
padding:0 0 10px;
}

/* book online */
.hp-sub-header .book-online {
	color:#0081c5;
	font-size:18px;
	overflow:hidden;
	width: 265px;
	float: right;
	margin-top:43px;
	display:block;
	background:#fff;

}
.book-online strong {
	display:block;
	color:#f60;
}

.book-online span
{
	float:left;
	line-height:17px;
	width:230px;
	padding-top:3px;

}

.book-online span a
{
	background:transparent url(../images/arrow.gif) no-repeat scroll 1px 5px;
	color:#0059AE !important;
	cursor:pointer;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}

.book-online span a:hover {
	background:transparent url(../images/arrow_1.gif) no-repeat scroll 0 6px;
}

.book-online p {
	clear:both;
	margin:0;
	font-size:15px;
	color:#333;
	text-align:left;
	letter-spacing:2px;
	border-top:1px solid #fff;
	padding:3px 30px 0 0;
	width:100%;
}
.book-online p em {
	font-weight:bold;
	font-style:normal;
	font-size:16px;
}

.booking-color{
	color:#0059ae;
	font-size:1em;
}

/* hidden header panels*/
.calendar-gif{
	height:15px; 
	width:20px; 
	margin-top:5px
}

.sign-in-info{
	text-align:left;
	visibility:hidden;
	width:180px;
}

.gradient-align{
	padding:10px 10px 10px 10px;
}


.bt-close{
	float:right;
	font-size:11px
}

.helpMePanel{
	text-align:left;
	visibility:hidden;
	width:250px;
	background:#fff;
	border-color: #C1E2FC #62B8F7 #2A7FC0 #62B8F7;
	border-style:solid;
	border-width:1px;
	background:#FFFFFF url(../images/tools-li.gif) repeat-x scroll 0 -7px;
	display:block;

}

.helpMePanel .close-bt-contact .headerfonts{
font-size:10px;
}


#helpmeContent
{
	padding:0 10px;
	
}

#helpmeContent span
{
	padding:10px 0;
	display:block;
	
}

.registerPnl{
	text-align:left;
	visibility:hidden;
	width:180px;
}

.hidden-pnl-text{
	text-align:left;
}

.headerfonts
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;		
}



.general 
{
	display:block;
	text-align:center;
	padding:5px 0;
	background:#f6f6f6;
	border-bottom:1px solid #fff;
	color:#06c;
	position:relative;
}

.general a 
{
	color:#06c;
	font-weight:bold;
}

/* added to header by home.aspx */
.general-info {
	margin: 0 26px 5px 0;
	float: left;
	width: 640px;
}

.general-info h1 {
	color:#000;
	font-size:17px;
	margin: 0px 5px 0 0;
}

.home-general-info {
	margin: 20px 26px 15px 0;
	float: left;
	width: 640px;
}
.home-general-info h1{
	color:#000;
	font-size:17px;
	margin: 0px 5px 0 0;
}

.area-name{
	color:#333333;
	margin-bottom:10px;
	font-size: 22px;
	font-weight:bold;
}

.Localimages{
	width: 640px;
	height:75px;
	float: left;
	background-color:#cccccc;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.Localimages img{
	width:125px;
	height:75px;
	padding: 0 1px 0 2px;
	display:inline;
	float:left;
	overflow:hidden;
	
}

    
/* added to header by searchresults.aspx */
.modify-search {
	margin: 20px 16px 0px 0px;
	float: left;
	width: 960px;
}

/* for the Sign In, Register, and Help button content */
#logindialog
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;	
}

#register
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;	
}

.gradient-align{
	padding:10px 10px 10px 10px;
}

.gradient-align span{
	text-align:left;
}






/* header search form */

.search-area{
	position:relative; 
	float:left; 
	margin-top:35px; 
	margin-left:10px;
	border-color: #ededed;
	border-style:solid; 
	border-width:1px;
	padding:10px 5px;

	background: #fafafa url(../images/tools-li.gif) repeat-x;
	background-position: 0 -9px;
}

.search-form 
{
	width:375px;
	overflow:hidden;
	margin-bottom:1px;
	padding:3px;
	position:relative;
	font-weight:bold;
	border-color:  #c1e2fc #62b8f7 #2a7fc0 #d1ebff ;
	border-style:solid;
	border-width:1px;
	background: #ffffff url(../images/tools-li.gif) repeat-x;
	background-position: 0 15px;
}

.search-border{

	overflow:hidden;
	margin-bottom:1px;
	padding:1px;
	position:relative;
	font-weight:bold;
	border-color:  #c1e2fc #62b8f7 #2a7fc0 #d1ebff ;
	border-style:solid;
	border-width:1px;
	background: #ffffff url(../images/tools-li.gif) repeat-x;
	background-position: 0 15px;

}


.search-form input {float:left;}

.search-form input.text 
{
	background: transparent url(../images/search-field.png) no-repeat scroll 0 0;
	color:#333;
	font-size:15px;
	border-color:#2a7fc0 #d1ebff #c1e2fc #62b8f7;
	border-style:solid;
	border-width:1px;
	float:left;
	padding:3px 3px;
	width:270px;
	height:18px;
}

.search-more-box{
	top:79px; 
	position:absolute; 
	float:left; 
	width: 372px; 
	height:18px; 
	left: 294px; 
	z-index:5; 
	background:#fff; 
	border-left:1px solid #62B8F7;
	border-bottom:1px solid #2a7fc0; 
	border-right:1px solid #62b8f7;
	background: #ffffff url(../images/tools-li.gif) repeat-x;
	background-position: 0 -3px;
	cursor:default;
}

.search-more-text a{
	background: transparent url(../images/arrow.gif) no-repeat 10px 5px;
	color:#0059ae !important;  
	float:left; 
	cursor:pointer;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	font-size:10px;
	padding:2px 185px 2px 25px;
}

.search-more-text2 a{
	background: transparent url(../images/arrow.gif) no-repeat 10px 5px;
	color:#0059ae !important;  
	float:left; 
	cursor:pointer;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	font-size:10px;
	padding:2px 7px 2px 25px;
}

.search-more-text a:hover{
	background: transparent url(../images/arrow_1.gif) no-repeat 9px 6px;

}

.search-more-text2 a:hover{
	background: transparent url(../images/arrow_1.gif) no-repeat 9px 6px;

}



.search-more-panel{
	visibility:hidden;
	top:80px;
	left: 294px; 
	position:absolute; 
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	width:372px;
	background:#fff; 
	border-left:1px solid #62B8F7; 
	border-bottom:1px solid #2a7fc0; 
	border-right:1px solid #62b8f7;
	background: #ffffff url(../images/tools-li.gif) repeat-x;
	background-position: 0 -3px;
	overflow:hidden;
}

.search-more-panel .close-bt{
	font-size:10px;
}


.search-more-details{
	margin:5px 0 0 5px;
	color:#cacaca;
	height:25px;
	width:247px;
	overflow:hidden;
	padding-top:3px;
}

.label-text{
	padding-top:5px;
}

.search-more-details label{
	font-size:12px;
	width:65px;
	vertical-align:middle;
	float:left;
	font-weight:bold;
}

.flexdays{
	margin:5px 0 0 5px;
	font-size:12px;
	color:black; 
	font-weight:bold;
}

.flexdays label{
	font-size:12px;
	width:55px;
	vertical-align:middle;
	float:left;
	font-weight:bold;
	margin:7px 0 0 0;
}

.days1 input{
	font-size:12px;
	color:#717171;
	margin:3px 0;
	width:75px;
	border: 1px solid #3399cc;
	color: #717171;
	height:16px;
}

.days2 input{
	font-size:12px;
	color:#cacaca;
	margin:3px 0 3px 0;
	width:75px;
	border: 1px solid #cacaca;
	color: #cacaca;
	height:16px;
}

.day-flex-selection{
	font-size:12px;
	height:19px;
	width:75px;
	margin:3px 0;
	border:1px solid #3399cc;
	color:#717171;
}

.day-selection{
	font-size:12px;
	margin:0 0 0 10px;
	width:75px;
	height:19px;
}
.multi-options{
	padding:10px 5px 0 5px;
	float:left;
}

.multi-options  span{
	font-size:12px;
	padding:2px 5px 0 0;
	vertical-align:middle;
	color:#717171;
	margin-top:3px;
}

.close-bt-contact{
	border-top:1px solid #ededed;
	background: #f7f7f7 url(../images/arrow_2.gif) no-repeat 8px 5px;
	line-height:10px;
	float:left; 
	cursor:pointer;
	font-weight:bold;
	padding:3px 0 3px 0;
	width:100%;
	margin-top:10px;
	position:relative;
}

.close-bt{
	border-top:1px solid #ededed;
	background: #f7f7f7 url(../images/arrow_2.gif) no-repeat 8px 5px;
	line-height:10px;
	float:left; 
	cursor:pointer;
	font-weight:bold;
	padding:3px 0 3px 0;
	width:100%;
	margin-top:10px;
	position:relative;
}

.close-bt-contact a{
	padding:1px 180px 1px 31px;
}


.close-bt a{
	padding:1px 270px 1px 31px;
}

.flex-day select{
	width:105px;
	font-size:12px;
	color:#717171;
	margin-top:5px;
}

.flex-day{
	padding:0 0 0 10px;
	width:150px;
	float:left;
	position:relative;
	height:0px;
}

.calendar-start{
	position:absolute;
	visibility:hidden;
	top:137px;
	left:367px;
	background:#fff;
	border-color:#0059ae;
	border-style:solid;
	border-width:1px;
	color:#000;
	overflow:hidden;
}

.calendar-start table tr td span{
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}

.calendar-in{
	position:absolute;
	visibility:hidden;
	top:197px;
	left:367px;
	background:#fff;
	border-color:#0059ae;
	border-style:solid;
	border-width:1px;
	color:#000;
	overflow:hidden;
}

.calendar-in  table tr td span{
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}

.calendar-out{
	position:absolute;
	visibility:hidden;
	top:231px;
	left:367px;
	background:#fff;
	border-color:#0059ae;
	border-style:solid;
	border-width:1px;
	color:#000;
	overflow:hidden;
}

.calendar-out  table tr td span{
	font-size:15px;
	font-weight:bold;
	vertical-align:middle;
}

.searchCalendar{

	line-height:17px; 
	margin:3px 4px;
	border:1px solid #cacaca; 
	color:#0059ae;
	padding:1px 0 0 2px;
	background:#fff;
}

.month-selection{
	padding:5px 0 3px 0;
}

.searchCalendar table tr{
	width:150px;
	height:19px;
}

.searchCalendar table tr td{
	width:19px; 
	height:17px;
	background:#f7f7f7;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	color:#cacaca;
	display:block;
	float:left;
	padding:0;
}
.searchCalendar table tr td a{
	text-decoration:none;
	width:19px; 
	height:17px;
	background:#f7f7f7;
	color:#0059ae;
	display:block;
	float:left;
}

.searchCalendar table tr td a:hover{
	text-decoration:none;
	background:#ff9900;
	color:#0059ae;
	display:block;
	float:left;
}

.searchCalendar table tr th{
	width:19px; 
	height:17px;
	background:#99ccff;
	color:#fff;
	font-weight:bold;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	display:block;
	float:left;
	padding:0;
}

.search-div{
	width:420px; 
	float:left;
	display:block;
	margin:0px;
	padding:0px;
}

.search-bt{
	height:26px; 
	width:97px;
}


.x-calendar{
	font-weight:bold; 
	text-align:left; 
	background:#f7f7f7; 
	border-bottom:1px solid #ededed;
}

.x-calendar span{
	padding-left:5px;
}

.multi-options label b{
	color:#000;
	vertical-align:middle;
}

.multi-options input{
	vertical-align:middle;
}

.grey-form{
	border:1px solid #cacaca;
	color:#cacaca;
	background:#fff;
	margin:none;
}

.header-background{
	background:#fff url(../images/main_header.png) no-repeat scroll 0 0; 
	width:1000px; 
	margin:0 auto; 
	min-height:100%; 
	position:relative;
}

.all-background{
	background:#7AACD2 url(../images/background.gif) repeat-y scroll 0 0; 
	width:1010px; 
	margin:0 auto; 
	min-height:100%; 
	position:relative;
}



/*--------------------------- page footer ---------------------------------*/

#footer {
background:#F1F1F1 none repeat scroll 0 0;
margin:0 auto;
padding:0 0 30px;
text-align:center;
width:966px;
}
#footer div {
background:#F6F6F6 none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
margin:0 0 10px;
padding:8px 0 5px;
}
#footer div p {
color:#0066CC;
margin:0;
}
#footer p {
color:#666666;
font-size:120%;
line-height:116%;
margin:10px 0 15px;
}
#footer p a {
color:#666666;
text-decoration:none;
}
#footer p a:hover {
text-decoration:underline;
}
#footer p span {
display:block;
}

.FooterDestinations{
	width:966px; 
	background:#fff;
}

.footer-bottom-info{
	padding-top:5px; 
	padding-bottom:5px;
}

.company-info{
	border-top:1px solid #c9c9c9; 
	padding-top:5px; 
	padding-bottom:5px;
}

.website-info{
	border-top:1px solid #c9c9c9; 
	padding-top:5px; 
	padding-bottom:5px;
}


.area-title {
background:#EDEDED url(../images/title-bg.gif) repeat-x scroll 0 100%;
}

.area-title span{
  padding:0px 30px;
  margin-bottom:3px;
  background:transparent url(../images/title-arrow.gif) no-repeat scroll 0 0;
  font-size:15px;
  display:block;
  color:#333333;
  Line-height:24px;
}


.all-locations a{
  text-decoration:none;
  color:#3399CC;
}

.all-locations a:hover{
  text-decoration:underline;
  background: #fefed4;
}




.areaList {
	float:left;
	font-size:11px;
	line-height:1.5em;
	margin-left:15px;
	width:175px;
}

.international {
	background:#FFF;
	height:235px;
	width:966px;
}

.international a{
  text-decoration:none;
  color:#3399CC;
}

.international a:hover{
  text-decoration:underline;
  background: #fefed4;
}



/* container for the footer */
.footer 
{
	padding-bottom:30px;
	text-align:center;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	height: 150px;
	overflow:hidden;
	background:#f1f1f1;
}

/* container for hidden footer */
.footer-hidden
{
	display: none;
	height: 0px;	
}

/* footer parts */
.footer ul 
{
	margin:0;
	list-style:none;
}
.footer li 
{
	display:inline;
	border-left:1px solid #7b7b7b;
	padding-left:3px;
}

.footer li:first-child 
{
	border:none;
}
.footer a{
	color:#0059ae;
	text-decoration:none;
}

.footer a:hover{
	color:#0059ae;
	text-decoration:underline;
}











.hp-union-box{
	width:966px;
}

/* main content */
#main-content {
  float:left;
  width:644px;
  padding:0;
  margin:0;
}

/* sidebar */
#sidebar {
  float:right;
  width:300px;
  padding:0;
  margin:0;
  display:block;
}

/* ------------------------right column css ---------------------------- */
/* strong box */
.strong-box {
  background:#ebf9ff;
  margin:0 0 15px;
  height:1%;
  overflow:hidden;
  border:10px solid #c2ebff;
  color:#39c;
  padding:5px 10px;
}
.strong-box strong {
  display:block;
  height:24px;
  margin:-10px -10px 8px -10px;
  background:url(../images/ico-check.gif) no-repeat;
  font-size:16px;
  padding:8px 0 0 35px;
}
.strong-box strong em {
  font-style:normal;
  color:#069;
}
.strong-box strong span {color:#693;}
.ads {
  display:block;
  margin:0 0 10px;
}

.showDestinations{
	width: 250px; 
	text-align:right; 
	float: right;
	margin-right:30px;
}


/* popular destinations */
.popular-destinations {
  background:#f6f6f6;
  padding:10px 0 10px 0;
  margin:5px 0 15px 0;
  height:100%;
  overflow:hidden;
  line-height:12px;
  width:300px;
}

.popular-destinations h2 {
  margin:-10px 0 10px 0 !important;
}
.popular-destinations ul {
  width:285px;
  list-style:none;
  margin:0 0 0 15px;
	padding:0;
}
.popular-destinations li
{
  color:#3399CC;
  display:block;
  float:left;
  font-size:1em;
  margin:0 0 5px 5px;
  width:130px;

}

/* vacation blog */

.vacation-blog {
  background:#f6f6f6;
  padding:10px 0 10px 0;
  height:100%;
  margin:15px 0;
  overflow:hidden;
  width:300px;
 
}

.vacation-blog h2 {
  margin:-10px 0 10px 0 !important;
}

.vacation-blog em {
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	width:265px;
	padding-left:10px;
}

.vacation-blog p {
  margin-top:10px;
  width:265px;
	padding-left:10px;
}

/* twitter */


.twi{
	float:right;
	width:160px;
	height:16px;
}

.twi img{
	border:none;
	width:160px;
	height:16px;
}

.add-this-icon
{
	float:left;
	width:125px;
}


/* add this icon */

.addthis-icon{

	padding-top:15px; 

}

.addthis-icon img{
	border:none;
}

/*-------------- new additional css-------------*/





/*------------- global list ----------------------*/
.all-deals-container{
	float:left;
	width:644px;
}

/* list style */
ul {
padding:0;
}

.specials li   .item   .area-left-columnSize{
	width:131px;
	float:left;
}

.specials  li   .item  .left-columnSize{
	width:131px; 
	float:left;
}

.specials li:first-child
{
	border:none;
}

/* stars */
.RatingContainerDetail 
{
	float:left;
	margin:7px;
	position:relative;
	width:89px;
}

.RatingContainerDetail span{
	float: left !important;
}

.RatingContainer 
{
	margin: 5px 15px 0px 27px;
	width: 80px;
}

.RatingContainer span{
	float: left !important;
}

.ratingStar {
	background-repeat:no-repeat;
	display:block;
	font-size:0;
	height:13px;
	margin:3px 0 0 0 ;
	padding:0;
	width:13px;
	float: left;
}

.filledRatingStar {
	background:transparent url(../images/1-0Stars.gif) no-repeat scroll 0 0;
}

.emptyRatingStar {
	background:transparent url(../images/1-0Stars.gif) no-repeat scroll -12px 0;
}

.starInfo {
	background:transparent url(../images/infobutton.gif) no-repeat scroll 0 0;
	cursor:pointer;
}

/* booking fees */
.FeeImageContainer
{
	width: 100px;
	margin: 5px 0 0 15px;	
}

.FeeImageContainer img
{
	width: 90px;
	height:21px;
	margin: 5px 0 0 0;	
}

.FeeImageContainerDetail
{	
	float:left;
	position:relative;
	top:-40px;
	width:60px;
}

.specials  .item .no-fee-icon{
  margin:5px 0 0 15px;
  border-width:0px;
  height:21px;
  width:90px;
}

.BookFeeSummary
{
	font-size:12px;
	height:20px;
	width:310px;	
}

.BookFeeText
{
	color:Red;
	float:left;
	width:280px;
}

.BookFeeIcon
{
	float:right;
	position:relative;
	right:20px;
	top:-7px;
	width:10px;	
}

.bestDeal-img{
	border-width:0px;
}

/* property list images */
.img-link img{
	border:none;
}


.tab-box
{
	display:block;
	float:left;
}

#main-content .pad 
{
	height:60px;
	padding:0 0 15;
	width:644px;
}

.calendar-in  table  tr  td  .unavailableDate {
	font-size:11px;
	color:#cacaca;
	font-weight:normal;
}

.searchCalendar table tr td a:hover{
	text-decoration:none;
	background:#ff9900;
	color:#0059ae;
	display:block;
	float:left;
	font-weight:bold;
}

.footer-logo
{
	width:100px;
	margin: 0 auto;
	margin-top:20px;
	line-height:9px;
	font-family:arial;
	font-size:9px
}

.footer-logo img
{
	display:block;
	height:60px;
	width:100px;
	
}

.days2 img
{
	height:20px;
	width:26px;
}

.days1 img
{
	height:20px;
	width:26px;
}

.about-union-box{
width:90%;
margin:0 auto;
}

.about-union-box h3{
color:#0081C5;
font-size:1.5em;
}

.about-union-box ul{
padding: 0 0 0 15px;
}

.search-more-details b
{
	padding-left:3px;
}

#helpme
{
	color:#000;
}

.check-form
{
	width:380px;
}

.option-field
{
	border:none;
	margin:none;
	padding:none;
	
}

.clear-img{
	padding-top:2px;
	visibility:hidden;
}

.clear-img2{
	padding-top:2px;
	display:block;
	visibility:visible;
	cursor:pointer;
}

.input-data{
	color:#777;
	padding-left:5px; 
	padding-top:0px; 
	font-size:11px; 
	width:260px;
	float:left;
}

.input-data2{

            color:#555;
            padding-left:5px; 
            padding-top: 3px;
            font-size:11px; 
            width:260px;
            float:left;
}


.input-data  b{
	font-weight:normal;
	color:#9a9a9a;
}

.input-data2  b{
	font-weight:normal;
	color:#9a9a9a;
}


/* for footer*/

.all-locations ul li{
list-style:none;
float:left;
padding-left:10px;
height:17px;
display:block;
background:#fff;
font-size:12px;
width:182px;

}

.all-locations ul
{
background:#FFFFFF none repeat scroll 0 0;
float:left;
margin:0;
padding:0 0 20px;
width:192px;

}

.domain {
background:#EBF9FF none repeat scroll 0 0;
border-top:1px solid #C2EBFF;
float:left;
font-size:15px;
height:20px;
line-height:20px;
margin:2px 1px 5px 0;
padding:0 5px 0 30px;
width:930px;
}




.footer {
background:#F1F1F1 none repeat scroll 0 0;
font-family:arial,helvetica,sans-serif;
font-size:11px;
height:150px;
overflow:hidden;
padding-bottom:30px;

text-align:center;
width:966px;
clear:both;
}


.all-locations {
background-color:#FFFFFF;
height:auto;
}

.star_a, .star_b, .star_c, .star_d, .star_e{ margin-top:6px; width:60px; height:10px; overflow:hidden; background:url(../images/1-0Stars.gif);
float:left;
}

.star_a{
background-position:-48px 0;
}

.star_b{
background-position:-36px 0;
}

.star_c{
background-position:-24px 0;
}

.star_d{
background-position:-12px 0;
}

.star_e{
background-position:0 0;
}


