/**
* Main CSS of site interface.
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

html
{
	/*height: 100%;*/
}

*
{
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #C00;
	font-weight: normal;
	text-decoration: underline;
}
a:active,
a:hover
{
	color: #C00;
	text-decoration: none;
}
a img {
	border: none;
}
body
{
	background-color: #fff;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	text-align: left;
}
body#site
{
	text-align: center;
}

div
{
	margin: 0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 4px;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #AB1315;
	font-family: "Trebuchet MS", Verdana;
	margin: 0;
	padding: 5px 0 20px 0;
	text-align: left;
}
h2, h3, h4, h5, h6
{
	padding: 10px 0 5px 0;
}
h1
{
	font-family: Arial, Verdana;
	font-size: 30px;
	font-weight: bold;
	padding: 3px 0 7px 0;
	/*margin: 5px 0;*/
	display: inline;
}
h2
{
	font-size: 24px;
	font-weight: normal;
	display: inline;
	padding: 10px 0;
	color: #999999;
}
h3
{
	font-size: 10px;
	padding: 0;
	font-weight: normal;
	margin-left: 5px;
}
h4
{
	font-size: 18px;
	font-weight: normal;
}
h5
{
	font-size: 16px;
	font-weight: bold;
}
h6
{
	font-size: 14px;
	font-weight: bold;
}

input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	padding: 2px;
}
input.text:focus
{
	border: 1px solid #0B0;
}

li
{
	margin: 0;
	padding: 0;
}

ol
{
	margin: 0 0 0 20px;
	padding: 0;
}

option
{
	background-color: #F2F2F2;
}

p
{
	margin: 0;
}

select
{
	background-color: #F2F2F2;
	margin: 0;
	padding: 1px;
}

textarea
{
	background-color: #F2F2F2;
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
}
textarea:focus
{
	border: 1px solid #0B0;
}

ul
{
	margin: 0 0 0 20px;
	padding: 0;
}


/*********************/
/* Layout containers */
/*********************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

/* simple centered */
/*
#main
{
	margin: 0 auto;
	width: 847px;
}
*/

/* centered and full height */
/*
.wrap
{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#main1
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	height: 100%;
	margin: 0 auto;
	width: 848px;
}
#main1-inner
{
	background: #e4f0fa;
	height: 100%;
	margin: 0 9px;
}

#main2
{
	background: #fff;
	border-left: 1px solid #3192b8;
	border-right: 1px solid #3192b8;
	margin: 0 auto;
	width: 848px;
}
#main2-inner
{
	background: #fff;
	margin: 0 7px;
}
*/


/*********/
/* Items */
/*********/

#article
{
	background: #fff;
	border-top: 2px solid #fff;
	float: left;
	line-height: 140%;
	min-height: 500px;
	padding: 30px 25px 30px 35px;
	text-align: left;
	vertical-align: top;
	width: 650px;
}
* html #article /* IE 6 */
{
	height: 500px;
}


.button
{
	background-color: #FFF;
	border: 1px #666 solid;
	color: #666;
	display: block;
	font-weight: bold;
	margin: 10px 0;
	padding: 1px 4px;
	text-decoration: none;
}
.button:active,
.button:hover
{
	background-color: #666;
	border: 1px #666 solid;
	color: #FFF;
	text-decoration: none;
}

/* rounded-corners (SiteButton) */
/*
.button
{
	background-color: #e2ebf2;
	float: left;
}
.button .t
{
	background: url("../tmpl/img/button_tr.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .b
{
	background: url("../tmpl/img/button_br.gif") no-repeat right top;
	margin: 0;
	padding: 0;
}
.button .t img,
.button .b img
{
	border: none;
	display: block !important;
	height: 2px;
	margin: 0;
	padding: 0;
	width: 2px;
}
.button p
{
	margin: 0;
	padding: 1px 10px;
	white-space: nowrap;
}
.button p a
{
	color: #305d7f;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.button p a:active,
.button p a:hover
{
	color: #305d7f;
	text-decoration: none;
}
*/


/*****************/
/* Form, Listing */
/*****************/

.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

.layout_footer1,
.layout_footer2,
.layout_header1,
.layout_header2
{
	width: 99%;
}

