/* CSS Document */

/* categories box parent and child categories */
#categories {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
 	}
 
#categoriesHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 20pt;
	color: #ff9933;
	margin: 0 0 5px 0;
	text-align: center;
	width: 165px;
	}

#categoriesContent {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 20pt;
	}

#categoriesContent a {
	text-decoration: none;
	display: block;
	float: left;
	clear: both;
	width: 94%;
	color: #fff;
	background: rgba(255,255,255,0.1);
	text-indent: 10px;
	margin-bottom: 2px;
	}

#categoriesContent a:hover {
	background: rgba(255,255,255,0.4) url(../images/catlistarrowwhite.png) 95% center no-repeat;
	color: #ffffff;
	}

#categoriesContent a.category-top:hover {
	background: rgba(255,255,255,0.2) url(../images/catlistarrowwhitedown.png) 95% center no-repeat;
}

#categoriesContent a.category-top.category-current, #categoriesContent a.category-top.category-current:hover {
	background: rgba(255,255,255,0.1) url(../images/catlistarrowwhitedown.png) 95% center no-repeat;
}





#categoriesContent a.category-current, #categoriesContent a.category-current:hover {
	background: rgba(255,255,255,0.9) url(../images/catlistarrowwhitedown.png) 95% center no-repeat;
}

#categoriesContent a.category-has-sub.category-current, #categoriesContent a.category-has-sub.category-current:hover {
	background: rgba(255,255,255,0.9) url(../images/catlistarrowblackdown.png) 95% center no-repeat;
	color: #000;
}

#categoriesContent a.category-is-sub, #categoriesContent a.category-is-sub-has-sub {
	background: rgba(255,255,255,0.3);
}

#categoriesContent a.category-is-sub:hover, #categoriesContent a.category-is-sub-has-sub:hover {
	background: rgba(255,255,255,0.4) url(../images/catlistarrowwhite.png) 95% center no-repeat;
}


#categoriesContent a.category-is-sub-has-sub.category-current, #categoriesContent a.category-is-sub-has-sub.category-current:hover {
	background: rgba(255,255,255,0.3) url(../images/catlistarrowwhitedown.png) 95% center no-repeat;
}

#categoriesContent a.category-is-sub.category-current, #categoriesContent a.category-is-sub.category-current:hover, #categoriesContent a.category-products.category-current, #categoriesContent a.category-products.category-current:hover {
	background: rgba(255,255,255,0.5) url(../images/catlistarrowwhite.png) 95% center no-repeat;
}

A.main_menu {
	display:none;
	}

A.category-hide {
	display: none;
	}

A.category-top, A.category-has-sub, A.category-products, A.category-current, A.category-current-subs {
	}




A.category-subs:hover, A.category-products:hover, A.category-top:hover {
	background: rgba(255,255,255,0.2) url(../images/catlistarrowwhite.png) 95% center no-repeat;
	color: #ffffff;
	}

A.category-top:hover {
	background: rgba(255,255,255,0.2) url(../images/catlistarrowwhite.png) 95% center no-repeat;
	}


SPAN.category-subs-selected, SPAN.category-subs-selected:hover {
	color: #000;
	background: rgba(255,255,255,0.8) url(../images/catlistarrow.png) 95% center no-repeat;
	display: block;
	}





/* end categories box links */





/* category heading */
#indexCategoriesHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20pt;
	line-height: 28pt;
	color: #fff;
	margin: 0;
	text-align: center;
	}

#categoryImgListing {
	float: right; 
	}
/* end category heading */


/* category Links */
.categoryListBoxContents a, .categoryListBoxContents a:visited {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	color: #d1d1d1;
	line-height: normal;
	width: 80%;
	font-weight: normal;
	}

.categoryListBoxContents a:hover {
	color: #fff;
	}


.categoryListBoxContents {
	margin-bottom: 15px; 
	}

