/* Fonts (mostly) */
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474747;
	text-decoration: none;
}
.font_gray {
	color: #474747;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyright {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
.box_top {
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_font {
	color: #0189cd;
	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: #474747;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	width: 160px;
	float: left;
	clear: none;
	vertical-align: middle;
	margin: 5px 10px 10px;
}
.box_text_premov {
	color: #474747;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_prod {
	color: #474747;
	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: #474747;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box_prod_m {
	color: #474747;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	text-decoration: none;
}
.box_prod_a {
	color: #474747;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
	vertical-align: middle;
}
.fontred {
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #0189cd;
	text-decoration: none;
}
a:active {
	color: #0189cd;
}
a:hover {
	color: #91919f;
}
a:visited {
	color: #0189cd;
}
.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: #e9e9eb;
}
/* To center all content on page */
#body_container {
	width: 850px;
	top: 5px;
	margin: 10px auto 0;
}
/* 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_left_priv {
	display: block;
	float: left;
	width: 90px;
	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: 600px;
	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: #ffffff;
	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: #f2f2f2;
	/*background-image: url(../img/menu.jpg);*/
	height: 18px;
	width: 850px;
}
#foot {
	display: block;
	background: #474747;
	/*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;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
/* Sidebar boxes. Large on left side */
#box_container {
	display: block;
	background:#f2f2f2;
	width: 180px;
	float: left;
	top: 0;
	min-height: 100px;
	height: 100%;
	margin-bottom: 10px;
}
#box_top {
	display: block;
	background: #474747;
	width: 180px;
	height: 20px;
	top: 0px;
	position: relative;
	text-align: center;
	line-height: 20px;
}
#box_cont {
	display: block;
	height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#box_container_empt {
	display: block;
	background: transparent;
	width: 180px;
	float: left;
	top: 0;
	min-height: 50px;
	height: 100%;
	margin-bottom: 10px;
}
/* Sidebar boxes. Small on right side */
/*#box_container_s {
	background: #f2f2f2;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 7px;
	width: 120px;
	height: 100%;
	min-height: 120px;
	float: right;
}
#box_top_s {
	display: block;
	background: #474747;
	width: 120px;
	height: 20px;
	top: 0px;
	position: relative;
	text-align: center;
	line-height: 20px;
}
#box_cont_s {
	display: block;
	width: 120px;
	height: 1%;
}
#box_container_s_empt {
	display: block;
	background: transparent;
	width: 120px;
	float: right;
	min-height: 100px;
	height: 100%;
	padding-bottom: 7px;
	margin-bottom: 10px;
}*/
/* Image stuff. Used through out most pages */
.comp_img {
	display: block;
	float: left;
	border: 0px;
	margin-top: 0px;
	margin-left: 35px;
	margin-bottom: 10px;
	top: 0px;
	left: 0px;
	position: relative;
}
.order_img {
	display: block;
	margin-top: 7px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 39px;
	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: #2e2e2e;
}
/* 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: #ffffff;
	vertical-align: middle;
	clear: none;
}
.grey_bg {
	display: block;
	height: 18px;
	width: 100%;
	float: left;
	line-height: 18px;
	background: #f2f2f2;
	padding-left: 3px;
	clear: right;
	border-top: 1px solid #2e2e2e;
	margin-bottom: 4px;
}
.grey_bg_headline {
	float: left;
}
.grey_bg_dload {
	float: right;
	margin-right: 10px;
}
a.std:link {
	color: #0189cd;
	text-decoration: none;
}
a.std:visited {
	color: #0189cd;
	text-decoration: none;
}
a.std:hover {
	color: #91919F;
	text-decoration: none;
}
a.std:active {
	color: #0189cd;
	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 #ffffff;
}
.popup_text_dload_w {
	margin: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}	
.popup_text_dload_b {
	margin: 0 5px 0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #474747;
}
.popup_img_dload {
	margin-left: 5px;
}
/* This is used in download pages and pop-ups for tables */
.table_dload {
	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;
}
