a {
	color: #605F4F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}

a.button {
	display: block;
	background-color: #A7A695;
	margin-bottom: 0px
}
a.button:hover {
	background-color: #B8B7A7
}

body {
	margin: 10px;
	background-color: #A7A696;
	font-family: arial, sans-serif;
	font-size: 10pt
}

div.category_thumb {
	width: 150px;
	height: 150px;
	background: url('images/category_thumb_bg.gif') no-repeat;
	padding: 5px;
	margin: 0px
}
div.category_thumb div {
	width: 150px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url('images/category_thumb_bg.gif') no-repeat center center;
}
div.product_thumb {
	float: left;
	width: 144px;
	height: 170px;
	text-align: center;
	vertical-align: top;
	font-size: 9pt
}
div.product_thumb img {
	margin-bottom: 5px;
	border: 2px solid white
}
div.product_thumb a {
	font-weight: bold
}
div.product_thumb a:hover {
	text-decoration: none;
	color: #7B7A6A
}
div.product_image {
	background-color: white;
	padding: 5px
}
div.product_image a {
	border: 0px
}
div.product_image img {
	border: 0px
}

div.corner_tl {
	background: url('images/corner_tl.gif') 0 0 no-repeat
}
div.corner_tr {
	background: url('images/corner_tr.gif') 100% 0 no-repeat
}
div.corner_bl {
	background: url('images/corner_bl.gif') 0 100% no-repeat
}
div.corner_br {
	background: url('images/corner_br.gif') 100% 100% no-repeat
}

div.acc {
	border: 1px solid #C3C2B2;
	border-top: none;
}

h1 {
	color: #D7D49F;
	font-size: 18pt;
	margin-top: 0px
}
h2 {
	color: #333333
}
h2.related {
	background-color: #7B7A6A;
	color: white;
	padding: 4px;
	font-size: 13pt
}
h3.acc {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	color: white;
	background-color: #7B7A6A;
	cursor: pointer;
	border: 1px solid #C3C2B2;
	font-size: 90%
}

input, select, textarea {
	border: 1px solid #605F4F;
}
select {
	font-size: 0.8em;
}

#product img.thumbnail {
	border: 5px solid white
}
#product p {
	font-size: 80%;
	margin-bottom: 0px;
	color: #343434
}
#product td {
	width: 300px;
	vertical-align: top
}

.center {
	text-align: center
}
.error {
	text-align: center;
	color: #c70002
}
.sale {
	text-decoration: line-through
}
td.heading {
	text-align: right;
	vertical-align: top;
	background-color: #C3C2B2;
	font-weight: bold;
	width: 130px;
	padding: 3px;
	font-size: 9pt
}

.MagicZoomBigImageCont {
	border: 5px solid white
}
.MagicZoomPup {
	border: 		1px solid #aaa;
	background: 	#ffffff;
}

.price {
	color: #D60909
}

#basket {
	margin: 0px 0px 0px 560px;
	padding: 12px;
	width: 150px;
	height: 60px;
	overflow: hidden;
	font-size: 8pt;
	border: 2px solid white
}
#basket a:hover {
	text-decoration: none;
}

#body {
	width: 760px;
	margin-top: 10px;
	padding: 0px;
	background: url('images/body_background.gif') repeat-y;
}

#content {
	float: left;
	clear: right;
	width: 587px;
	margin: 0px 0px 0px 8px;
	color: #333333;
	padding: 10px;
}

#display {
	font-size: 9pt
}
#display table {
	width: 100%
}
#display thead td {
	background-color: #7B7A6A;
	color: white;
	padding: 4px;
	font-weight: bold;
	font-size: 9pt
}
#display tbody td {
	background-color: #B8B7A7;
	padding: 3px
}
#display tfoot td {
	font-weight: bold;
	text-align: right
}

#footer {
	background-color: #CAD2C6;
	padding-top: 10px;
	text-align: right;
	font-size: 8pt
}

#header {
	width: 760px;
	height: 114px;
	background: url('images/header.gif') no-repeat;
	margin: 0px
}

#navigation {
	float: left;
	width: 130px;
	margin: 0px 0px 0px 8px;
}
#navigation ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px 5px 0px 0px
}
#navigation ul ul {
	margin: 5px 0px 0px 10px;
	padding-left: 5px;
}
#navigation li {
	margin-bottom: 10px;
	text-transform: lowercase;
}
#navigation li a {
	text-decoration: none;
	color: #fffdbd;

}
#navigation ul ul li a {
	color: #D60909
}
