html, body, div, span, applet, object, iframe,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.01%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.2;
}

/*---------------------------------------------------------------------------reset*/

html, body {
    color: #FFF;
    height: 100%;
    min-width: 1025px;
    font: normal 12px / 16px Tahoma, Geneva, sans-serif;
}

html {
}

body {
    background: #FFF;
}

body > .wrapper {
    height: auto !important;
    min-height: 100%;
}

#logo {
    left: 10px;
    position: absolute;
    top: 40px;
}

#logo {
    width: 280px;
    height: 62px;
    background: url(/images/logo1.png) no-repeat;
    text-indent: -9999px;

}

#phone {
    right: 10px; /*150*/
    position: absolute;
    top: 35px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px #333, 0 0 1em #999;
}

.callback {
    width: 150px;
    height: 20px;
    position: absolute;
    right: 10px; /*350*/
    border-radius: 10px;
    top: 105px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 3px;
    border-radius: 10px 10px 10px 0;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
    background: url("/images/cloud.gif") no-repeat scroll center 0px transparent;
}

.callback a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 14px;
    text-decoration: underline;
}

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

.wrapper {
    position: relative;
    max-width: 6000px;
    width: 100%;
    min-width: 600px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.base {
    margin: 0 auto;
    max-width: 1024px;
    min-width: 1024px;
    padding: 600px 0 116px;
    width: 1024px;
    margin-top:-30px;
}

.base .menu {
    margin-top: -75px;
    background: url("/images/bgt.jpg") repeat-x scroll 0 0 transparent;
    height: 50px;
    position: relative;
    z-index: 301;
    width: 1026px;
    border: 0;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.content_row {
    float: right;
    overflow: hidden;
    position: relative;
    width: 770px;
}

#left {
    width: 220px;
    float: left;
}

.menu ul li:first-child {
    margin-left: 1px;
}

.menu ul li:first-child:hover a {
    padding-bottom: 18px;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.menu ul li:first-child:hover {
    margin-left: 0px;
    margin-top: 1px;
    background: #fff;
    border-left: 1px solid #999;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

.menu li {
    display: inline-block;
    list-style: none;
    float: left;
    margin-left: 1px;
    position: relative;
}

.menu li:hover .drop_menu {
    display: block;
}

.menu li a {
    display: block;
    padding: 14px 8px 19px;
    margin-top: 1px;
    color: #FFF;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
}

.menu li.active a, .menu li a:hover, .menu li:hover a {
    background: #FFF;
    color: #666;
    text-decoration: none;
}

li.specpred a {
    color: #fff;
    padding: 19px 8px 19px;
    margin-bottom: -6px;
    background: #e36825;
    position: relative;
    top: -6px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-top: 1px solid #fff;
}

li.specpred.active {
    background: #fff !important;
}

.menu li .drop_menu {
    position: absolute;
    left: -1px;
    top: 49px;
    display: none;
    background: #fff;
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #999999 #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px 1px;
    font-size: 14px;
    color: #000;
    padding: 20px;
}

.menu li .drop_menu td {
    vertical-align: top;
    padding-right: 20px;
}

.menu li .drop_menu a:hover {
    color: #ff8600;
}

.menu li .drop_menu a {
    display: block;
    margin: 0;
    font-size: 13px;
    padding: 3px !important;
    margin: 0;
    color: #000;
    white-space: nowrap;
}

/*---------------------------------------------------------------------------global*/

.ie {
    display: none;
}

/*---------------------------------------------------------------------------global*/

.header {
    z-index: 5;
    position: absolute;
    min-width: 600px;
    max-width: 1024px;
    width: 100%;
    height: 666px;
    top: 0;
    text-align: center;
    color: #000;
    background: url(/images/cbg.jpg) 0 -30px;
    margin: 0 auto;
    margin-top:-30px;
}

.header:before, .header:after {
    z-index: 5;
    position: absolute;
    width: 449px;
    height: 666px;
    top: 0;
    text-align: center;
    font-size: 20px;
    color: #000;

}

.header:before {
    left: -448px;
    background: #ddd;
    content: "";
    background: url(/images/lbg.jpg) right -30px no-repeat;
    color: #FFF;
    text-align: left;
    font-size: 14px;

}

.header:after {
    right: -448px;
    background: url(/images/rbg.jpg) left -30px no-repeat;
    content: "";
    color: #FFF;
    text-align: right;
    font-size: 14px;

}

.main_row {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 1004px;
    z-index: 300;
    /*
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #999999 #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px 1px;
    margin-bottom: 30px;

}

.topm {
    height: 50px;
    background: url(/images/bgt.jpg) repeat-x;
    display: none;
}

.content_row {
    position: relative;
    width: 770px;
    overflow: hidden;
    float: right;
    padding-top: 20px;
}

#left {
    width: 220px;
    float: left;
}

.footer {
    background: url("/images/foote.jpg") no-repeat scroll center bottom transparent;
    border-bottom: 0;
    bottom: 0;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.footer .f_wrap {
    width: 1025px;
    height: 100%;
    margin: auto;
    position: relative;
}

.footer .f_logo {
    display: block;
    position: absolute;
    width: 334px;
    height: 75px;
    left: 0;
    top: 30px;
    background: url("/images/f_logo.png") no-repeat;
}

.footer .block {
    position: absolute;
    color: #a5aeb3;
    font-size: 12px;
    top: 30px;
}

.footer .block a {
    color: #a5aeb3;
    text-decoration: none;
    line-height: 16px;
    display: block;
}

.footer .block a.vk {
    background: url("/images/vk.png") 0 center no-repeat;
    padding: 1px 0 1px 21px;
}

.footer .block a.fb {
    background: url("/images/fb.png") 0 center no-repeat;
    padding: 1px 0 1px 21px;
}

.footer .block a.tw {
    background: url("/images/tw.png") 0 center no-repeat;
    padding: 1px 0 1px 21px;
}

.footer .block a.gp {
    background: url("/images/gp.png") 0 center no-repeat;
    padding: 1px 0 1px 21px;
}

.footer .block a:hover {
    color: #666;
}

.footer .block .text {
    white-space: nowrap;
}

.footer .block .title {
    margin-bottom: 5px;
    font-weight: bold;
}

.footer .block.info {
    width: 150px;
    left: 380px;
}

.footer .block.dop {
    width: 150px;
    left: 540px;
}

.footer .block.sn {
    width: 150px;
    left: 690px;
}

.footer .block.cont {
    width: 180px;
    left: 850px;
}

.footer .li_logo {
    margin-top: 5px;
}

#bottomm {
    height: 30px;
    background: url("/images/bottomm.jpg") repeat-y scroll center bottom transparent;
}

.b-text {
    color: #FFFFFF;
    font-family: Trebuchet MS;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    width: 190px;
}

.b-text a:link, .b-text a:visited {
    color: #FFFFFF;
    font-size: 0.8em;
    font-style: italic;
    display: block;
    font-weight: normal;
    margin-top: 2px;
}

.b-text a:hover {
    text-decoration: none;
    color: #EEE;
}

#kran {
    left: 85px;
    position: absolute;
    top: 170px;
}

#moika {
    left: 105px;
    position: absolute;
    top: 210px;
}

#posudomoika {
    left: 155px;
    position: absolute;
    top: 248px;
}

#kofevarka {
    left: 315px;
    position: absolute;
    top: 133px;
}

#vitajki {
    left: 395px;
    position: absolute;
    top: 25px;
}

#varpan {
    left: 445px;
    position: absolute;
    top: 230px;
}

#duhovka {
    left: 335px;
    position: absolute;
    top: 325px;
}

#microvolnovka {
    left: 555px;
    position: absolute;
    top: 140px;
}

#stiralka {
    left: 580px;
    position: absolute;
    top: 270px;
}

#holodilnik {
    left: 675px;
    position: absolute;
    top: 30px;
}

#uslugi {
    left: 2px;
    position: absolute;
    top: -10px;
    z-index: 100;
}

.b_left {

}

.bubbleInfo {
    position: relative;
    top: 150px;
    left: 100px;
    padding: 10px;
}

.trigger {
    position: absolute;
}

.popup {
    position: absolute;
    display: block;
    padding: 0px 3px 1px 3px;
    z-index: 50;
    border-collapse: collapse;
    font-size: 1em;

    background: url("/images/cloud.gif") no-repeat scroll center 0 transparent;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-topleft: 10px;

    -webkit-border-bottom-left-radius: 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-bottom-left-radius: 0px;
}

.popup  tbody {
}

.popup td.corner {

}

.box {
    background: url("/images/boxt.png") no-repeat scroll 0 0 #d4d4d4; /*#F1F1F1;*/
    margin-bottom: 20px;
}

.box .fast_search_box {
    background: none repeat scroll 0 0 #00A000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 97px;
    width: auto;
    z-index: 2147483647;
    margin-left: 5px;
    display:none;
}

.box .fast_search_box a {
    color: #FFF;
}

.boxf {
    background: url("/images/boxf.png") no-repeat scroll center 0 transparent;
    height: 11px;
}

#box-cart {
    background: url("/images/box-cart-f.jpg") no-repeat scroll 0 0 #fec231;

}

#box-cart h3 {
    background: url("/images/carth3.jpg") no-repeat;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    font-size: 130%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #bc5a0b;
    margin-bottom: 5px;
}

.boxf-cart {
    background: url("/images/box-cart.jpg") no-repeat scroll center 0 transparent;
    height: 11px;
    margin-bottom: 20px;
}

.bod {
    padding: 10px;
}

.bod li {
    list-style: none outside none;

}

/*
.bod li a {
display:block;
height:40px;
padding-left:20px;
padding-top:8px;
width:100%;
color:#666;
}
.bod li a:hover,.bod  li.active a {
background:url("/images/libg.gif") no-repeat scroll left 0 transparent;
}
.bod  li:hover a, .bod  li.active a {
color:#fff;
text-decoration:none;

}*/
.navigation {
    margin-bottom: 5px;
}

.navigation a {
    color: #666;
}

.products li {
    float: left;
    list-style: none outside none;
    margin-left: 5px;
    margin-top: 20px;
    width: 209px;
    text-align: center;

    padding: 5px 5px 0;

}

.products {
    position: relative;
}

.products li {
    position: relative;
}

.products li img {
    margin: 0 auto;
    text-align: center;
}

.products h3, .products div._h3 {
    font-size: 130%;
    line-height: 120%;
    margin-bottom: 5px;
}

.products h3 a:link, .products h3 a:visited, .products div._h3 a:link, .products div._h3 a:visited {
    color: #666;
}

.products h3 a:hover, .products div._h3 a:hover {
    color: #57a608;
    text-decoration: none;
}

.products .description {
    text-align: left;
    margin-top: 15px;
}

.products p.count {
    color: #57A608;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
}

.line {
    overflow: hidden;
}

.nofoto {
    border: 1px solid #EEE;
}

.buy {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.buy a:link, .buy a:visited {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 5px;
}

.buy a:hover {
    background: none repeat scroll 0 0 #57A608;
    margin-top: 5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.buy-p {
    position: relative;

}

.buy-p a:link, .buy-p a:visited {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin-top: 5px;
}

.buy-p a:hover {
    background: none repeat scroll 0 0 #57A608;
    margin-top: 5px;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    display: block;
    font-family: Tahoma;
    font-size: 16px;
    line-height: 130%;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.cartel {
    margin-top: 10px;
    color: #555555;
}

#cart-t {
    background: url("/images/cart-t.png") no-repeat scroll center 0 transparent;
    bottom: 0;
    color: #d05024;
    float: right;
    height: 50px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 247px;

    border-right: 1px solid #999;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

#cart-t a {
    color: #d05024;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.oldprice {
    color: #d05024;
    font-size: 90%;
    font-weight: normal;
}

.bod p {
    margin-bottom: 7px;
}

.filtr_proizv {
    margin-bottom: 0;
}

#manufacturer {
    width: 135px;
    float: left;
    position: relative;
    top: 13px;
    margin-bottom: -7px;
}

#podbor:hover {
    opacity: 1;
}

#podbor {
    /*background:url("/images/podbor.png") repeat scroll center 0 transparent;*/

    background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;

    box-shadow: 0px 1px 2px #ccc;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    width: 56px;
    opacity: 0.9;
    float: right;
    margin-bottom: -7px;
    position: relative;
    top: 3px;
    color: #fff;
}

