html, body, div, span, applet, object, iframe,
p, pre,
a, address, big, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
 ul, li, form, label
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
sup, sub{
	font-size:70%;
	text-decoration:underline;
}
a{color: #fff; }
a:hover{color: #fff; text-decoration: none;}
#content p{margin: 15px 0; text-indent: 15px;}
#content ol{list-style: decimal outside; margin: 1.12em 0; padding-left: 40px;}
#content ul{list-style: disc outside; margin: 1.12em 0; padding-left: 40px;}
html, body, #container{
	height: 100%;
}
body{
	font: 13px/1.3 'PT Sans', Arial, sans-serif;
	color: #fff;
	background: #01080e url(images/bg.jpg) repeat-x 50% 0 fixed;
}
#container{
}
#all2, .footer2, .head, .headtop2{
	position: relative;
	margin: 0 auto;
	width: 1024px;
	min-width: 1024px;
}
.headtop, .footer{
	height: 52px;
	background: #1d2c53;
	min-width: 1024px;
	z-index: 200;
}
.head{
	position: relative;
	height: 123px;
	border-bottom: 4px solid #fff;
	z-index: 15;
}
#all2{
	z-index: 10;
	padding-bottom: 5px;
}
.logo {
	display: block;
    position: absolute;
    left: 0;
    top: 10px;
	margin: 0;
    width: 307px;
	height: 63px;
	background: url(images/logo.png) no-repeat 0 0;
}
.tel{
	float: left;
	margin-right: 15px;
	font: 19px/52px 'PT Sans', Arial, sans-serif;
	color: #fff;
	padding-left: 27px;
	background: url(images/tel.png) no-repeat 0 50%;
}
.email{
	float: left;
	margin-right: 15px;
	font: 17px/52px 'PT Sans', Arial, sans-serif;
	color: #fff;
	padding-left: 27px;
	background: url(images/email.png) no-repeat 0 50%;
}
.skype{
	float: left;
	margin-right: 15px;
	font: 17px/52px 'PT Sans', Arial, sans-serif;
	color: #fff;
	padding-left: 27px;
	background: url(images/skype.png) no-repeat 0 50%;
}
.currencies{
	position: absolute;
	right: 108px;
	top: 9px;
	font-size: 13px;
	color: #fff;
}
#cart{
	display: block;
	position: absolute;
	right: 0;
	top: 6px;
	width: 120px;
	height: 68px;
	padding: 0 80px 0 0;
	background: url(images/cart.png) no-repeat 100% 50%;
	color: #fff;
	text-decoration: none;
	text-align: right;
}
#cart span{
    display: block;
    font-size: 44px;
    position: absolute;
    right: 18px;
    top: 13px;
}
#cart div{
	padding-top: 8px;
}
#cart div b{
	font-size: 18px;
}
.loginn{
	position: absolute;
	right: 0;
	top: 0;
}
.loginn a{
	color: #fff;
}
.loginn .botomm:hover{
	color: #00133e;
}
.loginn:hover #auth{
	display: block;
}
.botomm{
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	color: #fff!important;
	padding: 0 15px;
	background: #f63934; /* Old browsers */
	background: -moz-linear-gradient(top,  #f63934 0%, #cd0f0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f63934), color-stop(100%,#cd0f0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f63934 0%,#cd0f0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f63934 0%,#cd0f0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f63934 0%,#cd0f0b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f63934 0%,#cd0f0b 100%); /* W3C */
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.21);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.21);
	box-shadow: 0 1px 2px rgba(0,0,0,0.21);
	display: inline-block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
}
.botomm:hover{
	background: #d23c38; /* Old browsers */
	background: -moz-linear-gradient(top,  #d23c38 0%, #a7110d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d23c38), color-stop(100%,#a7110d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d23c38 0%,#a7110d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d23c38 0%,#a7110d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d23c38 0%,#a7110d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d23c38 0%,#a7110d 100%); /* W3C */
}
.botomm2, .botomm2:hover{
	color: #00133E !important;
	background: #f4f5f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f4f5f6 0%, #dadcdd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f5f6), color-stop(100%,#dadcdd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f5f6 0%,#dadcdd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f5f6 0%,#dadcdd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f5f6 0%,#dadcdd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f5f6 0%,#dadcdd 100%); /* W3C */
}
.botomm3{
	color: #0076ba;
}
.botomm3:hover{
	color: #0076ba;
	text-decoration: none;
}
.loginn .vxod.botomm, .loginn .vuxod.botomm{
	margin: 15px 15px 0 0;
}
#auth{
	position: absolute;
	right: 0;
	top: 0;
	background: #0e2554;
	width:165px;
	padding: 15px;
	z-index: 200;
	/*height: 0;*/
	margin-top: -300px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#auth .vxod .botomm{
	margin: 0;
}
#auth .vxod, #auth .vuxod{
	text-align: right;
}
#auth .user_login, #auth .user_pw{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #415378 url(images/user.png) no-repeat 8px 50%;
	clear: both;
	margin-top: 20px;
	height: 33px;
}
#auth .user_pw{
	background: #415378 url(images/pass.png) no-repeat 5px 50%;
}
.otstyp{
	margin-top: 20px;
}
#auth .logging a{
	color: #fff;
}
#auth input{
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	height: 33px;
	line-height: 33px;
	margin: 0 10px 0 35px;
	width: 120px;
	color: #fff;
}
.search{
	position: absolute;
	left: 453px;
	top: 26px;
	text-align: right;
}
.search a{
	color: #fff;
}
.search #formpoisk{
	width: 210px;
	height: 29px;
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.5) inset;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.5) inset;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.5) inset;
	position: relative;
	text-align: left;
}
.search .pform{
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	height: 29px;
	line-height: 29px;
	margin-left: 15px;
	width: 150px;
	color: #828282;
	font: italic 13px/29px 'PT Sans', Arial, sans-serif;
	outline: none;
}
.search .sform{
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	position: absolute;
	right: 13px;
	top: 9px;
}
.mainmenu{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 15;
}
.mainmenu .menu{
	height: 44px;
	background: #1d2c53;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.mainmenu li{
	margin-top: -6px;
	position: relative;
	float: left;
}
.mainmenu li a{
	display: block;
	font: 14px/44px 'PT Sans', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 20px 0 20px;
	position: relative;	
}
.mainmenu li a:hover, .mainmenu li>a.active{
	color: #051435;
	background: #fafbfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fafbfc 0%, #d8e1eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbfc), color-stop(100%,#d8e1eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafbfc 0%,#d8e1eb 100%); /* W3C */
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.mainmenu .menu ul{
	position: absolute;
	top: 100%;
	left: -10000px;
	background: #d8e1ec;
	width: 180px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.mainmenu .menu ul li{
	background: url(images/li_bg.png) no-repeat 50% 0;
	float: none;
	margin: 0;
}
.mainmenu .menu ul li a{
	padding-top: 0;
	font-size: 15px;
	text-transform: none;
	color: #051435;
}
#main{
	min-height: 100%;
	margin: 0 0 -52px 0;
	position: relative;
}
#all{
	padding: 0 0 52px 0;
}
#left{
	width: 195px;  
	float: left;
	margin-top: 5px;
}
#right{
	width: 170px; 
	float: right; 
	margin-top: 5px;
}
#content{
	background: url(images/center_bg.png) repeat 0 0;
	margin: 0px; 
	padding: 10px 20px 15px;
	margin-left: 200px; 
	margin-right: 175px; 
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

}
#content h3.moduletabletitle{
	margin: 0;
	padding: 7px 0;
	font-size: 13px;
}
.noright #content{
	margin-right: 0;
}
.footer{
	position: relative;
	color: #fff;
	height: 52px;
}
.footer .menu{
	position: absolute;
	left: 200px;
	top: 16px;
}
.footer .menu li{
	position: relative;
	float: left;
	padding: 0 8px;
}
.copyright{
	position: absolute;
	left: 0;
	top: 9px;
}
#share42 {position: absolute; right: 0; top: 14px;}
#share42:hover {}
#share42 a {opacity: 0.8}
#share42:hover a {opacity: 0.9}
#share42 a:hover {opacity: 1}
.catalog{
	margin-bottom: 20px;
}
.catalog div{
	margin-bottom: 1px;
}
.catalog div a{
	display: block;
	font: 14px/31px 'PT Sans', Arial, sans-serif;
	text-decoration: none;
	background: #1d2c53;
	color: #fff;
	padding: 0 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.catalog div.level2 a{
	padding: 0 12px 0 22px;
	font-size: 13px;
	background: #294898 url(images/strelka.png) no-repeat 10px 50%;
}
.catalog div.level3 a{
	padding: 0 12px 0 32px;
	font-size: 12px;
	background: #345dc7 url(images/strelka.png) no-repeat 20px 50%;
}
.catalog div.level4 a{
	padding: 0 12px 0 42px;
	font-size: 11px;
	background: #4377fc url(images/strelka.png) no-repeat 30px 50%;
}
.catalog div.active a, .catalog div a:hover{
	background: #fafbfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fafbfc 0%, #d8e1eb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafbfc), color-stop(100%,#d8e1eb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafbfc 0%,#d8e1eb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafbfc 0%,#d8e1eb 100%); /* W3C */
	color: #000259;
}
.sotset{
	white-space: nowrap;
	margin-bottom: 5px;
}
.sotset img{
	margin-right: 2px;
	vertical-align: top;
}
.moduletable{
	background: #182339;
	padding: 7px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.moduletable h3.moduletabletitle{
	margin: 0;
	padding: 7px 0;
	font-size: 13px;
}
div.item{
	/*border: 1px solid #185068;*/
	margin: 5px 0;
	padding: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
#newscatalog div img{
	width: 157px;
}
.product_title{
	color: #182339;
	text-decoration: none;
}
.product_title:hover{
	color: #182339;
	text-decoration: underline;
}
.newscatalogprice{
	overflow: hidden;
}
.newscatalogprice .botomm{
	float: right;
}
.newscatalogprice .newprice{
	line-height: 24px;
	/*display: inline-block;*/
	font-weight: bold;
	color: #182339;
}
table.image{
	border: 1px solid #e2e2e2;
	width: 155px;
	height: 155px;
	vertical-align: middle;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
}
.category{
	text-align: center;
	margin-bottom: 13px;
}
.category .category1,.category .category2{
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.18);
	box-shadow: 0 5px 5px rgba(0,0,0,0.18);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
}
}
.obzor a{
	font-style:Arial;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#spectovar{
	overflow: hidden;
	margin-bottom: 25px;
}
.spectovar{
	width: 157px;
	min-height: 220px;
	/*border: 1px solid #fdfdfd;*/
	float: left;
	padding: 10px 10px 40px;
	margin: 0 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: #fff;
}
.spectovar .newscatalogprice{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
	
.spectovar img{
	/*width: 155px;*/
}
#AdvancedSearchInCategory input, #AdvancedSearchInCategory select{
	border: 0;
	width: 156px;
}


