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


span.category-subs-parent, span.category-subs-selected {
  color: #000000;
}

#categoriesContent a {
  border-top: 1px dotted #D6F5CC !important; 
  border-top: 1px solid #9cf4a8; 
  border-bottom: 1px dotted #D6F5CC !important;
  border-bottom: 1px solid #9cf4a8;
  background-color: #28E857; 
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  display: block;
  text-decoration: none;
  margin: 0px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #FFFFFF;
  width: 170px;
}

a#categoryproducts {
    padding: 0 0 0 20px;
    line-height: 20px;
    width: 170px;
}

#categoriesContent a:hover {
	color: #000000;
	}

/*example for custom individual category styling*/
#categoriesContent a.cat59:hover {
    background-color: #FA1303; /* rood */ 
} 
#categoriesContent a.cat53:hover {
    background-color: #008200; /* groen */
} 
#categoriesContent a.cat55:hover { 
    background-color: #28BFD3; /* licht blauw */
} 
#categoriesContent a.cat22:hover {
    background-color: #FFF600; /* geel */ 
} 
#categoriesContent a.cat61:hover { 
    background-color: #F02D9F; /* paars */
} 
#categoriesContent a.cat73:hover {
    background-color: #BFC0C2; /* grijs */
} 
#categoriesContent a.cat23:hover {
    background-color: #FE7017; /* oranje */
} 
#categoriesContent a.cat88:hover {
    background-color: #158FFE; /* blauw */
} 
#categoriesContent a.cat89:hover {
    background-color: #FFD70A; /* donker geel */
} 
#categoriesContent a.cat90:hover {
    background-color: #FA1303; /* rood */ 
} 
#categoriesContent a.cat87:hover {
    background-color: #008200; /* groen */
} 
#categoriesContent a.cat85:hover {
    background-color: #FF09D7; /* paars */
} 
#categoriesContent a.cat74:hover {
    background-color: #2533F0; /* donker blauw */
} 
#categoriesContent a.cat25:hover {
    background-color: #FFF50F; /* geel */
} 

