body {
	padding: 0; margin: 0;
	background: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
div, ul, li, table, tr, td, img {
	padding: 0; margin: 0;
	list-style: none;
}
a {
	text-decoration: none;
	color: #719500;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
}

#content {
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -490px; margin-top: -287px;
	width: 980px;
	height: 575px;
	overflow: visible;
}

#left, #center, #right {
	position: absolute;
	top: 17px;
}

#left { left: 17px; }
#center { left: 210px; }
#right { left: 825px; }

#left, #right, #foot {
	text-transform: uppercase;
}
#logo, #nav, #main, #models {
	position: absolute;
	background: white;
	padding: 17px;
}

#nav {
	top: 166px;
}
#navin {
	background: #719500;
	padding: 17px 17px 9px 17px;
	width: 108px; /** height: 180px; **/
}
#bmcb {
	position: absolute;
	font-size: 9px;
	top: 437px; width: 200px;
	color: white;
}

#left ul {
	margin-bottom: 8px;
}
#left h3 {
	font-size: 100%;
	margin: 8px 0 0 0; padding: 0;
	color: black;
	font-weight: normal;
}
#left a {
	color: white;
}
#left a.current {
	font-weight: bold;
}

#right a {
	color: black;
}
#right a.current {
	color: #719500;
}

#main, #models {
	height: 441px;
	overflow: auto;
}

#main {
	width: 564px;
	font-size: 12px;
}
.big #main {
	width: 715px;
}
.fix #main {
	width: 715px;
	overflow: visible;
}
#models {
	width: 100px;
}

#buttons {
	text-transform: uppercase;
	height: 148px;
}
#buttons td {
	width: 180px;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}

#list td {
	padding: 0 0 10px 1px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 11px;
}

#list_styling td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 13px;
}

h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0; padding: 0;
	font-size: 20px;
}
h1 {
	margin: 0 0 20px 0; padding: 0;
	text-transform: uppercase;
	font-size: 30px;
}
#info {
	padding: 0 17px;
	vertical-align: top;
}
#info th {
	color: #719500;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}
#info td {
	font-weight: bold;
	text-align: left;
}

.info {
	margin-bottom: 2px;
}
.info th {
	text-align: left;
	font-weight: normal;
	padding: 2px;
}
.info td {
	width: 176px; 
	background: #ccc;
	font-weight: bold;
	padding: 2px;
}

.img {
	padding: 0 1px;
}
.img_buttons {
	position: absolute;
	background: white;
}
#reorder img {
	float: left;
}

#foot {
	position: absolute;
	padding: 17px;
	background: #719500;
	left: 17px; top: 509px; width: 908px;
	text-align: center;
	color: white;
}

b {
	font-weight: bold;
	color: #719500;
}

#min {
	background: white;
	margin: 5px;
}
#print {
	width: 548px;
	margin: auto;
}
#print_head {
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: 1px solid gray;
	margin: 10px 1px 30px 1px;
}
#print_head td {
	text-align: center;
	width: 182px;
}

/** JH 20080507: zwanger **/
.imgwrapper { position: relative; }

.status {
	position: absolute;
	left: 0; top: 98px;
	width: 90px; height: 20px;
	padding-top: 4px;
	margin: 3px 0px;

	background: #719500;
	color: white;

	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.imgs .status {
	width: 180px;
	top: 223px;
}

