h2.productscategory_h2 {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#333
}

#productscategory {overflow:auto}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 96%;
	margin-bottom:24px;
}
#productscategory_list ul {
	list-style-type:none;
	margin: 0;
	width: 720px;
}
#productscategory_list li {
	float:left;
	background:white;
	padding:6px;
	width:107px;
	height:179px;
	color:#333;
	margin-bottom:12px;
	border:1px solid #333;
	margin-right:16px
}
#productscategory_list li a.lnk_img {display:block;height:107px; width:107px}
#productscategory_list li a img {}
#productscategory_list li p.product_name {
	border-bottom: 1px solid #CCC;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 14px;
    margin-bottom: 5px;
    padding: 4px 0 8px;
	overflow:hidden;
}
#productscategory_list li p.product_name a { color:#333; font-size: 10px !important; }
.price_display {
    padding: 0;
    text-align: center;
	line-height: 14px;

}
.price_display .price {
    font-size: 14px;
    font-weight: bold;
    color: #B12704;
}
#productscategory_noscroll {
	/*height: 120px;*/
	width: 100%;
	margin-bottom: 30px;
}

#productscategory_scroll_left, #productscategory_scroll_right {
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 30px;
}

#productscategory_scroll_right { }