h2.productscategory_h2 {
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 34px;	
	color: #CE9014;
	border-bottom: 1px solid #E5E6E7;
	border-top: 1px solid #E5E6E7;
	height: 35px
}

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

#productscategory_noscroll {
	height: 226px;
	width: 100%;
	margin-bottom: 0px;
}

#productscategory_list {
	overflow: hidden;
	float: left; 
	width: 985px;
	
}

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

#productscategory_list li {
    background: #F4F4F4 ;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E5E6E7;
	float: left;
	margin: 0 7.5px;
	cursor: pointer;
	text-align: center;
	width: 180px;
	height: 217px;
	overflow: hidden;
	line-height: 23px;
}

#productscategory_list li:hover {
    cursor: pointer; 
    background-color: #EEEEEE; 
	border: 1px solid #E5E6E7; 
}

#productscategory_list li a { margin: auto; color: #2E2E2E }
#productscategory_list li a:hover { margin: auto; color: #da3838 } 

#productscategory_list img { 
    border: none;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	width: 180px;
	height: 180px	
}

#productscategory_scroll_left {
	background: url('../../../modules/productscategory/img/thumbs_left.gif') no-repeat center;
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 95px;
	margin-right: 10px;
}

#productscategory_scroll_right { 
    background-image: url('../../../modules/productscategory/img/thumbs_right.gif');
	text-indent: -3000px;
	display: block;
	width: 9px;
	height: 18px;
	float: left;
	margin-top: 95px;
	margin-left: 10px; 
}