
h2.productscategory_h2 {  
	clear: both;
	border-bottom: 1px solid #E5E6E7;
	border-top: 1px solid #E5E6E7;
    color: #CE9014;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: normal;
	
    text-transform: uppercase; 

}

#productscategory {

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

#productscategory_list {
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
#productscategory_list ul {
	padding-left: 0;
	list-style-type: none;
}
#productscategory_list li {
    background: #F4F4F4 ;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #E5E6E7;
	float: left;

	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;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
    border-radius: 2px;
	width: 180px;
	height: 180px	
}

#productscategory_scroll_left {
	background: url('img/prev-horizontal-hover.png') #E5E6E7 no-repeat center; 
	text-indent: -3000px;
	display: block;	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	width: 25px;
	height: 25px;
	float: right;
	margin-right: 32px;
}
#productscategory_scroll_left:hover {
	background: url('img/prev-horizontal-hover.png') #dcceb0 no-repeat center;
}

#productscategory_scroll_right {
	
	background: url("img/next-horizontal-hover.png") no-repeat scroll 0 0 #E5E6E7;
    display: block;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    float: right;
    height: 25px;
    margin-left: 0;
    text-indent: -3000px;
    width: 25px;
	margin-left: 0;
	 
}
#productscategory_scroll_right:hover { 
    background: url('img/next-horizontal-hover.png') #dcceb0 no-repeat; 
}

#productscategory_list li a.lnk_img {display:block}
#productscategory_list li a img {
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -o-border-radius: 2px;
   -ms-border-radius: 2px;
   border-radius: 2px;
}

#productscategory_list li p.product_name {text-align:center}