.title_manuf_filtr {
    display: block;
}

.title_manuf_filtr a {
    display: block;
    padding: 7px 0;
    border-radius: 5px;
    background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;
    box-shadow: 0px 1px 2px #ccc;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.bod  li {
    padding: 0 10px 0 5px;
}

.bod  li a {
    display: block;
    padding: 5px 10px;
    width: 170px;
    white-space: nowrpa;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    border-radius: 5px;

}

.bod  li a:hover, .bod  li.active a {
    background: url("/images/bgt.jpg") repeat-x scroll 0px -5px transparent;
    color: #fff;
}

.bod  li:hover a, .bod  li.active a {
    color: #fff;
    text-decoration: none;
}

.special h2 {
    color: green;
    font-family: Georgia;
    font-size: 280%;
    font-weight: normal;
    height: 50px;
    padding-top: 33px;
    text-align: center;
}

#spec {
    position: absolute;
    top: 1px;
    right: 5px;
    z-index: 2;
}

#new {
    position: absolute;
    right: 1px;
    top: 45px;
    z-index: 2;
}

.box h3 {
    background: url("/images/blockh3.jpg") no-repeat;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    font-size: 130%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    color: #999;
    margin-bottom: 5px;
}

#logins {
    background: url("/images/login.png") no-repeat scroll center 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    margin-left: 120px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 76px;
}

