.bottom-right-no-margin{
    position: absolute;bottom:0;right:0;z-index:1;
}

.catalog-tire, .catalog-rims, .catalog-action, .catalog-top_offer{width:180px;height:200px;overflow:hidden;}
.catalog-other_product{width:200px;height:200px;overflow:hidden;}
.catalog-other_product img{width:160px;height:160px;}
.catalog-service {width:120px;height:120px;overflow:hidden;}
.catalog-service img{width:100px;height:100px;}

.catalog-box {
    width:100%; min-height:300px;
}
.catalog-box ul{
    width:66%;
    margin-left: 0;
    padding-left: 20px;
}
.catalog-box p{
    width:66%;
}
.catalog-box-small {
    width:100%; min-height:190px;
}
.catalog-box-small ul{
    width:66%;
    margin-left: 0;
    padding-left: 20px;
}
.catalog-box-small p{
    width:66%;
}

.catalog-box .catalog-price-tag {
    z-index: 2;
}

.marker_ {
    display:none;
}
.marker_new {
    font-weight: bold;
    font-size: 13px;
    position:absolute;
    z-index:1;
    top:10px;right:10px;
    border-radius: 5px;
    color: #fff;
    padding:5px;
    background-color: #ac0727;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#e4041f),to(#ac0727));
    background-image: -webkit-linear-gradient(top,#e4041f,0%,#ac0727,100%);
    background-image: -moz-linear-gradient(top,#e4041f 0%,#ac0727 100%);
    background-image: linear-gradient(to bottom,#e4041f 0%,#ac0727 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe4041f',endColorstr='#ffac0727',GradientType=0);
}

.marker_Goodyear {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
}

.marker_Dunlop {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -25px;
}
.marker_Fulda {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -50px;
}
.marker_Sava {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -75px;
}
.marker_Debica {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -100px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
}
h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
