/* GLOBAL */
body {
	margin: 0 0 0 0;
	background-color: #E1E1E1;
}

a {
	color:#333333;
}
a:hover {
	color:#000000;
}
td {
	vertical-align: top;
}

table.mainTable {
	margin: 0px auto;
	font-family: Arial;
	font-size: 12px;
	background-color: #ffffff;
	width: 98%;
}

td.header {
	height: 100px;
	background-color: #a54735;
	color: #ffffff;
}

div.basket {
	float: right;
	padding-right: 10px;
	width:150px;
}

div.basket a {
	color: #ffffff;
}

div.basket a:hover {
	color: #959595;
	text-decoration: underline;
}

td.menuTop {
	width: 100%;
	background-color: #a54735;
	color: #ffffff;
	padding-bottom: 5px;
}

div.logo {
	padding-left: 60px;
	padding-top: 25px;
}

div.logo a {
	text-decoration: none;
	color: #ffffff;
}
div.logo a:hover {
	text-decoration: none;
	color: #ffffff;
}

div.menuTop {
	float: left;
	font-weight: bold;
	padding-left: 35px;
}

div.menuTop a {
	color: #ffffff;
	text-decoration: none;
}
div.menuTop a.active {
	color: #959595;
	text-decoration: underline;
}

div.menuTop a:hover {
	color: #ffffff;
	text-decoration: underline;
}

td.menu {
	width: 250px;
	background-color: #262626;
	color: #959595;
	padding-left: 10px;
	padding-right: 10px;
}

td.menuLeft {
	
}

td.menuLeft a {
	padding: 5px;
	color: #959595;
	display: block;
	width: 250px;
	text-decoration: none;
}

td.menuLeft a:hover {
	padding: 5px;
	color: #959595;
	text-decoration: underline;
	display: block;
	color: #959595;
	display: block;
	width: 250px;
	background-color: #1E1E1E;
}

td.menuLeftActive {
	padding: 5px;
	background-color: #3f3f3f;
}

td.menuDivider {
	background-color: #959595;
	height: 1px;
}

td.menuDividerFirst {
	height: 1px;
}

td.navigator {
	width: 100%;
	background-color: #3F3F3F;
	color: #ffffff;
}

div.breadCrumps {
	padding: 3px 5px;
}

div.breadCrumps a {
	color: #ffffff;
	text-decoration: underline;
}

div.breadCrumps a:hover {
	color: #959595;
	text-decoration: underline;
}

div.breadCrumps span {
	color: #ffffff;
}

td.content {
	width: 100%;
	background-color: #ffffff;
	color: #232323;
	padding: 10px;
}

td.button {
	width: 93px;
	background-color: #3F3F3F;
	color: #FFFFFF;
	text-align: center;
}

td.button a {
	padding: 2px;
	color: #ffffff;
	display: block;
	width: 93px;
	text-decoration: none;
}

td.button a:hover {
	padding: 2px;
	color: #ffffff;
	display: block;
	width: 93px;
	text-decoration: underline;
	background-color: #1E1E1E;
}

ul.menu {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.menu a {
	color: #ffffff;
	text-decoration: underline;
}

ul.menu a:hover {
	color: #959595;
	text-decoration: underline;
}

ul.menu span {
	color: #959595;
}

h1 {
	font-size: 22px;
	margin: 14px 0px;
}

hr {
	background-color: #3f3f3f;
	border: medium none;
	color: #3f3f3f;
	height: 1px
}

td.footer {
	width: 100%;
	background-color: #a54735;
	color: #959595;
	padding: 12px;
}

td.footerCopyright {
	width: 100%;
	background-color: #a54735;
	color: #959595;
	padding: 0px 12px;
}

div.copyright {
	font-size: 10px;
	padding-top: 20px;
}

table.cart_table td {
	border: 1px solid #E8E8E8;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

table.b0 td {
	border:0px;
}