/***********************************GLOBAL */
* {
    outline: 0px none;
    padding: 0px;
    margin: 0px;
}
html, body {
    min-height: 100%;
    width: 100%;
    font-size: 12px;
    font-family: "Tahoma", "Arial", "sans-serif";
}
html, body, form, p, img {
    border: 0px none;
}
a {
    color: #B01C1C;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {margin-bottom: 5px; margin-top: 5px;}

.al     { text-align: left;   }
.ac     { text-align: center; }
.ar     { text-align: right;  }
.aj     { text-align: justify;  }
.at     { vertical-align: top; }
.ab     { vertical-align: bottom; }
.fl     { float: left;  }
.fr     { float: right; }
.hidden { display: none; }
.mask   {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.clear  {
    clear: both;
    font: 0px Tahoma;
    height: 0px;
    overflow: hidden;
}
.icq {
    padding: 2px 0px 4px 20px;
    background: url(../images/icq_icon.png) 0px 0px no-repeat;
}
.viber {
    padding: 2px 0px 4px 20px;
    background: url(../images/Viber.png) 0px 0px no-repeat;
}
/******************************************************** PAGING */
.paging {
    padding: 10px 0px 10px 0px;
    clear: both;
    text-align: center;
}
.paging table {
    margin: 0px auto;
}
.paging a {
    display: block;
    float: left;
    margin: 0px 2px 0px 2px;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #7A7A7A;
    background: #F5F5F5;
}
.paging a.selected {
    background: #589ebb;
    border: 1px solid #589ebb;
    color: #FFFFFF;
}
.paging a.larr {
    width: 60px;
/*    background: #FFFFFF url(../images/page_larr.gif) 50% 50% no-repeat;*/
}
.paging a.rarr {
    width: 60px;
/*    background: #FFFFFF url(../images/page_rarr.gif) 50% 50% no-repeat;*/
}

/*************************************************************** FORM */
.form {
}
.form .control {
    padding: 3px 6px 3px 6px;
}
.form .control label {
    display: block;
    padding: 0px 0px 1px 0px;
    font-size: 12px;
    color: #888888;
}
.form .control label span {
    font-size: 11px;
    color: #AAAAAA;
}
.form .control .txt {
    padding: 2px;
    border: 1px solid #CCCCAA;
}
.form .control .txt:focus {
    border: 1px solid #44CC44;
}
.form .control .cbx {
    float: left;
    margin: 1px 3px 1px 1px;
}
.form .control select {
    padding: 1px;
    border: 1px solid #CCCCAA;
}
.form .control select:focus {
    border: 1px solid #44CC44;
}
.form .control .submit {
    cursor: pointer;
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 1px 7px 1px 7px;
}
.form .control .submit:hover {
    border: 1px solid #99CC99;
    background: #EEFFEE;
}

/********************************************************** MESSAGES */
#message {
    cursor: pointer;
}
#message .error {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DD7777;
    background: #FFDDDD;
    color: #AA0000;
}
#message .result {
    padding: 5px 0px 5px 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #55CC55;
    background: #DDFFDD;
    color: #009900;
}

/************************************************************* MAIN */
body {
    background: #E6E6E6;
}
#main {
    width: 100%;
    min-height: 100%;
    padding: 31px 0px 30px 0px;
}
#main-site {
    width: 950px;
    min-height: 500px;
    margin: 0px auto;
    background: #FFFFFF;
}
#main-site-head {
    height: 100px;
}
#main-site-head .block_header {
    font: bold 13px Tahoma;
    color: #000000;
}
#main-site-head .logo {
    display: block;
    float: left;
    width: 190px;
    height: 90px;
    background: url(../images/logo.png) 0px 0px no-repeat;
}
#main-site-head .logo span {
    position: absolute;
    top: -1000px;
}
#main-site-head .links {
    float: left;
    width: 170px;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 30px;
}
#main-site-head .links a {
    display: block;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 8px 0px;
    font-weight: bold;
    font-size: 8pt;
    background: url(../images/icon_list.png) 0% 50% no-repeat;
}
#main-site-head .links .email {
    padding: 0px 0px 0px 20px;
    margin: 2px 0px 0px 0px;
    background: url(../images/icon_email.png) 0% 50% no-repeat;
}
#main-site-head .worktime {
    float: left;
    width: 170px;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}
