*{
	margin:0px;
	padding:0px;
}

.clr{
	clear:both;
}

img{
	border:0px;
}

body{
	background:#cccccc url(../images/bg0.jpg) center 200px repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2;
}

header,
.head-c{
	height:200px;
	background:#999999;
	position:relative;
	z-index:2;
	min-width:995px;
}

.head{
	position:relative;
	height:200px;
	background:url(../images/head-bg-yar4.png) center bottom no-repeat;
	width:995px;
	margin:0px auto;
}

.logo{
	position:absolute;
	left:30px;
	top:36px;
	top:20px;
}

.busket{
	background:url(../images/busket-bg.png) center no-repeat;
	width:388px;
	height:36px;
	position:absolute;
	left:283px;
	top:0px;
}

.busket .label{
	position:absolute;
	height:20px;
	padding-left:30px;
	background:url(../images/ico-busket.png) left center no-repeat;
	line-height:18px;
	font-size:14px;
	color:#fff;
	left:30px;
	top:7px;
	width:140px;
}

.busket .links{
	position:absolute;
	/*left:190px;*/
	right:0px;
	top:7px;
	height:20px;
	line-height:18px;
}

.busket .links li{
	list-style:none;
	display:block;
	float:left;
}

.busket .links li:first-child{
	border-right:1px solid #8b7171;
}

.busket .label a,
.busket .links a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	margin:0px 15px;
}
.busket .label a{
	margin:0px;
}

.busket .label a:hover,
.busket .links a:hover{
	text-decoration:underline;
}

.head-text{
	width:590px;
	position:absolute;
	left:210px;
	top:80px;
	text-align:center;
	font-family:myriad pro;
}

.head-text .obstroitech{
	font-weight:normal;
	font-size:23px;
	color:#cccccc;
	color:#000;
	text-transform:uppercase;
	margin-bottom:2px;
}

.head-text p{
	font-size:16px;
	color:#fff;
}

.head-text p span{
	color:#ff993f;
	color: #0066ff;
}

p.phone{
	font-size:22px;
	color:#fff;
	position:absolute;
	height:34px;
	padding-left:30px;
	background:url(../images/ico-phone.png) 0px 0px no-repeat;
	top:22px;
	right:30px;
	text-shadow:3px 3px 2px #444;

	top:8px;
	height:54px;
	background:url(../images/ico-phone.png) 0px 12px no-repeat;
	line-height: 24px;
	text-align: right;
}

p.oportunities{
	position:absolute;
	top:90px;
	right:25px;
	text-align:right;
	font-size:18px;
	color:#ff9933;
	text-shadow:3px 3px 2px #444;
	/*font-style:italic;
        color: #0066ff;
        text-shadow: 3px 3px 2px #aaf;*/
	width:200px;
}

.head .soc-ico{
	position:absolute;
	padding:7px 10px;
	background:#333333;
	background:#6EBDFF;
	border-radius:10px;
	right:25px;
	top:165px;
}

.topmenu{
	position:absolute;
	height:36px;
	background:url(../images/topmenu-bg.png) top repeat-x;
	border-radius:10px 10px 0px 0px;
	padding:0px 10px;
	border:1px solid #b3b3b3;
	bottom:0px;

}

.topmenu > li{
	display:block;
	float:left;
	height:36px;
}

.topmenu > li > a{
	display:block;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	padding:0px 10px;
}

.topmenu > li > a.root-item-selected,
.topmenu > li > a:hover, .topmenu > li:hover > a{
	background:#0066ff;
	color:#fff;
	border-radius:10px 10px 0px 0px;
}

.topmenu li ul{
	position:absolute;
	display:none;
	background:#3366cc;
	border-radius:0px 0px 10px 10px;
	padding-bottom:10px;
}

.topmenu li:hover ul{
	display:block;
}

.topmenu li ul li{
	display:block;
	list-style:none;
}

.topmenu li ul li a{
	display:block;
}

.topmenu li ul li a{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:10px 25px;
	border-bottom:1px dotted #999999;
	background:url(../images/arrow1.png) 12px 14px no-repeat;
}

.topmenu li ul li.item-selected,
.topmenu li ul li a:hover{
	background:#6699ff url(../images/arrow1.png) 12px 14px no-repeat;
}

section #main,
.container-c{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:1;
	min-width:995px;
}

section #main a,
.container-c a{
	color:#993300;
}