#exit {
    background: url("/images/exit.png") no-repeat scroll center 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    margin-left: 120px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 76px;
}

.carr {
    color: green;
    font-size: 12px;
    margin-left: 70px;
    padding-top: 8px;
}

.carr a {
    color: #333;
}

#ok111, #ok12, #ok13, #ok14, #ok15, #ok16, #ok17, #ok18, #ok19, #ok110, #ok111, #ok112, #ok113, #ok114, #ok115, #ok116, #ok117, #ok118, #ok119, #ok120, #ok121, #ok122, #ok123, #ok124, #ok125, #ok126, #ok127, #ok128, #ok129, #ok130,
#ok1, #ok2, #ok3, #ok4, #ok5, #ok6, #ok7, #ok8, #ok9, #ok10, #ok11, #ok12, #ok13, #ok14, #ok15, #ok16, #ok17, #ok18, #ok19, #ok20, #ok21, #ok22, #ok23, #ok24, #ok25, #ok26, #ok27, #ok28, #ok29, #ok30 {
    background: none repeat scroll 0 0 #70C61A;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    left: -15px;
    padding: 10px;
    position: absolute;
    width: 300px;
    z-index: 2000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

#ok11 a, #ok12 a, #ok13 a, #ok14 a, #ok15 a, #ok16 a, #ok17 a, #ok18 a, #ok19 a, #ok110 a, #ok111 a, #ok112 a, #ok113 a, #ok114 a, #ok115 a, #ok116 a, #ok116 a, #ok118 a, #ok119 a, #ok120 a, #ok121 a, #ok122 a, #ok123 a, #ok124 a, #ok125 a, #ok126 a, #ok127 a, #ok128 a, #ok129 a, #ok130 a, #ok1 a, #ok2 a, #ok3 a, #ok4 a, #ok5 a, #ok6 a, #ok7 a, #ok8 a, #ok9 a, #ok10 a, #ok11 a, #ok12 a, #ok13 a, #ok14 a, #ok15 a, #ok16 a, #ok16 a, #ok18 a, #ok19 a, #ok20 a, #ok21 a, #ok22 a, #ok23 a, #ok24 a, #ok25 a, #ok26 a, #ok27 a, #ok28 a, #ok29 a, #ok30 a {
    color: #fff;
    font-size: 12px;
}

