/* banner */

.banner_line {
    position: relative;
    width: 100%;
    height: 250px;
    clear: both;
}

#banner /*#banner .slides_container */{
    position: relative;
    margin: 0 0 0 270px;
    height: 250px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#banner img {
    display: block;
}

.hits_title-link, .sale_title-link {text-decoration: none; color: #555;}

#main_catalog nav.main ul,
#main_catalog > ul {
    display: block;
}

/* goods sets */

.goods_set {
    position: relative;
    margin: 20px 0 0 230px;
    height: 334px;
    overflow: hidden;
    clear: both;
}

/*.goods_set_hit_of_sales {
    margin: 0 0 0 230px;
}*/

.goods_set h2 {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 20px;
    font-weight: 600;
}

.goods_set h2 a {
    text-decoration: none;
    color: #555;
}

.goods_set > a {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.goods_set_hit_of_sales .goods span.info {
    display: none;
}

.text-main {
    margin-top: 20px;
}

.text-main .advantages {
    margin: 40px 0 40px 250px;
}