/**
* 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: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #fff; 
    background-color: #ff66ff;
    background-image: url(../images/menu_bg2.gif);
   /*height: 23px; */ /*uncomment to use background image without coded text*/
    display: block;
    padding: 0.3em 0.4em;
    margin-top: 2px;
    margin-bottom: 2px;
    }  

.catBoxSubtext {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size:10px;
    color: #fff; 
    display: block;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }  

/*display all cat box links as block*/
#categories a {
    font-size:9pt;
    background-repeat: no-repeat;
    display: block;
    }
	
/*example for individual category as bg image*/
a.catBg25 {
    font-size:9pt;
    background-image: url(../images/catbg25.gif);
    height: 30px;
    }

a.catBg25:hover {
    font-size:8px;
    background-image: url(../images/catbg25hover.gif);
    }
	
/*example for custom individual category styling*/
a.category-holiday {
    font-size:10px;
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #fff; 
    padding: 1em 0em;
    } 
	
/* example for  top category styling */
a.category-top-text {
	font-size:9pt;
    color: #fff; 
    padding-left:0px;
	margin-bottom:4px;
    } 

a.category-subs-text, a.category-products-text  {
    font-size:10px;
    color: #fff;  
				padding-left:0px;
    } 

/* 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 {
    font-size:10px;
    color: #fff; 
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    font-size:10px;
    color: #fff;  
    /*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 {
    display: list-item;
				color:#fff;
				font-weight:bold; 
				margin-left:0px;
				padding-left:0px;
				padding-bottom:5px;
				list-style-type:none;
				border-bottom:1px solid #660d11;
				
    /* list-style-image:url(../images/bullet1.gif);*/
    }
				
a.category-top-text .category-subs-selected {
color:#fff;
font-weight:bold;
    }
a.category-products-text .category-subs-selected {
margin-left:0px;
color:#fff;
font-weight:bold;
    }


a.category-links {
    display: list-item;
				color:#fff; 
    /* list-style-image:url(../images/bullet1.gif); */
}
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
font-weight:bold;
margin-left:12px;
color:red;
    display: list-item;
   /* list-style: square inside url(../images/bullet2.gif); */
    }

/*bullet for subcategories:*/

#categories a.category-subs-text, #categories a.category-products-text {
    margin-left:10px;
    /*list-style: circle inside url(../images/bullet3.gif);*/

*/
/*different bullet for links*/
/*
#categories a.category-links {
    display: list-item;
    /*list-style: inside url(../images/bullet4.gif);*/
    }
*/

#mediasarokContent .sideBoxContent {
padding-left:10px;
}
