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

.product_list H3 A {
	font-weight: bold;
}

.product_list UL {
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	width: 510px;
}

.product_list LI {
	background: url(../templates/images/li_bullet_line.png) no-repeat left 4px;
	margin-right: 20px;
	width: 210px;
	display: inline-block;
	zoom: 1.0;
	padding-left: 15px;
}
.product_list .line-bottom {
	border-bottom: 2px solid #9A9A9C;
	margin-bottom: 10px;
	clear: both;
	padding-left: 15px;
}

.product_list .no-line {
	padding-left: 15px;
}

.product_list .clear {
	clear: both;
	height: 10px;
}
