﻿@charset "utf-8";
/* CSS Document */
.product_pic{width:190px;height:190px; border:#CCCCCC solid 3px;}
/*show_product_list_info*/
.product_info{border-collapse:collapse; width:100%; margin:auto; }
.product_info_list1,.product_info_list2{line-height:150% }

.product_info_title1,.product_info_title2{
	width:110px;
	text-align:left;
	text-indent:30px;
	background-image: url(../images/arrow_323.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.product_info_content1,.product_info_content2{border-bottom:1px dotted #666666;text-indent:5px; color:#666666;}