@import "browse.css";
@import "bookingTabs.css";
@import "bookingPath.css";
@import "suitcase.css";
@import "availGrid.css";

/* =Special Offers Round Box
-----------------------------------------------------------------------------*/

.tripAdvisorAndOffersContainer {
	float: right;
	padding: 10px 5px;
	width: 410px;
}

.roundBox {
	background: #333;
	background-image: url(../images/pageElements/background/hotelSpecialOffersBottomBg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 400px;
}

.roundBox .roundBoxHeader {
	background-image: url(../images/pageElements/background/hotelSpecialOffersTopBg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.roundBox .roundBoxHeader div {
	color:#FFFFFF;
	font-size:1.4em;
	font-weight:bold;
	padding: 5px;
}

.roundBox .roundBoxContent {
	color:#FFFFFF;
	padding: 10px 10px 15px 10px;
}

.roundBox p,
.roundBox .roundBoxHeader h3 {
	color: #fff;
	font-size: 1.0em;
	padding: 5px 5px;
}





























