/* TFO ENHANCEMENTS */	
	
	#navEZPagesTop a {
	font-style:italic;
	color:#FC0;}
	#navEZPagesTop a:hover {
	font-style:italic;
	color:#FFF;}
	
	a.category-top,  A.category-subs, A.category-products {
		display:inline-block;
		margin:0;
		margin-top:2px;

		padding:3px 2px;
		font-size:1em;
		font-weight:bold;
		border:2px solid #000;
		border-top:1px solid #666;
		border-left:1px solid #666;
		width:98%;
			background-color:#09C;
			color:#FFF;
			    transition: all 0.3s ease 0s;
				  border-radius: 10px;
				  border-bottom-right-radius:15px;



	}
	
	a.category-top {
		padding-left: 5px;
		}
	
	
a.category-top:hover, category-subs:hover, A.category-products:hover   {
/*	background-color:#09C;
*/	color:#FC0;
}

/*				padding-top:2px;
	height:auto;
padding-bottom:2px;
	margin-bottom:2px;
*/
		

/*a.category-top  {
	
	font-size:10px;
	width:100%;

}

a.category-top  {
	 background: #428BCA;
    color: #fff;
    font-family: Sans-serif;
    font-size: 16px;
  
	width:100%;
    margin: 2px 2px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease 0s;
}
*/
.category-top, category-subs, A.category-products  {
	  opacity: 1;
    transition: all 0.3s ease 0s;

	}
	category-subs, A.category-products {
/*	background-color:#09F;
*/			width:95%;
			float:right;
			padding-right:0px;
			margin-right:0px;
padding-left: 3px;
	  opacity: 0.75;
	
		}

a.category-top:hover, category-subs:hover, A.category-products:hover   {
  opacity: 0.75;
	
}


a.category-top:visited, category-subs:visited, A.category-products:visited
{
	color:#CCC;}
	
	
	
	category-subs, A.category-products {
/*	background-color:#09F;
*/			
			padding-right:0px;
			margin-right:0px;
			margin-left:5px;
			padding-left:5px;
			
	}
	
	category-subs:hover, A.category-products:hover   {
  opacity: 0.50;
	
}
.leftBoxHeading {
  border-bottom-radius: 25px;
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
  border-top-left-radius:15px;
  width:100%;
  margin-left:0px;
  position:relative;
  left:0px;
  padding-left:1px;
}
.leftBoxContainer{
    margin: 0em;
    border-top: 0px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-bottom: 1.5em;
}


.categoryListBoxContents
{
	    border-bottom: 5px solid #336633;
    border-top: 2px solid #336633;

	 border-bottom-radius: 25px;
  border-bottom-right-radius:15px;
  border-bottom-left-radius:15px;
  border-top-right-radius:15px;
	}