/* Fonts (mostly) */
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.font_gray {
	color: #5a5a5a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyright {
	color: #a9b9ca;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
.box_top {
	color: #f6c437;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_font {
	color: #a9b9ca;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	width: 135px;
	height: 18px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
}
.box_news_font {
	color: #a9b9ca;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	width: 106px;
	float: left;
	clear: none;
	vertical-align: middle;
	margin: 5px 10px 10px;
}
.box_text_premov {
	color: #a9b9ca;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_prod {
	color: #f6c437;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 10px;
}
.dload_prod {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_prod_m {
	color: #f6c437;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-decoration: none;
}
.box_prod_a {
	color: #a9b9ca;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
	vertical-align: middle;
}
.fontred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:active {
}
a:hover {
	color: #91919f
}
a:visited {
}
.content {
	padding-right: 15px;
	padding-left: 20px;
}
.box_text_float {
	vertical-align: middle;
	position: relative;
	width: 135px;
	height: 18px;
	float: left;
	clear: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
.box_img_float {
	position: relative;
	line-height: 18px;
	vertical-align: middle;
	width: 17px;
	height: 18px;
	float: left;
	clear: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pagehead_img {
	vertical-align: baseline;
	margin-right: 7px;
}
.box_img {
	text-decoration: none;
	overflow: hidden;
	border-width: 0;
	outline-width: 0;
}
/* Mostly layout stuff below here */
html, body {
	margin: 0;
	padding: 0;
	background: #2e2e33;
}
/* To center all content on page */
#body_container {
	width: 850px;
	top: 5px;
	margin: 10px auto 0;
	outline: solid 1px #272727;
}
/* Main container holding all page content */
#main_container_l {
	display: block;
	width: 850px;
	background-image: url(../img/bodybg_l.jpg);
	background-repeat: repeat-y;
	min-height: 500px;
	position: relative;
	padding: 0px;
}
#cont_left_l {
	display: block;
	float: left;
	width: 180px;
	left: 0;
	position: relative;
	visibility: visible;
	padding: 10px;
}
#cont_right_l {
	display: block;
	float: right;
	width: 120px;
	right: 0px;
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
#cont_middle_l {
	display: block;
	float: left;
	width: 500px;
	height: 1%;
	padding: 10px;
	position: relative;
	line-height: normal;
}
/* Main container holding all page content in registration pages*/
#main_container {
	display: block;
	width: 690px;
	background-color: #e9e9e9;
	min-height: 500px;
	position: relative;
	padding: 15px 50px;
}
/* Head, Menu and Foot */
#head_img {
	display: block;
	background-image: url(../img/menu_bg_img_w.jpg);
	height: 137px;
	width: 850px;
}
#head_menu {
	display: block;
	background-image: url(../img/menu.jpg);
	height: 18px;
	width: 850px;
}
#foot {
	display: block;
	background-image: url(../img/foot_bg_img.jpg);
	height: 19px;
	width: 850px;
	text-align: center;
	line-height: 19px;
}
/* Content head block. At the top of the page before actual page content */
#pagehead {
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #929292;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
/* Sidebar boxes. Large on left side */
#box_container {
	display: block;
	background:#1f2226;
	width: 180px;
	float: left;
	top: 0;
	min-height: 100px;
	height: 100%;
	margin-bottom: 10px;
}
#box_top {
	display: block;
	background-image: url(../img/box_top_bg.jpg);
	width: 180px;
	height: 20px;
	top: 0px;
	position: relative;
	text-align: center;
	line-height: 20px;
}
#box_cont {
	display: block;
	height: 1%;
	padding-top: 10px;
}
/* Sidebar boxes. Small on right side */
#box_container_s_empt {
	display: block;
	background:transparent;
	width: 120px;
	float: right;
	min-height: 100px;
	height: 100%;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#box_container_s {
	background: #1f2226;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width: 120px;
	height: 100%;
	min-height: 120px;
	float: right;
}
#box_top_s {
	display: block;
	background-image: url(../img/box_top_bg.jpg);
	width: 120px;
	height: 20px;
	top: 0px;
	position: relative;
	text-align: center;
	line-height: 20px;
}
#box_cont_s {
	display: block;
	width: 120px;
	height: 1%;
}
/* Image stuff. Used through out most pages */
.comp_img {
	display: block;
	float: left;
	border: 0px;
	margin-top: 7px;
	margin-left: 18px;
	top: 0px;
	left: 0px;
	position: relative;
}
.order_img {
	display: block;
	margin-top: 7px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 11px;
	border: 0;
}
.mini_img {
	display: block;
	float: left;
	height: 56px;
	width: 75px;
	line-height: 56px;
	margin-left: 10px;
	margin-bottom: 3px;
	position: relative;
}
.mini_img_txt {
	display: block;
	float: left;
	height: 14px;
	width: 75px;
	text-align: center;
	margin-left: 10px;
	line-height: 11px;
	margin-bottom: 10px;
	position: relative;
}
.clean_img {
	border: 0px;
	outline-width: 0px;
}
.toggleborder:hover img {
	border: 1px solid;
	color: #91919F;
}
/* Special text stuff. Used through out most pages*/
.menu_text {
	display: block;
	height: 18px;
	float: left;
	margin-left: 20px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #a9b9ca;
	vertical-align: middle;
	clear: none;
}
.grey_bg {
	display: block;
	height: 18px;
	width: 100%;
	float: left;
	line-height: 18px;
	background: #c9c9c9;
	padding-left: 3px;
	clear: right;
}
.grey_bg_headline {
	float: left;
}
.grey_bg_dload {
	float: right;
	margin-right: 10px;
}
a.std:link {
	color: #a9b9ca;
	text-decoration: none;
}
a.std:visited {
	color: #a9b9ca;
	text-decoration: none;
}
a.std:hover {
	color: #91919F;
	text-decoration: none;
}
a.std:active {
	color: #a9b9ca;
	text-decoration: none;
}
/* Download pop-up pages stuff */
#popup_dload {
	width: 460px;
	margin: 1px auto 0;
}
#container_dload {
	display: block;
	width: 440px;
	position: relative;
	padding: 10px;
}
#table_dload {
	display: block;
	width: 440px;
	position: relative;
}
.popup_cell_border {
	border-bottom: 1px solid #f9f9f9;
}
.popup_text_dload {
	margin: 0 5px 0 5px;
}
.popup_img_dload {
	margin-left: 5px;
}
/* This is used in download pages and pop-ups for tables */
.table_dload {
	border: 1px solid #999999;
	line-height: 15px;
}
/* Clear divs */
.clear_l {
	clear: left;
}
.clear_r {
	clear: right;
}
.clear_b {
	clear: both;
}
.clear_n {
	clear: none;
}
/* This is used in registration pages */
#gurka_ie {
	width: 690px;
}