.layout_footer1 #sep
{
	width: 6px;
}

.layout_footer2 #sep
{
	width: 6px;
}

.layout_header1 #sep
{
	width: 6px;
}

.layout_header2 #sep
{
	width: 6px;
}


/********/
/* Form */
/********/

.form
{
	background-color: #FFF;
	width: 99%;
}
.form td
{
	background-color: #FFF;
}

.form_field
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.form_label
{
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

.err,
#err
{
	color: #C00;
}
input.err
{
	background-color: #F2F2F2;
	border: 1px #C00 solid;
	padding: 1px;
}
select.err,
select.err option,
textarea.err
{
	border: 1px #C00 solid;
}

#hint
{
	color: #999;
	padding: 0 5px;
}

#req,
span.req
{
	color: #C00;
}

.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/*********/
/* Menus */
/*********/

/* horizontal menu at left-top corner */

.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 12px 7px 0;
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	font-family: Arial;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1:active,
.h1_menu_content .l1:hover,
.h1_menu_content .l1_a:active,
.h1_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* horizontal menu at footer */
.h2_menu_content
{
	padding: 10px 0 30px 0;
}
.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	color: #666;
	font-weight: normal;
	padding: 0 7px;
	text-decoration: none;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1:active,
.h2_menu_content .l1:hover,
.h2_menu_content .l1_a:active,
.h2_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}

/* horizontal menu at right-top corner */
.h3_menu_content
{
	padding: 7px 0 0 0;
}
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	background: url("../tmpl/img/h3_l1.gif") no-repeat left center;
	color: #FFF;
	display: block;
	font-weight: normal;
	padding: 0 8px 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#menu_v1 {
	margin: 20px 30px 10px 15px;
}
.v1_menu_content .l1,
.v1_menu_content .l1_a
{
	background: url("../tmpl/img/bul_v1.gif") no-repeat 10px 50%;
	color: #999999;
	display: block;
	font-weight: bold;
	padding: 4px 5px 4px 24px;
	text-decoration: none;
}

.v1_menu_content .l1_a,
.v1_menu_content .l1_a:active,
.v1_menu_content .l1_a:hover,
.v1_menu_content .l1:active,
.v1_menu_content .l1:hover
{
	color: #808080;
	text-decoration: none;
}

.v1_menu_content .l2,
.v1_menu_content .l2_a
{
	background: url("../tmpl/img/bul_v1_l2.gif") no-repeat 22px 50%;
	background-color: #FFF;
	color: #999999;
	display: block;
	font-weight: normal;
	padding: 4px 5px 4px 33px;
	text-decoration: none;
}
.v1_menu_content .l2:active,
.v1_menu_content .l2:hover
{
	color: #5E5E5E;
	text-decoration: none;
}
.v1_menu_content .l2_a,
.v1_menu_content .l2_a:active,
.v1_menu_content .l2_a:hover
{
	background: #EBEBEB url("../tmpl/img/bul_v1_l2a.gif") no-repeat 22px 50%;
	color: #5E5E5E;
	text-decoration: none;
}

/* vertical menu under document title */
.v2_menu_content
{
}
.v2_menu_content td
{
	
}
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	color: #999999;
	display: block;
	font-weight: normal;
	padding: 10px 25px 10px 5px;
	text-decoration: none;
}
.v2_menu_content .l1:active,
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active,
.v2_menu_content .l1_a:hover
{
	color: #999999;
	text-decoration: underline;
}

/* language selector */
.lang_menu_content
{
	padding: 0px 0 0 0;
}
.lang_menu_content .l1,
.lang_menu_content .l1_a
{
	background: transparent url("../tmpl/img/lang_back.png") no-repeat center top !important;	
	background: transparent url("../tmpl/img/lang_back.gif") no-repeat center top;	
	display: block;
	width: 59px;
	height: 36px;
	color: #CCC;
	font-size: 14px;
	padding-top: 17px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	font-family: sans-serif;
}

.front .lang_menu_content .l1,
.front .lang_menu_content .l1_a {
	background: transparent url("../tmpl/img/lang_back.gif") no-repeat center top;	
}
.default .lang_menu_content .l1,
.default .lang_menu_content .l1_a {
	background: transparent url("../tmpl/img/lang_back.jpg") no-repeat center top;	
}


