/* HOTEL COUNTER */
div#hotel-detail div#counter-box table {
position: relative;
top: -2px;
}

div#counter-box {
background:transparent url(/media/img/booking/hotel-matches-bar.png) repeat-x scroll 0 bottom !important;
margin:5px;
margin-left: 32px;
margin-right: 195px;
}

div#counter-box span{
	color: #57799a;
}

div#counter-box .counter-left{
background:transparent url(/media/img/booking/hotel-matches-bar-left.png) no-repeat top left  !important;
height:28px;
margin-left: -12px;
}

div#counter-box .counter-right{
background:transparent url(/media/img/booking/hotel-matches-bar-right.png) no-repeat top right  !important;
height:28px;
margin-right: -4px;
}

div#hotel-booking div#counter-box {
    margin-left:17px;
    margin-top:10px;
	margin-right: 260px;
}

div#hotel-booking div#counter-box.booking-header{
    margin-left:27px;
}

div.hotels-number {
float:left;
margin-left:13px;
margin-top:5px;
font-size:14px;
color:#818080;
}
div#counter-box span.figure {
    font-size:16px;
	line-height: 17px;
}
div#hotel-booking div#counter-box span.figure {
    position:relative;
    top:4px;
    left:15px;
}
