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

.product_box
{
	width:160px;
	height:120px;
	float:left;
	border: 1px solid #999;
}

.wrap_product_hilight
{
	width:162px;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 5px;
	border: 3px solid #0091DD;
}

.product_detail
{
	width:162px;
	height:80px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCC;
}

.head_hilight
{
	width:730px;
	float:left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-left: 15px;
}