#main-site-head .address {
    float: left;
    width: 180px;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}
#main-site-head .contacts {
    float: right;
    width: 150px;
    padding: 12px 0px 0px 0px;
    background: url(../images/cart_bg.png) 100% 0% no-repeat;
}
#main-site-head .contacts .phone {
    margin: 5px 0px 0px 0px;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
}
#main-site-head .contacts .phone span {color: #FF0000;}
#main-site-head .cart {
    display: block;
    float: right;
    width: 230px;
    height: 100px;
    border-left: 1px solid #e6e6e6;
    background: url(../images/cart_bg.png) 100% 0% no-repeat;
}
#main-site-head .cart h3 {
    padding: 15px 0px 10px 0px;
    text-align: center;
    font-size: 11px;
    color: #444444;
}

#main-site-head .cart .open_cart {
    display: block;
    width: 73px;
    height: 22px;
    margin: 0px auto;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: url(../images/viewcart_bg.gif) 0px 0px no-repeat;
}
#main-site-head .cart .info {
    display: block;
    margin: 10px 0px 0px 0px;
    color: #666666;
    font-size: 12px;
    text-align: center;
}

#main-site-menu {
    display: block;
    height: 40px;
    background-color: black;
    vertical-align: middle;
    /*background: url(../images/menu_bg.png) 0px 0px repeat-x;*/
}
#main-site-menu .search {
    float: left;
    width: 550px;
    /*width: 190px;*/
    height: 35px;
    margin: 5px 0px 0px 0px;
    /*border-right: 1px solid #999999;*/
    background: url(../images/icon_search.png) 5px 50% no-repeat;
}
#main-site-menu .search input {
   width: 500px;
    /*width: 139px;*/
    margin: 4px 0px 0px 43px;
    padding: 2px;
    font-size: 14px;
    border: medium none;
    color: #000000;
    /*font-weight: bold;*/
    background: #ffffff;
}
#main-site-menu .menu {
    float: left;
    height: 25px;
    margin: 5px 0px 0px 0px;
}
#main-site-menu .menu a {
    display: block;
    font-size: 11px;
    float: left;
    height: 25px;
    padding: 0px 14px 0px 14px;
    line-height: 25px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
#main-site-menu .menu a:hover {
    color: #FFFFFF;
    background: #666666;
}

/************************************************************ BODY */
#main-site-body {
    background: url(../images/main_site_bg.png) 0px 0px repeat-y;
}
#main-site-body-lcol {
    float: left;
    width: 190px;
    overflow: hidden;
    border-right: 1px solid #e6e6e6;
}
#main-site-body-content {
    float: right;
    width: 758px;
    overflow: hidden;
}

/******************************************************************* FOOT */
#main-site-foot {
    height: 71px;
    border-top: 1px solid #e6e6e6;
    background: #333333 url(../images/foot_logo.png) 0% 100% no-repeat;
}
#main-site-foot .wraper {
    height: 71px;
    background: url(../images/foot_corner.png) 100% 100% no-repeat;
}

