@CHARSET "UTF-8";

.batch {
	text-align: center;	
}

.batch .previous {
	float: left;	
}

.batch .next {
	float: right;	
}

.batch .pagine {
    display: block;
    text-align: center;
    font-size: 14px;
}

.batch a {
	font-size: 14px;
	text-decoration: none;
	padding: 0 5px 3px 5px;;
	border-bottom: 3px solid #999999;
	margin: 0 5px;
}

.batch a:hover {
	border-bottom: 3px solid #0B98C6;
	background-color: #F1F2F4;
	text-decoration: none;
}

.batch a.selected {
	font-weight: bold;
	border-bottom: 3px solid #A0D651;
	background-color: #D9EFB9;
}

.main-content, .column1-unit, .clear-contentunit {
    width:630px;
}

.resumeBar {
	background-color: #D9EFB9;
	padding: 5px;
	font-size: 12px;
	border: 2px solid orange;
	margin-bottom: 20px;
}

.resumeBar .modifySearch {
	position: absolute;
	width: 160px;
    text-align: right;
    margin-left: 440px;
}

.arrowDown {
	padding-right: 15px;
	background: transparent url(arrow_down.gif) no-repeat right center;	
}

.arrowRight {
	padding-right: 15px;
	background: transparent url(arrow_right.gif) no-repeat right center;	
}

.resumeBar .localityName {
	font-weight: bold;
	font-size: 18px;
	color: #048F4B;
}

.resumeBar .checkinDate, .resumeBar .checkoutDate, .resumeBar .countDoubleRooms, .resumeBar .countSingleRooms {
	font-weight: bold;
	color: #048F4B;
}

.sort ul li {
	list-style: none;
	background-image: none;
}

.sort ul ul {
    display: inline;
    list-style: none;
}

.sort ul ul li {
    list-style: none;
    display: inline;
    background-image: none;
}

.sort ul ul li a {
    font-weight: normal;
    font-size: 80%;
}

.sort ul ul li.selected {
	background: transparent url(sort_asc.gif) no-repeat right center;
}

.sort ul ul li.selected a {
	padding-right: 15px;	
}

.sort ul ul li.DESC {
	background-image: url(sort_desc.gif);	
}

.sort ul ul li.selected a {
    font-weight: bold;
}

.hotel {
	position: relative;
}

.hotel h3 img {
	display: inline;
	float: none;
	border: none;
	margin: 0;
	padding: 0;	
}

.hotelDescription {
	width: 370px;
	float: left;
}

.descriptionLink .moreText {
	background: transparent url(sort_desc.gif) no-repeat right center;
	padding-right: 15px;
}

.descriptionLink .lessText {
	background: transparent url(sort_asc.gif) no-repeat right center;
	padding-right: 15px;
	display: none;	
}

.extendedDescription {
	display: none;	
}

.hotel .price {
	width: 170px;
	float: right;
	background-color: #B7DB83;
	border: 2px solid #009241;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 0;
	margin-top: -45px;
}

.hotel .price span {
	display: block;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.hotel .price .pricePPPN {
	font-size: 22px;
	font-weight: bold;
}

.hotel .price .priceDescription {
    font-size: 10px;
    color: black;	
}

.hotel .price .book {
	font-size: 14px;
	font-weight: bold;	
}

.hotel .price a {
	display: block;
	padding: 2px;
	color: #05913B;
	text-decoration: none;
}

.hotel .bookNow {
	margin-top: 10px;
	margin-right: 2px;
	width: 170px;
	float: right;
	clear: right;
	background: transparent url(/images/betterhotel.net/bookNow.gif) no-repeat center center;	
}

.hotel .bookNow a {
	display: block;
	padding: 5px;
	font-size: 14px;
	color: white;
	text-align: center;
}

.hotel .bookNow a:hover {
	background: #4375A0;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hotelImage {
	float: left;
	width: auto;	
}

.main-content .hotel table {
    width: 100%;
    margin: 0;
}

.hotel table th, .hotel table .firstRow td {
	background-color: white;	
}

.hotel table .columnQty {
	width: 20px;	
}

.hotel table .columnOptions {
	width: 150px;
}

.hotel table .totalPriceLabel {
	font-weight: bold;
	text-align: right;
	font-size: 14px;	
}

.hotel table .yourRoomsLabel {
	font-weight: bold;
	font-size: 14px;	
}

.hotel table .totalPrice a {
	display: block;
	font-size: 18px;
	text-align: center;
}

.hotel table .bookNowLink {
    display: block;
    text-align: left;
}