#menu {
	background-color: #f0f2f1;
}
#CART {
	font-size: 10px;
}

/* Sub-element's' */
#products img {
	margin-right: 10px;
}

#menu div.la a {
	color: #333333;
}
#menu div.la {
	margin-left: 0px;
	margin-bottom: 5px;
}

#menu div.lb a {
	color: #333333;
}
#menu div.lb {
	margin-left: 5px;
	margin-bottom: 5px;
}

#menu div.lc a {
	color: #333333;
}
#menu div.lc {
	margin-left: 10px;
	margin-bottom: 5px;
}

#menu div.ld a {
	color: #333333;
}
#menu div.ld {
	margin-left: 15px;
	margin-bottom: 5px;
}

/* Division definitions */
div.CTC {
	margin-left: 5px;
	margin-right: 5px;
}
div.section {
	position: relative;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #292929;
}
div.product {
	clear: both;
	position: relative;
	height: 95px;
	margin-bottom: 10px;
}
div.menu {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
div.menu-items {
	margin: 5px;
}
div.HzmenuTitle {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}
div.HzMenuItem {
	margin-left: 10px;
	margin-bottom: 5px;
}
div.warn {
	padding: 5px;
	border: 1px solid #B22222;
	background-color: #ECC3BF;
}
div.notice {
	padding: 5px;
	border: 1px solid #66CD00;
	background-color: #E0EEE0;
}
div.NavBack {
	background-image: url(IconBack.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
div.hr {
	margin-bottom: 10px;
	border-bottom: 1px solid #741b2f;
}

/* Table definitions */
td.bar {
	background-image: url(BarBackground.jpg);
	background-repeat: repeat-x;
}
td.TDHeadA {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}
