.products .item{
    position: relative;
    background-color: #FFF;
    vertical-align: top;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 355px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.products > div{margin-bottom: 10px;}

.products .info{
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 30px;
    text-align: left;
}

.products h5{
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
    color: #CC6633;
}
.products h5 sup{
    color: #FFF;
    font-weight: bold;
}
.products a{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
}
.products a:hover{
    text-decoration: underline;
}
.products span{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.products div.add-cart{
    text-align: left;
}
.products div.add-cart span{
    color: #229B22;
    font-size: 24px;
    font-weight: bold;
    padding: 0 5px;
    vertical-align: middle;
}
.products div.add-cart .add-to-cart{
    background: url("../images/btn_arrow.png") no-repeat scroll left center #CC6633;
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.products div.price{
    font-weight: bold;
    border-right: 1px dotted #CCCCCC;
}
.products div.price span{
    color: #9B0000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.products div.price small{
    margin: 0 0 0 1px;
}
.products div.price span:last-child{
    color: #B16363;
    font-size: 12px;
    text-decoration: line-through;
    margin: 0;
    font-weight: normal;
}

.products .contact{
    color: #FF0000;
}

.products div.image a{
    border: 1px solid #CCCCCC;
    padding: 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

ul.p-info{
    padding: 0;
    margin: 0;
    list-style: none;
}
.products ul.p-info li{
    margin: 0 2px 5px;
    width: 45%;
    border: 1px solid #FFF;
}
.products ul.p-info li label{
    width: 100%;
    height: 20px;
    background: #FFF;
    line-height: 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.products ul.p-info li span{
    font-weight: bold;
    padding: 3px 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/** Chi tiet **/

#p-detail ._p_header ._p_info{
    padding: 10px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
#p-detail ._p_header ._p_info p{
    padding: 5px 0;
    margin: 0;
}
#p-detail ._p_header ._p_info h3{
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    color: #FF670F;
    font-size: 18px;
    font-weight: inherit;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}
#p-detail ._p_header ._p_info h3 small{
    font-size: 12px;
    color: #000;
    margin: 0 5px;
    font-weight: bold;
}
#p-detail ._p_header ._p_info label{
    width: 100px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#p-detail ._p_header ._p_info span{
    font-weight: bold;
}
#p-detail ._p_header ._p_info input[type=text]{
    width: 50px;
    border: 1px solid #DDD;
    color: #999;
    font-size: 12px;
    text-align: center;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#p-detail ._p_header ._p_info span.controll{
    background: transparent url("../images/quantity-controls.png") no-repeat;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin: 0 0 0 2px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#p-detail ._p_header ._p_info span.controll.minus{
    background-position: right top;
}
#p-detail ._p_header ._p_info span.controll.minus:hover{
    background-position: right bottom;
}
#p-detail ._p_header ._p_info span.controll.plus:hover{
    background-position: left bottom;
}

#p-detail input[type=button].shopNow{
    background: none repeat scroll 0 0 #CC6600;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 48px;
    text-transform: uppercase;
    margin-top: 10px;
    border-radius: 3px;
    width: 139px;
}
#p-detail input[type=button].shopNow:hover{
    background: none repeat scroll 0 0 #AC0404;
}

#p-detail ._p_header ._p_info p.add-to-cart br{
    margin: 10px 0;
}
#p-detail ._p_header ._p_info p.add-to-cart .contact{
    font-size: 15px;
    color: #FF0000;
    font-weight: bold;
}
#p-detail ._p_header ._p_info p small{
    margin: 0 0 0 5px;
}
#p-detail ._p_header ._p_info .price,
#p-detail ._p_header ._p_info .price-old{
    padding: 0;
}
#p-detail ._p_header ._p_info .price span{
    color: #AC0404;
    font-size: 18px;
}
#p-detail ._p_header ._p_info .price{
    font-weight: bold;
    color: #FF0000;
    font-size: 16px;
}
#p-detail ._p_header ._p_info .price-old{
    color: #CCC;
}
._p_info p.qty{
    font-weight: bold;
    color: #FF0000;
    font-size: 13px;
    text-align: center;
}
._p_info p.share{
    text-align: center;
}
._p_info p.share a{
    margin: 0 5px;
    background: transparent no-repeat center center;
    width: 32px;
    height: 32px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
._p_info p.share a.facebook{
    background-image: url("../images/facebook-32-32.png");
}
._p_info p.share a.google{
    background-image: url("../images/google-32-32.png");
}
._p_info p.share a.twitter{
    background-image: url("../images/twitter-32-32.png");
}
._p_info p.share a.zing{
    background-image: url("../images/zing-32-32.png");
}
#p-detail ._p_header ._p_info div.like label{
    width: auto;
    margin: 0 5px 0 0;
}
#p-detail ._p_header ._p_info div.like p{
    text-align: center;
    width: 50%;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
