.results{
	float: left;
	width: 700px;
	font-size: 80%;
	padding: 0 0 10px 0;
	/*border-bottom: 1px solid #aca899;*/
	margin: 0 0 0 0;
	
}

.result_item
{
	float:left;
	border-bottom:1px solid #ccc;
	min-height:80px;
	margin:5px 0 0 0;
	padding:5px 0 5px 0;
}
	* html .result_item
	{
		height:80px;
	}

.results h1{
	font-size: 150%;
	border-bottom:2px solid 
}
.results_pic{
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.results_content{
	float: left;
	width: 375px;
	margin: 0 10px 0 0;
}
.results_content h2 {
	font-size: 100%;
	margin: 0 0 0 0;
}

.results_content h2 a:link{
	color: #326f95;
	text-decoration: underline;
}
.results_content h2 a:visited{
	color: #326f95;
	text-decoration: underline;
}
.results_content h2 a:hover{
	color: #326f95;
	text-decoration: underline;
}
.results_content h2 a:active{
	color: #326f95;
	text-decoration: underline;
}

.cat_weight{
	font-weight: bold;
}

.results_content h3{
	font-size: 100%;
	margin: 0 0 0 0;
	font-weight: normal;
}

.results_price{
	float: left;
	width: 95px;
	margin: 0 0 0 0;
}

.categories{
	float: left;
	font-weight: bold;
	font-size: 80%;
	margin: 10px 0 0 10px;
}

.categories ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.categories ul li{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.categories a:link{
	color: #326f95;
	text-decoration: underline;

}
.categories a:visited{
	color: #326f95;
	text-decoration: underline;

}
.categories a:hover{
	color: #326f95;
	text-decoration: underline;

}
.categories a:active{
	color: #326f95;
	text-decoration: underline;

}