h1 {
	margin-bottom: 10px;
}

#content {
	font-size: 11px;
}

table.exat_hotels_list,
table.exat_tours_list{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #EDEDE0;
}
	table.exat_hotels_list td {
		padding: 3px;
		border-bottom: 1px solid #EDEDE0;
	}
	table.exat_tours_list td {
		padding: 4px 3px 5px;
		border-bottom: 1px solid #EDEDE0;
	}
	table.exat_hotels_list .date {
		padding-left: 14px;
		background:url(/data/img/date_icon.gif) no-repeat left center;
	}
	.exat_hotels_list .order a:link,
	.exat_hotels_list .order a:visited,
	.exat_tours_list .order a:link,
	.exat_tours_list .order a:visited {
		padding-left: 14px;
		background:url(/data/img/order_icon.gif) no-repeat left center;
	}
	.exat_hotels_list .order a:hover,
	.exat_hotels_list .order a:active,
	.exat_tours_list .order a:hover,
	.exat_tours_list .order a:active {
		padding-left: 14px;
		background:url(/data/img/order_icon_a.gif) no-repeat left center;
		color:#C91556;
	}

div.country_box {
	width: 200px;
	float: left;
	padding: 7px 0px;
}
table.hotel_box td {
	padding: 3px;
}
div.alphabet {
	margin: 7px 0px;
}
/* === main === */
.main {
	position:relative;
	width:700px;
    overflow: hidden;
}
.overflow {
	overflow:hidden;
	zoom:1;
}

.brown {
	background-color:#dedec8;
}
.h1_title {
	margin-bottom:18px;
	padding-left:7px;
	border-bottom:2px solid #EDEDE0;
	line-height:45px;
	color:#3E3D35;
	font-family:"Trebuchet MS";
	font-size:24px;
}
.h3_title {
	margin-bottom:10px;
	padding-left:7px;
	border-bottom:2px solid #EDEDE0;
	line-height:25px;
	color:#3E3D35;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
}
/* === reviews === */
.reviews {
	position:relative;
	width:560px;
	margin-left:7px;
}

/* ----------------------------------------------- */
#filter_hotels table td {padding: 2px;}
#filter_hotels select {width: 200px;}

#place_description {
    position: relative;
    line-height: 20px;
    overflow: hidden;
    height: 106px;
}

#place_description .lh {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}

#place_descr_more {
    position: absolute;
    bottom: 0;
    background: #C5516A;
    height: 20px;
    padding: 3px 5px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    cursor: pointer;
}
