/**
* 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 { 
    font-family: 'Arial, Helvetica', sans-serif;
    font-weight: bold;
    font-size: 1.4em;
   color:#0066FF;
    background-color: transparent;
    /*background-image: url(../images/catheadbg1.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    display: block;
    padding: 5px 4px 5px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    }  

.catBoxHeading2 { 
    font-family: 'Arial, Helvetica', sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    background-color: transparent;
    color:#0066FF;
    display: block;
    padding: 10px 4px 5px 5px;
    margin-top: 4px;
    margin-bottom: 0px;
    }  



.catBoxSubtext {
    font-family:  'Arial, Helvetica', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #335511; 
    display: block;
    padding: 4px 0 4px 0;
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
}

#categoriesContent a {
    background-repeat: no-repeat;
    display: block;
}

/*example for individual category as bg image*/
a.catBg25 {
    height: 30px;
    }

a.catBg25:hover {
    background-color: #456c7d;
    }

	
#categories li.cat-holiday a {
    border-top: 3px dotted #112233; 
    color: #112233; 
    padding: 1em 0em;
    } 

	
/* example for  top category styling */
/*a.category-top-text {
    
    color: #284390; 
    padding: 2px 0 0px 0;
    margin: 0px 0 0px 5px;*/
    /*border-top: 1px solid #2E4954;*/
    /*}*/ 

/*a.infocategory-top-text {
    color: #284390; 
    padding: 2px 0 0px 0;
    margin: 0px 0 0px 5px;
	display: block;
	font-size:11px;*/
    /*border-top: 1px solid #2E4954;*/
    /*}*/ 
	
a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #284390;  
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

/* 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 {
    color: #999999;
    padding: 2px 0 0px 5px;
    margin: 0px 0 0px 0; 
    } */

a.infocategory-top-text:hover {
    color: #999999; 
    padding: 2px 0 0px 0;
    margin: 0px 0 0px 5px;
	display: block;
	font-size:11px;
    /*border-top: 1px solid #2E4954;*/
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    /*background-color: #ff69ff;*/
    color: #999999;  
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

/* bullet for top categories & links:*/
/*a.category-top-text .category-not-selected, a.category-top-text .category-subs-selected, #categories a.category-links {
    display: list-item;
    /*list-style: disc inside url(../images/bullet1.gif);*/
    }*/
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
   /* list-style: square inside url(../images/bullet2.gif);*/
    }

/*bullet for subcategories:*/
/*
#categories a.category-subs-text, #categories a.category-products-text {
    display: list-item;
    list-style: circle inside url(../images/bullet3.gif);
    }
*/
/*different bullet for links*/
/*
#categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet4.gif);
    }
*/


/* --------- catagory bullet fixes -------------- */

#categoriesContent {
border:0px solid red;
}

#categoriesContent ul {
margin:0px;
padding-left:20px;
padding-right:5px;
}

#categoriesContent li {
margin:0px;
padding:0px 0px 0px 0px;
}

.virtual { 
margin:0px;
padding:0px;
}

.sideBoxContent{background-color: transparent;padding:0px; margin:0px}


#virtual_categories {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

*html #virtual_categories {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border-top:0px;
}

a.category-top-text {
    
    color: #284390; 
    padding: 2px 0 0px 0;
    margin: 0px 0px 0px 4px;
	list-style:square
    /*border-top: 1px solid #2E4954;*/
    }
	
a.category-top-text:hover {
	color: #222222;
	padding: 2px 0pt 0px 0px;
	margin: 0px 0px 0px 4px;
}

a.category-top-text visited {
	color: #284390;
	padding: 2px 0pt 0px 0px;
	margin: 0px 0pt 0px 4pt;
	font-weight:normal;
}