#wrapper {
    width:900px;
}

#tops {
    float:left;
    height:100px;
}

#logo{
    float:left;
    position:relative;
    top:12px;
    left:10px;
}

#mmenu{
    float:left;
    position:relative;
    left:5px;
    top:5px;
    width:390px;
    text-align:center;
}

#cart_pane {
    z-index:2;
    position:absolute;
    cursor: pointer;
    width: 195px;
    height: 70px;
    margin:15px 0 0 690px;
    background-color: #e5f8f8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    border: 1px dotted #b3d4d1;
}

#cart_desc {
    z-index:1;
    position:absolute;
    top:10px;
    left:10px;
    background:url('cart.png') no-repeat left;
    padding: 0px 0px 0px 22px;
    font-size: 14px;
    text-align:right;
    color:#000;
}

#cart_empty {
    position:absolute;
    color:#878787;
    top:40px;
    left:10px;
    font-size: 12px;
    font-weight:bold;
    color:#000;
}

#cart_items {
    position:absolute;
    top:41px;
    padding-left:15px;
    width:90px;
    font-size: 12px;
    font-weight:bold;
    color: #2778b7;
}

#cart_items a {
    text-decoration:none;
}

#cart_items a:hover {
    text-decoration:underline;
}

#cart_price {
    position:absolute;
    color:Red;
    top:40px;
    padding-left:100px;
    width:120px;
    font-size: 14px;
    font-weight:bold;
}

.goods_header {
   font-weight:bold;
   color:#19746C;
}

.hdbot{padding:4px 8px;background: transparent;
}

.s_button {
    /*
      # светлый 63C5C5
      # темный  19746C
    */
    background: #19746C; /* Для старых браузеров, которые не поддерживают градиент */
    background: -moz-linear-gradient(top, #63C5C5 0%, #19746C 100%); /* Для корректной работы в FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63C5C5), color-stop(100%,#19746C)); /*Для корректной работы в Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #63C5C5 0%,#19746C 100%); /* Для корректной работы в Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #63C5C5 0%,#19746C 100%); /* Для корректной работы в Opera11.10+ */
    background: -ms-linear-gradient(top, #63C5C5 0%,#19746C 100%); /*Для корректной работы в IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63C5C5', endColorstr='#19746C',GradientType=0 ); /*Для корректной работы в IE6-9 */
    background: linear-gradient(top, #63C5C5 0%,#19746C 100%); /* W3C */
    /*Закруглённые края*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
     /*Отступы, 3 пикселей сверху и снизу и по 8 пикселей по бокам*/
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.imgprev img {
    text-align:left;
    border: 1px solid #dfe4e8;
}

/* закладки */

#linetabs{
    margin:0px;
}
#linetabs li{
    display:block;
    float:left;
    margin:1px;
    overflow:visible;
    text-align:center;
    padding:0px 0px 0px 0px;
    margin:0px;
}
#linetabs li a{
    font-size: 12px;
    color: #81BCB7;
    display:block;
    padding:5px 10px 5px 10px;
    outline:none;
    text-decoration:underline;
}
#linetabs li a:hover,#linetabs li a:hover.active{
    color: #437E79;
    text-decoration:none;
}
#linetabs li a.active{
    color: #437E79;
    text-decoration:none;
    z-index:50;
}
.tabki {
    padding:10px;
    text-align:left;
}
#tab2, #tab3 {
    display:none;
}


/* разная пурга - переназначаем */

.chars {
    border-collapse: separate;
    border-spacing: 10px;
    font-size:10px;
}

.zakaz {color:Black;font-weight:normal;background: #FDE5EC;padding:5px} /* текст о заказе */
.oki1{background-color: #408ab5;color:#fff;padding: 0 4px 2px 4px;} /*товар есть */
.error1{background-color: #FF001A;color:#fff;padding: 0 4px 2px 4px;}  /* товара нет*/

#share42 {display: inline-block; padding: 6px 0 0 6px; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;margin-bottom:20px;}
#share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

.cart_bc {
    width:100%;
    padding:20px 0px 20px 0px;
}
.cbc {
    float:left;
    height:30px;
    font-size:12px;
    color:#fff;
    line-height:30px;
}

.cart_bc_c {
    background:#3ababa;
    padding:0px 10px 0px 10px;
}
.cart_bc_g {
    background:#acbbbb;
    padding:0px 10px 0px 10px;
}
.cart_bc_cg {
    background:url('cg.gif') no-repeat left;
    width:16px;
}
.cart_bc_g_ {
    background:url('g.gif') no-repeat left;
    width:16px;
}
.cart_bc_cc {
    background:url('cc.gif') no-repeat left;
    width:16px;
}
.cart_bc_gg {
    background:url('gg.gif') no-repeat left;
    width:16px;
}
.cart_bc_c_ {
    background:url('c.gif') no-repeat left;
    width:16px;
}
