/* CSS Document */

/* ----------------------- SEARCH RESULTS TABLE ----------------------- */
.headerRow{
	background:#FF0000 url(/images/global/table-header-gradient.gif) bottom left repeat-x scroll;
	color:#FFFFFF;
}
/* ------ result row ------ */
.resultRow{
	background-color:#EBEBEB;
	font-size:10px;
	line-height:10px;
}
.resultRow:hover{
	background-color:#E2E2E2;
}
.hotelPhoto {
	float:left;
	margin:4px;
}
.starContainer{
	width:80px;
	height:13px;
	overflow:hidden;
}
.starContainer img {
	float:left;
	margin:0px;
}
