div.catalog-item-price s span {
 text-decoration: line-through;
 color: #000000;
}

div.catalog-item-price span.catalog-item-price {
 color: #ff0000;
 font-weight: bold;
}

div.catalog-detail-price p span span.catalog-detail-price {
 color: #ff0000;
 font-weight: bold;
}
.bestprice {
    clear: both;
    float: right;
    margin-top: 5px;
}
button.kupivkredit {
    background-color: #ffdd2e;
    border: medium none;
    color: black;
    cursor: pointer;
    height: 25px;
    margin: 5px 0 0 0;
    text-align: center;
    float: right;
    width: 130px;
}
.rtn-blk-cont{
	display: table;
    margin: 15px auto 70px;
}