/* =============== ihotelier bestPrices ============== */

div.widget_bestPrices,
div.widget_bestPrices a,
div.widget_bestPrices a:visited {
	color: #FFF;
}
div.widget_bestPrices p.from-price {
	zoom: 1;
	margin: 8px 0;
	text-align: right;
}
/* START EASY CLEARING */
div.widget_bestPrices p.from-price:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* END EASY CLEARING */
div.widget_bestPrices p.from-price .rooms-available-from {
	float: left;
	width: 85px;
	text-align: left;
}
div.widget_bestPrices p.from-price .rooms-available {
	position:absolute;
	left:10px;
	top:136px;
	font-size: 18px;
	text-align: left;
	line-height:20px;
}
div.widget_bestPrices p.from-price .from {
	position:absolute;
	left:85px;
	top:136px;
	font-size: 1.1em;
}
div.widget_bestPrices p.from-price .price {
	position:absolute;
	left:115px;
	top:130px;
	color:#333333;
}

#availability-checker .go{
	position:absolute;
	left:115px;
	top:175px;
	width:50px
}


div.widget_bestPrices p.from-price .currency-symbol {
	position: relative;
	top: -0.9em;
	font-size: 1.6em;
}
div.widget_bestPrices p.from-price .lowest-rate {
	font-size: 3.6em;
	font-family:Georgia, Georgia, serif ;
}
div.widget_bestPrices p.from-price a {
	display: block;
	clear: right;
}


div.widget_bestPrices ul.from-prices {
	margin: 0.5em 0;
}
div.widget_bestPrices li.from-price {
	font-size: 0.9em;
}
div.widget_bestPrices h3 {
	font-size: 0.8em;
}
