#searchform {
	/* background: white; */
	/* border: 1px solid silver; */
	margin: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
}

.offeritem {

	padding: 4px;
	width: 500px;
	padding-top: 3px;
	padding-bottom: 10px;
	border-top: 3px solid #FFAA50;
	border-left: 1px solid #FFAA50;
	border-right: 1px solid #FFAA50;
	clear: both;

}

.offeritem img {

	border: none;

}

.offeritem_image {
	width: 120px;
	display: inline;
	float: left;
}

.offeritem_data {
    text-align: left;
	width: 360px;
	display: inline;
	float: left;
	margin-left: 10px;
}

.offeritem_data_name {
	display: block;
	background: #F0F0F0;
	font-weight: bold;
}

.offeritem_data_location {
	display: block;
	/* background: #F0F0F0; */
}

.offeritem_data_description {
	display: block;
	margin-top: 3px;
}

a.search_results_page {
	padding: 3px;
}

span.search_results_page {
	padding: 3px;
	font-weight: bold;
}

div.pageing {
	text-align: center;
}

div.offeritem_units {
	display: table;
	width: 100%;
}

div.offeritem_unit {
	width: 500px;
	display: table;
	border-top:1px dotted #DDDDDD;
	height:40px;
	padding-top:7px;
	text-align: left;
}

a.offeritem_unit {
	font-weight: bold;
}

a.offeritem_unit_code {
	color: #333333;
	font-weight: bold;
}

a.offeritem_unit_image {
	border:1px solid #AAAAAA;
}

.offeritem_unit_left {
	float: left;
	display: inline;
	width: 80%;
}

.offeritem_unit_right {
	float: right;
	display: inline;
	text-align: center;
	border-left: 1px dotted silver;
	font-family: Arial,Helvetica,sans-serif;
	width: 15%;
	font-size: small;
}

.offeritem_unit_price {
	font-weight: bold;
	color: red;
}

.list_page {
	padding: 3px;
}

.offeritem_unit_link {
	background: url(../images/list_button.gif) no-repeat;
	display: block;
	width: 76px;
	height: 22px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
}