#tabs {
	float:left;
	position:relative;
	width:435px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-top: 10px;
}
#tabs #buttons {
	position:absolute;
	top:0px;
	left:-1px;
	width:100px;
	background-color:#999;
	color:#333;
	border-top:1px solid #999;
	list-style:none;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
#tabs #buttons li {
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
#tabs #buttons a {
	text-decoration:none;
	color:#666;
	display:block;
	border-right:1px solid #999;
	padding:5px;
	font-weight: bold;
}
#tabs #buttons a:hover { background-color:#eee; }
#tabs #buttons a.selected {
	color:black;
	background-color:#FDE9F0;
	border-right-width:0px;
	font-weight: bold;
}
#tabs #buttons a.selected:hover { background-color:#FDE9F0; }

#tabs .infobox {
	margin-left:100px;
	border:1px solid #999;
	border-left-width:0px;
	background-color:#999;
	display:none;
	font-size: 0.8em;
	color: #000000;
	overflow: auto;
	height: 265px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#tabs .enabled { display:block; }
#mid   li {
	list-style-type: square;
	list-style-position: outside;
	font:normal 13px/15px Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#header{
	width:900px;
	height:200px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../equipment/header.jpg);
}
#mid{
	width:400px;
	float:left;
	padding-top: 30px;
	padding-right: 21px;
	padding-left: 0;
	background-color: #363636;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2B2B2B;
	height: 375px;
	margin-left: 10px;
	font-weight: normal;
}
#right{
	width:457px;
	float:left;
	background-color: #222222;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 375px;
}
#mid img {
	padding-left: 10px;
}
.icon {
	padding-right: 10px;
	padding-left: 10px;
}
#mid a {
	text-decoration: none;
	color: #547DCD;
	font-weight: bold;
}
#mid a:hover {
	text-decoration: none;
	color: #00FD00;
	font-weight: bold;
}
body {
	color: #000;
}

#mid a:visited {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
