@charset "windows-1251";
:link,:visited {}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

h1{
 font-size: 28px;
 color: #0c263f;
 font-family: Tahoma,Arial, Helvetica, sans-serif;
 margin:0px 0 30px 0;
}
h2{
 color: #052c41;
 font: bold 18px Arial, Helvetica, sans-serif;
 margin:0;
 padding:0;
}
#col3 h2 {
	color: #20364b;
	font: 27px Tahoma, Arial, Helvetica, sans-serif;
	margin:0px 0 6px 0;
}

h3{
	color:#022335;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:3px 0;
	padding:0;
}

h4{
 color:#000;
 font: bold 14px Arial, Helvetica, sans-serif;
}

h5{
	color:#000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

h6 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
}

/* Paragraphs
================================================*/

blockquote {
	background: #17a13d;
	padding: 10px;
	margin: 5px 0px 12px;
	color:#FFF;
}

p.marked {
	background: #fbf5f8;
	border: 1px solid #f72582;
	padding: 10px;
}

p {
	margin-bottom:15px;
}

/* Lists
================================================*/
ul {
	margin: 10px 0px 22px 27px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
}

* html ul li {
	height: 1%;
}

* html .col_left ul li {
	height: auto;
}

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

/* Tables

================================================*/



table {
	border-collapse: collapse;
	font-size:12px;
}

table td {
	padding: 8px 10px;
	text-align:left;
}

table .color td {
	background: #efefef;
}
table tr td p {
	padding-top:0px;
	padding-bottom:0px;	
	margin-top:0;
	margin-bottom:0;
}


table caption {
text-align: left;
font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #bfc5cb;
}

table th {
	background: #e7e7e8;
	border:1px solid #e7e7e8;
	color:#000;
	font-weight: bold;
	font-size:12px;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Form
================================================*/

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}
p.form_message {
	background:#17a13d;
	color:#FFF;
	padding:10px;
	font-weight:bold;
}
.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	border: 1px solid #d5d8db;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 2px;
}
.form .err {
	padding-left:2px;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form input.btn {
	font: bold 12px Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: url(../i/btn.jpg) repeat-x left top;
	border:0;
	padding:0 10px;
}
.form div.btn {
	padding:2px;
	border:2px solid #9c9c9c;
	float:left;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}
label.error {
	padding-left:10px;
	color:red;
}

/* Links
================================================*/

a {
	color:#215db5;
	text-decoration: underline;
}

a:active{
	color:#215db5;
	text-decoration: underline;
}

a:hover {
	color:#215db5;
	text-decoration: none;
}

/* Clearfix
================================================*/

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

.width1280 .clear_big, .width1024 .clear_big {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}


/* --------------------- */


body{
	color: #4b4c4e;
	background: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

div#col2 {
	float: left;
	margin-left: -100%;
	width: 240px;
}

div#col3 {
	float: left;
	margin-left: -300px;
	width: 270px;
}

div#main {
	margin-left: 260px;
	margin-right: 330px;
}

div#maincol {
	display: table; /* <- using display: table hack here for Gecko browsers */
	float: left;
	width: 100%;
}

div#wrapper {
	display: table-row;
	vertical-align: top;
}
/* <- this is needed by Opera */
div.colwrapper {
	margin: 0px;
}

#all{
	width: 100%;
	padding-top: 30px;
}
#maincol .content	{
}
#footer{
width:100%;
float:left;
clear:both;
margin-top:10px;
}
.clear{
	clear: both;
}

#body {
	max-width:1260px;
	min-width:980px;
	margin: 0 auto;
	width:expression(document.body.clientWidth > 1260? "1260px" : "auto");
}
/*
#min {
	width:expression(document.body.clientWidth < 990? "990px" : "auto");
}
*/
.width800 #min {
	width:990px;
}
#main .inner {
	margin-top:30px;
}

#col2 .inner {
	padding-left:40px;
}
#col3 .inner {
	margin-top:32px;
}

.header {
	height:261px;
	position:relative;
	background: url(../i/main_pic.jpg) no-repeat left top;
	padding:0;
	margin:0;
}

.header .corner {
	background: url(../i/corn_main_pic.gif) no-repeat right bottom;
	width:12px;
	height:12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float:right;
}
*html .header .corner {
	right: -1px;
	bottom:-1px;
}


.header_eng {
	height:261px;
	position:relative;
	background: url(../i/logo_eng.jpg) no-repeat left top;
	padding:0;
	margin:0;
}
.header_eng .corner {
	background: url(../i/corn_main_pic.gif) no-repeat right bottom;
	width:12px;
	height:12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float:right;
}
*html .header_eng .corner {
	right: -1px;
	bottom:-1px;
}

