body {
	margin: 0;
	padding: 0;
	background: url(images/boxes_sub.jpg) no-repeat fixed bottom left;
}

a img {
	border: none;
}

td {
	padding-right: 2px;
	vertical-align: top;
}

#container {
	background: url(images/container_back.png) no-repeat top left;
	font: 11px verdana, arial, sans-serif;
	color: #3f3f83;
}

#logo {
	position: absolute;
	top: 20px;
	right: 45px;
	border: none;
}

#menu {
	position: absolute;
	top: 15px;
	left: 25px;
}

#search {
	position: absolute;
	top: 34px;
	left: 35px;
	color: #fff;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.text {
	font: 9px verdana, arial, sans-serif;
	color: #000;
	width: 128px;
}

#search input.image {
	padding-left: 2px;
}

a#iqc, a#iqt {
	position: absolute;
	top: 37px;
	color: #fff;
	text-decoration: none;
}

a#iqc:hover, a#iqt:hover {
	font-weight: bold;
}

a#iqc {
	left: 280px;
}

a#iqt {
	left: 414px;
}

#navbar {
	position: absolute;
	top: 92px;
	left: 12px;
	padding-left: 28px;
	min-width: 400px;
	height: 19px;
	background: url(images/navbar.png) no-repeat left bottom;
	font: 10px verdana, arial, sans-serif;
	color: #6a8911;
}

#navbar a {
	color: #3f3f83;
	text-decoration: none;
}

#navbar a:hover {
	color: #6a8911;
}

#content {
	width: 590px;
	padding: 138px 0 0 164px;
	line-height: 18px;
}

h1 {
	padding-left: 30px;
	background: url(images/kromm_txt.gif) no-repeat left;
	font-weight: bold;
	font-size: 16px;
}

h1 img {
	float: right;
	margin: 0 0 1em 1em;
	border: none;
}

h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 11px;
}

a {
	color: #3f3f83;
	text-decoration: underline;
}

a:hover {
	color: #6a8911;
}

input, select, textarea {
	font: 11px verdana, arial, sans-serif;
	color: #000;
}

form.request input, select, textarea {
	border: 1px solid #3f3f83;
}

form.request input.radio, input.checkbox {
	width: 20px;
}

form.request fieldset {
	width: 500px;
	margin-bottom: 1em;
	padding: 1em;
	line-height: 100%;
	border: 1px solid #9dbd45;
}

form.request legend {
	font-weight: bold;
}

form.request label {
	float: left;
	width: 35%;
	margin-right: 0.5em;
	text-align: right;
	padding: 0.2em 0.5em;
}

form.request input.text {
	width: 60%;
	margin-bottom: 0.5em;
}

form.request input.small {
	width: 80px;
}

form.request input.wide {
	width: 310px;
}

form.request textarea {
	width: 60%;
	height: 50px;
}

.required {
	font-weight: bold;
	color: #f00;
}

#print_bottom {
  display: none;
  visibility: none;
}

div.docbox {
	margin: 0 0 2px 4px;
	padding: 2px 8px 12px 8px;
	float: right;
	border: 1px solid #e1ecc9;
}

/****************************************************
					PRODUCT LISTING TABLE
****************************************************/

table.productListing {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  width: 590px;
  border: 1px solid #3F3F83;
  border-left: 1px solid #3F3F83;
  border-right: 1px solid #3F3F83;
  empty-cells: show;
}

table.productListing tr.c1 td {
  background-color: #AEB5CD;
  border-top: 1px solid #c5c9d6;
  border-bottom: 1px solid #9298b0;
}

table.productListing tr.c2 td {
  background-color: #e3e6f3;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #AEB5CD;
}

table.productListing th {
  height: 30px;
  text-align: left;
  vertical-align: middle;
  padding-right: 8px;
  border-top: 1px solid #56569d;
  border-bottom: 1px solid #1b1b4e;
  font-weight: bold;
  background-color: #3F3F83;
  color: #fff;
  white-space: nowrap;
}

table.productListing td a:hover {
  text-decoration: underline;
}

.pur {
  color: #999;
}

.fitc {
  color: #10c402;
}

.rpe {
  color: #ee0503;
}

.cyq {
  color: #bd0bba;
}

.apc {
  color: #0fa0f5;
}

div#highlights {
	margin: 40px 30px 0 60px;
}

div#highlights div {
	margin-bottom: 10px;
	padding: 10px 10px 20px 10px;
	border: 1px solid #6a8911;
	background-color: #f4f9e5;
}

div#highlights div h1 {
	margin: 0 0 10px 30px;
	padding: 0;
	background: none;
	font-size: 14px;
}

div#highlights div h1 a {
	text-decoration: none;
}

ul#info_buttons {
	list-style: none;
	position: absolute;
	top: 90px;
	right: 30px;
	float: right;
	font-size: 12px;
	font-weight: bold;
}

ul#info_buttons li {
	margin-bottom: 6px;
}

a#info, a#order, a#network {
	display: block;
	height: 30px;
	padding-left: 36px;
	line-height: 30px;
	text-decoration: none;
}

a#info {
	background: url(/catalog/images/button_info.png) no-repeat 0;
	color: #c80606;
}

a#order {
	background: url(/catalog/images/button_order.png) no-repeat 0;
	color: #3e3e82;
}

a#network {
	background: url(/catalog/images/button_network.png) no-repeat 0;
	color: #3e3e82;
}

a#info:hover, a#order:hover, a#network:hover {
	color: #8dd045;
}
