/* Home page tables */

table#comp {
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 12px;
	text-align: center;
	float: left;
	border: 4px solid #ccc;
}

tr.toprow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

tr.midrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

td {
	padding-top: 6px;
	padding-bottom: 6px;
}

td.descrip {
	text-align: left;
	padding-left: 6px;
	font-size: 12px;
	color: #666;
}

td.data {
	border-left: 1px dotted #ccc;
}

.clearleft{
	clear:left;
	height:1px;
	overflow:hidden;
}

.price {
	font-size: 10px;
	font-weight: normal;
}