.catdescription{
	overflow: hidden;
}
.catdescription img{
	float: left;
	margin: 10px 10px 10px 0;
}
#ChangeCurrencyForm{
width:85px;
/*float: right;*/
}
#ChangeCurrencyForm select, .catproduct form select{
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
#ChangeCurrencyForm select option, .catproduct form select option{
	background: #fff;
	color: #000;
}
.catproduct{
	/*border: 1px solid #FDFDFD;*/
    padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #000;
}
.catproduct2{
	height: 265px;
}
img.delim{
	width: 10px;
	height: 10px;
}
div.market-price{
	text-decoration: line-through;
}
.price{
	position: relative;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}
.price2{
	font-size: 14px;
	font-weight: normal;
}

.cattop{
	margin: 5px 0;
}
.cattop a{
	color: #fff;
}
#survey .botomm{
	margin: 5px 0;
} 
.productfull .botomm{
	margin-top: 5px;
}
.brief_description img, .brief_description iframe {
	max-width: 584px!important;
}
.productfull{
	border: 1px solid #fff;
	padding: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	color: #000;
}
.productfull a{
	color: #000;
}
.manufacturer{
	background: url(images/manufacturer.jpg) repeat 0 0;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-align: justify;
	margin-top: 10px;
}
.manufacturer img{
	margin: 0 7px;
}
.list_product_row{
	overflow: hidden;
}
.list_product_row .item_list{
	float: left;
	width: 196px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: center;
	background: #fff;
	color: #000;
}
.list_product_row .item_list a{
	color: #000;
}
.list_product_row .item_list:last-child{
	margin-right: 0;
}

