

#listingtable table {
	float:left;
	width:100%;
	font: 12px Arial, Helvetica, Sans-serif;
	text-align:left;
	border-bottom:2px solid #666;
}
#listingtable table img {
	border:none;
	margin:3px auto;
}
#listingtable tr {
	background:#fff;
}
#listingtable td {
	border-left:1px dotted #999;
	border-top:1px dotted #999;
	padding:5px;
	text-align:center;
}
#listingtable table .toprow {
	color: #eee;
	border:none;
	background:#3c496b;
	border:none;
	font-weight:500;
	font: 12px Arial, Helvetica sans-serif;
	border-left:1px solid #999;
	border-top:1px solid #3c496b;
}
#listingtable table .comtoprow {
	color: #fff;
	border:none;
	background:#496b3c;
	border:none;
	font-weight:500;
	font: 12px Arial, Helvetica, sans-serif;
	border-left:1px solid #999;
	border-top:1px solid #496b3c;
}

