@charset "utf-8";
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {font-size: 100.01%;}
body {
line-height: 1;
background: #f2f5f7 url(images/bg.jpg) repeat center top;
color: #333;
text-align: left;
font: 13px/18px Arial, Helvetica, sans-serif;
}
html,body {height: 100%;}
* html .container{height: 100%;} 
.cc { clear:both; overflow:hidden; padding:0!important; border:0; height:0!important; }
.clearfix:after { content: ".";display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; display: block; }
ol, ul {list-style: none; }
:focus {outline: 0;}
table {border-collapse: collapse; border-spacing: 0; font-size: 100%;}
a {color: #03c; text-decoration: underline;}
a:hover {text-decoration: none;}
input[type="text"], input[type="password"] {font-size: 14px; padding: 0; color: #666;}
textarea {font-size: 14px; padding: 0; color: #666;}
.cc { clear: both; height: 0px; font-size: 1px; }
header, nav, section, article, aside, footer {display: block;}

/* Шрифты
-----------------------------------------------------------------------------*/
@font-face {
	font-family: 'Segoe Print'; /* Гарнитура шрифта */
	src: url(fonts/segoepr.eot); /* Для IE5-8 */
	src: local(Segoe Print), url(fonts/segoepr.ttf); /* Для остальных браузеров */
}

/* Разметка
-----------------------------------------------------------------------------*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 167px;
	background: url(images/bg-header.png) repeat-y center top;
}

#header .inner {
	width: 940px;
	margin: 0 auto;
}

#middle {
	width: 1000px;
	margin: 20px auto 0;
	padding: 0 0 92px;
}

#content {
	width: 940px;
	margin: 0 auto 25px;
}

#footer {
	width: 940px;
	margin: -92px auto 0;
	height: 92px;
	background: url(images/bg-footer.png) no-repeat center 0;
	position: relative;
}

/* Шапка
-----------------------------------------------------------------------------*/
#header {
	color: #fff;
}

a#logo {
	display: block;
	width: 144px;
	height: 143px;
	padding-top: 10px;
	float: left;
}

#header-center {
	width: 542px;
	padding: 24px 20px 0;
	float: left;
}

#header-center p {
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

input#inputsearch {
	width: 419px;
	height: 19px;
	line-height: 19px;
	padding: 2px 10px 0 30px;
	border: none;
	background: url(images/bg-search.png) no-repeat left top;
	font-size: 13px;
	font-style: italic;
	color: #ccc;
	float: left;
}

a#submitsearch {
	display: block;
	width: 77px;
	height: 22px;
	line-height: 22px;
	background: url(images/submitsearch.png) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	color: #666;
	float: right;
}

#header-right {
	padding-top: 24px;
}

/* Меню 
-----------------------------------------------------------------------------*/
nav {
	width: 946px;
	margin: 0 auto;
}



#horizontal-multilevel-menu {
	height: 43px;
	background: url(images/bg-menu.png) repeat-x left top;
	border: 1px solid #cbcfd0;
	border-radius: 5px;
        /*overflow:hidden;*/
}

#horizontal-multilevel-menu li {
	float: left;
	height: 43px;
	background: url(images/menu-sep.png) no-repeat right center;
}

#horizontal-multilevel-menu li a.root-item-selected {
	background: url(images/toplevel.png) no-repeat right center;
}

#horizontal-multilevel-menu li a {
	display: block;
	line-height: 43px;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	padding: 0 23px 0 23px;
	margin-right: 2px;
        font-weight: normal;
}

#horizontal-multilevel-menu li.current  {
	background: url(images/menucurrent.png) repeat-x 0 0 !important;
}

#horizontal-multilevel-menu li a:hover {
	text-decoration: underline;
}

#horizontal-multilevel-menu li#last {
	background: none;
}






/* ------------------------------- */
/*
#menu {
	height: 43px;
	background: url(images/bg-menu.png) repeat-x left top;
	border: 1px solid #cbcfd0;
	border-radius: 5px;
}

#menu li {
	float: left;
	height: 43px;
	background: url(images/menu-sep.png) no-repeat right center;
}

#menu li a.toplevel {
	background: url(images/toplevel.png) no-repeat right center;
}

#menu li a {
	display: block;
	line-height: 43px;
	font-size: 18px;
	color: #666;
	text-decoration: none;
	padding: 0 22px 0 22px;
	margin-right: 2px;
}

#menu li.current {
	background: url(images/menucurrent.png) repeat-x 0 0 !important;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li#last {
	background: none;
}
*/


/* Слайдер
-----------------------------------------------------------------------------*/
#slider {
	width: 940px;
	margin: 0 auto;
	height: 270px;
	position: relative;
	border-radius: 5px;
	margin-top: 16px;
	box-shadow: 3px 3px 3px #5d595c;
	-moz-box-shadow: 3px 3px 3px #5d595c;
	-webkit-box-shadow: 3px 3px 3px #5d595c;
}

#slider img {
	border-radius: 5px;
}

#slider a.prev, #slider a.next {
	display: block;
	width: 36px;
	height: 51px;
	position: absolute;
	top: 109px;
}

#slider a.prev {
	background: url(images/prev.png) no-repeat 0 0;
	left: 0;
}

#slider a.next {
	background: url(images/next.png) no-repeat 0 0;
	right: 0;
}

/* Контент
-----------------------------------------------------------------------------*/
#breadcrumbs {
	width: 940px;
	margin: 0 auto;
	font-size: 11px;
	color: #7c7b7b;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Контент
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #03c;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #03c;
}

h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

h4 {
	margin-bottom: 0;
}

