.detailpro {
width: 100%;
height: auto;
margin-top: 20px;
margin-bottom: 20px;
}
.detailpro .right .addcart {
width: 99px;
height: 29px;
margin-top: 10px;
margin-bottom: 10px;
background: url(../images/giohang2.png) no-repeat;
}
.detailpro .left {
width: 27%;
padding: 5px;
border: 1px #cccccc solid;
float: left;
margin-right: 10px;
margin-left: 10px;
}
.detailpro .right {
width: 65%;
float: left;
margin-right: 10px;
height: auto;
border: solid 1px #ccc;
border-radius: 7px;
}
.detailpro .left img {
background: white;
width: 170px;
height: auto;
}
.detailpro .right span.ctname {
font-size: 17px;
font-weight: bold;
color: #0b1d89;
font-family: A;
padding-left: 10px;
}
.detailpro .right span.ctname {
font-size: 17px;
font-weight: bold;
color: #000;
font-family: A;
padding-left: 10px;
}
.detailpro .right span.tieude {
font-size: 14px;
font-weight: bold;
color: black;
background: none;
font-family: A;
}
.detailpro .right span.ctprice {
font-size: 15px;
font-weight: bold;
color: red;
font-family: A;
padding-left: 10px;
}
.product1{
margin-bottom: 30px;
margin-left: 40px;
width: 166px;
height: 215px;
float: left;
background: #fff;
margin-top: 5px;
}
.pr{
width: 166px;
height: 165px;
margin: 0 auto;
margin-top: 4px;
position: relative;
box-shadow: 0px 1px 5px 1px #919191;
}
.product1 .title{
background: #1c337f;
height: 40px;
border-radius: 0px;
border-top-right-radius: 10px;
}
.product1 .title a{
padding-left: 11px;
text-decoration: none;
color: white;
font-size: 12px;
float: left;
text-transform: uppercase;
line-height: 38px;
font-weight: bold;
}
.product1 .img{
margin-bottom: 5px;
height: 165px;
position: relative;
}
.product1 .img .new{
height: 13px;
width: 25px;
top: 3px;
position: absolute;
background: url(../images/iconnew.gif) repeat-x;
right: 3px;
}
.product1 .detail{
width: 77px;
height: 23px;
background: url(../images/cart.png) repeat-x;
margin-left: 92px;
margin-top: -2px;
}
.price{
}
.price a{
    color: #971111;
}
.price1{
float: left;
font-weight: bold;
margin-right: 3px;
color: #353535;
font-size: 12px;
}
.price2{
font-weight: bold;
float: left;
}
.product1 .name{
width: 166px;
text-decoration: none;
color: #571604;
margin-bottom: 10px;
font-weight: bold;
}
.product1 .img img{
max-width: 166px;
max-height: 165px;
margin-top: 2px;
}
.product1 a.linkname{
color: #404040;
text-decoration: none;
font-family: Arial bold;
font-size: 12px;
}
@media(max-width: 767px){
	.product1 {
    margin-bottom: 15px;
    margin-left: 0;
    width: 50%;
}
.detailpro .left{
	width: 96%;margin-right: 0;margin-left: 0;
}
.detailpro .right{
	width: 100%;
}
.detailpro .left img{
	width: 100%;
	height: auto;
}
}