/* CSS Document */
a {
	color:#0000FF;
}
h2 {
	font-size:30px;
	color:#000000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding-bottom:00px;
}
.hotelName {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin:0px;
	color:#000000;
}
.hotelName:hover {
	cursor:pointer;
	text-decoration:underline;
}
#hotelTableHolder {
	min-width:760px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background:#FFFFFF;
}
.resultsRow {
	background:#FFFFFF url(../images/search-results/price-cell-bg.gif) top left repeat-x scroll;
}
.resultsRow:hover {
	background:#FFFFCC url(../images/search-results/price-cell-bg-hover.gif) top left repeat-x scroll;
}
.detailCell {
	height:25px;
	border-top:#0099E0 solid 1px;
	border-bottom:#C8D1D5 solid 1px;
	border-left:#DEE2E7 solid 1px;
	padding:0 8px;	
}
.detailCell h1 {
	margin:0px;
}
.detailCellImg {
	height:25px;
	border-top:#0099E0 solid 1px;
	border-bottom:#C8D1D5 solid 1px;
	border-left:#DEE2E7 solid 1px;
	padding:0 8px;	
	text-align:center;
}
.detailCellImg .moreButton {
	border:none;
	background:none;
	height:20px;
}
#locationNav {
	padding-top:10px;
	padding-bottom:10px;

}
#locationNav a {
	color:#48B900;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
#locationNav a:hover{
	color:#26A300;
	text-decoration:underline;
}
.detailsContainer {
	float:left;
	padding:10px 10px 14px 15px;
	width:677px;
}
.detailsHolder {
	padding:10px 10px 0px 10px;
}
.detailsHolder p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height:18px;
}
.detailsHolder p a {
	color:#0000FF;
}
.titleCells {
	background:#FFFFFF url(../images/search-results/advanced-bg.gif) bottom left no-repeat scroll;
	text-align:center;
	/*border-top:1px solid #C8D1D5;*/
	text-align:center;
	height:30px;
}
.infoHolder {
	float:left;
	width:100%;
}