/* 中华游标准CSS样本-酒店栏目样式表 */
/* Designed by ChinaHighlights.inc */

/* 酒店列表页面 促销酒店 */
#hotelPromo {
	width:740px;
	clear:both;
	height: auto;
}
#hotelPromo .hotelPromoList {
	width:245px;
	height:255px;
	position:relative;
	float:left;
	background: url(/css/images/hotel/bg-hotel-promo.gif) no-repeat center;
	padding-top:50px;
}
#hotelPromo .hotelPromoList .hotelPromoListIn {
	width:180px;
	margin:0 auto 22px auto;
	height:200px;
	text-align:center;
	padding:5px;
}
/* 酒店列表页面 过滤搜索条 */
#hotelRefineSearch {
	width:730px;
	margin:20px 0px;
	clear:both;
	height:50px;
	padding-left: 8px;
	font-size:12px;
	line-height:25px;
}
#hotelRefineSearch form {
	height:25px;
}
#hotelRefineSearch form select {
	margin-top:4px;
	background-color:#eee;
	height:22px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* 酒店列表页面 酒店列表 */
.hotelListOut {
	width:720px;
	position:relative;
	background: url(/css/images/hotel/bg-hotel-list.GIF) repeat-x;
	border:#f1ede1 1px solid;
	padding:10px 0 0px 0px;
	clear:both;
	margin-bottom: 10px;
}
.hotelListOut .hotelListImage {
	float:left;
	background:#fff;
	border:1px #CCC solid;
	margin:0px auto;
	padding:3px;
}
.hotelListOut .hotelListImage img {
	margin:3px;
	max-width:113px;     /* 最大宽度为500px*/
	width:113px;      /* 图片的大小为500px*/
 width:expression(width>110?"110px":width+"px");
	max-width: 110px; /* 如果图片的尺寸超过550象素,那么就按550象素显示,高度                                                             同比例变化;如果图片的尺寸小于550象素,那么就原尺寸显示。在                                                             IE6中有效*/
	overflow:hidden;     /* 超出的部分隐藏，避免控制图片大小失败而引起的撑开变形*/
}
.hotelListOut .hotelListIntro {
	width:410px;
	float:left;
	padding-left: 3px;
	margin-left:10px;
}
.hotelListOut .hotelListIntro .hotelRating {
	width:410px;
	margin:0;
	padding:0 5px 0 0;
	color:#666;
}
.hotelListOut .hotelListIntro .hotelRating .hotelRatingClass {
	font-size:11px;
	list-style:none;
	line-height:25px;
}
.hotelListOut .hotelListIntro .hotelRating .hotelRatingPoint {
	width:400px;
	font-size:11px;
}
.hotelListOut .hotelListIntro .hotelRating .hotelRatingPoint span {
	font-size:17px;
	font-weight:300;
	color: #D94747;
}
.hotelListOut .hotelListPrice {
	width:140px;
	float:left;
	clear:right;
	background: url(/css/images/hotel/bg-hotel-list-line.GIF) no-repeat left center;
	padding-left: 10px;
	font-weight:bold;
}
#content #mainContent .hotelListOut p a:link, #content #mainContent .hotelListOut p a:visited {
	font-weight:normal;
	color:#d22626;
}
.hotelListOut h2 {
	font-size:15px;
	color:#666666;
	font-weight:bold;
	margin: 0px;
}
.hotelListOut h2 a:link, .hotelListOut h2 a:visited {
	color:#666666;
	text-decoration:none;
}
.hotelListOut h2 a:hover {
	color:#d22626;
	text-decoration:underline;
}
#content .hotelListIntro p {
	font-size:11px;
	color:#777;
	line-height:14px;
	clear:both;
}
#content .hotelListIntro p a:link, #content .hotelListIntro p a:link {
	color:#666666;
}
#content .hotelListIntro p a:hover {
	color:#d22626;
	text-decoration:none;
}
#content .hotelListPrice p {
	font-size:11px;
	color:#777;
	line-height:15px;
	margin-bottom:8px;
}
#content .hotelListPrice .fontPrice {
	font-size:22px;
	color:#d22626;
}
/*酒店info页面主体样式*/	
    #hotelInfoNav {
	margin-top:20px;
	visibility: inherit;
	position: relative;
	width: 740px;
}
#hotelInfoNav ul, #hotelInfoNav ul a:link {
	list-style-type: none;
	background:none;
	margin: 0;
	padding: 0;
}
#hotelInfoNav ul li {
	float:left;
	display:inline;
	margin-right:8px;
	margin-bottom:0px;
	background-color:#baa475;
	border:1px solid #ded1e1;
	font-weight:bold;
	font-size:12px;
	padding:6px 12px;
}
#hotelInfoNav ul li a:link, #hotelInfoNav ul li a:visited {
	text-decoration:none;
	color:#fff;
}
#hotelInfoNav ul li.active {
	border-top:1px solid #ded1e1;
	border-left:1px solid #ded1e1;
	border-right:1px solid #ded1e1;
	border-bottom:1px solid #fff;
	background:#fff;
}
#hotelInfoNav ul li.active a:link, #hotelInfoNav ul li.active a:visited {
	text-decoration:none;
	color:#baa475;
}
#hotelInfoNav ul li:hover {
	background-color:#fff;
	border-bottom:1px solid #fff;
}
#hotelInfoNav ul li:hover a {
	color:#baa475;
}
#hotelInfoDetail {
	float:left;
	width:730px;
	border:1px solid #ded1e1;
	margin-top:-1px;
	padding-left:10px;
	margin-left:0px;
	height: auto;
}
#hotelInfoDetail #hotelDetail {
	color:#626262;
	font-size:11px;
	margin:9px 10px 0 0;
	line-height:2.1em;
}
#hotelInfoDetail #hotelMap {
	float:right;
	width:170px;
	height:150px;
	background-image: url(/css/images/bg-hotel-map.GIF);
	background-repeat: no-repeat;
	padding:13px 0 0 13px;
}
#hotelInfoDetail #hotelMap div {
	padding-top:12px;
	line-height:13px;
	color:#999;
}
/* room type & price 样式  */
.roomRate {
	padding: 0;
	margin: 0;
	float:left;
}
.roomRate1 {
	padding: 0;
	margin: 0;
	float:left;
}
.roomRate caption {
	padding: 0 0 5px 0;
	width: 100%;
	text-align:center;
}
.roomRate th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px;
	background-color:#c9e7e9;
	background-image:url(/css/images/hotel/bg-table.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:30px;
	line-height:10px;
	font-size:10px;
}
.roomRate td {
	background: #fff;
	color: #b20f0f;
	font-size:11px;
	height:35px;
	letter-spacing: 1px;
	padding-left:7px;
}
.blue {
	color:#0aa3d0;
	font-size:9px;
}
.roomRate td.alt {
	background: #F5FAFA;
	color: #b20f0f;
}
.roomRate th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(/css/images/hotel/bullet1.gif) no-repeat;
	color: #4f6b72;
	font-size:10px;
	height:35px;
}
.roomRate th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(/css/images/hotel/bullet2.gif) no-repeat;
	color:#797268;
	font-size:10px;
	height:35px;
}
.roomRate .img {
	color:#999;
	font-size:10px;
}
.roomRate .img img {
	border:0px;
	width:7px;
	height:7px;
}
/* 酒店信息页面的查询价格表单*/
#hotelCheckRate {
	width: 730px;
	background-color:#f5fafa;
	border:1px solid #c1dad7;
	height: 200px;
	font-size:11px;
	color:#555;
	padding-left: 10px;
}
#hotelCheckRateLeft {
	width:450px;
	padding:10px;
	float:left;
}
#hotelCheckRateLeft .checkInfo {
	height:40px;
	width:190px;
	float:left;
	margin:0 25px 5px 0px;
}
#hotelCheckRateLeft .checkInfo input {
	width:130px;
	height:20px;
	border:solid 1px #c1dad7;
}
#hotelCheckRateLeft .checkInfo select {
	width:155px;
	height:20px;
	border:solid 1px #c1dad7;
}
#hotelCheckRateLeft img {
	margin:0;
	padding:0;
}
#hotelCheckRateRight {
	width:200px;
	margin-top:15px;
	padding:2px 0 0 15px;
	float:right;
	background:url(/css/images/bg-hotel-checkrate.gif) left repeat-y;
}
#hotelCheckRateRight .fontPrice {
	font-size:25px;
	color:#d22626;
}
/*Hotel Photos 页面*/
#hotelPhotoLeft {
	width:460px;
	height:auto;
	background:url(/css/images/bg-hotel-photo.gif) top left no-repeat;
	padding:15px 0 0 15px;
	float:left;
	margin: 20px 0;
}
#hotelPhotoLeft #hotelPhotoText {
	margin-top:20px;
}
#hotelPhotoLeft #hotelPhotoText p {
	padding:0;
	margin:0;
	line-height:18px;
	font-size:11px;
}
#hotelPhotoRight {
	width:150px;
	height:310px;
	background:#f2ede1;
	float:right;
	margin: 28px 20px;
}
#hotelPhotoRight .photoSnail {
	width:100px;
	height:auto;
	margin:6px 24px 8px 24px;
	text-align: center;
	border:1px solid #f2ede1;
}
#hotelPhotoRight .photoSnail:hover {
	border:1px solid #a31022;
}
/*Hotel Services 页面*/
#hotelInfoDetail .hotelService1, #hotelInfoDetail .hotelService2 {
	width:690px;
	height:auto;
	position:relative;
	clear:both;
	padding:5px 10px;
	margin-bottom:20px;
}
#hotelInfoDetail .hotelService1 {
	background-color:#fff;
}
#hotelInfoDetail .hotelService2 {
	background-color:#f2ede1;
}
#hotelInfoDetail h2 {
	font-size:16px;
	margin-left:0px;
	font-weight:bold;
}
#hotelInfoDetail ul.hotelServiceItem {
	margin:0;
	padding:0;
	position:relative;
}
#hotelInfoDetail ul.hotelServiceItem li {
	width:225px;
	float:left;
	line-height:15px;
	margin-bottom:7px;
	position:relative;
	list-style-type: disc;
	list-style-position: inside;
}
/*Hotel Reviews 页面*/
#hotelReviewOverall {
	width:700px;
	height:96px;
	padding:10px;
	font-size:12px;
	color:#6b6b6b;
	margin:10px 0;
	background-color:#fef6e3;
}
.hotelReviewLeft {
	width:140px;
	height:auto;
	float:left;
	color:#6b6b6b;
	font-size:14px;
	border-right:#bcbcbb 1px solid;
	padding:0 0 10px 0;
}
#content .hotelReviewLeft {
	color:#6b6b6b;
}
.hotelReviewLeft .rating {
	font-size:35px;
	margin-left:70px;
}
.hotelReviewRight {
	width:540px;
	height:auto;
	float:left;
	margin-left:10px;
}
.hotelReviewRight ul {
	list-style:none;
	margin:10px 0;
	overflow:hidden;
	zoom:1;
}
.hotelReviewRight ul li {
	font-size:12px;
	width:240px;
	float:left;
	height:22px;
	line-height:20px;
	text-align:right;
}
#hotelReviewMiddle {
	width:720px;
	height:29px;
	font-size:11px;
	font-weight:bold;
	color:#6b6b6b;
}
#hotelReviewMiddle .left {
	width:427px;
	height:24px;
	background-color:#f3ede1;
	float:left;
	padding:5px 0 0 10px
}
#hotelReviewMiddle .left checkbox {
	margin-left:20px
}
#hotelReviewMiddle .right {
	width:247px;
	height:24px;
	background-color:#f3ede1;
	float:left;
	margin-left:10px;
	padding:5px 0 0 10px;
}
#hotelReviewMiddle .right img {
	margin-right:10px
}
.hotelReviewList1 {
	width:715px;
	height:auto;
	border:#fee098 1px solid;
	padding:0;
	margin:10px 0;
}
.hotelReviewList2 {
	width:715px;
	height:auto;
	border:#d8ceba 1px solid;
	padding:0;
	margin:10px 0 0 0;
}
.hotelReview{overflow:hidden;zoom:1;}
.hotelReview1 {
	width:710px;
	height:auto;
	border:#fff 2px solid;
	padding:0;
	margin:0;
	background-color:#fef6e3;
	color:#6b6b6b
}
.hotelReview2 {
	width:710px;
	height:auto;
	border:#fff 2px solid;
	padding:0;
	margin:0;
	background-color:#f3ede1;
	color:#6b6b6b
}
.hotelReviewer {
	width:90px;
	height: auto;
	float:left;
	padding:0;
	margin:13px 0 0 16px;
	font-size:11px;
	color:#6b6b6b;
	line-height:20px
}
.hotelReviewBody {
	width:590px;
	float:left;
	height:auto;
	margin-top:13px;
	padding:0 0 10px 10px;
	font-size:12px;
}
.hotelReviewBody img {
	margin-right:10px;
}
.hotelReviewBody ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:20px;
}
.hotelReviewBody ul li {
	font-size:12px
}
.hotelReviewBody ul li strong {
	font-size:11px;
}
.hotelReviewBody ul li a:link, .hotelReviewBody ul li a:visited {
	text-decoration:none;
}
.hotelReviewBody ul li a:hover {
	text-decoration:underline
}
.hotelReviewBody ul li .red {
	color:#c31b1b;
	font-size:11px;
}
.hotelReviewBody ul li .orange {
	color:#fa8a11;
	font-weight:bold;
	font-size:14px
}
.hotelAddReviews {
	width:685px;
	height:230px;
	padding:5px 15px 60px 0;
	font-size:12px;
}
.hotelAddReviewsLeft {
	width:215px;
	height:auto;
	margin:0;
	padding:0;
	float:left
}
.hotelAddReviewsRight {
	width:450px;
	height:auto;
	margin:0;
	padding:0;
	float:left;
	color:#fa8910;
	font-weight:bold;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hotelAddReviewsRight textarea {
	border:#c7b7a5 1px solid;
	width:398px;
	height:98px;
	font-size:12px;
	color:#333333;
	margin-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hotelAddReviews form {
	padding:5px;
	margin:0px;
}
.hotelAddReviews .title1 {
	float:left;
	width:140px;
	text-align:left;
	margin:5px 5px 0 0;
}
.hotelAddReviews .title2 {
	float:left;
	width:53px;
	text-align:right;
	margin:5px 5px 0 0;
}
.hotelAddReviews .checkinDate {
	float:left;
	width:145px;
	margin-top:5px;
}
.hotelAddReviews .checkinDate select {
	width:58px;
	margin-right:10px;
}
.hotelAddReviews .stay {
	width:105px;
	float:left;
	margin-top:5px;
}
.hotelAddReviews .stay select {
	width:48px;
}
.hotelAddReviews .nationality {
	width:180px;
	float:left;
	margin-top:5px;
}
.hotelAddReviews .nationality input {
	width:150px;
	border:#c7b7a5 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hotelAddReviews .age {
	width:105px;
	float:left;
	margin-top:5px;
}
.hotelAddReviews .age select {
	width:55px;
}
.hotelAddReviews .name {
	width:180px;
	float:left;
	margin-top:5px;
}
.hotelAddReviews .age input {
	width:193px
}
.hotelAddReviews .submit {
	text-align:center;
	margin:20px 0 0 0;
}
/*Hotel 预定表单 页面*/
/*Transfers...*/
.hotelTransferBox {
	width:720px;
	font-size:11px;
	color:#666;
	height:45px;
	padding:8px 0;
	border-bottom:1px dashed #444;
}
.hotelTransferBox .hotelTransferDesc {
	height:16px;
}
.hotelTransferBox input, .hotelTransferBox select {
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#666;
	height:19px;
}
.hotelTransferBox .hotelTransferSelect {
	width:85px;
	float:left;
	height:35px;
	line-height:30px;
}
.hotelTransferBox .hotelTransferHotel {
	width:210px;
	float:left;
	height:30px;
}
.hotelTransferBox .hotelTransferHotel input {
	width:190px;
}
.hotelTransferBox .hotelTransferAirport {
	width:210px;
	float:left;
	height:35px;
}
.hotelTransferBox .hotelTransferAirport select {
	width:190px;
}
.hotelTransferBox .hotelTransferDate {
	width:140px;
	float:left;
}
.hotelTransferBox .hotelTransferDate input {
	width:100px;
}
.hotelTransferBox .hotelTransferTime {
	width:70px;
	float:left;
}
.hotelTransferBox .hotelTransferTime select {
	width:70px;
}
#hotelTransferTraveler {
	font-size:11px;
	color:#666;
	padding:5px;
	margin-top:10px;
	background-color:#FFFFCC
}
#hotelTransferTraveler select {
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#666;
	width:60px;
	margin-right:20px;
}
/*Daytours...*/
.hotelDaytourBox {
	width:720px;
	font-size:11px;
	color:#666;
	height:45px;
	padding:8px 0;
	border-bottom:1px dashed #444;
}
.hotelDaytourBox .hotelDaytourSelect {
	width:85px;
	float:left;
	height:40px;
	line-height:15px;
}
.hotelDaytourBox .hotelDaytourDesc {
	height:16px;
}
.hotelDaytourBox .hotelDaytourPromgram {
	width:250px;
	float:left;
	height:40px;
}
.hotelDaytourBox .hotelDaytourPromgram a:link, .hotelDaytourBox .hotelDaytourPromgram a:visited {
	color:#444;
}
.hotelDaytourBox .hotelDaytourPromgram a:hover {
	text-decoration:none;
	color:#a31022;
}
.hotelDaytourBox .hotelDaytourFrequency {
	width:100px;
	float:left;
	height:40px;
}
.hotelDaytourBox .hotelDaytourType {
	width:120px;
	float:left;
	height:40px;
}
.hotelDaytourPersonSelect {
	width:80px;
	height:40px;
	float:left;
	font-size:11px;
	color:#666;
	padding-left:5px;
}
.hotelDaytourPersonSelect select {
	width:60px;
	height:21px;
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
}
.hotelDaytourBox .hotelDaytourDate {
	width:130px;
	float:left;
	height:40px;
}
.hotelDaytourBox .hotelDaytourDate input {
	width:100px;
}
/*Submit...*/
.hotelSubmit {
	margin:5px auto;
	text-align:center;
}
.hotelSubmit input {
	margin-right:10px;
}
/*Contact information...*/
.hotelContact {
	width:720px;
	font-size:11px;
	color:#666;
}
.hotelContact input, .hotelContact select {
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
	height:22px;
	font-weight:bold;
}
.hotelContact .contactFirstName {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactFirstName input {
	width:150px
}
.hotelContact .contactLastName {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactLastName input {
	width:150px
}
.hotelContact .contactTitle {
	width:90px;
	float:left;
	height:50px;
}
.hotelContact .contactTitle select {
	width:80px;
	height:26px;
}
.hotelContact .contactEmail {
	width:240px;
	float:left;
	height:50px;
}
.hotelContact .contactEmail input {
	width:230px
}
.hotelContact .contactTelephone {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactTelephone input {
	width:150px;
}
.hotelContact .contactNationality {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactNationality input {
	width:150px;
}
.hotelContact .contactAddress {
	width:330px;
	float:left;
	height:50px;
}
.hotelContact .contactAddress input {
	width:320px;
}
.hotelContact .contactZipcode {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactZipcode input {
	width:150px;
}
.hotelContact .contactMobileNumber {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactMobileNumber input {
	width:150px
}
.hotelContact .contactFax {
	width:160px;
	float:left;
	height:50px;
}
.hotelContact .contactFax input {
	width:150px
}
.hotelContact .contactPassport {
	width:170px;
	float:left;
	height:50px;
}
.hotelContact .contactPassport input {
	width:160px;
}
/* Special Requirement...*/
#content .hotelSpecialRequire {
	width:720px;
}
#content .hotelSpecialRequire textarea {
	width:640px;
	height:120px;
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
/*hotel首页*/
#contentHotelLeft h2 {
	height:25px;
	background:url(/css/images/flight/bg-flight-index-table.gif) no-repeat left;
	padding:5px 0 0 30px;
	margin:0px;
	font-size:14px;
	color:#FFFFFF;
	width: 240px;
	font-weight: bold;
}
#hotelSearchBox {
	width:270px;
	height:auto;
	margin-bottom:10px;
	background: url(/css/images/bg-flight-search-box.gif) repeat-x;
	border:1px solid #ddd2b7;
	border-top:none;
	
}
.hotelSearchSection {
	width:255px;
	margin-left:10px;
	padding:5px 0 5px 5px;
	border-bottom:2px dotted #d2be96;
	font-size:11px;
	color:#666;
	display:block;
	clear:both;
}
.hotelType {
	width:120px;
	float:left;
	height: 25px;
}
.hotelType1 {
	width:120px;
	float:left;
}
.hotelType input, .hotelType1 input {
	margin:0;
	padding:0;
}
.hotelFromTo {
	height:20px;
	padding-left:5px;
	text-align:left;
	line-height:20px;
	float:left;
	width:120px;
	margin-bottom: 3px;
}
.hotelFromToInput {
	width:170px;
	float:left;
	height:28px;
}
.hotelFromToInput input {
	width:209px;
	height:19px;
	border:solid 1px #d7d7d5;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#666;
}
#contenthotelLeft .hotelFromToInput select {
	width:180px;
	height:19px;
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
}
.hotelDateInput {
	width:125px;
	float:left;
	height:28px;
}
.hotelDateInput input {
	width:90px;
	height:19px;
	border:solid 1px #d7d7d5;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#666;
}
#contenthotelLeft .hotelTimeSelect {
	width:80px;
	float:left;
	height:28px;
}
#contenthotelLeft .hotelTimeSelect select {
	width:78px;
	height:19px;
	border:solid 1px #ddd2b7;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#666;
}
.hotelPersonSelect {
	width:90px;
	height:40px;
	float:left;
	font-size:11px;
	color:#666;
	padding-left:5px;
	line-height: 20px;
	margin-right: 30px;
}
.hotelPersonSelect select {
	width:77px;
	height:19px;
	border:solid 1px #c1dad7;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#666;
}
#hotelSearchSubmit {
	width:270px;
	margin:20px auto;
	text-align: center;
}
.hotelIndexList {
	padding:10px;
	margin:0;
	border-bottom:#f0e0b9 3px solid;
	background:#fef6e3 url(images/hotel/bg-hotel-index-list.GIF) right Bottom no-repeat;
}
.hotelIndexList dl {
	width:285px;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	border-right:#cecece 1px solid;
}
.hotelIndexList dl a:link, .hotelIndexList dl a:visited {
	color:#6b6b6b;
}
.hotelIndexList dt {
	font-size:11px;
	color:#6b6b6b;
	background:url(images/hotel/bg-hotel-index-list1.GIF) no-repeat 0 4px;
	padding:0 0 0 20px;
	line-height:20px;
}
.hotelIndexList dd {
	font-size:11px;
	color:#999797;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
}
.hotelIndexList h2, .hotelIndexList h2 a:link, .hotelIndexList h2 a:visited {
	color:#e2434a;
	text-decoration:none;
}
.hotelIndexList h3 a:link, .hotelIndexList h3 a:visited {
	text-decoration:none;
}
.hotelIndexList h2, .hotelIndexList h3 {
	font-size:14px;
	font-weight:bold;
	border:none;
	float:none;
}
#hotelIndexContent {
	background-color:#fef6e3;
	height:auto;
	padding:0 10px 20px 10px;
}
.hotelInfoList {
	width:667px;
	height:auto;
	clear: both;
	margin-bottom: 30px;
}
.hotelInfoList a:link, .hotelInfoList a:visited {
	color:#6a6a6a;
	text-decoration:none
}
.hotelInfoList ul {
	margin:0 0 10px;
	padding:0px;
	float:left;
	list-style:none;
}
.hotelInfoList ul li {
	font-size:11px;
	padding:5px 0 5px 12px;
	margin:0 5px;
	color:#6a6a6a;
	width:200px;
	height:20px;
	float:left;
	line-height:12px;
	border:#fde3ab 1px solid
}
.hotelInfoList ul li a:link, .hotelInfoList ul li a:link {
	color:#666;
	text-decoration:none;
}
.hotelInfoList ul li a:hover {
	color:#a31022;
	text-decoration:none;
}
.hotelInfoList ul li.style2 {
	margin:0;
	font-size:11px;
	text-align:center;
	border:1px solid #fdc686;
	color:#6a6a6a;
	background:url(images/hotel/bg-hotel-info-list.gif) bottom right no-repeat;
	
	height:16px;
	float:left
}
#hotelIndexTool {
	padding-bottom:8px;
	margin:0;
	width:270px;
	background:url(images/hotel/bg-hotel-tool-bottom.gif) no-repeat left bottom;
}
#hotelIndexTool h3 {
	margin:0;
	color:#6b6b6b;
	padding:5px 0;
	font-size:14px;
	font-weight:bold;
	text-indent:30px;
	background:url(images/hotel/bg-hotel-tool-top.gif) no-repeat left top;
	float:none;
	clear:both;
	height:23px
}
#hotelIndexTool ul {
	list-style:none;
	border-left:#f3ede1 7px solid;
	border-right:#f3ede1 7px solid;
	margin:0;
	width:251PX;
	overflow:auto;
	height:1%;
	_margin-bottom:-20px;/*兼容IE6*/
	padding:10px 0 10px 5px;
}
#hotelIndexTool ul li {
	height:30px;
	line-height:30px;
	width:80px;
	float:left
}
#hotelIndexTool ul li.noBg {
	width:100px;
	padding-left:12px;
}
#hotelIndexTool ul li a {
	font-size:10px;
	color:#6b6b6b;
}
#hotelIndexTool ul li.one {
	background:url(/pic/accomodation.gif) no-repeat left center;
	float:left;
	padding-left:40px
}
#hotelIndexTool ul li.two {
	background:url(/pic/food.gif) no-repeat left center;
	float:left;
	padding-left:40px;
}
#hotelIndexTool ul li.three {
	background:url(/pic/money.gif) no-repeat left center;
	float:left;
	width:auto;
	padding-left:40px
}
#hotelIndexTool ul li.four {
	background:url(/pic/weather.gif) no-repeat left center;
	float:left;
	padding-left:40px
}
#hotelIndexTool ul li.five {
	background:url(/pic/security.gif) no-repeat left center;
	float:left;
	padding-left:40px
}
#hotelIndexTool ul li.six {
	background:url(/pic/transport.gif) no-repeat left center;
	float:left;
	padding-left:40px
}
/*酒店搜索文本框样式*/
.ajaxcitycss ul {
	width:300px;
	padding-left: 5px;
}
.ajaxcitycss li {
	float:left;
	line-height:20px;
	font-size:12px;
	color:#F93;
	width:80px;
	display:block;
	padding:0 10px;
}
.ajaxcitycss a {
	color:#F93;
}
.ajaxcitycss a:hover {
	background:#F9F9F9;
	color:#000;
}
.ajaxcitycss div {
	color:#666;
	font-size:14px;
	margin-top:10px;
	border-top:1px #F96 solid;
	width:300px;
	height:20px;
	text-align:center;
	line-height:20px;
	padding-top:5px;
}
.ajaxcitycss div img {
	padding-right:5px;
	border:0;
}
.ajaxcitycss span {
	float:right;
	border-bottom:1px #F96 solid;
}
/*--------------------------------*/
.percent100 {
	font-size: 12px;
	background-color: #FFC;
	margin: 5px 0;
	padding-left: 45px;
	line-height: 20px;
	background:url(/image/hotel/100percent.gif) no-repeat;
	color: #A31022;
}
.percent100 img {
	margin: 5px;
}

