@charset "utf-8";
/* CSS Document */
#product-detail-container{
width:800px;
display: block;
}
#product-detail-column1{
float:left;
width: 300px;
margin-right: 10px;
}
#product-detail-column2{
float:left;
width: 300px;
}
.product-detail-retail-price{
color:red;
text-decoration: line-through;
}
.product-detail-web-price{
color:green;
font-size: 14px;
font-weight: bold;
}
.product-detail-supplier{
color: #333;
}
#product-detail-column2 select{width: 100%;}
.product-detail-images-container{
border:1px solid #CCC;
padding: 5px;
/*
overflow: auto;
*/
width: 280px;
margin-top: 20px;
}
#product-detail-large-img{height: 300px;width: 300px;}
.product-list-item{
width: 200px;
float:left;
height:270px;
border: 1px solid #eee;
}

.product-list-item:hover{
border: 1px solid #ccc;

}

.product-name{
text-align:center;
height: 50px;
}
.product-list-image{
width: 190px;
height: 150px;
text-align:center;
}

.product-list-price{
text-align:center;
}
.product-more{
margin-left: 70px;

}
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	.product-list-item{
	width: 185px;
	}	
.product-list-image{
	width: 100%;

	}

	.product-more{
	margin-left: 60px;
	
	}
}
@media only screen and ( max-width: 767px) {
	.product-detail-comments2{display:none;}
	#product-detail-container{
padding:10px;
		width:300px !important;
	}
	.product-list-item{
	width: 100%;
	}	
	.product-list-item:hover{border: 1px solid #ccc;}

	.product-list-image{
	width: 100%;

	}

	.product-more{
	margin-left: 130px;
	
	}
}