
.review-container {
	position: relative;
	width: 570px;
	height: 265px;
	float: left;
}

.room-container {
	position: relative;
	width: 570px;
	height: 235px;
	float: left;
}

.review-header {
	position: relative;
	width: 601px;
	height: 31px;
	background-color: #c3c6cd;
}

.review-title {
	position: absolute;
	font-weight: bold;
	left: 15px;
	top: 7px;
	color: #2d3543;
	font-size: 12px;
}

.review-score {
	position: absolute;
	color: #e38909;
	left: 375px;
	top: 8px;
	background-image: url(/sitestyle/modules/dataviews/images/Reviews-stars-OFF.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 287px;
}

.review-score div {
	background-image: url(/sitestyle/modules/dataviews/images/Reviews-stars-ON.gif);
	background-repeat: no-repeat;
	height: 22px;
}

.review-score-value {
	position: absolute;
	font-weight: bold;
	color: red;
	left: 545px;
	top: 8px;
	font-size: 13px;
}

.review-icon {
	position: absolute;
	top: 4px;
	right: 5px;
	width: 18px;
	height: 18px;
	border: 1px solid gray;
	background-color: white;
	padding-left: 3px;
	padding-top: 3px;	
}


.review-shortdescription {
	color: #2d3543;
	font-size: 11px;
	position: absolute;
	top: 44px;
	left: 170px;
	width: 410px;
}

.review-us-icon {
	top: 135px;
	left: 15px;
	position: absolute;
}

.review-us-accept {
	top: 131px;
	left: 60px;
	position: absolute;
}

.review-image {
	position: absolute;
	top: 47px;
	left: 15px;
	width: 126px;
	height: 66px;
	background-color: #e3e3e3;
	padding-top: 6px;
	padding-left: 6px;
	
}

.review-visit-link {
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 210px;
	height: 25px;
	font-size: 10px;
	margin-top: 3px;
	text-align: left;
}

.review-link {
	position: absolute;
	bottom: 10px;
	left: 350px;
	width: 210px;
	font-size: 10px;
	height: 26px;
	margin-top: 3px;
	text-align: left;
}

.reviewbox 
{
	position: absolute;
	top: 230px;
	line-height: 28px;
	left: 340px;
}

.visitbox 
{
	position: absolute;
	top: 230px;
	line-height: 28px;
	left: 15px;
}

.room-reviewbox 
{
	position: absolute;
	top: 200px;
	line-height: 28px;
	left: 340px;
}

.room-visitbox 
{
	position: absolute;
	top: 200px;
	line-height: 28px;
	left: 15px;
}



a.download-now, a.download-now:visited, a.download-now:active, 
#content a.download-now, #content a.download-now:visited, #content a.download-now:active 
{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../Common/images/new/download.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: bold;
	color: #569DDE;
	text-decoration: none;
	text-indent: 23px;
	height: 25px;
	margin-right: 4px;
	margin-left: 4px;
}

a.review-now, a.review-now:visited, a.review-now:active,
#content a.review-now, #content a.review-now:visited, #content a.review-now:active
{
	display: block;
	color: #569DDE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../Common/images/new/Review.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: White;
	width: 250px;
	font-weight: bold;
	text-indent: 23px;
	text-decoration: none;
	height: 25px;
	margin-right: 4px;
	margin-left: 4px;
}

a.review-now:hover, a.download-now:hover,
#content a.review-now:hover, #content a.download-now:hover
{
	font-weight: bold;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

