.product-categories span.title {
	padding: 5px 20px ;
	display: block;
	background: url(../images/side-title-bg.png) no-repeat -1px 0;
	width: 238px;

}

.topnav {
	width: 232px;
	float: left;
	background-color: #efefef;
	height: auto;
	overflow: hidden;
	margin-right: 35px;
}

.accordionButton { 
	 width: 24px;
	 height: 24px; 
	 float:right; 
	 cursor: pointer; 
	 text-align:left; 
	 padding:5px 15px 0 0; 
	 line-height:25px; 	
	 background:url(../images/plus.png) no-repeat bottom;
 }

.accordionButtonSub { 
	width: 24px; 
	height: 24px; 
	float:left; 
	cursor: pointer; 
	text-align:left;
	padding: 0; 
	background:url(../images/plus.png) no-repeat bottom;
}
	
.accordionContent { 
	width: 230px; 
	float:left; 
	text-align:left; 
	padding: 5px 5px 10px 10px; 
	line-height:16px;  	
}


.accordionContentSub
{ 
	width: 212px; 
	float:left; 
	background-color: #f7f7f7; 
	text-align:left; 
	padding:0; 
	margin-top: 0px; 
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.accordionContentSub a, .accordionContentSub a:link, .accordionContentSub a:visited, .accordionContentSub a:active
{
	line-height: 18px;
	margin-left: 25px;	
	padding: 4px 5px 4px 12px;
	color: #646363;
	font: normal 12px 'open_sansregular', Arial, Helvetica, sans-serif;
	text-transform: none;
	background: url(../images/accor-bullet.png) no-repeat left center;
}

.accordionContentSub a:hover,
.accordionContentSub a.active-sub2
{
	color:#ff8901;
}

.accordionContent a { 
	  color: #353535;
	  font: normal 13px 'open_sansregular', Arial, Helvetica, sans-serif;
	  clear:both; 
	  float:left; 
	  padding-bottom:10px; 
	  text-transform: none;
	  margin-left: 20px; 
}

.accordionContent a:hover
{  color:#ff8901;  }

.leftbarNav a
{ width: 200px;	float:left;  cursor: pointer; text-align:left; padding:3px 3px 0px 10px; text-transform:uppercase; font-weight:bold;  line-height:25px; color:#2d2d2d; font-size:12px; }
	
.leftbarNav a:hover
{ color:#0071b5; }

.leftbarNavprod a, .leftbarNavprod a:link
{ 
	width: 175px;	
	float:left; 
	line-height: 16px;
	padding: 8px 0 15px 15px;
	color: #353535;
	font: normal 12px 'open_sansregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	text-align:left;
	list-style:none; 
}
	
.leftbarNavprod a:hover,
.leftbarNavprod a.active
{   font-weight: bold;
}

.leftbarNavprodSub, .leftbarNavprodSub a, .leftbarNavprodSub a:link, .leftbarNavprodSub a:visited, .leftbarNavprodSub a:active
{ 
	width: 180px;	
	float:left; 
	text-align:left; 
	margin-left: 10px; 
	line-height: 16px; 
	color: #353535;
	font: normal 13px 'open_sansregular', Arial, Helvetica, sans-serif;
	text-transform: none;
	overflow:hidden; 
 }
	
.leftbarNavprodSub a:hover
{  color:#ff8901; }
	

div.divider {
	clear: both;
	alignment-adjust:central;
	background-color: #ffffff;
	height: 1px;
	width: 200px;
	margin: 5px 15px 5px 15px;
}
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on
{ width:24px; background: url(../images/minus.png) no-repeat bottom; text-transform:uppercase; }

.over 
{ color:#0071b5; }

.line
{ width: 203px;	float:left; }
