@charset "utf-8";
/* CSS Document */

div.block-style3 .main {
	border-left: 4px solid #FF7714;
	border-right: 4px solid #FF7714;
	background-color:#FFFFFF;
}

div#product-frame.product-frame-width {
	background-color:#FBD238;
}

div.block-style3{
	background-color:#FF7714
}
.block-style2 select{
	width:170px;
}
.block-style2 input.field{
	width:99%;
}

div.nav-bar {
	background: url('../images/img_hotel_nav_bg.png');
}
div.nav-bar div.corner-left {
	background: url('../images/img_hotel_nav_corner.png');
}
div.nav-bar div.corner-right {
	background: right url('../images/img_hotel_nav_corner.png');
}
div.block-style2 div.corner-top div.corner-left {
	background:url('../images/img_hotel_block_corner_style2.png') top left;
}
div.block-style2 div.corner-top div.corner-right {
	background:url('../images/img_hotel_block_corner_style2.png') top right;
}

div.block-style2 div.corner-bottom div.corner-left {
	background:url('../images/img_hotel_block_corner_style2.png') bottom left;
}
div.block-style2 div.corner-bottom div.corner-right {
	background:url('../images/img_hotel_block_corner_style2.png') bottom right;
}
div.block-style2 div.corner-top div.center {
	border-top:solid 1px #FBD23A;
}
div.block-style2 div.corner-bottom div.center {
	border-bottom:solid 1px #FBD23A;
}
div.block-style2 div.main {
	/*margin:0 3px 0 3px;*/
	
	border-left:solid 1px #FBD23A;
	border-right:solid 1px #FBD23A;
}
/* content */