.lang_menu_content .l1_a,
.lang_menu_content .l1:active,
.lang_menu_content .l1:hover,
.lang_menu_content .l1_a:active,
.lang_menu_content .l1_a:hover
{
	color: #AAA;
}
/*
.lang_menu_content .l1-est
{
	background: url("../tmpl/img/lang_est.gif") no-repeat left center;
}
.lang_menu_content .l1-eng
{
	background: url("../tmpl/img/lang_eng.gif") no-repeat left center;
}
.lang_menu_content .l1-rus
{
	background: url("../tmpl/img/lang_rus.gif") no-repeat left center;
}
.lang_menu_content .l1-lit
{
	background: url("../tmpl/img/lang_lit.gif") no-repeat left center;
}
.lang_menu_content .l1-lat
{
	background: url("../tmpl/img/lang_lat.gif") no-repeat left center;
}
*/

/* location bar */
.location_bar td
{
	vertical-align: top;
}
.location_bar a
{
	color: #999;
	font-weight: normal;
	padding: 0 1px;
	text-decoration: none;
}
.location_bar a:active,
.location_bar a:hover
{
	color: #666;
	text-decoration: underline;
}
.location_bar .sep
{
	color: #666;
	font-weight: normal;
	padding: 0 4px 0 1px;
}

/* navigation bar */
.navi_menu_content
{
	border-top: 1px #F00 dotted;
	padding: 9px 0;
}
.navi_menu_content .l1,
.navi_menu_content .l1_a
{
	color: #666;
	font-weight: normal;
	padding: 0 0;
	text-decoration: none;
}
.navi_menu_content .l1_a,
.navi_menu_content .l1:active,
.navi_menu_content .l1:hover,
.navi_menu_content .l1_a:active,
.navi_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: underline;
}
.navi_menu_content .l1_sep
{
	color: #666;
	font-weight: normal;
	padding: 0 11px;
}


/************/
/* siteEdit */
/************/
.siteEditDotOver
{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	display: none;
	margin: 0;
	position: absolute;
	text-align: left;
	visibility: visible;
	width: 160px;
	z-index: 2500;
}
.siteEditDotOver table
{
	border: 1px solid #105aa4;
	width: 100%;
}
.siteEditDotOver table td
{
	background-color: #fff;
	padding: 2px 4px 2px 6px;
}
.siteEditDotOver table td.icon
{
	background-color: #f4f4f4;
	padding: 2px 4px;
	text-align: center;
	width: 1%;
}
.siteEditDotOver a
{
	display: block;
	color: #009;
	text-decoration: none;
}
.siteEditDotOver a:hover
{
	text-decoration: underline;
}

#page {
	width: 985px;
	margin: 72px auto 10px;
	padding-bottom: 15px;
}
.default#page {
	width: 985px;
	margin: 40px auto 0;
}
.frontp#page #header {
	height: 51px;
	background: url("../tmpl/img/header_bg.jpg") no-repeat 15px 0px;
	position: relative;
}
.default#page #header {
	height: 51px;
	background: url("../tmpl/img/header_bg2.jpg") no-repeat 12px 0px;
	position: relative;
}
.frontp#page #main {
	height: 433px;
	position: relative;
	background: url("../tmpl/img/fp_img.jpg") no-repeat 0px 0px;
}
#page #contacts {
	color: #999999;
	text-align: right;
	margin-right: 20px;
}
#lang_menu {
	position: absolute;
	left: 22px;
	top: 18px;
}
.default #lang_menu {
	top: 0px;
}
#search {
	position: absolute;
	right: -5px;
	top: 18px;
	width: 175px;
	height: 50px;
	background: url("../tmpl/img/search_bg.png") no-repeat 0px 0px !important;
	background: url("../tmpl/img/search_bg.gif") no-repeat 0px 0px;
	padding: 17px 0 0 23px;
	text-align: left;
}
.front #search {
	background: url("../tmpl/img/search_bg.gif") no-repeat 0px 0px;	
}
.default #search {
	background: url("../tmpl/img/search_bg.jpg") no-repeat 0px 0px;	
}

