@charset "utf-8";
/* CSS Document */

table#inventory {
	border: 5px solid #600;
	background-color: #600;
	width: 500px;
	margin-top: 10px;
}
table#inventory thead tr th {
	background-color: #FFC;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #600;
}
table#inventory tbody tr td {
	background-color: #FFC;
	padding: 4px;
	font-size: 11px;
}



table#inventory tbody tr td.num {
	width: 15px;
	text-align: center;
}
table#inventory tbody tr td.size {
	width: 50px;
}
table#inventory tbody tr td.type {
	width: 50px;
	text-align: center;
}
table#inventory tbody tr td.color {
	width: 50px;
}
table#inventory tbody tr td.trim {
	width: 50px;
}
table#inventory tbody tr td.roof {
	width: 50px;
}
table#inventory tbody tr td.option {
	list-style: none;
	width: 100px;
}
#Container #Body #Content table#inventory tbody tr td.option ul {
	margin-left: 15px;
	margin-bottom: 5px;
}
table#inventory tbody tr td.option li {
	font-size: 11px;
	list-style-type: square;

}
td.picture {
	width: 100px;
}
td.sale {
	width: 50px;
	font-weight: bold;
	color: #600;
	text-align: center;
}


table#inventory tr:hover, tr.highlight td {
	background-color:#E6E6E6;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
#Container #Body #Content #Inventory div table {
	background-color:#600;
}
#Container #Body #Content #Inventory div table thead tr th {
}
#Container #Body #Content #Inventory div table thead tr th h2 {
	color:#FFC;
}
#Container #Body #Content #Inventory div table tbody tr td {
}
/* INNER TABLE 
#Container #Body #Content #Inventory div table tbody tr td table {
	background-color:#600;
	margin-bottom:10px;
	border:1px solid #FFC;
	width: 100%;
}
#Container #Body #Content #Inventory div table tbody tr td table thead tr th {
	background-color:#FFC;
	color:#600;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td {
	background-color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
	padding:2px;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td ul li {
	background-color:#FFC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
	text-indent: -30px;
}
#Container #Body #Content #Inventory div table tbody tr td table tbody tr td img {
	border: 0px none #600;
}


/*