﻿

div.listnum
{
	float:left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:left center;
	width:60px;
	height:50px;
	overflow: hidden;

	
}

div.listitem
{
	float:left;
	width:480px;
	margin: 2px;
}

div.listitemhighlight
{
	float:left;
	width:480px;
	margin: 2px;
	background-color: #F8E299;
}

p.listitem
{
	margin: 5px !important;
}
