.resultItem
{
	
	border-top: dashed 1px gray;
	height: auto;
	position: relative;
	float: left;
	padding-top: 20px;
	margin-bottom: 10px;
	width: 600px;
}

#wideRight
{
	width:682px;
	background-image: url('/assets/images/grad_background.gif');
	background-repeat: no-repeat;
	background-position: bottom;	
}

.resultItem span
{
	font-weight: bold;
	font-size: 12px;
}

.leftItem
{
	position: relative;
	width: 50px;
	float: left;
}

.rightItem
{
	position: relative;
	float: left;
	width: 520px;
	padding-left: 10px;
}
#midCol {
	float: left;
	width: 439px;
	height: 453px;
}

#rightCol {
	float: left;
	width: 500px;
	margin-left: 20px;
}

#heading
{
	height: 80px;
	width: 100%;
	clear: right;
	
}

#heading div
{
	position: relative;
	float: left;
	
}

.resourceList{
	background-color: yellow;
	border: solid 1px blue;
}
