form{
	margin: 0px;
	font-family: verdana;
	color: #010101;
	font-size: 13px;
	padding: 0px;
}

div#search_form{
	position: absolute;
	left: 360px;
	top: 10px;
}

div#search_form .head{
	background: url(/media/img/form_head.gif) no-repeat;
	width: 199px;
	height: 34px;
}
div#search_form .head .text{
	color: #FDEBA1;
	font-size: 17px;
	font-weight: bold;
	padding: 10px;
}
div#search_form .bgr_top{
	background: url(/media/img/form_bgr_top.gif) no-repeat;
	width: 576px;
	height: 9px;
}
div#search_form .bgr_bottom{
	background: url(/media/img/form_bgr_bottom.gif) no-repeat;
	width: 576px;
	height: 8px;
}


div#search_form .form_body{
	background: #ffffff;
	height: 360px;
	width: 576px;	
	position: relative;

}



/*  trip_links  */
table.trip_links{
	margin-left: 30px;
	margin-top: 5px;
}
table.trip_links td{
	padding: 2px 5px;
}
table.trip_links td a.search-link{
	font-size: 16px;
	color: #464949;
}



div.section_head{
	background: url(/media/img/section_head.gif) no-repeat;
	padding-top: 3px;
	height: 25px;
	color: #fff;
	margin: 5px 0px;
	width: 164px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}



/*  hotelTable  */
div#hotelTable, div#cruiseTable, div#carTable, div#flightTable{
	font-family: verdana;
	color: #010101;
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
}

div#hotelTable a, div#cruiseTable a, div#carTable a, div#flightTable a{
	font-family: verdana;
	color: #c00;
	font-size: 13px;
}
input{
	background: #72B7E1;
	border: 0px;
	padding: 2px;
	margin: 5px 0px;
	font-size: 13px;
	color: #fff;
}
select{
	background: #72B7E1;
	border: 0px;
	padding: 2px;
	margin: 5px 0px;
	font-size: 13px;
	color: #fff;
}
input.button{
	background: #ffffff;
	position: absolute;
	left: 420px;
	top: 300px;
	width: 119px;
	height: 46px;
}


div#packages{
	background: url(/media/img/packages_bgr.gif) no-repeat;
	width: 378px;
	height: 128px;
	position: absolute;
	top: 5px;
	left: 190px;
}
div#packages .caption{
	color: #E15424;
	padding: 10px 10px 10px 15px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
}
div#packages a{
	display: block;
	color: #464949;
	font-size: 15px;
	background: url(/media/img/disc.gif) no-repeat 0px 4px;
	padding: 0px 0px 3px 18px;
	margin-left: 30px;
}
div#packages a:hover{
	background: url(/media/img/discON.gif) no-repeat 0px 4px;
}



div#centerC .content{
	background-color: #fff;
	margin: 0px;
	padding: 10px;
	width: auto;
}


/*featured_hotels*/
div#featured_hotels{
	margin: 0px;	
	background: #fff;
	padding: 0px;	
}

div#featured_hotels .hotel{
	display: block;
	float: left;	
	position: relative;
	margin: 10px;
	padding: 10px;	
	border: 1px solid #A2D1F7;
	width: 230px;
	background: #ffffff url(/media/img/hotel_item_bgr.gif) repeat-x;
	height: 145px;

}
div#featured_hotels .thumb-hotel{
	background:transparent url(/media/img/thumb-shadow1.gif) no-repeat scroll 0 0;
    float:left;
    height:71px;
	text-align: left;
    margin-left:5px;
    margin-right: 5px;
    margin-top:5px;
    width: 71px;
	padding: 0px;
}
div#featured_hotels .thumb-hotel img{
	margin: 1px;
}
div#featured_hotels  .hotel-name{
	margin: 3px 0px 2px;
}
div#featured_hotels  .hotel-name a{
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
	line-height: 16px;
}
.star-rating{
	margin-top: 10px;
}
div.hotel-price{
	position: absolute;
	top: 5px;
	right: 5px;	
	font-size: 11px;
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;

}
div.hotel-price .price{
	color: #c00;
	font-size: 13px;
	font-weight: bold;
	display: inline;
}
div#featured_hotels .desc{
	color: #666;
	padding: 0px 5px;
	line-height: 18px;
	font-size: 11px;
}
div#featured_hotels .more{
	float: right;
	width: 60px;
}
div#featured_hotels .more a{
	color: #009900;
	font-weight: bold;
	font-size: 12px;
}


div#intro{
	width: 575px;
	background: #EBF2A2;
	margin-bottom: 20px;
}
div#intro .intro_top{
	background: url(/media/img/intro_top.gif) no-repeat;
	height: 10px;
	width: auto;
}
div#intro .intro_bottom{
	background: url(/media/img/intro_bottom.gif) no-repeat top left;
	height: 10px;
	width: auto;
}
div#intro .intro_content{
	background: #EBF2A2 url(/media/img/intro_content.gif) no-repeat top left;
	padding: 100px 30px 15px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	width: auto;
}
div#intro .intro_content h2{
	padding: 3px 0px;
	margin: 0px;
	font-size: 17px;
	color: #cc0000;
}