.bg{
	width:1157px;
	border-radius:95px;
	background:#fff;
	padding:10px 0px 40px 0px;
	position:relative;
	left:50%;
	margin-left:-578px;
}

  @media (max-width: 1024px) {
	.bg{
		width:1006px;
		border-radius:35px;
		background:#fff;
		padding:10px 0px 40px 0px;
		position:relative;
		left:50%;
		margin-left:-504px;
	}
  }

.container{
	width:995px;
	min-height:600px;
	margin:0px auto;
	padding-bottom:30px;
	position:relative;
}

aside,
.leftcol{
	width:270px;
	float:left;
}

aside .block,
.leftcol .block{
	padding:25px;
	background:#ff993f;
	border:1px solid #fff;
	border-radius:22px;
	box-shadow:3px 3px 6px #c5c5c5;
	margin-bottom:10px;
}

.block .block-title{
	font-size:14px;
	color:#000;
	font-weight:normal;
	margin-bottom:5px;
	margin-left:-25px;
	float:left;
	padding:0px 10px 0px 25px;
	border-radius:0px 5px 5px 0px;
	background:#ffb266;
	height:26px;
	line-height:26px;
}

.block.leftmenu{
	padding:25px 5px 20px 25px!important;
	background:#8ac8ff!important;
}

.leftmenu .block-title{
	text-transform:uppercase;
	margin-bottom:2px;
	background:#acd8ff;
	font-weight:bold;
}

.leftmenu li{
	list-style:none;
	padding-left:10px;
	background:url(../images/arrow1.png) 0px 3px no-repeat;
	margin:4px 0px;
}

.leftmenu li.active{
	background:url(../images/arrow2.png) 0px 3px no-repeat;
}

.leftmenu li.active > a{
	background:#ddf1ff;
}

.leftmenu li a{
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding:1px 3px;
}

.leftmenu > ul > li > a{
}
.leftmenu nav  ul ul,
.leftmenu > ul ul{
	display:none;
}
.leftmenu .active > ul{
	display:block;
}

.download-price{
	padding:10px 0px;
	border-top:1px dotted #fff;
	margin-top:15px;
}

.download-price a{
	font-size:14px;
	color:#003399;
	font-weight:bold;
	text-decoration:underline;
}

.download-price a:hover{
	text-decoration:none;
}

.block.spec .block-title{
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	height:26px;
	line-height:26px;
	margin-bottom:2px;
	background:#ffb266 url(../images/spec2.png) 22px center no-repeat;
	padding:2px 10px 2px 50px;
}

.block.spec > div,
.block.spec > div div{
	padding:2px;
	margin-bottom:5px;
}
.block.news > div div{
	padding:2px;
	margin-bottom:5px;
}

.block.spec > div a,
.block.news> div a{
	color:#000;
}

.block.spec > div a:hover{
	text-decoration:none;
}


.block.news .date{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.block.news p{
	color:#2c2c2c;
}

.block.news > div.news-c{
	margin-bottom:20px;
}

section #content,
.content-c{
	width:716px;
	float:right;
}

.search{
	background:url(../images/seach-bg.png) center no-repeat;
	border-radius:20px;
	height:48px;
	padding:28px 0px 0px 20px;
	border:1px solid #fff;
	border-radius:22px;
	box-shadow:3px 3px 6px #c5c5c5;
	width:690px;
	margin-bottom:25px;
}

.search input{
	width:595px;
	background:#fff;
	border:1px solid #8fb9d0;
	padding:0px 2px;
	font-style:italic;
	color:#878787;
	font-size:14px;
	height:23px;
	line-height:23px;
}

.search button{
	width:55px;
	height:23px;
	background:url(../images/btn-search.png) center no-repeat;
	border:0px;
	cursor:pointer;
	color:#000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	*left:3px;
}

.search button:first-letter{
	text-transform:uppercase;
}

.content{
	padding-left:20px;
}

.content a{
	font-size:14px;
	color:#0066ff;
	text-decoration:underline;
}

.content a:hover{
	text-decoration:none;
}

.content h1{
	font-size:18px;
	color:#010101;
	margin-bottom:3px;
}

.path{
	font-size:12px;
	color:#000;
	margin-bottom:15px;
}

.path a{
	font-size:12px;
	color:#0033cc;
	text-decoration:none;
}

.path a:hover{
	text-decoration:underline;
}


.main-article{
	position:relative;
	width:100%;
	z-index:200;
}

.main-article.hidden{
	overflow:hidden;
}

.main-article h1{
	color:#993300!important;
	font-weight:normal!important;
}

.main-article > div{
	position:relative;
	height:183px;
}

.main-article-pic{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
	border: 2px solid #CCCCCC;
	border-radius: 16px 16px 16px 16px;
	box-shadow: 3px 3px 4px #C5C5C5;
}

#main-article-text{
	position:absolute;
	top:0px;
	right:-20px;
	z-index:1;
	padding:10px 20px 40px 20px;
	width:500px;
	box-shadow:3px 3px 4px #c5c5c5;
	background:#fff;
	border-radius:15px;
}

