body { color: black; background-color: white; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

div.carlistfeed{
	text-align: left;
	width: 730px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	margin-top: 0px;
	background-color:#fff;
	padding-left: 20px;
}

div.mainsectioncontainer{
	float: right;
	width: 700px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

div.rsslistitems{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	font-weight: normal;
	margin-bottom: 15px;
	margin-right: 20px;
}

div.rsstitleitems{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #527b93;
	font-weight: bold;
	margin-bottom: 2px;
}

div.mainpage{
	position:relative;
	width:750px;
	height: 410px;
	background-color:#fff;
	margin: 10,10;
}

div.listbreaker{
	width: 710px;
	height: 1px;
	background: #AFAFAF;
	margin-left: 0px;
	overflow: hidden;
	margin-bottom: 15px;
}