﻿/* Base */
body {
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	text-align: center;
	background-color: #000000;
}

/* Element ID's' */
#wrap {
	width: 840px;
	margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}
#wrapDL {
	width: 640px;
	margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-left: 1px solid #474747;
    border-right: 1px solid #474747;
}

#MH {
	position: relative;
	height: 100px;
	width: 100%;
	top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	color: #FFFFFF;
}
#MHDL {
	position: relative;
	height: 100px;
	width: 600px;
	top: 0px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#CT {
	position: relative;
	width: 800px;
	top: 10px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#CTDL {
	position: relative;
	width: 600px;
	top: 10px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#FT {
	position: relative;
	width: 800px;
	top: 20px;
	color: #cccccc;
	font-size: 10px;
	padding-top: 5px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#FTDL {
	position: relative;
	width: 600px;
	top: 20px;
	color: #cccccc;
	font-size: 10px;
	padding-top: 5px;
	text-align: left;
	margin-left: auto;
    margin-right: auto;
}
#FT #OT a {
	color: #cccccc;
}
#MH a {
	color: #ffffff;
}

#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 #741b2f;
}
div.product {
	clear: both;
	position: relative;
	height: 75px;
	margin-bottom: 10px;
}
div.menu {
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}
div.menu-items {
	margin: 5px;
}
div.HzmenuTitle {
	color: #666666;
	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 {
}
td.TDHeadA {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
	font-weight: bold;
	font-size: 11px;
}

/* Link definitions */
a:active {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:link {
	color: #333333;
}

/* Formatting definitions */
h1 {
	font-size: 16px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}