.content{
    padding: 35px 42px 0;
}
.content-top {
    margin-bottom: 10px;
}
.products-category {
    float: none;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    position: static;
    right: inherit;
    bottom: inherit;
}
.products-category:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #AB272D;
    margin-right: 5px;
}
.products-category li+li:before {
    color: #444;
}
.products-category li a {
    color: #444;
}
.products-category li:last-child a {
    color: #AB262C;
}
.products-category li a:hover {
    text-decoration: underline;
}

.products-list {
    margin: 0 -4px;
}
.products-list .item {
    width: 33.33%;
    padding: 0 4px;
}
.products-list .box {
    max-width: 210px;
    height: 228px;
    margin: 0 auto 30px;
    text-align: center;
}
.products-list .pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
    border: 1px solid #B8B8B8;
    background: #EFEFEF;
    padding: 3px;
}
.products-list a:hover .pic:after{
    content: '';
    background: rgba(115,6,12,0.85) url(../images/products/cover.png)center no-repeat;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.products-list .name {
    color: #373737;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.products-list a:hover .name {
    color: #D60C18;
    font-weight: bold;
    border-bottom: 1px solid #D60C18;
}
.products-list .offers {
    color: #FF722D;
    font-size: 14px;
    font-weight: bold;
}
.products-list .offers2 {
    text-decoration: line-through;
    color: #aaa;
    font-size: 13px;
    line-height: 1.4;
}


.gallery{
    margin-bottom: 25px;
}
.gallery:after{
    content: '';
    display: block;
    clear: both;
}
.gallery .stage{
    float: left;
    background: #EFEFEF;
    border: 1px solid #B8B8B8;
    padding: 8px;
}
.gallery .products-info{
    width: 274px;
    float: right;
    min-height: 162px;
    position: relative;
    padding-bottom: 200px;
}
.gallery .products-info .title{
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background: url(../images/products/name_line.jpg)center top no-repeat,url(../images/products/name_line.jpg)center bottom no-repeat;
}
.gallery .products-info .thumbnails{
    position: absolute;
    bottom: 0;
}
.gallery .products-info .thumbnails li{
    width: 33.33%;
    float: left;
    padding: 2px;
}
.gallery .products-info .thumbnails li a{
    border: 1px solid #B8B8B8;
    background: #EFEFEF;
    padding: 1px;
}
.detail-title{
    background: url(../images/products/detail_title.jpg)no-repeat;
    text-indent:-5000px;
    margin-bottom: 25px;
}