/* Reset v1.0 | 20080212 */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {line-height: 1.1}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {outline: 0}
ins {text-decoration: none}
del {text-decoration: line-through}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End reset */


.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */
.ptsans {
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.myitalicnum {
    font-family: "ArialNarrowNum", "Arial Narrow", Arial, sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 1em 0;
    color: #000;
}
@font-face{
    font-family:'PTSans';
    src:url('/font/ptn57f-webfont.eot');
    src:local('в�є'),
        url('/font/ptn57f-webfont.woff') format('woff'),
        url('/font/ptn57f-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family:'PTSans';
    src:url('/font/ptn77f-webfont.eot');
    src:local('в�є'),
        url('/font/ptn77f-webfont.woff') format('woff'),
        url('/font/ptn77f-webfont.ttf') format('truetype');
    font-weight:bold;
    font-style:normal
}
@font-face{
    font-family:'ArialNarrowNum';
    src:url('/font/anbi-webfont.eot');
    src:local('в�є'),
        url('/font/anbi-webfont.woff') format('woff'),
        url('/font/anbi-webfont.ttf') format('truetype'),
        url('/font/anbi-webfont.svg#webfontLbRLZ0PS') format('svg');
    font-weight:bold;
    /*	font-style:italic*/
}


.clear{clear:both}
.continueblackline{width:17%;height:75px;background:#626262;position:absolute;top:145px;right:0}
body,td{
    font-family: 'PTSans', 'Trebuchet MS', Helvetica, Tahoma, 'Lucida Sans Unicode';
    font-size: 17px;
    color:#333;
}
a:link{color:#3399CC;}
a:visited{color:#3399CC;}
a:hover{text-decoration:none; color: #ff9900;}

h1,h2,h3,h4,h5{
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color:#333;
}
h1{
    font-size:2.4em;
    margin-bottom: 20px;
}
h3,h4{
    font-size:1.8em;
    margin-bottom:10px;
}
h5, .category_title {
    font-size:1.2em;
    margin-bottom:6px;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color:#333;
}
h1.title{
    font-size: 1.8em;
    margin:5px 0;
}


.layout {
    margin:0px auto;
    padding-top:220px;
    padding-bottom:30px;
    min-width:980px;
    max-width:1280px;
    position:relative;
    width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 600 ? '600px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1240 ? '1240px' : '100%' );
}
.header{
    position:absolute;
    top:0;
    left:0;
    height:220px;
    width:100%;
}
.topaddress{
    vertical-align:bottom;
    width:250px;
    position:absolute;
    top:140px;left:71%;
}
.topaddress b{
    display:block;
    color:#333;
}

.bigspec{
    vertical-align:bottom;
    width:37%;
    height:400px;
    position:absolute;
    top:100px;
    left:63%;
    z-index:50;
    overflow:hidden;
    background:white;
}
.bigspec img{
    position:absolute;
    bottom:0;
}

.bigspectitle{
    position:absolute;
    z-index:100;
    top:20px;right:0px;
    height:100px;
    width:81%;
    background:url('/i/bigspectitlebg.png') no-repeat top left;
}
.bigspectitle h3{
    position:absolute;
    top:5px;left:36px;
    text-transform:uppercase;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:10pt;
    color:white;
}

.bigspectitle h2{
    width:80%;
    height:48px;
    overflow:hidden;
    position:absolute;
    top:38px;left:26px;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:16pt;
    color:white;
    -o-text-overflow: ellipsis;
    text-overflow:ellipsis;
}


.slides_container {
    height:400px;
}
.slides_container div {
    height:400px;
    display:block;
    position:relative;
    width:100%;
}
.bigprice{
    text-align:right;
    color:black;
    white-space: nowrap;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:18px;
    position:absolute;
    padding:65px 10px 10px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #000000;
    -webkit-box-shadow: 0px 0px 3px #000000;
    box-shadow: 0px 0px 3px #000000;
    top:250px;
    left:29px;
    width:61px;
    background:url('/i/bigpricebg.gif') no-repeat;
    behavior: url('/js/PIE.htc');
}


.leftpanel{
    height: 100px;
    position:absolute;
    top:120px;
    left:0;
    z-index:60;
    width:69%;
}
.bg{
    height:114px;
    width:1220px;
    position:absolute;
    top:0px; 
    right:0px;
    background: url(/i/barbg.png) no-repeat top right;
}
.bg span{
    background: url(/i/steelbar.png) no-repeat top right;
    display:block;
    height:114px;
    width:1220px;
}


span.searchexample{
    position:absolute;
    top:37px;
    left:3px;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
    padding-left: 6px;
    padding-top: 8px;
}
span.searchexample a{
    color:white;
    text-decoration:none;
    border-bottom: dotted 1px;
}

.seacrh {
    position: relative;
    top:20px;
    margin: 0 50px 0 30px;
    padding: 0px 116px 3px 3px;
    border-radius: 3px;
    color: white;
    background:rgba(0,0,0,0.3);
}

/*
form.seacrh input[type="text"]{
    width:100%;
    height: 30px;
    border: solid 0px;
    color:#444;
    padding: 0 10px;
    background: #FFF;
    font-size: 12px;
    line-height: 28px;
    position:relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
    box-shadow:inset 2px 2px 3px rgba(0,0,0,0.5);
    behavior: url('/js/PIE.htc');
}

form.seacrh input[type="submit"]{
    position:absolute;
    top:0;
    right:2px;
    width:92px;
    border: 0px;
    height: 36px;
    padding: 0 5px;
    cursor:hand;cursor:pointer;
    background: url(/i/searchbuttons.png) no-repeat top left;
}

form.seacrh input[type="submit"]:hover{
    background: url(/i/searchbuttons.png) no-repeat -92px 0;
}

form.seacrh input[type="submit"]:active{
    background: url(/i/searchbuttons.png) no-repeat -184px 0;
}
*/

h3.logo{	
    font-size: 12px;
    font-weight:normal;
    position:absolute;
    width:300px;
    height:73px;
    top:30px;left:30px;
    overflow:hidden;
}
h3.logo span{
    display:block;
    position:absolute;
    width:300px;
    height:73px;
    top:0;left:0;
    background: url(/i/logo.png) no-repeat 0 0;
}


ul.menu {
    position: absolute;	
    top:28px;left:37%;
    font-size:17px;
}
ul.menu li {
    margin-bottom:2px;
}
ul.menu li a.current{
    color:black;
}



.headercontakt{
    position:absolute;
    top:30px;
    right:30px;
    text-align:right;
    padding-right:55px;
    background:url('/i/phone.jpg') no-repeat top right;
}
.mnogochannel{
    font-size:10pt;
    display:block;
}
.numbers{
    color:black;
    font-size:20pt;
    display:block;
    line-height:17pt;
}
.numbers span{
    font-size:15pt;
    color:#c0c0c0;
    padding-right:5px;
}

.content, .footer{
    margin:30px;
}
.page h1{
    margin-bottom:20px;
}
.page p{
    margin-bottom:15px;
}

.indexcol1,
.indexcol2{
    float:left;
}		
.indexcol1{
    width:64%;
    position: relative;
}
.indexcol2 {
    width: 34%;
    position: relative;
    padding-left: 2%;
}
.indexpadding{
    padding-top: 270px;
}

.footer{
    height:90px;
    /*
    height:122px;
    position:relative;
    background:url('/i/footerbg.jpg') no-repeat top left;
    color: white;
    */
    margin-bottom:0;
}
/*
.copyright{
    position:absolute;
    top:20px;
    left:20px;
}


.footer address{
    position:absolute;
    top:20px;
    right:20px;
}
*/


.footer_block {
    margin: 0px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
}

.footer_block > div {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
}

.copyright{
    width: 20%;
}

.footer_menu {
    width: 44%;
    white-space: inherit;
}
.footer a {
/*
    color: #FFF;
*/
    color: #777;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #777;
}
.footer a:hover {
    border-bottom: none;
    color: #ff9900;
}

.footer_menu a {
    margin: 0px 20px 10px 0px;
}

.footer_address {
    width: 34%;
    text-align: right;
}
.footer address {
    font-style: normal;
}




ul.index-catalog {
    margin-bottom: 30px;
    border-collapse:collapce;
}

ul.index-catalog li {
    width: 135px;
    /*
    width: 18%;
    background: #e0e0e0;
    */
    min-height: 140px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 250px;
}

ul.index-catalog a {
    display:block;
    /*padding-top: 100px;*/
}


.index-catalog-manufacturer {
    font-size: 13px;
    margin-top: 4px;
    display: block;
    padding: 2px 0px 4px 0px;
    color: #999;
}

.index-catalog-manufacturer > a {
    display: inline;
    font-size: 13px;
    display: inline;
}






ul.category {
    /*border-bottom: solid 1px #f3f3f3;*/
    margin-bottom: 20px;
}
ul.category li {
    width: 182px;
    min-height: 220px;
    _height: 220px;
}

ul.category a {
    display:block;
    /*padding-top: 160px;*/
}

table.inner-catalog{
    width:98%;
    border-collapse:collapce;
}

table.inner-catalog td{	
    border:solid 0px;
    text-align:center;
    width:20%;
    vertical-align:top;
}
table.inner-catalog td a{	
    padding-top:170px;
    padding-bottom:30px;
    display:block;
    text-align:center;
}





.aboutcompany{
    margin:10px 0 30px;
    background:#e8e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:url('/i/aboutcompanybg.jpg') no-repeat top left #e8e8e8;
    padding:20px 20px 20px 240px;
    behavior: url('/js/PIE.htc');
}


h3.steelheader{
    border: solid 1px;
    position:relative;
    font-size:12px;
    text-transform:uppercase;
    color:white;
    border-bottom:solid 2px #636363;
    padding:7px 0;
}
h3.steelheader span{
    padding:6px 20px;
    background:url('/i/footerbg.jpg') no-repeat top right #c0c0c0;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
    font-weight:bold;
}

ul.list-of-articles{
    margin-bottom: 10px;
}
ul.list-of-articles li{
    padding:20px;
    border-bottom:dotted 1px #d0d0d0;
}
ul.list-of-articles li a{
    display:block;
    font-size:13pt;
}


a.bullet{
    padding:0 0 3px 23px;
    margin:0 0 20px 20px;
    background:url('/i/bullet.png') no-repeat left 1px;
    display: block;
}
.specialbullet,.newsbullet{
    margin-left:0!important;
}



.newsheader{
    margin-top:30px;
}


ul.newslist,
ul.seealso {
    margin: 20px 0;
}

ul.seealso li{
    min-height: 120px;
    padding-left:150px;
    margin-bottom:20px;
    position:relative;
}
ul.seealso li a{
    display:block;
    font-size:13pt;
}
ul.seealso li span{
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    color:white;
    background: #a2db09;
    padding:5px 9px;
    position:absolute;
    top:75px;
    left:72px;
    border: solid 0px #777;
/*
    border-top:solid 2px #c81f24;
*/
    box-shadow: 0 0 3px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    behavior: url('/js/PIE.htc');
}


ul.newslist li{
    min-height:100px;
    padding-left:100px;
    margin-bottom:30px;
    position:relative;
}
ul.newslist li a {
    display:block;
    font-size:13pt;
}
ul.newslist li > span{
    color:#777;
    font-size:11px;
    padding:5px 9px;
    position:absolute;
    top:88px;left:7px;
}
ul.newslist li a span {
    display:block;
    position:absolute;
    top:0;left:0;
    width:88px;
    height:88px;
    -moz-border-radius:45px;
    -webkit-border-radius:45px;
    border-radius:45px;
    behavior: url('/js/PIE.htc');
}

ul.itemslist li{
    min-height:180px;
    padding-left:190px;
    margin-bottom:10px;
    position:relative;
}
ul.itemslist li img.pr{
    display:none;
}
ul.itemslist li a{
    display:block;
    font-size:18px;
}

ul.itemslist li span.price {
    font-size:13px;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    color: #000;
    background: #fff;
    white-space: nowrap;
    padding:5px 9px;
    position:absolute;
    top:100px;left:110px;
    border: solid 0px #000;
/*
    border-top:solid 2px #c81f24;
*/
    box-shadow: 0 0 3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url('/js/PIE.htc');
}

/* Для товаров которые неоткрываются */
ul.itemslist li h4 {
    font-size:18px;
}

ul.itemslist li small{
    font-size: 11px;
}


/*
//
*/

ul.itemslist-plitka {
    margin: 20px 0;
}

ul.itemslist-plitka li {
    width: 182px;
    min-height: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    position:relative;
    margin-bottom:10px;
}

ul.itemslist-plitka li a{
    display: block;
    font-size: 18px;
}

ul.itemslist-plitka li span.price {
    font-size:13px;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    color: #000;
    background: #fff;
    white-space: nowrap;
    padding:5px 9px;
    position:absolute;
    top:25px;
    right:0px;
    border: solid 0px #000;
/*
    border-top:solid 2px #82b15c;
*/
    box-shadow: 0 0 3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url('/js/PIE.htc');
}

/* Для товаров которые неоткрываются */
ul.itemslist-plitka li h4 {
    font-size:18px;
}

ul.itemslist-plitka li small{
    font-size: 11px;
}

/*
//
*/
.breadcrumbs,
.path{
    margin-top:-10px;
    margin-bottom: 20px;
    list-style: none;
}

.breadcrumbs a,
.path a,
.breadcrumbs li,
.path li{
    display: inline-block;
}

.category-description{
    border-bottom:solid 1px #e0e0e0;
    padding: 5px 0 20px;
    margin-bottom:25px;
}

.paging{
    text-align:center;
    margin-bottom:40px;
    font-size:15px;
}
.paging span,
.paging a{
    display:inline-block;
    zoom:1;
    padding:3px 5px;
}
.paging a:hover{
    margin:-1px;
    border: solid 1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url('/js/PIE.htc');
}

.paging .current{
    font-weight:bold;
    border: solid 1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url('/js/PIE.htc');
}


/*
.seotwocol {
    columns: 3;  
    columns-gap: 3em;
    column-rule: 1px dotted #c0c0c0;
    column-width: auto;
    column-fill:auto;
    -webkit-column-count: 2;
    -webkit-column-gap: normal;
    -webkit-column-rule-color: #c0c0c0;
    -webkit-column-rule-style: dashed;
    -webkit-column-rule-width: 1px;
    -webkit-column-width: auto;
    -webkit-hyphens: auto;
    overflow: auto;
}

.seotwocol h3 {
    font-size:16pt;
}

.seotwocol p {
    margin-bottom: 10px;
}
*/

ul.seotwocol {
    padding:20px;
}

ul.seotwocol > li {
    vertical-align:top;
    width:47%;
    display:inline-block;
    zoom:1;
}
ul.seotwocol > li:first-child {
    padding-right:2%;
    margin-right:2%;
    border-right: dashed 1px #c0c0c0;
}
ul.seotwocol > li h3 {
    font-size:16pt;
}

ul.seotwocol > li p {
    margin-bottom: 10px;
}



/*

RIGHT MENU

*/

.rightmenu{
    margin:7px 0 20px 0;
}
.rightmenu li {
    position:relative;
    padding:10px 0 10px 10px;
    border-bottom: dotted 1px #bbb;
    font-size: 15px;
}
.rightmenu li span{
    position:absolute;
    display:block;
    width:13px;
    height:13px;
    background:url(/i/menuarrows.gif);
}
.rightmenu li span:hover{
    border: solid 1px #eee;
}

li.opened{
/*
    background: #f0f0f0;
*/
}
li.opened > a{
    text-decoration: none;
    color: black;
}
li.opened > span{
    background-position: -26px 0;
}

.rightmenu li a{
    display: block;
    margin-left: 20px;
}

.rightmenu ul{
    margin: 10px 0 10px 10px;
}
.rightmenu ul li{
    border: 0;
}
.rightmenu ul li.current{
/*
    background:white;
*/
}
.rightmenu ul li.current a{
    text-decoration:none;
    color:#222;
}

.rightmenu ul li.product {
    font-size: 15px;
}


.itemimages{
    position:relative;
}
/*
.preview2 {
    position:absolute;
    top:0;
    right:0;
    width: 125px;
    height: 400px;
    overflow-y: auto;
}
.preview2 img{
    width:90px;
    box-shadow: 1px 1px 4px #000;
    height:60px;
    margin:2px 4px 4px 2px;
    border: solid 1px #e0e0e0;
}
*/

ul.preview {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border-collapse:collapce;
}

ul.preview li {
    display: inline-block;
    margin: 2px;
}
.preview img{
    width:70px;
    height:70px;
    /*
    box-shadow: 1px 1px 4px #ddd;
    */
    margin:2px 4px 4px 2px;
    border: solid 1px #e0e0e0;
}
/*
ul.index-catalog a {
    display:block;
}
*/

.description{
    margin:20px 0;
}
.description p{
    margin-bottom:10px;
}


.pricelist-descr {
    margin-bottom: 10px;
}

.pricelist {
    /*
    width:100%;
    font-size:13px;
    */
    border-collapse:collapse;
    margin-bottom:20px;
}
.pricelist th {
    vertical-align:top;
    color:#666;
    border-top:solid 2px #555;
    border-bottom: dotted 1px #c0c0c0;
/*
    border-bottom: solid 1px #c0c0c0;
    font-size:15px;
*/
    padding:9px 5px;
    font-weight:normal;
}
.pricelist td {
    vertical-align:top;
    border-bottom: dotted 1px #c0c0c0;
    padding:9px 5px;
    text-align:center;
}
.pricelist td.title{	
    text-align:left;
}

.pricelist tr:hover {
    background:#faf5bd;
}

.pricelist tr:hover th,
.pricelist tr:hover td {
    color: #000;
}

.pricelist-small {
    /*
    width:100%;
    */
    border-collapse:collapse;
    font-size:11px;
    margin-bottom:20px;
}
.pricelist-small th {
    vertical-align:top;
    color:#666;
    border-top:solid 2px #555;
    border-bottom: dotted 1px #c0c0c0;
    padding:9px 5px;
    font-weight:normal;
    font-size:10px;
}
.pricelist-small td {
    font-size:11px;
    vertical-align:top;
    border-bottom: dotted 1px #c0c0c0;
    padding:9px 5px;
    text-align:center;
}
.pricelist-small td.title{	
    text-align:left;
}

.pricelist-small tr:hover {
    background:#fff5e9;
}




ul.also {
    margin:20px 20px 30px;
}
ul.also li{
    float: left;
    width: 30%;
    margin-right:2%;
    margin-bottom: 20px;
    padding-top:180px;
    height: 120px;
    min-height: 120px;
    man-height: 200px;
    position:relative;
    vertical-align: top;
    overflow: inherit;
}
ul.also li:last-child{
    margin-right:0;
}
ul.also li a{
    display:block;
    font-size:13pt;
}

ul.also li span.price{
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    color:white;
    white-space: nowrap;
    padding:5px 9px;
    position:absolute;
    top:125px;
    right: 30px;
    border: solid 0px #777;
/*
    border-top:solid 2px #c81f24;
*/
    box-shadow: 0 0 3px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background: #a2db09;
    behavior: url('/js/PIE.htc');
}



/*
    Ԭ殼殭㋊*/


ul.also2 {
    margin:20px 20px 30px;
}
ul.also2 li{
    float: left;
    width: 35%;
    margin-right:20px;
    margin-bottom: 10px;
    padding-left:85px;
    height: 75px;
    min-height: 75px;
    max-height: 120px;
    position:relative;
    vertical-align: top;
    overflow: inherit;
    font-size:11px;
}
ul.also2 li:last-child{
    margin-right:0;
}
ul.also2 li a{
    display: block;
    font-size: 11px;
    padding-bottom: 4px;
}

ul.also2 li span.price{
    font-size: 10px;
    font-family: "PTSans", "Arial Narrow", Arial, sans-serif;
    color:white;
    white-space: nowrap;
    padding:4px 8px;
    position:absolute;
    top:50px;
    left:-10px;
    border: solid 0px #777;
    box-shadow: 0 0 1px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background: #a2db09;
    behavior: url('/js/PIE.htc');
}

/*
    /Ԭ殼殭㋊*/




.floatleftimage{
    float:left;
    margin: 4px 4px 8px 0;
}


h3.widget_title, h4.widget_title {
    margin-top: 10px;
    margin-bottom: 6px;
    padding-top: 10px;
}
.widget{
    margin-bottom: 30px;
}


ul.osobennosti {
    margin-bottom: 20px;
}
ul.osobennosti li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(/i/bullet.gif) no-repeat 2px 3px;
}

.product-video {
    margin-bottom: 20px;
}

.techdata {
    border-collapse: collapse;
    margin-bottom: 20px;
}
.techdata td{
    border-bottom: dotted 1px #d0d0d0;
    padding:9px 5px;
}
.techdata td span{
    background: white;
}


.seacrh_container {
    width: 98%;
}

.seacrh_container .count {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}

.yandex_logo {
    padding-top: 4px;
    padding-right: 10px;
}

.seacrh_box {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: decimal;
    font-size: 16px;
}

.seacrh_box > li {
/*
    font-size: 13px;
*/
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: dotted 1px #d0d0d0;
}

.seacrh_title {
    font-size:18px;
}

.seacrh_passages, .seacrh_headline {
    margin-top: 5px;
    margin-bottom: 10px;
}

.seacrh_passages li hlword {
    color: #c81f24;
}

.seacrh_link {
    font-size: 11px;
    margin-top: 4px;
}
.seacrh_error {
    color: #c81f24;
    font-weight: bold;
}




.smallprice{
    position: absolute;
    top: 20px;left: 80px;
    background:url(/i/price.gif) repeat-x top right;
}
.smallprice span{
    display:block;
    height: 36px;
    background:url(/i/price.gif) no-repeat bottom left;
}
.smallprice span strong{
    font-size: 12px!important;
    color: white!important;
    padding:4px 10px!important;
}



#skypedisable {
    display: none;
}

.partnerlinks li {
    font-size: 10px;
    color: #999999;
}

.current_page {
    text-decoration: none;
}

/*
.partnerlinks a {
        text-decoration: none;
}
*/



#category-childrens-groups {
    padding: 0px;
    margin: 0px;
}

.category-childrens-group {
    padding: 0px;
    margin: 0px;
}

#category-childrens-groups li > h3 {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 2px;    
}


.click-title.active {
    background-position: 5px 16px;
    border-bottom: none;
}

.click-title {
    background: url("/images/collapse-ex.gif") no-repeat scroll 5px -40px;
    cursor: pointer;
    /*
    border-bottom: 1px dashed #CCCCCC;
    color: #787878;
    */
    margin: 0.5em 0;
    padding: 0px 4px 4px 28px;
}

.link_pdf {
    font-size:1.8em;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}