/*
---------------------------------------------------------------------------------------- global
*/
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}
a {
	text-decoration: none;
	color: #000000;
}
div.layout {
	background-color: #ffffff;
	width: 721px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -360px;
	padding: 0;
	top: 0;
}
form {
	margin: 0px;
	padding: 0px;
}
/*input.button {
	border: 1px solid #586D60;
	color: #586D60;
	font-size: 1.1em;
	height: 20px;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: center;
}*/
img {
	border: 0px;
	border: 0px;
}
/*
input {
	border: 1px solid #586D60;
	color: #586D60;
	font-size: 1.1em;
	height: 16px;
	width: 100px;
}
*/

input.bigbutton {
	font-weight: bold;
	height: 50px;
	width: 250px;
	border: 5px solid red;
}

/*
---------------------------------------------------------------------------------------- errors/messages
*/
div.error {
	background-color: #FFEEFF;
	border: 1px #660000 solid;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 6px;
	margin: 10px;
}
div.message {
	background-color: #EDF3F4;
	border: 1px #586D60 solid;
	color: #586D60;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 6px;
	margin: 10px;
}

/*
---------------------------------------------------------------------------------------- header
*/
div.header {
	background-image: url(header.jpg);
	color: #FFFFFF;
	font-size: 11px;
	height: 56px;
	text-align: right;
}
div.header p {
	font-weight: bold;
	margin: 5px 10px 0 0;
}
div.header a {
	color: #FFFFFF;
}
div.header a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

form.search input {
	height: 12px;
	border: 1px solid #586D60;
	color: #586D60;
}
form.search input.go {
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	width: 30px;
	border: 1px solid #586D60;
	color: #586D60;
	height: 16px;
}
/*
form.search input.clear {
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	width: 65px;
}
*/

/*
---------------------------------------------------------------------------------------- banner
*/
div.banner {
	border-bottom: 17px solid #988344;
}

