table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellpadding="0" */
}


.catalog td{
    padding: 5px 5px;    
    border:1px #BBBBBB  solid;
}

.catalog td a{
    color:#333333 !important
}

.catalog .level, .prices table{
    width: 860px;
    margin: 0 auto;
}

.catalog .level .compl{
    white-space: nowrap;    
}

.catalog a{color:#CC0000; text-decoration: none;}

.catalog .level .name{
    min-width: 180px;
    font-weight: bold;
}

.catalog .level2{
    width: 650px;
    margin: 0 0 0 180px;
}

.catalog .level2 .image, .catalog .level2 .image div{
    max-width: 350px;
    width: 350px;
}

.catalog .level2 .image img{
    max-width: 350px;
}

.catalog .cat_image{
    position: absolute;
    left:60px;
    margin-top: 0;        
    border:1px #D0D0D0 solid
}

.catalog .cat_image img, .catalog .cat_image{    
    max-width: 150px;
    /*cursor: move*/    
}

.catalog .cat_image2{
    margin-bottom: 1em;    
    text-align: left;    
}

.catalog .cat_image2, .catalog .cat_image2 img{
    
}

.catalog .cat_image img{
    
}

.catalog .goods{    
    margin-bottom: 1em;
    width: 100%;
}

.catalog .goods td, .list td{
    padding: 2px 3px 2px 3px;
    border-bottom: 1px #BBBBBB solid;        
}

.prices td.avail, .prices .head .avail{
    width: 50px;
}

.prices td.avail, .prices .head .avail, .prices td.time, .prices .head .time{
    text-align: right !important;
}

.prices td.name, .prices .head .name{
    max-width: 250px;
}

.prices td.time, .prices .head .time{
    padding-right: 1em;
}

.prices td.cart, .prices .head .cart{
    width: 16px;
}

.catalog .goods td{
    text-align: center;
    vertical-align: middle;
}

.catalog tr.head td, .prices tr.head td, .list tr.head td{
    color:#555555;    
    padding: 5px 5px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background: #DADADA;    
}

.catalog .goods tr.props td{
    vertical-align: top;
    text-align: center;
    background: #DADADA;
    border-color: #BBBBBB;    
}

.catalog .goods td.desc{
    max-width: 300px;
    text-align: left;
}

.catalog .goods tr.props td, .catalog .goods td.props{
    font-size: 9px;
    width: 1em;
    text-align: center;
    vertical-align: middle;
}

.catalog .goods tr.props td .wrap{
    width: 1em;
    margin: 0 auto;
}

.catalog .goods tr.props td.class{
    font-size: 12px;
}

.catalog .goods td.props{
    text-align: center;
}

.catalog .goods td.art, .catalog .goods td.color{
    white-space: nowrap;    
}

.catalog .goods td.art{
    text-align: center;    
}

.catalog .goods td.no{    
    color:#666666;
    min-width: 20px;
}

.catalog-list tr.item{
    cursor: pointer;
}

.catalog-list tr.item.pad{
    background: #F1EFE2;    
}

.catalog-list tr.item.over{
    background: #E0E0E0;
}

.catalog-list tr.item.over, .catalog-list tr.item.over a{
    color: #000000 !important;
}


.prices td{
    padding: 3px 3px 3px 3px;
    border-bottom: 1px #BBBBBB solid;        
}

.prices td.cart{
    padding-left: 2em;
    padding-right: 3px;
    text-align: right;
}

.prices td.price, .prices .head td.price{
    text-align: right !important;
}

.prices td.avail span{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help
}

.prices .head td{
    text-align: left !important;
}


.popup-cart .order{
    text-align: center;
    font-size:23px;
    margin: 0.5em 0 1em 0;
}


.cart .list .total{
    background: #D0D0D0;
}

.cart .list tr.total td{
    padding-bottom:2px;
}

.cart .list tr.total-2 td{
    padding:7px 3px;
}

.cart .list tr.total-order td{
    padding:7px 3px;
}

.cart .list .name .desc{
    font-size:11px;
    margin-top: 2px;
}

.cart .list{
    width: 100%;
}

.cart .list .del{
    text-align: center;
}

.cart .list .no{
    width: 20px;
}

.cart .list .price{
    text-align: right;
}



.cart fieldset legend{
    font-size:20px;
    color:#000
}

.cart fieldset fieldset legend{
    font-size: 14px;
    font-weight: bold;
    color:#000
}

.cart .order{
    width: 550px;
}

.cart fieldset{
    margin-bottom: 1em;
    padding: 1em 1em;    
    border: 1px #D0D0D0 solid;    
}

.cart fieldset fieldset{
    width: auto;
    margin-top: 1em;
}

.cart fieldset td{
    padding: 3px;
    text-align: right;    
}

.cart fieldset td .req{
    color: red;
    padding: 0 2px;
}

.cart fieldset td input{
    width: 300px;
}

.cart fieldset textarea{
    width: 100%;
    height:100px
}

.cart .order .subm{
    text-align: right;
}

.cart .order-success{
    width: 50%;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    border:1px #D0D0D0 solid;
    padding: 10px;
    margin-top: 3em;
    color:#008000;
    line-height: 1em;
}

.cart .order-success p{
    color:#000;
    font-size: 17px;
}

.topic .folder-name{
    font-size: 70%;
    color:#000;
    font-family: Verdana;
}

.cursor-help{
    cursor: help
}