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

div.product_box {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
	min-height:85px;
	_height:85px
}

div.product_box_clear {
	clear:both;
	height:85px;
	border-bottom:1px solid #a3b5c3;
	margin-bottom:10px;
	padding-bottom:10px;

}

div.product_box-last {
	border-bottom:0px;
	min-height:85px;
	_height:85px

}

div.product_pic {
float:left;
width:83px;
height:83px;
margin-right:15px;
border:1px solid #999999;
}

div.product_content{
margin-left:105px;
}

	div.p_cat{
	font-size:12px;
	margin-bottom:14px;
	color:#666666;
	font-weight:bold;
	}
	
	div.p_list{
	margin-bottom:5px;
	}
	
	div.p_model{
		font-size:14px;
		margin-bottom:14px;
		color:#666666;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	div.p_description {
		margin:0;
		padding:10px;
		padding-left:0px;
		min-height:35px;
		_height:35px;
	}


div.qc_box {
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:20px;
	padding-bottom:10px;
	min-height:115px;
	_height:115px;
}

div.qc_box_last {

	margin-bottom:20px;
	padding-bottom:10px;
	min-height:110px;
	_height:110px;
}

div.qc_pic {
	float:left;
	margin-right:20px;
	border:1px solid #999999;
}

	
div.qc_content{
	margin-left:120px;
}
