/* Страница каталога со списком элементов */
.right_box_wrapper {
    padding:5px 15px;
    border:1px solid #c9c9c8;
    margin-bottom: 11px;
    position: relative;
}

.info_ico_item {
    height: 26px;
    line-height: 26px;
    margin: 10px 0;
    
}

.catalog_nav {    
    padding: 2px 0;    
    text-align: center;
    margin: 17px auto 15px auto;     
}

.catalog_nav a, .catalog_nav b {
    margin: 0 6px;
}


/* Элемент каталога детально */

.nav {
    margin-bottom: 12px;    
    color:#c1c1c1;
    font-size: 11px;
}

.nav a{
    color:#c1c1c1;
    font-size: 11px;
}

.detail_img {
    /*float: left;*/
    width: 240px;
    text-align: center;
}

.detail_img img {
    margin: 5px 15px 15px 15px;
}

.detail_property {
/*    margin-left: 250px;*/
    line-height: 22px;    
}

.detail_property span {
    color:#999;
}

.detail_property_wrap {
    margin-top: 19px;
}

.detail_property_wrap td {
    vertical-align: top;
}

.detail {
    padding:13px;
    position: relative;
}

.detail_title {
    height: 50px;
    width: 590px;
}

.detail_title h1 {
    float: left;
    margin-right: 13px;
}

.detail_price_wrap {
    position: absolute;
    top:-1px;
    right: -1px;    
    width: 121px;  
    height: 83px;
    text-align: center;
}

.detail_price_wrap2 {
    border: 1px solid #c9c9c8; 
    height: 58px; 
    background: #c9c9c8;
    margin-bottom: 10px;     
}

.detail_price_wrap a {
    font-size: 11px;    
}

.detail_price {
    height: 29px;
    background:#f3f3f3;
    text-align: center;
    border-bottom: 1px solid #c9c9c8;
    font-size: 16px;
    font-weight: bold;
    padding-top: 11px;
}

.detail_price_wrap a img {
    border:none;    
}

.ico_wrapper {
    margin: 0 auto;
    width: 100px;
    text-align: center;
}

.ico_delivery {    
    height: 26px;
    width: 27px;
    background: url(catalog/ico.jpg) 0 0 no-repeat;
    float: left;
    margin: 0 3px;
}

.ico_price {
    height: 26px;
    width: 27px;    
    background: url(catalog/ico.jpg) -32px 0 no-repeat;      
    float: left;
    margin: 0 3px;
}
.ico_recommend {
    height: 26px;
    width: 27px;    
    background: url(catalog/ico.jpg) -65px 0 no-repeat;          
    float: left;
    margin: 0 3px;
}