/* blocks */
.block {
	float:left;
	margin:0px 0px 15px 0px;
	width:99%;
}
.width1280 .block, .width1024 .block {
	width:49%;
}
.block .pic {
	float:left;
	width:90px;
}
.block .pic img {
	border:1px solid #d2d2d2;
	display:block;
	margin:0;
}
.block .description {
/*	margin-left:90px;*/
	float:left;
	width:70%;
	padding-left:10px;
}
.width1280 .block .description, .width1024 .block .description {
	width:60%;
}
.block h3 {
	padding:0;
	margin:0;
	font-size:14px;
}
.width1024 .block h3 {	font-size:12px;
}
.block ul {
	margin:0;
	padding:0;
}
.block ul li {
	list-style: none;
	background: url(../i/arrow.gif) no-repeat left 5px;
	padding-left:15px;

}
.block ul li a {
	color:#8a8e91;
}

.logo {
	clear:both;
	margin-bottom:60px;
}
.logo img {
	clear:both;
	display:block;
	border:0;
}
/* menu */
ul#mainmenu {
	margin:0;
	padding:0;
}
ul#mainmenu li {
	list-style: none;
}
ul#mainmenu li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#1c5fb0;
	text-decoration: underline;
	margin: 0px 8px;
	display:block;
}
ul#mainmenu li a:hover {
	text-decoration: none;
}
ul#mainmenu li.current {
	background: url(../i/menu_l.jpg) no-repeat left top;
	height:22px;
	color:#FFF;
}
ul#mainmenu li.current a {
	background: url(../i/menu_r.jpg) no-repeat right top;
	margin-left:8px;
	height:22px;
	padding:3px 9px 3px 0;
	display:block;
	color:#FFF;
	text-decoration: none;
}


ul#mainmenu li.here {
	background: url(../i/menu_l.jpg) no-repeat left top;
}
ul#mainmenu li.here a.here {
	background: url(../i/menu_r.jpg) no-repeat right top;
	margin-left:8px;

	padding:3px 9px 3px 0;
	display:block;
	color:#FFF;
	text-decoration: none;
}

ul#mainmenu li ul {
	display:block;
	margin:0 0 10px 9px;
}
ul#mainmenu li ul li {
	background: url(../i/submenu.gif) no-repeat left 50%;
	padding-left:0px;
}
ul#mainmenu li ul li a {
	font-weight: normal;
	font-size: 11px;
	color:#1a62b5;
}

/* partners */
.partners {
	clear:both;
	margin-top:30px;
	margin-left:9px;
}
.partners img {
	display:block;
	border:0;
	clear:both;
	margin:20px 0;
}


.searchbox {
	clear:both;
	width:200px;
	height:24px;
	background: url(../i/search_box.gif) no-repeat left top;
}
.searchbox .text {
	border:0;
	background: none;
	margin:4px 0 0 5px;
	height:18px;
	float:left;
	width:125px;
	font-size:12px;
	color:#a4a4a4;
}
.searchbox .btn {
	background: url(../i/search_btn.gif) no-repeat right top;
	border:0;
	float:right;
	width:57px;
	height:17px;
	color:#c4d5e8;
	font: 11px Arial, Helvetica, sans-serif;
	margin:4px 5px 0 0;
	padding-left:15px;
}


div.lang {
	clear:both;
}
div.lang ul {
	padding:0;
	margin:0;
}
div.lang ul li {
	list-style: none;
	float:left;
	color:#bfbfc0;
	font: 10px Arial, Helvetica, sans-serif;
	margin-right:10px;
	height:14px;
}
div.lang ul li a {
	color:#bfbfc0;
	font: 10px Arial, Helvetica, sans-serif;
}
div.lang ul li.current {
	background: url(../i/Blang.gif) no-repeat left top;
	width:22px;
}
div.lang ul li.current a {
	color:#FFF;
	padding:0 4px;
}

.support_block {
	background: #01458e url(../i/right_support.jpg) no-repeat left top;
	width:225px;
	height:43px;
	color:#f1f9ff;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:15px 25px;
	margin-left: -5px;
	position:relative;
	z-index:10;
	margin-top: 30px;
}
.support_block .big, .support_block .big_eng {
	font-size:22px;
}
.about {
	color:#4c4c4e;
	margin-top:20px;
	margin-bottom:50px;
	width:270px;
}

.news_block {
	width:99%;
	margin-bottom:20px;
	margin-top:15px;
}
.news_block .date {
	background: url(../i/menu_l.jpg) no-repeat left top;
	height:22px;
	color:#FFF;
}
.news_block .date div {
	background: url(../i/menu_r.jpg) no-repeat right top;
	margin-left:8px;
	height:22px;
	float:left;
	padding:3px 9px 3px 0;
}
*html .news_block .date div {
	margin-left:3px;
}
.news_block h4 {
	margin:3px 0;
	clear:both;
	font-weight:normal;
	font-size:12px;
}

/* footer */
#footer .inner {
	margin:0px 45px;
	border-top:1px solid #dddddd;
	padding-top:10px;
	margin-bottom: 20px;
}
#footer .left {
	float:left;
	width:40%;
}
#footer .right {
	float:right;
	width:50%;
}

