/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

/* For Other Category Product Types */

A.category-top {
	display: block;
	padding: 8px 0px 8px 2px;
	color: #acf18c; 
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
}

A.category-top:hover {
	background:url(../images/pk_category_border_select_green.gif) repeat-y right;
	color: #acf18c;  
}

A.category-top-current {
	display: block;
	background:url(../images/pk_category_border_select_green.gif) repeat-y right;
	padding: 8px 0px 8px 2px;
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
	color: #acf18c;
}

/* For Girls Category Product Types */

A.category-top-girls {
	display: block;
	padding: 8px 0px 8px 2px;
	color: #f7b7ef;
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
}

A.category-top-girls:hover {
	background:url(../images/pk_category_border_select_pink.gif) repeat-y right;
	color: #f7b7ef;
}

A.category-top-girls-current {
	display: block;
	background:url(../images/pk_category_border_select_pink.gif) repeat-y right;
	padding: 8px 0px 8px 2px;
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
	color: #f7b7ef; 
}

/* For Boys Category Product Types */

A.category-top-boys {
	display: block;
	padding: 8px 0px 8px 2px;
	color: #add8e6; 
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
}

A.category-top-boys:hover {
	background:url(../images/pk_category_border_select_blue.gif) repeat-y right;
	color: #add8e6; 
}

A.category-top-boys-current {
	display: block;
	background:url(../images/pk_category_border_select_blue.gif) repeat-y right;
	padding: 8px 0px 8px 2px;
	text-decoration:none; 
	font-weight: bold;
	font-size:15px;
	line-height:17px;
	text-align: left;
	color: #add8e6; 
}

/* Following are Sub-Categories with more Sub-Categories */

A.category-subs {
	display: block;
	padding: 6px;
	text-align: left;
	color: #999999; 
}

A.category-subs:hover  {
	color: #b9cbd9;
}

/* Following are Sub-Categories with no further Sub-Categories */

A.category-products {
	display: block;
	padding: 6px;
	text-align: left;
	color: #999999; 
}

A.category-products:hover  {
	color: #b9cbd9;
}

/* Following are selected Sub-Categories - Except for Cocoon Bean Bags (removed in tpl_categories.php code) */

.category-subs-selected {
	display: block;
	text-align: left;
	color: #b9cbd9; 
}

.category-subs-selected:hover {
}

.category-smaller {
	font-size:12px;
	line-height:14px;
}