/*
---------------------------------------------------------------------------------------- bannerMenu
*/
div.bannerMenu {
	background-image: url(banner_image2.jpg);
	border-bottom: 17px solid #988344;
	color: #988344;
	font-family: Arial, Helvetica, sans-serif;
	height: 273px;
	padding-left: 10px;
}
div.bannerMenu h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 10px;
}
div.bannerMenu a {
	background-image:url(bulletSmall.gif);
	background-repeat: no-repeat;
	color: #988344;
	display: block;
	font-size: 14px;
	padding-left: 10px;
	padding-bottom: 5px;
}
div.bannerMenu a:hover {
	color: #FFFFFF;
}
/*
---------------------------------------------------------------------------------------- content
*/
div.content {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div.content h1 {
	font-size: 24px;
	margin: 0px;
	padding: 10px 0 10px 10px;
	text-align: left;
	font-weight:normal;
}
div.content h2 {
	font-size: 20px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
div.content h3 {
	color: #000000;
	font-size: 24px;
	margin: 0px;
	padding: 10px 0 10px 10px;
	text-align: left;
	font-weight:normal;
}
div.content h3 a {
	color: #000000;
}

/* CATEGORY TABLE */
div.content table.categories {
	width: 733px;
	margin-left: -5px;
}
div.content table.categories td {
	padding: 5px;
}
div.content table.categories td p {
	background-color: #988344;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	width: 100%;
}
div.content table.categories td img.category {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	width: 100%;
}

/* PRODUCTS TABLE */
div.content table.products {
	width: 100%;
}
div.content table.products td {
	border: 1px solid #988344;
	width: 94px;
	padding: 0px;
	text-align: center;
}
div.content table.products td.empty {
	border-color: #FFFFFF;
	width: 94px;
}
div.content table.products td p {
	background-color: #988344;
	border-bottom: 5px solid #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 0 5px;
	width: 100%;
}

/* INPUT TABLE */
div.content table.input {
	border-collapse: collapse;
	margin-left: 15px;
}
div.content table.input th {
	text-align: left;
	vertical-align: top;
	width: 200px;
}
div.content table.input td {
	height: 20px;
}
div.content table.wide td {
	width: 60%;
	white-space:nowrap;
}
div.content table.wide th {
	width: 30%;
}
textarea {
	height: 100px;
	width: 400px;
}
/*
input.big {
	width: 250px;
	height: 20px;
}
*/
input.toggle {
	border: none;
	width: 20px;
	height: 20px;
}
/*
input.view {
	width: 40px;
	height: 20px;
}
*/

/* LIST TABLE */
div.content table.list {
	border-collapse: collapse;
	margin-left: 15px;
}
div.content table.list input.quantity {
	width: 40px;
}
div.content table.list tr.modified {
	background-color: #FFDDDD;
}
div.content table.list tr.pending {
	background-color: #FFFFCC;
}
div.content table.list th {
	text-align: left;
}
div.content table.list td {
	vertical-align: top;
}

/* CONTENT LEFT */
div.contentLeft {
	background-color: #E9E3D5;
/*	border-bottom: 17px solid #988344;*/
	float: left;
	height: 470px;
	text-align: center;
}
div.contentLeft a {
	border: 2px solid #CDBE93;
	display: block;
	height: 82px;
	margin: 5px;
	width: 82px;
}
div.contentLeft a:hover {
	border: 2px solid #988344;
}
div.contentLeft img.current {
	border: 2px solid #FF0000;
	margin-top: 5px;
	height: 82px;
	width: 82px;
	display: block;
}

/* CONTENT RIGHT */
div.contentRight {
/*	border-bottom: 17px solid #988344;*/
	float: left;
	height: 470px;
	margin: 0px;
	padding: 0 10px 0 10px;
	width: 605px;
}
div.contentRight h1 {
	
	font-size: 24px;
	margin: 0px;
}
div.contentRight p {
	margin: 0px;
	padding: 0 0 10px 0;
}
div.contentRight table.productDetail {
	width: 100%;
	height: 415px;
}
div.contentRight table.productDetail td {
	vertical-align: top;
}
div.contentRight table.productDetail td a.nav {
	text-decoration: underline;
}
div.contentRight table.productDetail td.image {
	vertical-align: bottom;
}
div.contentRight a img {
	border: 2px solid #CDBE93;
	display: block;
}
div.contentRight a:hover img {
	border: 2px solid #988344;
}
div.contentRight input.basketInput {
	width: 50px;
}
div.contentRight input.basketSubmit {
	width: 115px;
	height: 23px;
}

/* ACCOUNT MENU */
div.contentAccountMenu {
	background-color: #E9E3D5;
/*	border-bottom: 17px solid #988344;*/
	float: left;
	padding: 5px;
	padding-bottom: 50px;
	width: 140px;
	height: 
	500px;
}
div.contentAccountMenu h1 {
	font-size: 14px;
}

/* ACCOUNT CONTENT */
div.contentAccountContent {
	background-color: #FFFFFF;
/*	border-bottom: 17px solid #988344;*/
	float: left;
	padding: 5px;
	width: 561px;
}
div.contentAccountContent h2 {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
}
div.contentAccountContent p {
	margin: 0px 10px 0px 10px;
	text-align: left;
}

/*
---------------------------------------------------------------------------------------- cart display
*/
table.cart {
	background-color: #EFEFEF;
	border: 0px;
	border-collapse: collapse;
}

/* Header */

table.cart tr.header th.product {
	font-size: 1.1em;
	text-align: left;
}
table.cart tr.header th.price {
	font-size: 1.1em;
	text-align: right;
}
table.cart tr.header th.quantity {
	font-size: 1.1em;
	text-align: right;
}

/* Product List */
table.cart td {
	background-color: #ffffff;
	vertical-align: middle;
	
}
table.cart td.delete input {
/*	border: 0px #000000 solid;
	background-color: #FFFFFF;
	height: 16px;
	width: 16px;
	background-image: url(cartDelete.gif);*/
}
table.cart td.price {
	font-weight: bold;
	font-size: 1.1em;
	text-align: right;
	background-color: #ffffff;
}
table.cart p.title {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
table.cart p.title a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 5px;
}
table.cart p.special {
	font-style: italic;
	margin: 0 0 0 25px;
	padding: 0;
	background-color: #ffffff;
}

/* Quantity Column */
table.cart td.quantity {
	text-align: right;
	background-color: #ffffff;
}
table.cart td.quantity input.quantity {
/*	border: 1px solid #586D60;
	color: #586D60;
	font-size: 1.1em;
	height: 16px;*/
	width: 40px;
}
table.cart td.quantity input.update {
/*	border: 1px solid #586D60;
	color: #586D60;
	font-size: 1.1em;
	height: 20px;
	width: 60px;*/
}

/* Sub Total */
table.cart tr.subTotal {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.subTotal td {
	background-color: #ffffff;
}
table.cart tr.subTotal th {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.subTotal th.price {
	text-align: right;
	background-color: #ffffff;
}

/* Delivery */
table.cart tr.delivery {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.delivery td {
	background-color: #ffffff;
}
table.cart tr.delivery th {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.delivery th.price {
	text-align: right;
	background-color: #ffffff;
}

/* Discount */
table.cart tr.discount {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.discount td {
	background-color: #ffffff;
}
table.cart tr.discount th {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.dicount th.price {
	text-align: right;
	background-color: #ffffff;
}

/* Total */
table.cart tr.total {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.total td {
	background-color: #ffffff;
}
table.cart tr.total th {
	font-size: 1.1em;
	padding-top: 20px;
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.total th.price {
	text-align: right;
	background-color: #ffffff;
}
table.cart tr.total td.checkout {
	background-color: #ffffff;
}

/*
---------------------------------------------------------------------------------------- cart summary
*/
table.cartSummary {
	border: 0px;
	border-collapse: collapse;
}
table.cartSummary th {
	text-align: right;
}
table.cartSummary th.product {
	text-align: left;
}
table.cartSummary td.price {
	text-align: right;
}
table.cartSummary td.quantity {
	text-align: right;
}
table.cartSummary p.title {
	background-color: #ffffff;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
}
table.cartSummary p.special {
	font-style: italic;
	margin: 0 0 0 25px;
	padding: 0;
	background-color: #ffffff;
}

/*
---------------------------------------------------------------------------------------- cart menu
*/
table.cartMenu {
	border: 0px;
	border-collapse: collapse;
	text-align: left;
}
table.cartMenu tr.items th {
	width: 50px;
}

/*
---------------------------------------------------------------------------------------- zoom image css lightbox
*/
.white_content {
			display: none;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -250px;
			margin-top: -250px;
			width:500px;
			height:500px;
			z-index:1002;
			overflow:hidden;
		
			color:#333333;
		}
.white_content img{

vertical-align:middle;
text-align:center;
border:10px solid #FFFFFF;
}		

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.3;
			opacity:.30;
			filter: alpha(opacity=40);
		}


