
/*** Список отелей ***/
ul.hotels_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.hotels_list li{
		margin: 0;
		padding: 0 0 0 2px;
		line-height: 150%;
	}
		ul.hotels_list li span{
			font-size: 14px;
			font-weight: bold;
		}

div.stars{
	height: 22px;
	margin: 8px 0;
}

div.class1{
	width: 115px;
	background: transparent url('/images/mini-hotels.jpg') center left no-repeat;
}

div.class2{
	width: 66px;
	background: transparent url('/images/star.jpg') center left repeat-x;
}

div.class3{
	width: 88px;
	background: transparent url('/images/star.jpg') center left repeat-x;
}

div.class4{
	height: 22px;
	width: 110px;
	background: transparent url('/images/star.jpg') center left repeat-x;
}

/*** Подробности ***/

	.hotel_id #ilustr{
		float: left;
	}

	.hotel_id h4{
		margin: 5px 0;
		font-size: 12px;
		color: #005b97;
	}
	.hotel_id p{
		margin: 0 0 10px 0;
	}
	.hotel_id .params{
		margin-left: 230px;
		line-height: 130%;
		min-height: 180px;
		//height: 180px;
	}
		.hotel_id .params a{
			font-weight: bold;
		}
		.hotel_id a.bbars,
		.hotel_id a.sservice,
		.hotel_id a.sisights,
		.hotel_id a.prprice,
		.hotel_id a.kkonf,
		.hotel_id a.plplace,
		.hotel_id a.selected{
			color: #f00;
			text-decoration: none;
			font-weight: bold;
		}
		.hotel_id .params div.stars{
			height: 18px;
			margin: 8px 0;
		}
		.hotel_id .params div.class1{
			width: 115px;
			background: transparent url('/images/mini-hotel.jpg') center left no-repeat;
		}
		.hotel_id .params div.class2{
			width: 54px;
			background: transparent url('/images/small_star.jpg') center left repeat-x;
		}
		.hotel_id .params div.class3{
			width: 72px;
			background: transparent url('/images/small_star.jpg') center left repeat-x;
		}
		.hotel_id .params div.class4{
			width: 90px;
			background: transparent url('/images/small_star.jpg') center left repeat-x;
		}
	.hotel_id h5{
		color: #f00;
		font-size: 12px;
		margin-bottom: 3px;
	}
		.hotel_id h5 img{
			margin-left: 30px;
		}
		.hotel_id #free img{
			position: relative;
			margin-left: -9px;
		}
	.hotel_id tr.cursez1{
		background: #d5eeff;
	}
		.hotel_id tr td{
			padding: 5px 3px 5px 5px;
		}
		.hotel_id tr.capt td{
			font-weight: bold;
			color: #005b97;
			vertical-align: top;
			padding-left: 0;
		}


