/*------------------------searchresults------------------------*/

#searchresult-overview
{
	width:100%;
}

#searchresult-overview .item
{
	width:100%;
	margin-bottom:3px;
	border-top:1px solid #CCC;
	/*border-bottom:1px solid #CCC;*/
	clear: both;

}

#searchresult-overview .item input
{
	float:left;
	width:40px;
	margin-right:3px;
	padding:3px 0;
}

#searchresult-overview .item h3 a
{
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#6A3E74;
}

#searchresult-overview .item h3 a:hover
{
	color:#000;
}

#searchresult-overview .item .summary
{
}