span.button-like{
    vertical-align: middle;
    margin: 0 0 0 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: transparent url("../images/heart.png") center center no-repeat;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#p-tabs,ul.p-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1;
}
#p-tabs{
    left: 10px;
}
#p-tabs li,#p-tabs li span{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
#p-tabs li span{
    padding: 5px 10px;
    border: 1px solid #999;
    background: #EEE;
    margin: 0 1px;
    cursor: pointer;
    font-weight: bold;
}
#p-tabs li.active span{
    border-bottom: 1px solid #FFF;
    background: #FFF;
}
ul.p-tabs{
    background: #FFF;
    border: 1px solid #999;
    top: -1px;
    z-index: 1;
}
ul.p-tabs li{
    padding: 5px;
    display: none;
}
ul.p-tabs li.active{
    display: block;
}

table.params-list{
    width: 100%;
    border-collapse: collapse;
}
table.params-list th{
    border: 1px solid #DDD;
    height: 35px;
}
table.params-list th.th-1{
    width: 30%;
}
table.params-list td{
    border: 1px solid #DDD;
    padding: 5px 0;
    text-indent: 15px;
}
table.params-list thead tr{
    background: #EEE !important;
}
table.params-list tr:nth-child(2n){
    background: #EEE;
}
table.params-list ul,
table.params-list ul li{
    display: block;
    padding: 0;
    margin: 0;
    font-weight: bold;
}

ul.list-comment{
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
ul.list-comment li{
    border-top: 1px solid #D2D9E7;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 99%;
}
ul.list-comment li .avatar,
ul.list-comment li .text{
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
ul.list-comment li .avatar{
    width: 10%;
    text-align: center;
}
ul.list-comment li .avatar small{
    color: #999;
}
ul.list-comment li .avatar img{
    width: 50px;
    height: 50px;
}
ul.list-comment li .text{
    width: 90%;
}
ul.list-comment li .text h6{
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 11px;
}
ul.list-comment li .text h6 a{
    color: #3B5998;
    text-decoration: none;
}
ul.list-comment li .text h6 a:hover{
    text-decoration: underline;
}
#list-comment .pagination li{
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.es-carousel ul li{
    width: 92px;
    padding: 1px;
    border: 1px solid #DDD;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#carousel .es-carousel ul li a img{
    max-width: 98%;
}
.es-carousel-wrapper{
    width: 60%;
    margin: 0 auto;
}
.image{
    border: 1px solid #DDD;
    padding: 5px 0;
    box-shadow: 1px 1px 2px #DDD;
	background: #fff;
}
#p-tabs li.active span {
    background-image: url("../images/tab-hover.png");
    border-width: 1px 1px 0;
    color: #5f554d;
}
.p-tabs {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eaeaea;
}
.p-tabs li.longtext, .p-tabs li.params, .p-tabs li.comment {
    display: none;
    padding: 10px;
}
.p-tabs li.active {
    display: block;
}
.p-tabs li img, .p-tabs li table, .p-tabs li object {
    max-width: 100%;
    height: inherit;
}
.p-group .p-g-title {
    background: url("../images/m-prod-title.png") no-repeat scroll left top transparent;
    color: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: 15px;
    text-transform: uppercase;
}
.p-group .p-g-title h3 {
    background: url("../images/m-prod-title-dtdd.png") no-repeat scroll left top transparent;
    float: left;
    font-size: 17px;
    font-weight: normal;
    height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 207px;
}
.mod-default h3{
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.298);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.298);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.298);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}