/* CSS Document */

body {
	margin: 0;
	font-size: small;
}
#wrapperEquipmentUsed {
	margin: 0 auto;
	width: 800px;
}
#top {
	width: 100%;
	height: 120px;
	background: url(../images/bg/tricolorbgue.gif) no-repeat;
}
#middleEquipmentUsed {
	width: 100%;
	background-color: #ccc;
	background-repeat: repeat;
	padding-bottom: 0em;
}
#containerEquipment {width: 100%;}
#containerEquipment a:link, a:visited {color: #000;}
#containerEquipment a:hover {color: #990000;}
#inventory {
	margin: 0 auto;
	width: 600px;
}
#inventory a:link, a:visited {color: #000;}
#inventory a:hover {color: #990000;}
#inventory table {
	width: 100%;
	border: 1px solid #666; 
	border-spacing: 4px;
	background-color: #fff;
	margin-bottom: 10px;
}
#inventory th {
	background-color: #666;
	color: #ffffff;
	border-bottom: 1px solid #990000;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#inventory td {
	background-color: #ccc;
	vertical-align: middle;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#inventory td:hover {
	background-color: #dedede;
	color: #000;
}
#inventory table img {
	float: left;
	border: 2px solid #666;
	margin-left: 4em;
}
#inventory table img:hover {border: 2px solid #990000;}
#inventory table p {
	float: left;
	margin: 2em 2em 0 1em;
}
#listings {
	float: right;
	width: 250px;
	font-size: 110%;
	background-color: #ccc;
}
#listings ul {
	display: block;
	list-style-type: none;
	padding: 0em;
	margin-left: 0em;
	font-size: 90%;
	margin-bottom: 2em;
}
#listings li {
	display: list-item;
	text-align: left;
}
#listings ul, ul {margin-left: 1em;}
#bottom {
	clear: both;
	width: 100%;
	height: 150px;
	background:  url(../images/bg/footer2.gif) no-repeat;
}
.backgroundcoloring {
	background-color: #dedede;
	border-bottom: 1px solid #990000;
	text-transform: uppercase;
}
.clear {clear:both;}
