html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 13px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited{color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:210px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #2F4773 url(images/fon2.jpg) repeat-x;
}

#header_logo
{
	position:absolute;
}


#header_face
{
	position:absolute;
	left:490px;
	top: 150px;
	color:#CFD6E1;
}


#header_searh
{	
    position:absolute;
	right:20px;
	top: 10px;
    color: #CFD6E1;
	font-size: 100%;
    text-decoration:none;
}

#header_banner
{
	position:absolute;
	right: 0px;
	bottom: 0px;
}

#header_text
{
	position:absolute;
	left:230px;
	top: 78px;
	color:#fff;
}

#header_text a
{
	color: #fff;
        text-decoration:none;
}

#header_snip
{
	position:absolute;
	left:216px;
	top: 300px;
}

#header_texts
{
        position:absolute;
	right:30px;
	top: 7%;
	color: #fff;
	font-size: 100%;
        text-decoration:none;
}

#header_texts a
{
	color: #fff;
	font-size: 85%;
        text-decoration:none;
}


#bask
{
	color: #fff;
	font-size: 11px;
}

#bask a
{
	color: #fff;
        text-decoration:none;
}

#header_phone
{
        position:absolute;
        left:50%;
        top: 80px;
}


#header_phone h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	color: #fddd03;
	border:none;
	text-decoration:none;
}

#header_text div
{
	font-size:11px; padding-bottom:5px; width:230px;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#zebra
{
	height:20px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #4D6990;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
        text-decoration:none;
}

table.data-table2
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}
table.data-table2 thead td, table.data-table2 th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:bold;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}
table.data-table2 tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}



/*Data table*/
table.data-table
{
	border:1px solid #CECECE;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #CECECE;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#E1E5ED;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #CECECE;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}




/*ul_ye*/
ul.ye {
	margin: 0;
	color:#486daa;
	padding: 4px 0px 4px 20px;
	font-size: 12px;
	font-weight: bold;
}

ul.ye li {
	padding-bottom: 2px;
}

a:link.ye, a:visited.ye, a:active.ye, a:hover.ye {
	color: #486daa;
        text-decoration: none;
}
a:hover.ye {
        text-decoration: underline;
}

a:link.red, a:visited.red, a:active.red, a:hover.red {
	color: #ffffff;
        font-weight: bold;
        font-size: 140%;
        text-decoration: none;
}

a:link.none, a:visited.none, a:active.none, a:hover.none {
	color: #c52f35;
        font-weight: bold;
        text-decoration: none;
}

a:link.no, a:visited.no, a:active.no, a:hover.no {
        color: #000000;
        text-decoration: none;
}

a:hover.no {
        color: #8c9aa8;
        text-decoration: none;
}

.vibor {
	border-top: 2px solid #CFD6E1;
	border-bottom: 2px solid #CFD6E1;
	border-right: 2px solid #CFD6E1;
	padding: 5px;
}


.povod {
	color:#000;
	font-size: 12px;
	width: 172px;
}

h2.vib {
	color: #bc262c;
	margin:0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #CFD6E1;
	font-size:120%;
}

h2.pol {
	color: #bc262c;
	margin: 0;
	padding: 0;
	font-size:120%;
}






#header_phone div.telephone { color: #FFF; background: url(images/icons-tel.gif) no-repeat 0; margin:0; padding:0 0 0 27px; font-size:24px; font-family:Arial; }
#header_phone div.telephone span { color: #b9c7e0; font-size:20px; }
#header_phone div.schedule { color: #fff; font-size:13px; padding-top:7px; }
#header_phone div.schedule span { font-weight:bold; }
#header_phone div.soc { margin-top:43px; }
#header_phone div.soc img { margin-right:3px; }


#schedule { position: absolute; top:150px; left: 230px; height: 70px;}
#schedule td { padding: 0;}
#schedule div.telephone { margin:0; padding:0 0 0 27px; font-size:2.3em; font-family:Arial;  }
#schedule div.schedule { font-size: 100.01%; font-family: Verdana, Arial, Helvetica, sans-serif; }


#cart_line { position:absolute; right:10px; top:15px; background:url(images/fon-basket.jpg); width:246px; height:187px; }
#cart_line .basket { position:relative; }
#cart_line .basket .head-bask { position:absolute; top:5px; left:19px; }
#cart_line .basket .num-prod { position:absolute; top:75px; left:22px; text-align:center; }
#cart_line .basket .zakaz { position:absolute; top:120px; left:22px; }

#header_auth { position:absolute; top:165px; right:31px; z-index:500; }
#header_auth div.auth { text-align:right; }
#header_auth div.auth a { text-decoration:none; color:#b9c7e0; border-bottom:1px dashed #b9c7e0; }


.table-prod { width:205px; }
.table-prod td { color:#fff; white-space:nowrap; }
.table-prod td.bg { background:url(images/bg-bask.gif) bottom left repeat-x; }