/* CSS Document */

table.hours {
	margin-top: 10px;
	border:1px solid #999999;
	/*width:480px;*/
	font-size:12px;

}

td{

	color:#000000;
}

td.head2{
	color:#FFFFFF;
	background-color:#393939;
	text-align:center;
	font-weight:bold;
}

.RowTwo, .Row2{

	background-color:#EBEBEB;
	
}


tr.showroomMake td{
	color:#FFFFFF;
	background-color:#A20708;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

tr.line{
background-color:#666666;
}
