body {
	margin: auto;
	background-color: #181718;
	background-image: url('/gfx/bodybg.gif');
	background-position: center top;
	background-repeat: repeat-y;
	width: 955px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

a {
	color: #A6CE38;
}
a:hover {
	color: #1154BA;
}

th {
	text-align: left;
}

input {
	font-family: verdana, sans-serif;
}
button {
	border: solid 1px;
	border-color: #26389B #21236C #21236C #26389B;
	font-size: 0.85em;
	background-color: #2D2F91;
	color: #FFFFFF;
	text-transform: lowercase;
	line-height: 11px;
	padding: 0px 2px 1px 2px;
}
select {
	font-size: 0.9em;
}

h1 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
	background-color: #333463;
	padding-left: 3px;
}

h2 {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	margin: 0px 0px 8px 0px;
	padding-left: 3px;
	border: solid 1px #333463;
}

h3 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 10px;
	color: #A6CE38;
	padding: 0px 0px 3px 3px;
	border-bottom: solid 1px #333463;
}

div.section {
	border-top: solid 2px #333463;
	padding: 2px 0px 3px 0px;
}

/* Top part styles */

div#header {
	height: 100px;
	background-image: url('/gfx/headerbg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding-left: 200px;
}

img#logo {
	position: absolute;
	top: 8px;
	left: 42px;
}

div#topsearch {
	position: absolute;
	color: #1154BA;
	font-family: arial, sans-serif;
	font-size: 10px;
	top: 35px;
	left: 690px;
	width: 235px;
}
div#topsearch a {
	text-decoration: none;
	color: #1154BA;
}
div#topsearch a:hover {
	color: #A6CF38;
}
div#topsearch form {
	margin-top: 3px;
}
div#topsearch input {
	background-image: url('/gfx/topsearchbg.png');
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	width: 170px;
	height: 18px;
	font-size: 10px;
	padding: 2px 5px 0px 5px;
	color: #888888;
	margin: 0px 19px 0px 0px;
	vertical-align: middle;
}
div#topsearch button {
	background-image: url('/gfx/topsearchbutton.png');
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	width: 30px;
	height: 22px;
	font-size: 10px;
	margin: 0px;
	vertical-align: middle;
}

div#navigation {
	background-color: #000000;
	width: 878px;
	margin: 10px auto 6px auto;
	height: 20px;
	padding: 3px 0px 3px 0px;
}

div#promo {
	width: 880px;
	margin: auto auto 5px auto;
	padding-left: 2px;
}

/* Content styles */

div#content {
	width: 886px;
	margin: auto auto 10px auto;
	color: #E6E7E8;
}
div.column {
	float: left;
	padding-left: 4px;
}
div.column_left, div.column_right {
	width: 173px;
	border-bottom: solid 2px #333463;
}
div.column_middle {
	width: 524px;
}

/* Left column styles */

div.column_left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.column_left ul li{
	padding: 1px 3px 1px 14px;
	text-indent: -9px;
	border-top: solid 1px #333463;
}
div.column_left ul a{
	color: #E6E7E8;
	text-decoration: none;
}
div.column_left ul a:hover{
	color: #A6CE38;
}
div.column_left h3 {
	border-bottom: none;
}
div.column_left h4 {
	border-top: solid 1px #333463;
	margin: 0px;
	padding: 1px 3px 1px 3px;
}
div.column_left h4 a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
}

/* Right column styles */

div.column_right p {
	margin: 2px;
}
div.column_right ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.column_right ul li {
	padding: 2px 2px 2px 39px;
	text-indent: -37px;
}

/* News list overview */

div#content ul.list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	border-bottom: solid 1px #333463;
}
div#content ul.list li {
	margin: 0px;
	padding: 1px 5px 3px 0px;
	border-top: solid 1px #333463;
}
div#content div.left {
	float: left;
	width: 120px;
}

/* Footer styles */

div#footer {
	margin-top: 30px;
	clear: both;
	font-size: 10px;
	padding-left: 178px;
}
div#footer a {
	color: #E6E7E8;
	text-decoration: none;
}

/* Other styles */

.price {
	color: #A6CF38;
	font-family: 'arial narrow', sans-serif;
}
strong.price {
	font-size: 1.2em;
}

div.bar_green {
	background-repeat: no-repeat;
	height: 19px;
	padding: 1px 3px 1px 3px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.0em;
	border: solid 1px;
	border-color: #26389B #21236C #21236C #26389B;
	background-color: #2D2F91;
}

table.checkform td {
	padding: 2px;
}