#footer .left .logo {
	float:left;
	margin-right:20px;
}
#footer .left .copyrights {
	padding-top:10px;
	color:#888787;
}
#footer .left .copyrights strong {
	display: block;
}

#footer .right .developer {
	float:right;
	color:#888787;
	font-size:11px;
	padding-top:10px;
}
#footer .right .developer a, #footer .right .developer a:link, #footer .right .developer a:visited, #footer .right .developer a:active {
	color:#888787;
	text-decoration: none;
}
#footer .right .developer a:hover {
	text-decoration: underline;
}
#footer .right .counter {
	float:right;
	margin:10px 15px 0px 15px;
}
#footer .right .counter img {
	display:block;
	border:0;
}


/* more */
a.more, a.more:link, a.more:visited, a.more:active {
	background: url(../i/arrow.gif) no-repeat left 50%;
	padding-left:10px;
	text-decoration: underline;
	display:block;
}
a.more:hover {
	text-decoration: none;
}

.head_block {
	height:262px; 
}

.breadcrumb {
	clear:both;
	width:100%;
	color:#999;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color:#999;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}

/* No?iee oeeuo?a e ni?oe?iaee */
.shop_block
{
	background-color: #e7e7e8;
	padding: 5px 7px;
	margin: 10px 0 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.arrow_up
{
	width: 16px;
	height: 16px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
	z-index: 1;
}

.arrow_up_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

span.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
}

.page_link
{
	border: 1px dashed #bbbbbb;
}

span.current
{
	background: #e46930;
	color: #fff;
	border: 1px solid #d73000;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #000;
}

.path_arrow
{

	padding: 0px 5px 0px 5px;
	font-size: 10pt;
}


/* catalog table */
table.catalog {
	border-color: #e7e7e8;
	border-collapse: collapse;
	margin: 15px 0;
	font: 12px Arial, Helvetica, sans-serif;
	width:100%;
}

table.catalog td {
	/* border-collapse: collapse; */
	padding: 8px 10px;
	border:1px solid #e7e7e8;
	text-align:left;
}
table.catalog th {
	background: #e7e7e8;
	border:1px solid #e7e7e8;
	color:#000;
	font-weight: normal;
	font-size:12px;
}
table.catalog td {
	text-align:center;
}
table.catalog td.left {
	text-align: left;
}
input.tocart {
	width:30px;
	border:1px solid #e7e7e8;
}

.questions_title{
font-size: 18px;
color: #000;
font-weight: normal;
margin: 10px 0 15px 0;
padding: 0;
}
.questions_ask{
margin: 5px 20px 15px 0px;
}
.questions_reply{
font-size: 14px;
padding: 0 0 0 15px;
margin: 10px 5px 10px 10px;
border-left: 4px solid #CCD2D8;
}

.questions{
margin: 30px 0 30px 0px;
}

.ask_main{
margin: 5px 0 5px 0px;
}
ul.question_main{
margin: 0px;
}

ul.question_main li{
background-image:none;
padding-left: 0px;
margin: 20px 0 15px 0px;
}


/* Tables

================================================*/



table.cart {

	border-color: #bfc5cb;

	border-collapse: collapse;

	margin: 10px 0px 10px 1px;

	font-size:12px;
width:100%;
}



table.cart td {

	/* border-collapse: collapse; */

	padding: 8px 10px;

	border:1px solid #bfc5cb;

	text-align:left;

}

table.cart .color td {

	background: #efefef;

}



table.cart caption {

	text-align: left;

	font-weight: bold;

	padding: 5px 5px;

	color: #000;

	font-size: 107%;

	text-transform: uppercase;

	border-bottom: 1px solid #bfc5cb;

}



table.cart th {

	padding: 5px;

	border: 1px solid #bfc5cb;

	color: #FFF;

	background: #3da835;

	font-weight: bold;

	text-align: center;

}

.width1024 div#col3, .width800 div#col3  {
	width: 200px;
	margin-left: -230px;

}

.width1024 div#col2, .width800 div#col2  {
	width:200px;
}
.width1024 div#main, .width800 div#main  {
	margin-left: 220px;
	margin-right: 260px;
}
.width1024 .support_block, .width800 .support_block {
	background: #01458e url(../i/right_support_small.jpg) no-repeat left top;
	width:150px;
}
.width1024 .support_block .big {
	font-size:18px;
}
.width1024 .support_block .big_eng {
	font-size:16px;
}
.width1024 .about {
	width:190px;
}
.width1024 div#col2, .width800 div#col2  {
	width:200px;
}

.test_img {
margin: 10px 15px;
}

table.border tr td {
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}
table.border {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
}
table.border tr td p {
padding:0;
margin:0;
}

.hidden {
  	display: none;
	background:#FFF;
}
#inline-sample {
	background:#FFF;
}
#inline-sample-content {
	background:#FFF;
}