/*
	ross, 04/08/2009, updated
	ross, 03/02/2012, updated
*/

.resultTile {
	width: 370px;
	height: 120px;
	text-align: left;
	background-color: #4c715d;
	color: white;
}

.resultTile:hover {
	background-color: #98b66d;
}

.resultTile H2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
	background-color: #98b66d;
	color: white;
	height: 34%;
}

.resultTile H2:hover {
	background-color: #CAE99B;
}

.resultTile H2 A {
	text-decoration: none;
	color: blue;
}
.resultTile H2 A:hover {
	text-decoration: underline;
}


.thumbnail {
	float: left;
	margin: 0px 8px 0px 0px;
}

.caption {
	font-style: normal;
	text-align: left;
	font-size: 10pt;
}


.BasketButtonBox {
	float: right;
	width: 130px;
	text-align: right;
}

.BasketButtonBox .note {
	color: #425c53;
}

.resultTile .offerBody {
	padding: 8px;
}


#FPOfferBlock UL {
	margin: 0px 16px 0px 16px;
	padding: 0px;
}
#FPOfferBlock UL LI {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
 #FPOfferBlock UL LI A, #saleButton A {
	text-decoration: none;
	color: #425c53;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
#FPOfferBlock UL LI A:hover, #saleButton  A:hover {
	text-decoration: underline;
	color: #85B4BA;
}
#FPOfferBlock, #saleButton {
	margin: 16px;
}
#FPOfferBlock H3, #saleButton  H3 {
	font-weight: bold;
	font-family: 'Times New Roman';
	text-transform: uppercase;
	font-size: 12px;
	color: #425c53;
	margin: 0px;
}
#FPOfferBlock UL {
	list-style-type: none;
	margin: 0px;
}