option {
padding:0 5px;
}
p{
padding:3px 0;
}
#m2{
width:26px;
/*background:url(m2.png);*/
height:35px;
}
.ms{
width:10px;
/*background:url(ms.png);**
}
.mb{
/*background:url(mb.png);*/
padding: 0 10px;
text-align:center;
}

a{outline: none;}
a img{
border:none;
}
.fsttab {
text-align: center;
}
#axcrt{
padding:20px;
background:#fab18b;
}
.norm{
font-size:14px !important;
font-weight:normal !important;
}

.hitprice{
font-size:14px;
}
.hitname{
color:#0e64a0;
text-decoration:none;
font-size:16px;
font-weight:bold;
}
#content h1 {
margin:0px; 
} 
#content p {
margin:0px; 
padding:5px; 
}
#clear{
height:0;
font-size:1px;
line-height:0px;
clear:both;
}
#right td.blockheader,#right td.blockheader3{
width:195px;
height:30px;
background:url(blockheader2.png) top center no-repeat;
color: #f60;
font-size:14px;
font-weight:bold;
text-align:center;
}
#right td.blockheader3{
background:url(blockheader3.png) center no-repeat;
}



div.grey{
width:530px;
padding:10px;
background:url(grey.png) repeat;
}


td.pl,td.pr{
width:14px;
height:90px;
background:url(pl.png) no-repeat;
}
td.pr{
background:url(pr.png) no-repeat;
}
td.pc{
background:url(pc.png) repeat-x;
height:90px;
}

#cprbox td.blockheader{
font-size:20px;
padding-left:15px;
color:#0098c4;
padding:10px 0; 
text-align:center;
}
span.sku{
font-weight:bold;
font-style:italic;
color:#797979;
}
td.inside{
/*background:url(cbg.png) repeat-y;*/
height:20px;
padding:0 3px 3px 10px;
}
td.inside a{
font-weight:bold;
font-size:13px;
text-decoration:none;
color:#131313;

}
div.comp{
width:100%;
overflow:auto;
}
.comp{
font-size:13px;
}
.gre td{
border:1px solid #ccc;
text-align:center;
}
td.pad a{
font-size:14px;
font-style:italic;
}
.inside a.bf{
color:#EB580B;
}
table.cartgre td{
padding:3px;
}
.cartgre a,.padt{
color:#fff;
font-size:14px;
font-weight: bold;
}
.lt{
font-weight:bold;
}
.hdbot a{
color:#fff;
}