.product-frame-content{
	
}
ul.accordion li h1{
	background-image:url(images/hotel_accordion_btn_bg.gif);
	font-weight:bold;
	padding:5px 20px;
	cursor:pointer;
	
}
ul.accordion li h1.first{
	background-image:url(images/hotel_accordion_btn_bg_first.jpg);
}
div.block-accordion{
	background-image:url(images/hotel_accordion_btn_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:26px;
}

div.block-accordion ul.main {
	padding:0px;
	background-color:#FFF;
}
ul.accordion{
	overflow:hidden;
}

ul.accordion li ul {
	/*padding-top:8px;*/
	overflow:hidden;
	overflow-y:auto;
	
}
ul.accordion li ul li.first{
	margin-top:8px;
}
ul.accordion li ul li {
	padding:4px 20px;
	background-image:url(images/hotel_menu_dot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:6px;
	overflow:hidden;
	
}
ul.accordion li ul li a{
	display:block;
	width:100%;
}
ul.accordion .selected-item{
	background-image:url(images/hotel_accordion_selected.jpg);
	background-repeat:no-repeat;
}
.hotel_map{
	background-color:#FFF;
/*	background-image:url(images/hotel_map_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:50px;
	overflow:hidden;	*/
}
.hotel_map_head{
	background-color:#FBD238;
	background-image:url(images/hotel_map_head.jpg);
	
	color:#FFF;
	padding:15px 18px 5px 18px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
}


div.product-frame-content *{
	text-align:left;
}
div.product-frame-content p,
div.product-frame-content ul {
	line-height:normal;
	padding:0px;
	text-align:left;
}
div.product-frame-content h1{
	border-bottom:1px solid #F90;
	color:#FE9901;
	font-size:16px;
	padding:12px 10px;
	margin-bottom:10px;
	font-weight:bold;
}

div.column-main{
	background-image:url(images/img_hotel_concer_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.product-frame-content{
	background-image:url(images/img_hotel_concer_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
ul.product-list {
	clear:both;
}
ul.product-list li img.product-image{
	background-image:url(images/product_list_img_bg.gif);
	padding:4px;
}

.product-grid-section ul.product-list{
	margin-left:15px;
}
.product-grid-section ul.product-list{
	
	overflow:hidden;
	font-size:10px;
	width:100%;
}
.product-grid-section ul.product-list li{
	width:130px;
	height:160px;
	float:left;
	text-align:center;
	margin-right:15px;
}
.product-grid-section ul.product-list .product-vote{
	margin:0px auto;
}
.product-grid-section ul.product-list li * {
	text-align:center;
}
.product-grid-section ul.product-list label{
	display:block;
	font-weight:normal;
}
ul.product-list h3{
	padding:0px 0px 0px 0px;

}

.product-list-section img.product-image{
	/*position:absolute;
	margin-left:-110px;*/
	float:left;
	margin:0px 10px;
}
.product-list-section ul.product-list{
	overflow:hidden;
	width:100%;
	
}
.product-list-section ul.product-list li.hotel{
	overflow:hidden;
	width:100%;
	padding-bottom:10px;
	background-image:url(images/dot-line.gif);
	padding-bottom:10px;
	margin-bottom:10px;
	background-position:bottom center;
	background-repeat:no-repeat;
	/*padding-left:120px;*/
	/*min-height:90px;
	height:auto !important;
	height:90px;*/
}
.product-list-section ul.product-list li.hotel p.product-des{
	color:#999;
	height:67px;
	overflow:hidden;
	text-align:justify;
}
.product-list-section ul.product-list li.hotel span.product-des{
	color:#999;
	text-align:justify;
}
.product-list-section ul.product-list li.hotel textarea.product-des {
	color:#999;
	overflow:hidden;
	text-align:justify;
	border:none 0px #fff;
	
}
.product-list-section ul.product-list .product-vote{
	position:absolute;
	margin-left:420px;
}
.product-icon-list {
	position:absolute;
	margin-top:40px;
	margin-left:420px;
}
.product-icon-list li { float:left; margin:2px; }
.product-list-section .product-info{
	float:left;
	width:400px;
	height: auto;
	max-height:95px !important;
	height: 95px;
	overflow:hidden;
}
.product-list-section ul.product-list .product-booking{
	color:#F00;
	text-align:center;
	font-weight:bold;
	float:right;
	margin-right:10px;
	margin-top:20px;
	/*
	position:absolute;
	width:100px;
	margin-left:510px;
	*/
}
.product-list-section ul.product-list .product-booking a img { margin-top:10px; }
.product-list-section ul.product-list .product-booking *{
	text-align:center;
}
.product-list-section ul.product-list .product-booking a.book{
	display:block;
	margin-top:8px;
}

.product-list-info{
	text-align:left;
	padding-left:10px;
	
	margin-top:-32px;
	border-bottom:1px solid #F90;
	margin-bottom:10px;
	padding-bottom:6px;
}
.product-list-info .result{
	color:#F90;
	font-weight:bold;
	line-height:16px;
}
.product-list-info .icon{
	margin-top:3px;
}
.product-list-info .icon li img{
	margin-right:2px;
}
.product-list-info .icon li{
	display:inline;
	padding:0px 4px;
}
.product-list-info .icon li *{
	vertical-align:middle;
}
.product-list-currency{
	position:absolute;
	margin-left:500px;
	margin-top:-16px;
}
div.product-list-section h1{
	text-align:right;
	border:none;
}

.product-categories-section{
	padding-bottom:20px;
}

ul.porduct-categories-list{
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:0px;
	margin-left:4px;
}

ul.porduct-categories-list li h1{
	background-image:url(images/product-category-list-head.jpg);
	background-repeat:no-repeat;
	border:none;
	margin:0px;
	padding:5px ;
	margin-bottom:6px;
}
ul.porduct-categories-list li h1 a {
	color:#FFF;
	display:block;
	
}
ul.porduct-categories-list li{
	float:left;
	width:364px;
	margin:10px 2px;
	
}
ul.porduct-categories-list ul{
	margin-left:6px;
	
}
ul.porduct-categories-list ul li{
	padding-top:0px;
	padding-left:8px;
	margin:6px 0px 0px 5px;
	clear:left;
	width:340px;
	background:url(images/img_hotel_point.gif) 0 3px no-repeat;
}
.product-list-filter{
	float:right;
	height:30px;
	margin-right:10px;
}

.product-selector{
	float:right;
	margin-right:20px;
	margin-top:-40px;
	/*position:absolute;
	
	margin-left:400px;
	white-space:nowrap;
	width:360px;*/
}
.product-selector li label{
	font-weight:bold;
}
.product-selector li{
	float:left;
	margin-right:4px;
	height:30px;
}
.product-list-sort{
	float:left;
	margin-bottom:20px;
	padding-left:10px;
}

.product-list-sort ul{
	display:inline;
}
.product-list-sort label{
	font-weight:bold;
}
.product-list-sort li{
	display:inline;
}
.page-selector img,
.product-list-sort input{
	vertical-align:middle;
}
div.page-selector {
	text-align:center;
}
div#footer{
	background-image:url(images/img_hotel_bottom_concer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:40px;
	border-top:none;
	margin-top:0px; 
}
div.product-detail-section{
	overflow:hidden;
	width:100%;
	
}
div.product-services-section{
	padding:6px;
}
div.product-services-section li{
	height:auto;
	/*min-height: 28px !important;
	height:28px;*/
	margin-bottom:4px;
}
div.product-services-section ul{
	clear:left;
	overflow:hidden;
	width:100%;
	margin-bottom:8px;
}
div.product-services-section h1{
	background-image:url(images/icon_flower.gif);
	padding-left:35px;
	background-position:2px;
	background-repeat:no-repeat;
}