/**************************************************************** CATALOG */
.category_tree {
}
.category_tree .main_menu {
}
.category_tree .main_menu .sub_menu {
    display: none;
    position: absolute;
    margin: 0px 0px 0px 190px;
    background: #ec4e4e;
    box-shadow: 1px 1px 4px #888888;
    z-index: 30;
    border-radius: 0px 8px 8px 0px;
}
.category_tree .main_menu:hover .sub_menu {
    display: block;
}
.category_tree .level0 {
    display: block;
    height: 33px;
    width: 175px;
    padding-left: 15px;
    border-bottom: 1px solid #FFFFFF;
    font: bold 11px/33px Arial;
    color: #4b4b4b;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
    background: url("../images/catalog_menu_bg.png") repeat-x 0px 0px;
}
.category_tree .level0_frame {
    display: block;
    height: 34px;
    width: 175px;
}
.category_tree .main_menu:hover .level0 {
    position: absolute;
    z-index: 40;
    color: #FFFFFF;
    text-shadow: none;
    background: #ec4e4e;
}
.category_tree .level1 {
    display: block;
    height: 32px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font: bold 11px/33px Arial;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
.category_tree .level1 span {
    display: block;
    width: 200px;
    overflow: hidden;
}
.category_tree .level1:hover {
    color: #FFFF00;
}
.category_tree .level1_hr {
    display: block;
    width: 230px;
    height: 2px;
    background: url(../images/catalog_submenu_hr.png) 50% 100% no-repeat;
}

.catalog_path {
    padding: 6px 15px 6px 15px;
    font-size: 11px;
    line-height: 28px;
    text-transform: none;
    color: #666666;
}
.catalog_path strong {
    display: block;
    float: left;
    color: #B01C1C;
    margin-right: 8px;
}
.catalog_path a {
    display: block;
    float: left;
    text-decoration: underline;
}
.catalog_path .separator {
    display: block;
    float: left;
    width: 19px;
    height: 12px;
    text-align: center;
}
.catalog_path h1 {display: inline;}

.catalog_order_by {
    display: block;
    padding: 0px 0px 10px 0px;
}
.catalog_order_by .asc {background: url("../images/ord_asc.png") no-repeat 3px 4px;}
.catalog_order_by .desc {background: url("../images/ord_desc.png") no-repeat 3px 4px;}
.catalog_order_by a {
    padding: 2px 5px 3px 15px;
    border-radius: 4px;
}
.catalog_order_by .selected {background-color: #B01C1C; color: #FFFFFF;}

.catalog_content {padding: 0px 15px 0px 15px;}

.index_category {
    display: block;
    float: left;
    width: 160px;
    padding: 0px 10px 16px 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.index_category .subcat {
    display: block;
    padding: 1px 0px 0px 8px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    background: url("../images/icon_list.png") no-repeat 0px 7px;
}
.index_category .nophoto {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto;
    text-align: center;
    font: 18px/100px Tahoma;
    color: #999999;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
}

.catalog_category {
    display: block;
    float: left;
    width: 145px;
    padding: 0px 16px 16px 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
.catalog_category:hover {outline: #EEEEEE solid 1px;}
.catalog_category .subcat {
    display: block;
    padding: 2px 0px 2px 8px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background: url("../images/icon_list.png") no-repeat 0px 7px;
}
.catalog_category .nophoto {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    font: 18px/100px Tahoma;
    color: #999999;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
}

.catalog_product {
    display: block;
    float: left;
    width: 355px;
    font-size: 12px;
    border-top: 1px solid #E6E6E6;
    padding: 10px 0px 10px 0px;
    margin: 0px 3px 0px 3px;
}
/*.catalog_product:hover {outline: #EEEEEE solid ;}*/
.catalog_product .product_image {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin: 0px 10px 0px 0px;
    line-height: 15px;
}
.catalog_product h2 {
    display: block;
    float: left;
    width: 180px;
    line-height: 15px;
}
.catalog_product h2 a {
    font-weight: bold;
    font-size: 13px;
}
.catalog_product .code {
    float: left;
    width: 180px;
    padding: 10px 0px 0px 0px;
    color: #666666;
}
.catalog_product h3 {
    float: left;
    width: 180px;
    padding: 5px 0px 0px 0px;
    font: bold 20px Arial;
    color: #666666;
}

.catalog_product h3 .value .normal_price {
    display: block;
    font: bold 20px Arial;
    color: #666666;
    text-align: center;
}
.catalog_product h3 .value .old_price {
    display: block;
    font: bold 16px/16px Arial;
    height: 16px;
    color: #666666;
    text-decoration: line-through;
}
.catalog_product h3 .value .event_price {
    display: block;
    font: bold 20px Arial;
    color: #CC0000;
}
.catalog_product h3 .value span.unit {font: bold 13px Arial;}

.catalog_product .small_desc {
    float: left;
    width: 180px;
    font: 12px Tahoma;
    color: #000000;
    padding: 5px 0px 0px 0px;
    text-align: justify;
}
.catalog_product .addtocart {
    float: right;
    width: 102px;
    height: 22px;
    margin: 5px 98px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    background: url(../images/addtocart_bg.png) 0px 0px no-repeat;
}
.catalog_product .addtocart:hover {text-decoration: none;}

.filter_block {
    background: #FFFFCC;
    padding: 5px;
    margin-bottom: 10px;
}
.filter_name {
    display: block;
    float: left;
    width: 110px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    padding: 2px 5px 2px 0px;
}
.filter_values {
    float: left;
    width: 600px;
}
.filter_value {
    display: block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}
.filter_value a {
    font-size: 11px;
    font-family: Tahoma;
    color: #666666;
}
.filter_value span {
    font-size: 10px;
    font-family: Tahoma;
    color: #000000;
}
.filter_value .selected {
    font-weight: bold;
}


.catalog_product_full {
    display: block;
    font-size: 11px;
    padding: 0px 5px 15px 5px;
}
.catalog_product_full .product_image {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin: 0px 30px 0px 0px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
}
.catalog_product_full .product_image:hover {
        border: 1px solid #EE8888;
}
.catalog_product_full .product_small_image {
    display: block;
    float: left;
    width: 150px;
    height: 50px;
    margin: 5px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #EEEEEE;
}
.catalog_product_full .product_small_image img {
    display: block;
    float: left;
    margin: 0px 0px 0px 5px;
}
.catalog_product_full .product_small_image .name {
    display: block;
    float: left;
    color: #555555;
    padding: 0px 5px 5px 10px;
    width: 80px;
}
.catalog_product_full .product_small_image:hover {
    border: 1px solid #EE8888;
}
.catalog_product_full h1 {
    display: block;
    float: left;
    width: 515px;
    padding: 0px;
    margin: 0px;
}

.catalog_product_full .shadow_box {
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    /*box-shadow: 0px 0px 3px #DDDDDD;*/
    text-align: center;
}
.catalog_product_full .shadow_box .box_title {
    display: block;
    font: bold 12px Tahoma;
    color: #444444;
    padding: 0px 0px 4px 2px;
}
.catalog_product_full .shadow_box .box_mod {
    padding: 3px;
    width: 136px;
    height: 15px;
    border-bottom: 1px dotted #CCCCCC;
}
.catalog_product_full .shadow_box .box_mod_price {
    float: right;
    width: 30px;
    text-align: center;
    font-weight: bold;
}

.catalog_product_full .code {
    float: left;
    width: 515px;
    padding: 0px 0px 0px 0px;
    color: #666666;
}
.catalog_product_full .price .value {
    display: block;
    font: bold 28px Arial;
    padding: 0px 0px 2px 0px;
    width: 200px;
}
.catalog_product_full .price .value .normal_price {
    display: block;
    font: bold 28px Arial;
    color: #666666;
}
.catalog_product_full .price .value .old_price {
    display: block;
    font: bold 16px/16px Arial;
    height: 16px;
    color: #666666;
    text-decoration: line-through;
}
.catalog_product_full .price .value .event_price {
    display: block;
    font: bold 28px Arial;
    color: #CC0000;
}
.catalog_product_full .price .value span.unit {
    font: 18px Arial;
}

.catalog_product_full .params {
    display: block;
    float: right;
    color: #666666;
    margin: 10px 0px 0px 10px;
}
.catalog_product_full .params li {padding: 2px;}
.catalog_product_full .description {
    font: 14px/16px "Segoe UI", "Lucida Grande", "Tahoma", "Arial", "sans-serif";
    color: #000000;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #DDDDDD;
}
.catalog_product_full .description ul {margin-left: 20px;}
.catalog_product_full .addtocart {
    display: block;
    background-color: #B01C1C;
    border-radius: 7px;
    float: left;
    width: 82px;
    height: 22px;
    margin: 5px 30px 0px 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    /*background: url(../images/addtocart_bg.png) 0px 0px no-repeat;*/
}
.catalog_product_full .addtocart:hover {text-decoration: none; background-color: #e21d1d;}

h1 {
    font: 18px Verdana;
    color: #444444;
    padding: 10px 0px 10px 0px;
}
.catalog_description {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
}
.catalog_small_description {
    font-size: 10pt;
    color: #000000;
    padding: 0px 0px 10px 0px;
}
.catalog_links {padding: 0px 0px 10px 0px; font-size: 11px;}
.catalog_links .selected{
    color: #FFFFFF;
    background: #B01C1C;
}

#shopping_cart_block {
    display: block;
    position: fixed;
    bottom: 10%;
    left: 100%;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding: 10px;
    box-shadow: 0px 0px 3px #888888;
    border-radius: 10px 0px 0px 10px;
    background: #FFFFFF;
}
#shopping_cart_block .title {font: bold 12px Tahoma;}
#shopping_cart_block .info .param {padding: 5px 0px 0px 0px;}
#shopping_cart_block .info .param label {font-size: 11px; color: #888888;}
#shopping_cart_block .info .open_cart {display: block; margin: 5px 0px 0px 0px;}

.shopping_cart th {
    padding: 5px;
    font: bold 12px Tahoma;
    background: #EEEEEE;
}
.shopping_cart .sum td {border-top: 1px solid #CCCCCC;}
.shopping_cart td {padding: 3px;}
.shopping_cart .image_frame {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #CCCCCC;
    background: #F5F5F5;
}
.shopping_cart .delete {
    display: block;
    margin: 5px 0px 0px 0px;
    color: #FF0000;
}

.cart_confirm_box {

}
.cart_confirm_box .control {padding: 3px 6px 3px 6px;}
.cart_confirm_box .control label {
    display: block;
    padding: 0px 0px 1px 0px;
    font-size: 12px;
    color: #888888;
}
.cart_confirm_box .control label span {
    font-size: 11px;
    color: #AAAAAA;
}
.cart_confirm_box .control .txt {
    padding: 2px;
    border: 1px solid #CCCCAA;
}
.confirm_msg {
    padding: 10px 0px 0px 0px;
    font: 12px/18px Verdana;
}

.page_content {font: 12px/18px Verdana; color: #444444;}
.page_content ul {margin-left: 20px;}
.page_content ol {margin-left: 20px;}


.sitemap_block {padding: 15px;}
.sitemap_block a {display: block;}
.sitemap_block .cat0 {
    padding-left: 0px;
    padding-top: 20px;
    font-size: 18px;
}
.sitemap_block .prd0 {padding-left: 30px; color: #888888;}
.sitemap_block .cat1 {
    padding-left: 30px;
    font-size: 13px;
}
.sitemap_block .prd1 {padding-left: 60px; color: #888888;}
.sitemap_block .cat2 {padding-left: 60px; font-size: 13px;}
.sitemap_block .prd2 {padding-left: 90px; color: #888888;}
.sitemap_block .cat3 {padding-left: 90px; font-size: 13px;}
.sitemap_block .prd3 {
    padding-left: 120px;
    color: #888888;
}

/********************************************* SEARCH - HINT */
#search_hint {
    display: block;
    position: absolute;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 1px 0px 0px 43px;
    z-index: 30;
}
#search_hint a {
    display: block;
    font-size: 11px;
    color: #B01C1C;
    padding: 2px;
    border-bottom: 1px dotted #EEEEEE;
}
#search_hint a span {
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    color: #B01C1C;
    padding: 2px 0px 2px 20px;
}

#catalog_product_images {

}
#catalog_product_images .title {
    height: 20px;
    font: 20px Verdana;
    color: #444444;
    text-align: center;
}
#catalog_product_images .title .mod_name {
    font: 11px/8px Verdana;
    color: #888888;
    text-align: center;
}
#catalog_product_images .close {
    display: block;
    position: relative;
    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    margin: -20px 0px 0px 0px;
    background: url(../images/image_close.png) 50% 50% no-repeat;
    opacity: 0.5;
}
#catalog_product_images .close:hover {opacity: 1.0;}
#catalog_product_images .left {
    float: left;
    margin-top: 200px;
    width: 50px;
    height: 100px;
    background: url(../images/image_larr.png) 50% 50% no-repeat;
    cursor: pointer;
    opacity: 0.5;
}
#catalog_product_images .left:hover {opacity: 1.0;}
#catalog_product_images .right {
    float: right;
    margin-top: 200px;
    width: 50px;
    height: 100px;
    background: url(../images/image_rarr.png) 50% 50% no-repeat;
    cursor: pointer;
    opacity: 0.5;
}
#catalog_product_images .right:hover {opacity: 1.0;}
#catalog_product_images .image_frame {
    float: left;
    width: 500px;
    height: 500px;
    background: url(../images/image_loading.png) 50% 50% no-repeat;
}
#catalog_product_images .thumbs .frame {
    display: block;
    float: left;
    margin: 2px;
    padding: 4px;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}