h5 {
	font-size: 16px;
	margin-bottom: 10px;
}

h6 {
	font-size: 14px;
	margin-bottom: 10px;
}

#content p {
  margin-bottom: 10px;
}

#content ul {
  list-style: disc;
  margin: 0 0 10px 25px;
}

#content ol {
  list-style: arabic;
  margin-bottom: 0 0 10px 25px;
}

/* Блок Продукция на главной
-----------------------------------------------------------------------------*/
.block {
	width: 960px;
	margin: 0 auto 25px;
	position: relative;
}

.blockitem {
	width: 220px;
	margin: 0 10px;
	float: left;
}

.blockhead_title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 35px;
	color: #03c;
}

.blockhead {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	color: #03c;
}

.blockitem img {
	width: 215px;
	height: 165px;
	border-radius: 5px;
	margin-bottom: 5px;
	box-shadow: 3px 3px 3px #5d595c;
	-moz-box-shadow: 3px 3px 3px #5d595c;
	-webkit-box-shadow: 3px 3px 3px #5d595c;
}
.blockitem_new img {
	width: 205px;
	height: 165px;
	border-radius: 5px;
	margin-bottom: 5px;
	box-shadow: 3px 3px 3px #5d595c;
	-moz-box-shadow: 3px 3px 3px #5d595c;
	-webkit-box-shadow: 3px 3px 3px #5d595c;
}



.blockitem a {
	font-size: 14px;
}

.separator {
	height: 7px;
	background: url(images/separator.png) no-repeat center top;
	margin-bottom: 25px;
}

a.newsprev, a.newsnext {
	display: block;
	width: 30px;
	height: 45px;
	position: absolute;
	top: 85px;
}

a.newsprev {
	background: url(images/newsprev.png) no-repeat 0 0;
	left: -20px;
}

a.newsnext {
	background: url(images/newsnext.png) no-repeat 0 0;
	right: -20px;
}

/* Страница товара
-----------------------------------------------------------------------------*/
#itemleft {
	width: 380px;
	float: left;
	margin-bottom: 20px;
}

#itemleft img {
	border-radius: 5px;
	box-shadow: 3px 3px 3px #5d595c;
	-moz-box-shadow: 3px 3px 3px #5d595c;
	-webkit-box-shadow: 3px 3px 3px #5d595c;
}

#itemleft .carousel {
	height: 107px;
	margin-top: 20px;
	position: relative;
}

#itemleft .carousel img {
	margin: 0 5px;
}

#itemleft .carousel a.prev, #itemleft .carousel a.next {
	display: block;
	width: 15px;
	height: 26px;
	position: absolute;
	top: 40px;
}

#itemleft .carousel a.prev {
	background: url(images/carprev.png) no-repeat 0 0;
	left: -10px;
}

#itemleft .carousel a.next {
	background: url(images/carnext.png) no-repeat 0 0;
	right: -10px;
}

#itemright {
	width: 540px;
	float: right;
	margin-bottom: 20px;
}

#itemright form#order {
	float: right;
	width: 220px;
	background: #999;
	border: 1px solid #afb2b4;
	border-radius: 5px;
	text-align: center;
}

#itemright form#order .orderhead {
	color: #fff;
	margin-top: 10px;
	font-size: 16px;
}

#itemright form#order input {
	width: 172px;
	height: 19px;
	padding: 2px 10px 0;
	background: url(images/orderinput.png) no-repeat 0 0;
	font-size: 11px;
	color: #999;
	border: none;
	margin-bottom: 10px;
}

#itemright form#order textarea {
	width: 172px;
	height: 120px;
	padding: 10px;
	background: url(images/ordertextarea.png) no-repeat 0 0;
	font-size: 11px;
	color: #999;
	border: none;
	margin-bottom: 10px;
}

#itemright form#order a#ordersubmit {
	display: block;
	width: 88px;
	height: 22px;
	line-height: 22px;
	background: url(images/ordersubmit.png) no-repeat 0 0;
	font-size: 14px;
	color: #666;
	margin: 0 auto 10px;
	text-decoration: none;
}

#itemright #itemdescr {
	padding-right: 230px;
}

#itemright #price {
	margin-top: 50px;
	font-size: 18px;
	line-height: 22px;
}

#itemright #price span {
	color: #03c;
}

#callback {
	font-size: 14px;
	margin-top: 30px;
}

#itemright #documentation {
	margin-top: 20px;
	font-size: 14px;
}

#itemright #documentation .docitem {
	display: block;
	line-height: 22px;
	width: 240px;
	float: left;
	padding-left: 22px;
	background: url(images/docitem.png) no-repeat 0 50%;
}

table#tth {
	font-size: 14px;
	margin-bottom: 20px;
}

table#tth tr.grey {
	background: #ccc;
}

table#tth td, table#tth th {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

table#tth th {
	background: #878486;
	color: #fff;
	font-weight: normal;
}

/* Футер
-----------------------------------------------------------------------------*/
#copy {
	width: 160px;
	padding-top: 30px;
	font-size: 12px;
	float: left;
}

#menubottom {
	padding-top: 30px;
	width: 650px;
	float: left;
}

#menubottom li {
	display: inline;
	padding: 0 12px;
}

#menubottom li a {
	text-decoration: none;
	color: #666;
}

#menubottom li a:hover {
	text-decoration: underline;
}

a#downprice {
	display: block;
	width: 100px;
	padding: 25px 0 0 28px;
	line-height: 25px;
	height: 25px;
	background: url(images/price.png) no-repeat 0 25px;
	float: right;
	font-size: 14px;
}

li#li_menu_sep_null{
background: none;
}