.SearchResults 
{
	
}

.SearchResult
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;

	position: relative;
	left: 245px;
	width: 715px;
	height: 135px;
	
	margin-bottom: 5px;
	
	background-color: #fdf0da;
}

.AlternateSearchResult
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;

	position: relative;
	left: 245px;
	width: 715px;
	height: 135px;
	
	margin-bottom: 5px;
	
	background-color: #98abc2;
}

.SearchResult a, .AlternateSearchResult a
{

}

.Title
{
	font-size: 110%;
	font-weight: bold;
	color: #C70F1B;	

	position: absolute;
	top: 6px;
	left: 5px;
	width: 610px;
	height: 17px;
	
	overflow: hidden;
	text-overflow: ellipsis;
}

.Location
{
	font-size: 90%;
	font-weight: bold;

	position: absolute;
	top: 21px;
	left: 5px;
}

.Summary
{

}

.Price
{	
	font-size: 125%;
	font-weight: bold;
	color: #c70f1b;
	
	text-align: right;
	position: absolute;
	top: 5px;
	width: 709px;
}
.PricePrice
{

}

.BookButton
{
	display: block;
	background-color: #CC1106;
	border: 1px solid #000000;

	position: absolute;
	top: 108px;
	left: 628px;
	width: 80px;
}

.BookButton a
{
	color: white;
	padding: 1px 2px 2px 2px;
	display: block;
	text-align: center;
	text-decoration: none;
	
	width: 80px;
}
.BookButton a:hover
{
	text-decoration: underline;
}

.Thumbnail
{
	position: absolute;
	top: 0px;
	left: -245px;
	width: 240px;
	height: 135px;
}
.Thumbnail img 
{
	border: 0;
	width: 240px;
	height: 135px;
}

.USP
{
	position: absolute;
	top: 37px;
	height: 75px;
	left: 5px;
	width: 705px;
	overflow: hidden;
}
/*
.USP ul 
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.USP li 
{
	margin-left: 0;
}
*/

.Status 
{
	text-align: right;
	
	position: absolute;
	top: 25px;
	left: 5px;
	width: 703px;	
}

.InfoButton
{
	color: #C70F1B;

	position: absolute;
	top: 113px;
	left: 5px;
	width: 125px;
}
.InfoButton a:hover
{
	color: #C70F1B;
	text-decoration: underline;
}
.InfoButton a, .InfoButton a:visited, .InfoButton a:active 
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #C70F1B;
	text-decoration: none;
}

.OfferButton
{
	color: #C70F1B;
	
	position: absolute;
	top: 113px;
	left: 130px;
	width: 125px;
}
.OfferButton a:hover
{
	color: #C70F1B;
	text-decoration: underline;
}
.OfferButton a, .OfferButton a:visited, .OfferButton a:active
{
	font: 9pt Arial, Helvetica, sans-serif;
	color: #C70F1B;
	text-decoration: none;
}

.PagerPage 
{
	font: 8pt Verdana, Helvetica, sans-serif;
	padding: 1px 2px 1px 2px;
	margin: 1px;
	text-decoration: none;
	color: #000000;
}

.PagerPageSelected
{
	font: 8pt Verdana, Helvetica, sans-serif;
	padding: 1px 3px 1px 3px;
	margin: 1px;
	text-decoration: none;
	color: #ffffff;
	background-color: #b89cb2;
	font-weight: bold;
}

A.PagerPageSelected:link { color: #ffffff; }
A.PagerPageSelected:visited { color: #ffffff; }
A.PagerPageSelected:active { color: #ffffff; }
A.PagerPageSelected:hover { color: #ffffff; }


.ResultSorter 
{
	font: 8pt Verdana, Helvetica, sans-serif;
	position: absolute;
	top: -2px;
	right: 0px;
}

.ResultSorter SELECT 
{
	font-size: 8pt;
}

.ResultHeader
{
	position: relative;
	width: 960px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.ResultFooter 
{
	position: relative;
	width: 730px;
	margin-top: 3px;
}