.main-article #main-article-text{
	border:1px solid #c5c5c5;
}

.main-article.hidden #main-article-text{
	border:0px!important;
}

.main-article p.intro{
	margin-bottom:0px;
}

.main-article.hidden p.intro{
	margin-bottom:10px!important;

}

#close-main-article{
	position:absolute;
	border:10px;
	right:20px;
}

.more-tools{
	position:relative;
	z-index:10;
	height:30px;
	padding:15px 0px;
}

#tech-info{
	font-size:12px;
	color:#993300;
	font-weight:bold;
	text-decoration:underline;
	padding-right:12px;
	background:url(../images/arrow3.png) right center no-repeat;
	position:relative;
	z-index:2;
}

#tech-info:hover{
	text-decoration:none;
}

.more-tools > div a{
	color:#0066ff;
	text-decoration:underline;
}

.more-tools > div a:hover{
	text-decoration:none;
}

#main-article-more{
	position:absolute;
	right:0px;
	top:15px;
	color:#0e69ff;
	font-weight:bold;
	font-size:12px;
}

#main-article-more:hover{
	text-decoration:none;
}

.other-content{
	position:relative;
	z-index:9;
}

table.table{
	background:#666666;
	border-radius:15px;
	width:100%;
	border:1px solid #818181;
}

table.table tbody{
	width:100%;
}

table.table th, .last-td td{
	height:51px;
	padding:0px 2px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
/*	border-left:1px solid #818181;*/
}

table.table th.number{
	border-left:0px!important;
}

table.table .type1 td{
	background:#cccccc;
}

table.table .type2 td{
	background:#fff;
}

table.table td{
	border-left:1px solid #b1b1b1;
	text-align:center;
	font-size:14px;
	color:#333333;
	z-index:9;
}

table.table td > div{
	padding:10px 2px;
	position:relative;
	z-index:9;
}

table.table td:first-child{
	border-left:0px!important;
}


th.number{
	width:52px;
}
.cart-item-article{
	display: none;
}
td.number{
}

th.prod-name{
	width:289px;
}

th.measure{
	width:59px;
}

th.th-price{
	width:90px;
}

th.th-buy{
}

td.prod-name{
}

td.prod-name > div{
	text-align:left!important;
	padding:10px 30px 10px 5px!important;
	width:250px!important;
	z-index:10!important;
}

td.prod-name a{
	color:#0033cc;
	text-decoration:underline;
}

td.prod-name a:hover{
	text-decoration:none;
}

span.ico-spec{
	position:absolute;
	width:95px;
	height:27px;
	background:url(../images/spec.png) center no-repeat;
	line-height:19px;
	font-size:12px;
	text-transform:lowercase;
	padding-left:7px;
	color:#fff;
	right:-2px;
	top:50%;
	margin-top:-13px;
	z-index:500;
}

span.spec-ico{
	position:absolute;
	width:33px;
	height:33px;
	line-height:19px;
	font-size:12px;
	text-transform:lowercase;
	padding-left:7px;
	color:#fff;
	right:-2px;
	top:50%;
	margin-top:-13px;
	cursor:pointer!important;
}

span.spec-ico span{
	color:#000;
	position:absolute;
	left:10px;
	bottom:-15px;
	white-space:nowrap;
	background:#fff;
	border:1px solid #c5c5c5;
	display:none;
}

span.spec-ico:hover span{
	display:block;
}

input.qual{
	width:52px;
	width:30px;
	height:20px;
	line-height:22px;
	background:#fff;
	border-left:2px solid #808080;
	border-top:2px solid #808080;
	border-bottom:2px solid #d4d0c8;
	border-right:2px solid #d4d0c8;
	text-align:center;
}

