/* 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:first-child {
	}

A.main_menu {
	display:none;
	}

A.category-hide {
	display: none;
	}

A.category-top, A.category-top:visited, A.category-subs, A.category-subs:visited, A.category-products, A.category-products:visited {
	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;
	}

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; 
	}

.categoryListBoxContents a div img {
	border-radius: 25px; 
	border: 1px solid #999;
	}

.categoryListBoxContents a:hover div img {
	border: 1px solid #fff;
	}

/* showcase products/headings */
.centerBoxContentsProducts.parent_product {
  background: rgba(255,255,255,0.9);
  color: #000;
  text-align: center;
}

.centerBoxContentsProducts.parent_product #itemDetail {
  width: calc(100% - 20px);
  padding-left: 0;
  margin: 0 auto;
  float: none;
}