
.products .items {
display: table;
margin: 0 -20px 0 -13px;
}
.products a.img {
background: #fff;
border: 1px solid #ccc;
border-radius: 10px;
height: 158px;
left: 0;
margin-bottom: 20px;
overflow: hidden;
position: absolute;
top: 0;
width: 220px;
}
.products a.img img {
}

.products a {
    color: #444;
}
.products .name {
    display: block;
    height: 47px;
    overflow: hidden;
    line-height: 16px;
}
.products .price {
    font-weight: bold;
    line-height: 30px;
    display: block;
}
.products .price em{
    font-weight: normal;
    color: #bbb;
    text-decoration: line-through;
}
.products .addToCart {
    background:#00cdda;
    border-radius: 8px;
    float: right;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-weight: bold;
}
.products .addToCart:hover {
    color: #333;
    background: #ddd;
}
.products ul li.item {
    margin: 0 10px 20px;
    padding-top: 168px;
    position: relative;
    width: 220px;
}
.recommendCatalog.products ul li.item {
    height: 160px;
    width: 222px;
}
.product .panel {
    margin-bottom: 20px;
}
.shop, .cart .action {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 8px ;
    padding: 10px;
    margin-bottom: 20px;
}
.product .title {
    border-color: #ddd;
    border-width: 0 0 3px;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.shop .price span {
    font-size: 18px;
}
.shop .price em {
    color: #BBBBBB;
    font-weight: normal;
    text-decoration: line-through;
}
.shop .addToCartBox {
    padding: 0;
}
.shop span.val {
    line-height: 30px;
    display: block;
}
.shop .addToCart {
    background: #00cdda;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    margin-left: 120px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}
.shop .addToCart:hover {
    color: #333;
    background: #ddd;
}
.shop .addToCart.wait {
    background: url(../img/wait.gif) no-repeat center #eee;
    text-indent: -10000000px;
}
.shop .quantityBox .quanity{
    width: 40px;
}
.shop div {
    padding-left: 120px;
}
.shop div label {
    margin-left: -120px;
    font-weight: normal;
    color: #999;
}
.shareBox span {
    margin-bottom: 5px;
}
.product .image .main {
display: block;
height: 212px;
margin: 0 0 10px;
position: relative;
width: 100%;
}
.product .image .main span {
    background: url("../img/productCover.png") no-repeat center;
    height: 212px;
    position: absolute;
    top: 0;
    left: 0;
    width: 304px;
}
.product .image .additional {
display: table;
margin: 0 -21px -10px 0;
}
.product .image .additional a {
display: block;
float: left;
height: 68px;
margin: 0 20px 0 0;
position: relative;
width: 88px;
}
.product .image .additional span {
    background: url("../img/productCoverSmall.png") no-repeat center;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 88px;
}
.product .panel .one {
    width: 304px;
}