.table .buy-it{
	padding:4px 10px;
	background:#1781ff;
	border:1px solid #fff;
	border-radius:12px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.content .buy_button:hover,
.table .buy-it:hover{
	text-decoration:underline;
	border: 3px solid #FF9933;
	padding: 1px 8px;
}

footer,
.footer-c{
	background:#666666 url(../images/footer-form.png) top center no-repeat;
	height:292px;
}

.footer{
	width:995px;
	margin:0px auto 0px auto;
	padding-top:30px;
	position:relative;
	height:262px;
}

.partners span{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}

#partners{
	padding:0px 30px;
	height:82px;
	position:relative;
}

#partners .slides_control > div{
	height:82px;
}

#partners img{
	border: 0px solid #000;
	border-radius: 15px;
}
.all-partners{
	position:absolute;
	top:-25px;
	right:35px;
	font-size:14px;
	color:#ff9933;
	text-decoration:underline;
}

.all-partners:hover{
	text-decoration:none;
}

#partners a{
	margin-left:0px;
}

#partners a:first-child{
	margin-left:0px!important;
}

#partners .prev span, #partners .next span{
	display:none;
}

#partners .prev, #partners .next{
	position:absolute;
	width:17px;
	height:82px;
	top:0px;
}

#partners .prev{
	left:0px;
	background:url(../images/gal-prev.png) center no-repeat;
}

#partners .next{
	right:0px;
	background:url(../images/gal-next.png) center no-repeat;
}

.footer-block{
	background:url(../images/footer-bg.png) center no-repeat;
	height:116px;
	width:995px;
	position:absolute;
	bottom:0px;
	left:0px;
}

.copyright{
	font-size:12px;
	color:#99ccff;
	position:absolute;
	line-height:1.5;
	left:30px;
	top:30px;
}

.footer-block .block{
	position:absolute;
	top:30px;
}

.footer-block .block .label{
	float:left;
	color:#ff9933;
	font-size:12px;
	padding-right:10px;
}

.footer-block .block p{
	color:#99ccff;
	float:right;
}

.footer-block .block p a{
	color:#99ccff;
	text-decoration:none;
}

.footer-block .block.office{
	width:330px;
	left:290px;
}

.footer-block .block.clock{
	left:680px;
}

.footer-block .block.clock p{
	text-align:right;
}

.products-row{
	margin-bottom:25px;
}

.products-row .left{
	float:left;
	width:170px;
	min-height:145px;
	position:relative;
	padding-right:160px;
	padding-top:10px;
}

.products-row .left > a.imglink, .products-row .right > a.imglink{
	position:absolute;
	top:0px;
	right:0px;
}
.products-row .left .imglink > img, .products-row .right .imglink > img{
	position:absolute;
	top:0px;
	right:0px;
	border:2px solid #cccccc;
	border-radius:16px;
	box-shadow:3px 3px 4px #c5c5c5;
}

.products-row .right{
	float:right;
	width:170px;
	padding-right:160px;
	position:relative;
	padding-top:10px;
}


.products-row .left > a, .products-row .right > a{
	font-size:16px;
	color:#993300;
	font-weight:bold;
	text-decoration:underline;
}

.products-row .left > a:hover, .products-row .right > a:hover{
	text-decoration:none;
}

.products-row .left > p, .products-row .right > p{
	font-size:12px;
	color:#212121;
	margin-top:10px;
}


.product-link{
	float:left;
	width:150px;
	height:270px;
	text-align:center;
	margin:0px 41px 0px 41px;
	font-size:14px;
	color:#993300!important;
	font-weight:bold;
	text-decoration:underline;
}

.product-link:hover{
	text-decoration:none;
}

.product-link img{
	margin-bottom:10px;
	border:2px solid #cccccc;
	border-radius:16px;
	box-shadow:3px 3px 4px #c5c5c5;
}

.detailed h1{
	color:#993300!important;
	font-weight:normal!important;
}


.gallery{
	width:206px;
	float:left;
}

.lightboxes a{
	margin-right:3px;
}

.detailed-desc{
	float:right;
	width:470px;
}

.more-desc div{
	margin-top:15px;
}

.more-desc div span{
	color:#ff0000;
}

.order_button,
.buy_button,
.content a.buy_button,
.more-desc a{
	padding:4px 10px;
	background:#1781ff;
	border:1px solid #ff9933;
	border:1px solid #ffffff;
	border-radius:12px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
}
.order_button{
	background:#DF6D0A;
	border:1px solid #aaa;
}
.order_button:hover{
	border: 3px solid #1781FF;
	padding: 1px 8px;
	text-decoration:underline;
}

