body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	background: #e2dccd;
	color: #333;
  margin: 5px;
}
h1, h2, h3, h4, a {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #4a332d;
}
img {
	border: 0px;
}
ul {
	list-style: none;
}
table {
	width: 100%;
}

.center {
	text-align: center;
}
.bold, .strong {
	font-weight: bold;
}
.error {
	color: red;
	font-weight: bold;
	font-size: 8pt;
}
.clear {
	clear: both;
}
.nobr {
  white-space: nowrap;
	display: block;
	font-weight: bold;
}
.disabled {
  color: #AAAAAA;
}

.header {
	text-align: center;
	background: #4a332d;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #ffffff;
}

div.searchresults img {
	width: 120px;
	height: 120px;
}

div.product img {
	width: 180px;
	height: 180px
}

#pre {
	background-color: #E2DCCD;
	margin: 10px auto;
	padding: 0px 10px;
	width: 960px;
}
p.pretext {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 8pt;
	color: #111111;
}
p.pretext a, p.pretext a:hover, p.pretext a:visited{
	color: #111111;
	text-decoration: underline;
}

.extra-description {
	font-size: 10px;
	color: #BCBCBC;
}

/* Table elements */
td.fieldname {
	vertical-align: top;
	width: 200px;
}

td.spacer {
	width: 50px;
}

/* Submit Buttons */
input.btn {
}
input.btn:hover {
}

/* Buy Buttons */
.buy-now a {
	background: #4a332d;
	text-align: center;
	margin-top: 5px;
	letter-spacing: 10px;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding: 8px;
	text-decoration: underline;
}
.buy-now a:hover {
	background: #404040;
}

.small-buy-now a {
	background: #4a332d;
	text-align: center;
	margin: 10px 0px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	text-decoration: underline;
}
.small-buy-now a:hover {
	background: #404040;
}

/* Header */
#header {
	background: #ffffff url('../image/header-back.jpg') top right no-repeat;
	margin: 10px auto;
	margin-top: 0px !important;
	padding: 0px 10px 0px 10px;
	width: 960px;
	height: 110px;
	position: relative;
}
#header h1 {
	text-align: left;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.6em;
}
#header-left {
	float: left;
	margin: 5px 0px;
}

/* Splash */
#splash {
	width: 580px;
	height: 300px;
	margin-bottom: 10px;
	background: url('../image/splash.gif');
}

/* Content */
#container {
	margin: 0px auto;
	padding: 10px;
	width: 960px;
	text-align: left;
	background-color: #ffffff;
}
#main {
	width: 580px;
	padding: 0px 10px 0px 10px;
	float: left;
}

/* Side Menu's */
div.side-bar-item {
	margin-bottom: 10px;
}

#promote {
	padding: 0px;
	background: #fffeb3;
	font-size: 8pt;
}
#promote h2 {
	padding: 2px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #a80101;
}
#promote h3 {
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #a80101;
}

#promote table {
	border-top: 1px dashed #c3c886;
	margin-top: 2px;
	padding-top: 3px;
}
#promote table.td {
	padding: 0px;
	margin: 0px;
}

#promote h2 {
	padding: 3px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#promote a {
	color: #064c8e;
	text-decoration: underline;
}

#left-menu {
	width: 180px;
	margin: 0px auto;
	float: left;
	padding: 0px;
}
#right-menu {
	width: 180px;
	margin: 0px auto;
	float: left;
	padding: 0px;
}
ul.side-menu {
	padding: 0px;
	margin: 0px;
}
.side-menu li {
	background: #e2dccd;
	color: #4a332d;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 1px;
}
.side-menu li.title {
	background: #4a332d;
	color: #ffffff;
	padding: 3px;
}
.side-menu li.title:hover {
	background: #4a332d;
	color: #ffffff;
}
.side-menu li:hover {
	background : #4a332d;
}
.side-menu li a {
	display: block;
	color: #404040;
	padding: 2px;
}
.side-menu li:hover a {
	color: #ffffff;
}

/* Search Box */
.searchform {
	background: #E2DCCD;
	border: 1px solid #4A332D;
	padding: 10px;
	text-align: center;
}
.searchform h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.searchform a{
	text-decoration: underline;
}

/* Results banner and navigation */
.banner h2 {
	background-color: #FAFAFA;
  padding: 2px;
  font-size: 100%;
  font-weight: 500;
  margin-bottom: 0px;
}
.banner h3 {
  background-color: #FAFAFA;
  padding: 2px;
  padding-right: 4px;
  font-size: x-small;
  font-weight: 500;
  margin-top: 0px;
  text-align:right;
}

.navigation {
	text-align: center;
	margin: 5px 0px;
}
.navigation a {
	background: #4a332d;
	color: #ffffff;
	padding: 5px;
}

/* Results listings */
.results {
	background: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px dashed #c0c0c0;
}
.results div.photo {
	float: left;
}
.results div.description {
	margin-left: 140px;
}
.searchresults h3 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
}

.searchresults p {
	font-size: 8pt;
	margin: 10px 0px;
}

.searchresults p a {
	text-decoration: underline;
}

.searchresults strong {
	font-size: 12pt;
}

/* Product page */
.product {
	margin-top: 5px;
}

.product h1 {
	font-size: 18pt;
	margin-bottom: 20px;
}

.product h3 {
	font-size: 130%;
	margin: 10px 0px 10px 0px;
}

.product p {
	text-align: left;
	line-height: 1.4em;
	margin-right: 5px;
	font-size: 10pt;
}

.product table {
	border-collapse: collapse;
	margin: 10px 0px;
}

.product strong {
	font-size: 12pt;
}

.price-box {
	color: #ffffff;
	background: #4a332d;
	text-align: center;
	margin-top: 12px;
	padding: 8px;
}
.price-box a {
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

.prices {
	margin-top: 5px;
}

.product-list-header {
	background: #c0c0c0;
	font-size: 10pt;
}

.product-list-main {
	background: #efefef;
}

.view-review a, .view-stockists a, .view-compare a, .view-product a {
	color: #ffffff;
	display: block;
	padding: 5px;
}

.view-review, .view-stockists, .view-compare, .view-product {
	width: 182px;
	background: #404040;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
}

/* Compare Page */
.relatedresults {
	background: #f3f3f3;
	margin-bottom: 10px;
	padding: 0px;
}
.relatedresults td {
	border-bottom: dashed 1px #000000;
}

/* Submission Forms */
.submission {
	margin-top: 5px;
}

.submission form {
	display: inline;
}

.submission form select {
	color: #AF7817;
}

.submission form textarea {
	width: 100%;
}

.submission .text {
	background :#efefef;
}

.submission th {
	text-align: center;
}

img.submission {
	border: 0px;
}

/* Footer */
#popular {
	background: #ecf4f1;
	text-align: center;
	padding: 8px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
}

#sitelinks {
	background: #ecf4f1;
	text-align: center;
	padding: 8px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
}

p.keywords {
	font-weight: bold;
}

p.keywords a {
	text-decoration: underline;
}

#articles .header{
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 0px;
	text-align: left;
}

#articles .header a{
	color: #ffffff;
	text-decoration: underline;
}

.article-sidebar-header, .article-short-desc{
	background: #ECF4F1;
	color: #404040;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 1px;
}

.article-sidebar-header:hover{
	background : #aab5b1;
}

.article-sidebar-header a {
	display: block;
	color: #404040;
	padding: 2px;
	text-decoration: underline;
}
.article-sidebar-header:hover a {
	color: #ffffff;
}

.article-title{
	font-size: 16pt;
}

.articles-list a{
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}