/* CATEGORY PAGE CSS */

/**************************
*       BREADCRUMBS       *
**************************/

#content_area #divWaitModal + table > tbody > tr:first-child b a {
	color: #585858;
	font-weight: 400 !important;
	font-size: 12px !important;
}

#content_area #divWaitModal + table > tbody > tr:first-child b {
	color:#585858;
	font-weight: 400 !important;
	font-size: 12px !important;
}
/**************************
*      SUB CAT TABLE      *
**************************/

.colors_backgroundneutral {
	background: #eee;
	border: none;
	border-radius: 0px;
}

/*--------- HEADING ---------*/

/*Background*/
table.colors_backgroundlight {
	background: none;
	width: 100%;
	border-bottom: 1px solid #dedede;
}

/*Text*/
table.colors_backgroundlight b {
	font-size: 17px;
	font-weight: normal;
	color:#585858;
	padding-left: 11px;
	line-height: 29px;
}


/*--------- LINKS ---------*/
a.subcategory_link {
	color: #585858;
	font-size: 12px;
	font-weight: 400;
}

a.subcategory_link:hover {
}

/* * * * * * FIXES * * * * * */

/*HEADING*/
table.colors_backgroundlight > tbody > tr > td > img {display: none;} /*heading images*/

/*Lines below heading*/
.colors_lines_light, .colors_lines_light + .colors_backgroundneutral {display: none;}