.more-desc a:hover{
	text-decoration:underline;
}

.back-link{
	margin-top:30px;
}

.back-link a{
	font-size:14px;
	color:#0066ff;
	text-decoration:underline;
}

.back-link a:hover{
	text-decoration:none;
}

.text ul li{
/*	list-style:none;*/
	margin-bottom:2px;
}

.text ul li a{
	font-size:12px;
}

.text{
	font-size:12px;
	color:#1a1a1a;
}

.text h1{
	font-size:18px;
	color:#0152ae;
	font-weight:normal;
}
.text h2{
	font-size:12px;
	margin:20px 0px;
}
.text.delivery-text p{
	padding-bottom: 10px;
	text-align: justify;
}

.related{
	border-radius:15px;
	background:#dfdfdf;
	margin-top:20px;
	padding:25px 0px;
}

.related h2{
	font-weight:normal;
	font-size:14px;
	color:#000;
	padding:3px 10px 3px 20px;
	background:#8ac8ff;
	border-radius:0px 3px 3px 0px;
	float:left;
	margin-bottom:10px;
}

.related-links a{
	width:200px;
	float:left;
	margin-left:20px;
	margin-bottom:15px;
	color:#993300;
	text-decoration:underline;
}

.related-links a img{
	width:85px;
	height:85px;
	border-radius:5px;
	box-shadow:4px 4px 5px #b6b6b6;
	float:left;
	margin-right:10px;
}

.related-links a:hover{
	text-decoration:none;
}

.useful-links{
  margin-left: 20px;
}

.useful-links a {
    color: #993300;
    font-size: 0.8rem;
    margin: 2px 10px;
    display: block; 
}
.link-top{
	display:block;
	padding:10px 0px 0px 0px;
	text-align:right;
	font-size:12px;
	position:absolute;
	bottom:0px;
	right:0px;
}

.link-top a{
	color:#0033CC;
	text-decoration:underline;
}

.link-top a:hover{
	text-decoration:none;
}

.related-block{
	padding-left:20px;
}

.related-block li{
	list-style:none;
	margin-bottom:5px;
	color:#333;
	font-size:12px;
}




#more-info{
	position:absolute;
	float:left;
	background:#fff;
	box-shadow:3px 3px 6px #c5c5c5;
	padding:20px;
	left:-20px;
	top:13px;
	z-index:1;
	font-weight:bold;
	color:#333333;
	border-radius:0px 0px 10px 10px;
	display:none;
}

#more-info div.dotted-tab{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/dotted-tab.gif");
	background-origin: padding-box;
	background-position: 100% 0.9em;
	background-repeat: repeat-x;
	background-size: auto auto;
	padding: 0;
	width: 300px;	
	display: block;
	height: 14px;
}
#more-info > div.dotted-tab span,
#more-info > div.dotted-tab a{
	background: #fff;
	display: block;
	height: 14px;
}
#more-info > div.dotted-tab a{
	float: right;
	font-size: 12px;
	width: 50px;
}
#more-info > div.dotted-tab span{
	float: left;
}


/* ----------------------------- SALE CART -----------------------------------*/
.cart-shelve-item,
.cart-add-item,
.cart-delete-item{
	margin: 0 0 0 8px;
	width: 23px;
	height: 20px;
	display: block;
	float: left;
}
.cart-delete-item{
	background: url(../images/close2.png) no-repeat;
}
.cart-shelve-item{
	background: url(../images/chemodan-ico.png) no-repeat;
}
.cart-add-item{
	background: url(../images/ico-busket.png) no-repeat;
}

table.table .type1 td.cart-item-actions,
table.table .type2 td.cart-item-actions{
	white-space: nowrap;
}
.delivery_address_field{
	display: none;
}
.delivery-text h2{
	font-size: 14px;
}
.delivery-text b{
	padding-left: 30px;
}

.delivery-text h3{
	font-size: 14px;
	padding-left: 20px;
}
.delivery-text table{
	margin: 10px 30px;
	width: 600px;
	border-collapse: collapse;
}
.delivery-text table td{
	padding: 5px;
	border: 1px solid #eee;
}
.delivery-text p.red{
	color: red;
	padding: 10px;
}
.delivery-text ul{
	padding: 5px 30px;
}