.orederff input {
    float: right;
}

#oki {
    background: none repeat scroll 0 0 #70C61A;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    width: 300px;
    z-index: 2000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#oki a:link, #oki a:visited {
    color: #fff;
    font-size: 12px;
}

#oki a:hover {
    color: #eee;
}

.filter {

}

.te {
    border: 1px solid #EEEEEE;
    color: #777777;
    font-size: 14px;
    width: 165px;
    border-radius: 5px 5px 5px 5px;
}

.te:hover, .te:focus {
    border: 1px solid #67d100;
    color: #777777;
    font-size: 14px;
    width: 165px;
    border-radius: 5px 5px 5px 5px;
}

.se {
    border: 1px solid #EEEEEE;
    color: #777777;
    font-size: 14px;
    width: 165px;
}

border-radius:

5
px

5
px

5
px

5
px

;
.se:hover, .se:focus {
    border: 1px solid #67d100;
    color: #777777;
    font-size: 14px;
    width: 165px;
    border-radius: 5px 5px 5px 5px;
}

.int {
    border: 1px solid #EEEEEE;
    color: #777777;
    font-size: 14px;
    padding: 2px;
    border-radius: 5px 5px 5px 5px;
    width: 50px;
}

.int:hover, .int:focus {
    border: 1px solid #67d100;
    color: #777777;
    font-size: 14px;
    padding: 2px;
    border-radius: 5px 5px 5px 5px;
    width: 50px;
}

.check {
}