.default #search {
	top: 0px;
}
#search #search-word {
	border: 0px solid #000;
	width: 105px;
}
#search #search-btn {
	width: 20px;
	height: 17px;
	float:right;
	margin-right: 38px !important;
	margin-right: 20px;
	cursor: pointer;
	cursor: hand;
	display: block;
	background: #EEE;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#menu_h1 {
	right: 30px;
	position: absolute;
	width: 700px;
}
#home_link {
	position: absolute;
	display: block;
	width: 210px;
	height: 30px;
	top: 5px;
	left: 25px;
}
.default#page #main_top {
	background: url("../tmpl/img/main_top.jpg") no-repeat 9px 0px;	
	height: 13px;
}
.default#page #main {
	background: url("../tmpl/img/main_bg.jpg") repeat-y 0px 0px;
	margin: 0 9px;
	height: 30px;
	position: relative;
}
.default#page #main2 {
	background: url("../tmpl/img/main_bg.jpg") repeat-y 0px 0px;
	margin: 0 9px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 30px 10px 0 10px;
	text-align: left;
}
.default#page #main_bot {
	background: url("../tmpl/img/main_bot.jpg") no-repeat 9px 0px;	
	height: 12px;
}
#main2 .col1 {
	float: left;
	width: 223px;
	min-height: 100px;
}
#main2 .col2 {
	float: left;
	width: 723px;
}
.doc_body {
	color: #999999;
	line-height: 160%;
	margin: 0 20px 30px 0;
}
#icon_print {
	right: 200px;
	width: 66px;
	top: 7px;
	height: 26px;
	position: absolute;
	background: url("../tmpl/img/print_bg.jpg") no-repeat right top;
	text-align: center;
	padding: 11px 22px 0 0;
}

#icon_print a {
	color: #999999;
	text-decoration: none;
}

.main_gr_list {
	float: left;
	width: 343px !important;
	width: 340px;
	min-height: 163px;
	height: auto !important;
	height: 163px;
	margin-right: 17px;
	margin-bottom: 10px;
}
.main_gr_list .title {
	color: #AB1315;
	font-weight: bold;
	margin: 4px 0;
}
.main_gr_list .body {
	border: 1px solid #CCCCCC;
}
.main_gr_list .body .image {
	float: left;
	width: 163px;
	padding: 3px;
}
.main_gr_list .body .subgrs {
	float: left;
	width: 161px;
	padding: 15px 3px 3px;
}
.main_gr_list .body .subgrs a.sub {
	display: block;
	color: #666666;
	text-decoration: none;
	background: url("../tmpl/img/bul_gr.gif") no-repeat 5px center;
	padding: 1px 0 0 15px;
}
.main_gr_list .body .subgrs a.sub:HOVER {
	color: #666;
	text-decoration: underline;
}
.prod_list_item {
	float: left;
	width: 165px ;
	margin-right: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.prod_list_item .image {
	border: 1px solid #CCCCCC;
	height: 158px;
	padding: 3px;
}
.prod_list_item .name {
	padding: 4px 0 0px;
}
.prod_list_item .name a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.prod_list_item .name a:HOVER {
	text-decoration: underline;
}
.prod_list_item .code {
	color: #999;
	text-decoration: none;
}
.grcol1 {
margin-right: 0px;
}
.gr2col3 {
margin-right: 0px;
}
.paginator_nav .btn_prev a,
.paginator_nav .btn_next a,
.paginator_nav .btn_page a{
	padding: 2px 5px;
	color: #999;
	background: #FFF;
	border: 1px solid #CCC;
	text-decoration: none;
	font-weight: bold;
	margin: 0 1px;
}
.paginator_nav .btn_prev a:HOVER,
.paginator_nav .btn_next a:HOVER,
.paginator_nav .btn_page a:HOVER{
	color: #999;
	background: #F2F2F2;	
}
.paginator_nav .active a {
	color: #999;
	background: #EEE;
}
.paginator_nav .disabled {
	color: #bbb;
	padding: 2px 5px;
}
#specials {
	margin: 20px 5px 10px 15px;
}
h1#hide {
	display: none;
}
