@charset "utf-8";
/* CSS Document */

.product-div{
	width:100%;
	min-height:350px;
	padding:5px;
	margin-top:25px;
	margin-bottom:25px;
	}
.product-div .picture{
	width:240px;
	height:320px;
	position:relative;
	float:left;
	border:1px solid #601717;
	clear:left;
	}
.product-div .category2{
	float:left;
	width:540px;
	margin-left:30px;
	position:relative;
	}
.product-div .category2 .title{
	color:#820000;
	font-size:20px;
	font-weight:100;
	
	}
.product-div .category2 .description{
	color:#333;
	font-size:12px;
	font-weight:100;
	margin-top:15px;
	margin-bottom:15px;
	}
.product-div .category2 .button{
	margin-top:40px;
	width:100px;
	text-align:center;}
.subimg{
	width:30px;
	height:40px;
	float:left;
	border:1px solid #933;
	margin-right:9px;
}
.subimg:last-child{margin-right:0;}