.product-box-wrapper-block{
    text-align: center;
    margin: 40px 0;
}

.product-box {
    display: inline-block;
    *display: inline;
    *zoom:1;text-align: center;
    width: 270px;
    margin-bottom: 20px;
    margin-left: 15px
}

.product-box img {
    border: 2px solid #ffd510;
    max-height: 350px
}

.product-box .new-style img {
    border: none
}

.product-box .new-style span img {
    margin-top: -2px;
    margin-left: 6px;
    width: 16px
}

.product-box .product-title {
    font-size: 17px!important;
    font-weight: 700;
    font-family: maven pro,sans-serif;
    height: 50px;
    color: #000;
    width: 260px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 5px
}

.product-box .info {
    border-top: 2px solid #166a33;
    border-bottom: 2px solid #166a33;
    *zoom:1;padding: 4px 0
}

.product-box .info:before,.product-box .info:after {
    content: "";
    display: table
}

.product-box .info:after {
    clear: both
}

.product-box .info ul {
    float: left;
    width: 145px;
    margin: 0!important
}

.product-box .info li {
    font-size: 13px;
    text-align: left;
    list-style-position: inside;
    list-style: none
}

.product-box .info .quality-wrapper {
    float: right;
    text-align: left;
    margin-top: 15px
}

.product-box .info .quality-wrapper .quality {
    background: url(../../images/quality-star.jpg) repeat-x;
    width: 15px;
    height: 15px;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: text-bottom
}

.product-box .info .quality-wrapper .quality.Standard {
    width: 33px
}

.product-box .info .quality-wrapper .quality.Premium {
    width: 52px
}

.product-box .info .view-item {
    float: right;
    margin-top: 10px;
    background-color: #166a33;
    color: #fff;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: open sans,sans-serif;
    border: 2px solid transparent
}

.product-box .info .view-item span {
    background: url(../../images/bg-btn.png) no-repeat;
    width: 13px;
    height: 28px;
    margin-left: 10px;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: middle
}

.product-box .info .view-item:hover {
    background-color: rgba(76,189,0,.51);
    border-color: #ffd510
}

.product-box .info .view-item:hover span {
    background: url(../../images/bg-btn-hover.png) no-repeat
}

.product-box .info .help {
    color: #166a33;
    border: 2px solid #166a33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    font-weight: 700;
    display: inline-block;
    *display: inline;
    *zoom:1;vertical-align: bottom;
    width: 20px;
    text-align: center;
    cursor: pointer
}