#catalog_product_images .thumbs .name {
    display: block;
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    color: #444444;
}
#catalog_product_images .thumbs img {}
#catalog_product_images .thumbs .selected {
    border: 1px solid #f5a200;
    box-shadow: 0px 0px 4px #777777;
}

.cart_confirm_wnd {}
.cart_confirm_wnd .wnd_title {
    font: bold 13px Tahoma;
    color: #444444;
    padding: 0px 0px 5px 0px;
}
.cart_confirm_wnd .mod {
    display: block;
    float: left;
    width: 220px;
    border: 1px solid #F5F5F5;
    padding: 5px;
    margin: 2px 2px 0px 2px;
}
.cart_confirm_wnd .mod .name {
    display: block;
    float: left;
    padding: 0px 0px 0px 4px;
}
.cart_confirm_wnd .mod .stock {
    display: block;
    float: right;
    width: 30px;
    text-align: center;
    font: bold 11px Tahoma;
}
.cart_confirm_wnd .mod.unavailable {opacity: 0.5;}
.cart_confirm_wnd .mod.unavailable .stock {color: #444444;}
.cart_confirm_wnd .mod.available .stock {color: #00CC00;}
.cart_confirm_wnd .mod.available:hover {border: 1px solid #88CC88; background: #F5FFF5;}
.cart_confirm_wnd .confirm_mod {
    display: block;
    float: left;
    font: 12px Tahoma;
    margin: 5px 0px 0px 2px;
    padding: 7px 7px 7px 35px;
    background: #F9F9F9 url(../images/icon_confirm_24.png) 4px 3px no-repeat;
    border: 1px solid #EEEEEE;
}

.cart_confirm_wnd .cart_wnd_buttons .continue {
    display: block;
    float: left;
    background: #F9F9F9 url(../images/cart_continue.png) 10px 50% no-repeat;
    padding: 20px 10px 20px 80px;
    border: 1px solid #EEEEEE;
    font: 12px Tahoma;
    width: 120px;
}
.cart_confirm_wnd .cart_wnd_buttons .checkout {
    display: block;
    float: right;
    background: #F9F9F9 url(../images/cart_checkout.png) 10px 50% no-repeat;
    padding: 20px 10px 20px 80px;
    border: 1px solid #EEEEEE;
    font: 12px Tahoma;
    width: 120px;
}

.product_info {
    display: block;
    float: right;
    width: 200px;
    margin: 0px 0px 0px 20px;
    font-size: 12px;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    float: right;
    padding: 10px;
}
.product_info b {/*display: block;*/ padding: 0px 0px 3px 0px;}
.product_info .code_phone {font: bold 11px Tahoma; color: #f87300;}
.product_info .phone {font: bold 11px Tahoma; color: #656565;}
.product_info li {
    display: block;
    margin: 0px 0px 0px -10px;
    list-style-type: none;
    padding: 0px 0px 0px 10px;
    background: url(../images/bul_orange.png) 0px 5px no-repeat;
    font-size: 12px;
    line-height: 1.5;
}
.product_info .warning {font-weight: bold; color: #ff940b;}
.product_info .delivery {text-align: center; text-transform: uppercase; font-weight: bold; line-height: 1.5;}