a.product-link span{
	font-size: 13px;
}
.nowrap{
	white-space: nowrap;
}
.cart-item-quantity a{
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #EEEEEE;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    height: 19px;
    line-height: 19px;
    width: 20px;
    text-decoration: none !important;
    padding: 0px;
    text-align: center;
}

.starrequired{
	color: red;
	padding: 5px;
}
.notetext,
.errortext,
.mf-ok-text{
	font-size: 14px;
	margin: 10px 0;
	display: block;
	font-weight: bold;
}
.notetext,
.mf-ok-text{
	color: #8ac8ff !important;
}
.errortext{
	color: red;
}
.ml35{
	margin-left: 35px;
}

blockquote{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 10px 0;
}

.text.delivery-text p.center,
.center{
	text-align: center;
}
.text.delivery-text p.right,
.right{
	text-align: right;
}
.content .static-page p{
	text-indent: 20px;
	padding: 5px 0px 10px 0px;
}
.content .static-page1 p{
	padding: 5px 0px 10px 0px;
}

.priznanie td{
	vertical-align: top;
	padding: 20px;
}
.priznanie p{
	padding-bottom: 10px;
	text-indent: 0px;
}
.priznanie,
.priznanie td{
	border: 1px solid #eee;
	border-collapse: collapse;
	border-radius: 10px;
}
.priznanie.detail{
	text-align: center;
}
.banners{
    margin: 0;
    padding: 0;
    clear: both;
}
.one-banner{
    background: url("../images/seach-bg.png") no-repeat scroll center center transparent;
    border: 1px solid #FFFFFF;
    border-radius: 22px 22px 22px 22px;
    box-shadow: 3px 3px 6px #C5C5C5;
    height: 48px;
    margin-bottom: 25px;
    padding: 12px 0 0 20px;
    width: 319px;
    float: left;
}
.one-banner.big {
    background-color: blue;
    background-image: url("");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 714px;
}
.one-banner.big img{
    border-radius: 25px;
}
/* -  - -- - --- - - - - -- - --  - - ---- -- - - - - --  */


img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family:Arial,serif; 
	margin:1.3em 0 0.2em;
/*	font-weight:normal;*/
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 0.7em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }

h5 {
	font-size:140%;
	font-weight:normal;
	margin:1.5em 0 1em 0;
	padding:0;
}

h6 { font-size:100%; font-weight: bold;}

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ul { list-style-type: none;  padding:0; margin: 0 0 0 1.5em;}
#workarea ul li:before { content:'\2014\a0'; }
#workarea ul li
{
	behavior:expression( !this.before  ? this.before = this.innerHTML = '<span class="dash">- </span>' + this.innerHTML :'' );
	text-indent:-1.35em;
	margin: 0.6em 0
}

#workarea ul ul { padding:0 0 0 1.5em; margin: 0.6em 0}

#always-on-sklad .header{
	font-size: 1.6em;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	text-align: center;
	color: #E26336;
	margin: 0;
}
#always-on-sklad{
	border-collapse: collapse;
}
#always-on-sklad td{
	padding: 10px;
}
#always-on-sklad td a{
	font-size: 1.2em;
}
#always-on-sklad td img{
	background-clip: padding-box;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #6973FF);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 2px 2px 10px #0303FF;
}
.right{
	text-align: right;
}


.mr-20{
	margin-right: 30px;
}

.mt-20{
	margin-top: 20px;
}
.content a.buy_button.big{
	padding: 10px 20px;
}

.related span{
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.list{
	padding: 10px;
}
.list li{
	padding: 10px;
}
.tech-info-warning > span {
    color: red;
    font-weight: bold;
}

.tech-info-warning {
	font-size: 14px;
	margin: 10px 0;
	padding: 5px 3px;
	border: 1px solid #89CCFF;
	border-radius: 10px;
}
aside object,
aside embed{
	border-radius: 22px;
}

.block.spec-banner .block-title{
  height: 48px;
  background-color: #71AE49;
}

.block.spec.spec-banner > div{
  margin: 0;
  padding: 0;
}
.block.spec.spec-banner{
  margin: 25px 0px 0px 0px;
  border: 1px solid #71AE49;
  background-color: #fff;
  padding: 25px 10px 10px 10px;
}
.block.spec.spec-banner > div.block-title {
  margin: -5px 0px 15px -10px;
  padding-left: 50px;
}



.location.current {
    color: #fff;
    font-weight: bold;
}
.location {
    font-size: 16px;
    color: #777;
    padding: 0 10px 0 0;
    text-decoration: none;
}