.priceBlock {
    color:#535353;
	font-family:Tahoma;
	font-size:13px;
	width:100%;
    margin-top: 10px;
}

.priceBlock  img {
	border:none;
}

.hotelDays {
    margin-top: 10px;
}
.hotelDays span {
    float: left;
}
.hotelDays ul {
    float: left;
}
.hotelDays li {
    list-style: none !important;
    display: block;
    float: left;
    padding: 0px 6px;
    color:#FF6217;
    font-weight: bold;
    border-left: 1px solid #ffd6ac;
}
.hotelDays a {
    color:#535353;
    font-weight:normal;
}

.hotelPrices .priceTableDiv {
    overflow-x:auto;
	overflow-y:hidden;
    padding-bottom:20px;
    width:935px;
    padding-left:1px;
}
.hotelPrices table.priceTable {
    width:100%;
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	border-collapse:collapse;
    margin-top: 10px;
}
.hotelPrices .mainCell {
    width: 130px;
}
.hotelPrices table.priceTable th {
    background-color:#FED9B0;
    border:1px solid #7F7F7F;
}

.hotelPrices table.priceTable th span{
font-weight:normal;
font-size:10px;
}

.hotelPrices table.priceTable td {
    border:1px solid #ACABAB;
    white-space: nowrap;
}
.hotelPrices table.priceTable tr:hover td {
    background-color:#FFEDD9;
}
.hotelPrices table.priceTable td, .hotelPrices table.priceTable th {
    padding:4px;
}