.search {
    width: 210px;
    padding: 5px;
    background: #d4d4d4;
    border-radius: 5px 5px 5px 5px;
}

.search a {
    color: #888;
}

.search a:hover {
    color: #333;
    text-decoration: none;
}

.searchi {
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 5px;
    color: #777777;
    font-size: 15px;
    padding: 3px;
    width: 135px;
}

.searchi:hover, .searchi:focus {
    border: 1px solid #ccc;
    border-radius: 5px 5px 5px 5px;
    color: #777777;
    font-size: 15px;
    padding: 3px;
    width: 135;
}

.searchb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: green;
    cursor: pointer;
    font-size: 15px;
    padding: 2px;
}

.searchb:hover, .searchb:focus {
    background: orange;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    padding: 2px;
}

#moren p {
    margin-top: 4px;
}

.hr {
    border: 0px;
    color: #777;
    background: transparent;

}

.hr:hover {
    border: 0px;
    color: #333;
    background: transparent;

}

.hr {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #777777;
    margin-top: 5px;
    text-decoration: underline;

}

.hr:hover {
    border: 0px;
    color: #333;
    background: transparent;
    text-decoration: none;
    margin-top: 5px;

}

.charak  tr {
    font-size: 12px;
    cursor: default;
}

.charak  tr  td {

}

.charak  tr:hover {
    background: #eee;
}

.charakc  tr {
    font-size: 10px;
    cursor: default;
}

.charakc  tr  td {

}

.charakc tr:hover {
    background: #eee;
}

.desc-p h4 {
    color: #36678F;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 40px;
}

.clear {
    clear: both;
}

#compare {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    height: 70px;
    margin-bottom: 20px;
    padding: 5px;
}

#slider {
    top: 50%;
    margin-top: -100px;
    position: absolute;
    width: 400px;
    height: 200px;
    border: 1px solid #00a700;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    z-index: 100;
    border-radius: 5px;

}

#label {
    background: url('../images/callme_label.jpg');
    background-position: 100% 0%;
    position: relative;
    float: right;
    /*background: #0C0;*/
    height: 200px;
    width: 25px;
    border-left: 1px solid #00a700;

    cursor: pointer;
}

#block_content {
    color: #000;
    position: relative;
    margin-right: 0px;
    padding-left: 20px;
    padding-top: 10px;
    width: 355px;
    height: 190px;
    background: #eee url("../images/modal-gloss.png") no-repeat -200px -80px;
}

.side_block {
    height: 30px;
    width: 150px;
    background: #72add8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 5px;
    border: 1px #fff solid;
    margin-left: 25px;
}

.side_block:hover {
    box-shadow: none;
    cursor: pointer;
}

.side_block2 {
    height: 30px;
    width: 150px;
    background: #8db2b5;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 5px;
    border: 1px #fff solid;
    margin-left: 25px;
}

.side_block2:hover {
    box-shadow: none;
    cursor: pointer;
}

.side_block3 {
    height: 30px;
    width: 150px;
    background: #b8b7b7;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
    border-radius: 5px;
    border: 1px #fff solid;
    margin-left: 25px;
}

.side_block3:hover {
    box-shadow: none;
    cursor: pointer;
}

.item_img, .cat_img {
    display: table-cell;
    height: 150px;
    width: 170px;
    line-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.cat_img {
    display: table-cell;
    height: 190px;
    width: 270px;
    line-height: 150px;
    text-align: center;
    vertical-align: middle;
}

.item_img img, .cat_img img {
    max-height: 140px;
    max-width: 170px;
    width: auto;
    height: auto;
    display: inline-block;
}

.cat_img img {
    max-height: 190px;
    max-width: 209px;
}

.sm_item {
    float: left;
    width: 170px;
    margin-left: 33px;
    text-align: center;
    list-style: none;
    border: 1px solid #999;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 200px;
}

.sm_item:hover, .sc_li:hover {
    border: 1px solid #333;
}

.sm_link {
    color: green;
    font-family: Georgia;
    font-size: 140%;
    font-style: italic;
    display: table-cell;
    width: 170px;
    height: 50px;
    vertical-align: middle;
}

/*.sc_link {
    display: table-cell;
    width:270px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}*/
.sc_li {
    border: 1px solid #999;
    padding: 20px !important;
/*    margin-left: 48px !important; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#left span {
    background-color: #d4d4d4 !important;
}
.close_fast_box {
    cursor: pointer;
    margin-left: 10px;
}