/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.2   Glenn Herbert (gjh42)  2008-05-08
*/

/*
hr.catBoxDivider { 
    color: #aabbcc;
    }
*/
.catBoxHeading1 { 
	color: #000000;
	
	/*font-variant: small-caps;*/
	
	font-size: 15px;
	
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	
	text-align: right;
	
	line-height: 15px;
	
	padding-top: 0px;
		
	padding-bottom: 6px;
	
	/*padding-right: 10px;*/
    } 
    
a.designersCustom-text {
	color: #47433E;
	
	font-variant: small-caps;
	
	font-size: 1.5em;
	
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	
	text-align: right;
	
	line-height: 1.5em;
    }  
    

.catBoxSubtext {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #335511; 
    background-color: #ffddff;
    display: block;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
/*example for individual category as bg image*/
a.catBg25 {
    background-image: url(../images/catbg25.gif);
    height: 30px;
    }

a.catBg25:hover {
    background-image: url(../images/catbg25hover.gif);
    }
	
	
/* example for  top category styling */
a.category-top-text {
	color: #000000;
	
	/*font-variant: small-caps;*/
	
	font-size: 13px;
	
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	
	text-align: right;
	
	line-height: 15px;
	
	padding-top: 8px;
		
	padding-bottom: 4px;
	
	/*padding-right: 10px;*/
    } 

a.category-subs-text, a.category-products-text  {
    color: #121212;  
    font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin-right: 10px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;

    } 

/* uncomment for  top category hover effects (add ,  a.category-subs-text, a.category-products-text if desired) (use  background-image if desired)*/
a.category-top-text:hover, a.category-products-text:hover, a.category-subs-text:hover {
    /*background-color: #B3A79A; */
    /*color: #996633; */
    background-image: url(../images/catbghover.gif);
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    /*background-color: #ff69ff;*/
    /*color: #ff9966;  */
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 


