div#header
{
	text-align: left;	
	clear: both;
	padding: 15px 0 0 6px;
	height: 60px;
	background-color: Red;
	background: transparent url(images/bg_header_subpage.jpg) no-repeat top left;
}
div#header h2.title
{
	color: White;
	font-size: 26px;	
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Arial;
	margin: 0 0 19px 10px;
}
div#header span#dnn_dnnBREADCRUMB_lblBreadCrumb
{
	display: block;
}

div.InventoryList { width: 584px; }
div.InventoryList div.ListHeader { font-weight: bold; clear: both; }
div.ListHeader div.Model { float: left; width: 180px; }

div.InventoryList div.Photo { float: left; width: 110px; text-align: left; }
div.InventoryList div.Price { float: left; width: 80px; }
div.InventoryList div.Location { float: left; width: 110px; }
div.InventoryList div.Year { float: left; width: 44px; }
div.InventoryList div.Hours { float: left; width: 50px; }

div.InventoryList div.InventoryItem { clear: both; background-color: #F7F2E1; border: 1px solid #EEE3C1; }
div.InventoryItem div.Model a { font-size: 11px; }
div.InventoryItem div.InfoLine { padding: 4px; }

div#EquipmentDetail {}
div#EquipmentDetail .Main
{
	width: 340px;
	float: left;
}
div#EquipmentDetail .Side
{
	width: 238px;	
	float: right;
}
div#EquipmentDetail .Side .Contact { font-size: 17px; margin: 8px 0 8px 0; }
table.InventoryItemDetail {	background-color: #FDF3DB; width: 100%; }
table.InventoryItemDetail td { width: 50%; padding: 4px; }
table.InventoryItemDetail td.Label { font-weight: bold; }
table.InventoryItemDetail tr.Alt { background-color: #F9DEA0; }