h2.productscategory_h2 {
	font-size: 22px; 
	margin: 14px 0 10px 0;
   background: transparent url("../../../img/ArrowRightBig.gif") left 12px no-repeat ; 
   padding: 4px 0 0 21px;	
   border-top: solid 1px #d0cecf;
}

#productscategory {
	margin: 2em auto 0;
	width: 100%;
}

#productscategory_noscroll {
	height: 120px;
	width: 100%;
	margin-bottom: 30px;
}

#productscategory_list {
	overflow: hidden;
	float: left;
	width: 844px; margin-left: 12px;
}

#productscategory_list p {line-height: 14px; font-size: 12px;}

#productscategory_list span.price {font-weight: bold; font-size: 12px;}

#productscategory_list ul {
	padding-left: 0;
	list-style-type: none;
}

#productscategory_list li {
	float: left;
	margin: 0 15px 0 0;
	cursor: pointer;
	text-align: center;
	width: 155px;
	overflow: hidden;
	line-height: 20px;
}
#productscategory_list li.lastLi {margin-right: 0;}


#productscategory_list li a { margin: auto; }
