/* ICONOGRAPHY 2008 - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #333;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	background: #271e18 url("../images/bkg_html.jpg") no-repeat top center; 
}
#tinymce {
	background: #fff;
	padding: 5px;
}
/************* COMMON ***************/
a {
	color: #567618;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
a:hover {
	color: #333;
}
a.imglink {
	color: #567618;
	text-decoration: none;
}
a.imglink:hover {
	color: #333;
}
a.pageselected {
	color: #FFF;
	background: #333;
	padding: 0 4px;
	font-weight: bold;
	text-decoration: none;
}
p {
	margin: 0 0 0.8em 0;
	padding: 0;
	color: #333;
	font-size: 90%;
}
li {
	margin: 0.5em 0;
	padding: 0;
	font-size: 90%;
}
td {
	text-align: left;
}
h1 {
	font-size: 180%;	
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.4em 0;
	color: #332802;
}
h2 {
	font-size: 160%;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 0; 
	color: #332802;
}
h3 {
	font-size: 140%;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #332802;
}
h4 {
	font-size: 120%;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 0.1em 0;
	padding: 0;
	color: #332802;
}
h5 {
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #332802;
}
.red {
	color: #CC0000;
}
.grey {
	color: #999;
}
.note {
	font-size: 85%;
}
/******************** HEADER ***********************/
#wrapouter {
	margin: 0 auto;
	padding: 0;
	width: 970px;
}
#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #fff;
}
#container {
	margin: 0;
	padding: 10px;
	float: left;
	clear: both;
	width: 950px;
	display: inline;
}
#header {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	clear: both;
	display: inline;
}
#header .logo {
	float: left;
	width: 414px;
}
#header .accountbasket {
	float: right;
	width: 55%;
	margin: 0;
}
#header .accountbasket .left {
	width: 59%;
	padding: 0;
	margin: 34px 0 0 0;
	text-align: right;
	color: #666;
	font-size: 85%;
}
#header .accountbasket .searchbox {
	width: 182px;
	margin: 0;
	padding: 10px;
	float: right;
	background: #f5f5f5 url("../images/bkg_search.jpg") repeat-x top left;
	border: 1px solid #e8e8e8;
}
#header .accountbasket .searchbox #keyword {
	width: 134px;
}
/*************************** TABS ****************************/
.tabs {
	width: 942px;
	padding: 12px 4px;
	margin: 0 0 8px 0;
	float: left;
	clear: both;
	display: inline;
	color: #fff;
	background: #686044 url("../images/bkg_tabs.jpg") repeat-x top left;
}
.tabs .navlinks {
	width: 78%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs .acclinks {
	float: right;
	width: 20%;
	text-align: right;
}
.tabs a {
	padding: 0 8px;
	margin: 0;
	color: #fff;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}
.tabs a:hover, .tabs a.current {
	color: #8dc326;
}
.breadcrumb {
	width: 926px;
	padding: 4px 12px;
	margin: 0 0 8px 0;
	float: left;
	clear: both;
	background: #e8e8e8;
	font-size: 85%;
	display: inline;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb a:hover {
	color: #567618;
}
/* header image changer */
.headerimages {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 6px 0;
	position: relative;

}
ul#imagechanger {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 230px;
	overflow: hidden;
	list-style: none;
}
ul#imagechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.fade {
	
}
#woodcock {
	height: 218px;
	width: 212px;
	background: url("/images/woodcock.png") no-repeat top right;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 999;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 950px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.sideheading {
	width: 167px;
	margin: 0 0 6px 0;
	padding: 5px 5px 5px 30px;
	float: left;
	clear: both;
	color: #333;
	display: block;
	font-size: 100%;
	font-weight: bold;
	background: #f5f5f5 url("../images/bkg_shead.jpg") repeat-x top left;
	border: 1px solid #e8e8e8;
}
/******************* left column and navigation ***********************/
#sidebar {	
	float: left;
	margin: 0;
	padding: 0;
	width: 204px;
}
.navbox {	
	float: left;
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#sidebar .navbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 100%;
}	
#sidebar .navbox li { 
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline;
	font-size: 85%;
	position: relative;
	z-index: 80;
}
#sidebar .navbox li a {
	display: block;
	text-decoration: none;
	padding: 4px 12px;
	margin: 0;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #4a411f url("/images/bkg_navoff.jpg") repeat-x bottom left;
}
#sidebar .navbox li a:hover{
	background: #332802;
}
/* sub nav links */
#sidebar .navbox ul li:hover ul { display: block; z-index: 99999; }
#sidebar .navbox ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 204px;
	top: 0;
	display: none;
	width: 204px;
	border-left: 1px solid #fff;
}
#sidebar .navbox ul li ul li {
	font-size: 100%;
}
#sidebar .navbox ul li ul li a {
	display: block;
	background: #4a411f url("/images/bkg_navoff.jpg") repeat-x bottom left;
}
/* Fix IE. Hide from IE Mac \*/
#sidebar .navbox ul li { float: left; }
#sidebar .navbox ul li a { height: 1%; }
/* End */
.whitebox {
	width: 182px;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0;
	border: 1px solid #e8e8e8;
}
.whitebox .review {
	width: 100%;
	font-size: 90%;
	padding: 10px 0 0 0;
}
.review .pad {
	width: 100%;
	padding: 0 0 10px 0;
}
.whitebox .review a {
	color: #333;
}
/* latest products */
.boxtitle {
	font-weight: bold;
	font-size: 90%;
	color: #333;
}
.productfeat {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 5px 0 5px 0;
	float: left;
	font-size: 90%;
	line-height: normal;
	background: #fff;
	overflow-x: hidden;
}
.productfeat .featimage {
	float: left;
	width: 40%;
}
.productfeat .featimage img {
	padding: 0;
	margin: 0;
}
.productfeat .name {
	float: left;
	width: 58%;
	margin: 0;
	padding: 0;
}
.productfeat .name .price {
	color: #666;
	font-size: 130%;
}
.productfeat a {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
.best .productfeat {
	margin: 0;
}
.best .productfeat .featimage {
	width: 100%;
	text-align: center;
}
.best .productfeat .name {
	width: 100%;
	padding: 0 0 10px 0;
	text-align: center;
}
/************************ right main content *********************/
.page {
	margin: 0;
	padding: 0;
	float: right;
	width: 730px;
	display: inline;
}
.fullwidth {
	width: 100%;
}
.article-text {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.pagecontainer {
	position: relative;
	width: 509px;
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}
#product .pagecontainer {
	width: 100%;
}
.article-text .copy {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
}
.contentbox {
	width: 100%;
	padding: 10px 0 10px 0;
	float: left;
	margin: 0;
	border-top: 1px solid #e8e8e8;
}
.copy img.featpic {
	border: 1px solid #e8e8e8;
	background: #FFF;
	padding: 4px;
	float: right;
	margin: 0 0 0 14px;
}
table.borders td {
	border-bottom: 1px solid #e8e8e8;
}
/* shop page showing all cats and right col featured prods */
#mainprodcats, .mainprodcats {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
.catintro {
	clear: both;
	width: 100%;
	float: left;
}
.categoryframe {
	width: 234px;
	height: 140px;
	padding: 10px;
	margin: 0;
	float: left;
	line-height: normal;
	font-size: 90%;
	background: #fff;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}
.last .categoryframe {
	border-right: none;
}
.catpix {
	
}
.catpix img {
	padding: 0;
	margin: 0;
}
.catbox {
	padding-top: 5px;
}
.categoryframe a.name {
	display: block;
	margin: 0;
}
#pagingoptions {
	margin: 10px 0;
	float: left;
}
#prodlistoptions {
	width: 489px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 90%;
	background: #f5f5f5 url("/images/bkg_search.jpg") repeat-x top left;
	border: 1px solid #e8e8e8;
}
#prodlistoptions a {
	text-decoration: none;
}
#prodlistoptions .left {
	width: 43%;
}
#prodlistoptions .left #options {
	width: 100%;
}
#prodlistoptions .left #options .textfield {
	margin: 0;
	padding: 0;
	width: 160px;
	font-size: 100%;
	float: left;
}
#prodlistoptions .left #options .inputbutton {
	float: right;
	font-size: 100%;
}
#prodlistoptions .right {
	width: 49%;
}
#prodlistoptions .right #perpageoptions {
	float: left;
	clear: both;
	width: 100%;
	margin: 6px 0 0 0;
	text-align: right;
}
#prodlistoptions .right #pagingoptions {
	padding: 10px 0;
	text-align: right;
}
#prodlistoptions .right #perpageoptions .perpageselected, #prodlistoptions .right #pagingoptions .pageselected {
	color: #333;
	text-decoration: none;
}
/**** style switcher ****/
#theme {
	float: left;
	clear: both;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
#theme li {
	margin: 0 0 0 6px;
	padding: 0;
	display: inline;
	font-size: 100%;
}
#theme li a {
	border-bottom: none;
	background-image: none;
}
#theme li a img {
	background: #dee6ed;
	margin: 0 2px 0 0;
}
#theme li a:hover img {
	background: #dd0303;
}
#theme li a img#theme-grid {
	background: #DDD;
}
#theme li a img#theme-list { background: #333; border: 0;}
#theme li a img#theme-grid { background: #FFF; border: 0;}
#theme li a:hover img#theme-grid { background: #FFF; }
#theme li a:hover img#theme-list { background: #FFF; }

#prodlist, .prodlist {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.productframe {
	width: 233px;
	height: 13em;
	padding: 10px;
	margin: 0;
	float: left;
	line-height: normal;
	font-size: 85%;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	overflow: hidden;
	color: #666;
}
#assoc .productframe {
	width: 222px;
	height: 6em;
}
.last .productframe {
	border-right: none;
}
.productframe .left {	
	width: 100px;
}
#assoc .productframe .left {
	width: 60px;
}
.productframe .left .thumb {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
#assoc .productframe .left .thumb {
	width: 60px;
	height: 60px;
}
.overlay {
	position: absolute;
	z-index: 80;
	top: 0;
	left: 0;
}
.productframe .right {	
	width: 126px;
}
#assoc .productframe .right {
	width: 150px;
}
.productframe .right .buttons {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}
.productframe .right .buttons form {
	float: right;
	width: 50%;
}
.productframe .right .buttons .inputbutton {
	display: block;
	font-size: 100%;
	margin: 0 0 4px 0;
}
.productframe .right .buttons .price {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 135%;
}
.productframe .right .name {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
}
.productframe a.image {
	color: #333;
	float: left;
	position: relative;
}
.productframe .right .name .desc {	
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: normal;
}
/*** home page featured prods ****/
.feattitle, .assoctitle {
	width: 472px;
	margin: 24px 0 6px 0;
	padding: 5px 5px 5px 30px;
	float: left;
	clear: both;
	color: #333;
	display: block;
	font-size: 100%;
	font-weight: bold;
	background: #f5f5f5 url("../images/bkg_shead.jpg") repeat-x top left;
	border: 1px solid #e8e8e8;
}
.assoctitle {
	width: 693px;
}
#featured, #assoc {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
}
/* product detail page */
#prodpics {
	padding: 0;
	margin: 0;
	float: left;
	width: 260px;
}
#prodpics #mainImageHolder {
	float: left;
	margin: 0;
	width: 258px;
	height: 258px;
	text-align: center;
	border: 1px solid #e8e8e8;
	position: relative;
}
#prodpics #mainImageHolder .overlay {
	position: absolute;
	top: 0;
	width: 69px;
	height: 69px;
	z-index: 70;
}
#prodpics #mainImageHolder #mainImage1 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #mainImageHolder #mainImage2 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #mainImageHolder #mainImage3 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #mainImageHolder #mainImage4 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #mainImageHolder #mainImage5 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #mainImageHolder #mainImage6 {
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
#prodpics #thumbs {
	width: 100%;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
	clear: both;
}
#prodpics #thumbs a {
	float: left;
	display: block;
	padding: 0;
	margin: 0 6px 0 0;
	width: 44px;
	height: 44px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	cursor: pointer;
}
#prodpics #thumbs a.thumblast {
	margin: 0;
}
#prodpics #thumbs img {
	padding: 0;
	margin: 0;
}
.prodinfocontainer {
	width: 460px;
	padding: 0;
	margin: 0;
	float: right;
}
.prodinfo {
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
	width: 438px;
	border: 1px solid #e8e8e8;
}
#prodpics .prodinfo {
	width: 238px;
	margin: 10px 0 10px 0;
}
.prodinfo .inputbutton {
	margin: 0 0 1px 0;
	display: block;
}
#product #variantsubmitbutton {
	float: left;
	margin: 0 4px 0 0;
}
#variant1 {
	float: left;
	margin: 0;
	padding: 0;
}
#variant2 {
	float: left;
	margin: 0;
	padding: 0;
}
/* prod detail attribute icons */
.prodattributes {
	width: 100%;
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0;
}
.prodattributes img {
	margin: 0 10px 10px 0;
}
/* prod detail tabs */
.prodtabs {
	width: 730px;
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0;
}
UL.tabNav {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
	font-size: 100%;
	background: url("/images/bkg_tabNav.gif") repeat-x bottom left;
}
UL.tabNav LI {	
	float: left;
	background: #e8e8e8;
	margin: 0 4px 0 0;
	padding: 5px 10px;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
UL.tabNav Li A {
	color: #333;
	float: left;
	display: block;
	background: #e8e8e8;
	padding: 0;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI.current {
	color: #333;
	float: left;
	background: #fff;
	margin: 0 4px 0 0;
	padding: 5px 10px;
}
UL.tabNav LI.current A.selected {
	float: left;
	display: block;
	background: #fff;
	padding: 0;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI A:focus {
	outline: 0;
}
.undertabs2 {
	float: left;
	width: 708px;
	margin: 0;
	padding: 10px;
	clear: both;
	background: #fff;
	display: inline;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
/* scrolling box */
.undertabs2 .scroll {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: auto;
}
.undertabs2 .reviewbox {
	border-top: 1px solid #e8e8e8;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	font-weight: 90%;
}
.undertabs2 .reviewbox .top {
	width: 100%;
	padding: 0 0 4px 0;
	float: left;
	clear: both;
	font-weight: bold;
}
.undertabs2 .reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 4px 0;
}
/* my account pages */
#accountpage {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}
#accountpage .productframe {
	height: 220px;
}
.tablink {
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	padding: 5px 10px;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 4px 0 0;
}
a.tablink {
	color: #333;
	background: #e8e8e8;
	text-decoration: none;
}
.history {
	float: left;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	width: 100%;
}
.history .hdate {
	float: left;
	width: 240px;
	padding: 0 0 2px 0;
}
.historytwo {
	padding: 10px 0 10px 0;
	display: none;
	border-bottom: 1px solid #e8e8e8;
	background: #e8e8e8;
	clear: both;
	padding: 10px;
}
.historyadd {
	width: 50%;
	float: left;
	margin: 0; 
	padding: 0 0 8px 0;
}
.historytb {
	border: 1px solid #fff;
	margin: 0 0 10px 0;
	padding: 6px;
}
/*** site map ****/
.sitemap td {
	margin: 0;
	padding: 2px;
}
.sitemap h4 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.sitemaptop {
	margin: 0;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapsub {
	margin: 0 0 0 10px;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapsub a {
	text-decoration: none;
}
.sitemapsub a:hover {
	color: #333;
}
.sitemapprod1 {
	margin: 0 0 0 10px;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapprod1 a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.sitemapprod1 a:hover {
	color: #333;
}
.sitemapprod2 {
	margin: 0 0 0 20px;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapprod2 a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
.sitemapprod2 a:hover {
	color: #333;
}
/* shopping basket and checkout */
.basketprocess {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0 0 18px 0;
}
.basketprocess td {
	width: 188px;
	border-bottom: 1px solid #e8e8e8;
	margin: 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
}
.basketprocess td.on {
	background-color: #e8e8e8;
	color: #333;
}
.basketprocess td.off {
	color: #333;
}
.basketimage {
	max-height: 60px;
	max-width: 60px;
}
.odd {
	background: #f8f8f8;
}
/*** news pages ***/
.bloglist {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	float: left;
	clear: both;
	border-bottom: 1px solid #e8e8e8;
}
.bloglist dt {
	font-size: 140%;
	margin: 0 0 8px 0;
	line-height: normal;
}
.bloglist dt span {
	font-size: 70%;
	color: #999;
}
dd.para {
	font-size: 90%;
}
.bloglist dd img {
	padding: 0; 
	border: 1px solid #e8e8e8;
	background: #FFF;
}
.bloglist dd img.thumb {
	width: 85px;
	float: right;
	margin: 0 0 10px 10px;
}
.bloglist dd .readmore {
	padding: 8px 0 0 0;
}

/**** search page ****/
#pagesearchresults {
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0 0 0;
}
#pagesearchresults p {
	margin-left: 10px;
}
#pagesearchresults em {
	background: #FF0;
	padding: 0 2px;
}
/************************ right column *********************/
#rightbar {	
	float: right;
	margin: 0;
	padding: 0;
	width: 204px;
}
#rightbar .rightbanner {
	float: left;
	padding: 0;
	margin: 0;
}
#rightbar .greybox {
	width: 182px;
	float: left;
	clear: both;
	padding: 10px;
	margin: 0;
	border: 1px solid #e8e8e8;
	background: #f5f5f5 url("/images/bkg_greybox.jpg") repeat-x top left;
}
#rightbar .greybox p {
	color: #666;
}
#rightbar .greybox label {
	display: block;
	color: #666;
}
#product #rightbar .proddesc {	
	margin: 0 0 1em 0;
	padding: 0;
	color: #666;
	font-size: 90%;
}
#product #rightbar .proddesc p {	
	font-size: 100%;
}
#product #rightbar form {
	padding: 0;
	margin: 0;
	width: 100%;
}
#product .big {
	width: 100%;
	font-size: 120%;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-weight: bold;
}
/********************* footer *********************/
#footer {
	width: 926px;
	padding: 12px;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	background: #686044 url("../images/bkg_footer.jpg") repeat-x top left;
}
#footer p {
	color: #fff;
	margin: 0 0 0.4em 0;
	font-size: 85%;
}
#footer a {
	color: #fff;
	font-weight: normal;
}
#footer a:hover {
	color: #8dc326;
}
.caps {
	text-transform: uppercase;
}
#footer .left {
	width: 49%;
}
#footer ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	padding: 0;
	margin: 0 6px 0 0;
	font-size: 85%;
	display: inline;
	border-right: 1px solid #fff;
}
#footer ul li a {
	color: #fff;
	padding: 0 6px 0 0;
	font-weight: bold;
}
#footer .right {
	width: 49%;
	text-align: right;
}
#footer .right ul li {
	margin: 0 0 0 6px;
	border-left: 1px solid #fff;
	border-right: none;
}
#footer .right ul li a {
	padding: 0 0 0 6px;
}
/********************* MISC ***********************/
.mid {
	vertical-align: middle;
}
a img {
	border: none;
}
.hide {
	display: none;
}
dl, dt, dd {
	margin: 0 0 5px 0;
	padding: 0;
}
#confbox, #errbox {
	clear: both;
	float: left;
	margin: 10px auto;
	padding: 15px 5%;
	width: 90%;
	text-align: center;
	font-weight: bold;
}
#confbox {
	color: #009900;
	border-top: 1px solid #009900;	
	border-bottom: 1px solid #009900;
	background: #EEFFEE;
}
#errbox {
	color: #CC0000;
	border-top: 1px solid #CC0000;	
	border-bottom: 1px solid #CC0000;
	background: #FFEEEE;
}
#errbox a {
	color: #CC0000;
	text-decoration: underline;
}
#errbox a:hover {
	color: #000000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/**** form styles ****/
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
form {
	clear: both;
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
	font-size: 90%;
}
.textfield {
	width: 94%;
	padding: 2px 4px;
	margin: 0 0 4px 0;
	color: #919191;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 100%;
}
.textfield.textfieldxsmall {
	width: 10%;
}
.textfield.textfieldsmall {
	width: 30%;
}
.textfield.textfieldmedium {
	width: 60%;
}
.requirederror {
	border-color: #C00;
}
.qty {
	width: 3em;
	border: 1px solid #999;
	font-size: 130%;
}
.inputbutton {
	color: #666;
	font-size: 80%;
	border: 1px solid #bfbfbf;
	padding: 2px 6px;
	cursor: pointer;
	text-align: center;
	background: #f3f3f3 url("/images/bkg_input.jpg") repeat-x top left;
	text-decoration: none;
	font-weight: bold;
}
.bigbutton {
	font-size: 140%;
}
.promotion {
	float: left;
	width: 90%;
	padding: 1% 9% 1% 1%;
	margin-bottom: 10px;
	border: 1px dashed #CCC;
	background: #FFF url("/images/offer.gif") no-repeat top right;
}
.promotion img {
	float: left;
	margin-right: 15px;
}
.categorybannerimage {
	float: right;
	margin-bottom: 5px;
}

/*********** cms email template *******************/
#wrapemail {
	margin: 0px auto;
	padding: 0;
	width: 640px;
	background: #fff;
}
#containeremail {
	margin: 0;
	padding: 0;
	width: 100%;
}
#containeremail #logo {
	padding: 10px;
	background: #fff;
	text-align: center;
}
#containeremail #subject {
	padding: 10px 20px;
	background: #e8e8e8;
	color: #333;
	font-weight: bold;
}
#containeremail #bodytext {
	margin: 0;
	padding: 20px;
	width: 600px;
	clear: both;
}
#containeremail #footeremail {
	width: 600px;
	padding: 10px 20px;
	margin: 0;
	clear: both;
	color: #333;
	font-size: 85%;
	background: #e8e8e8;
}
#containeremail #disclaimer {
	width: 600px;
	padding: 10px 20px;
	margin: 0;
	clear: both;
	background: #FFF;
}
#containeremail #disclaimer p {
	font-size: 85%;
	color: #BBB;
}
#jquery-live-search {
	background: #fff;
	margin: 0;
	padding: 10px;
	width: 160px !important;
	z-index: 999;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
#jquery-live-search p {
	font-weight: bold;
}
#jquery-live-search ol {
	margin: 0;
	padding: 0 0 0 30px;
}
#presearch {
	margin-top: 10px;
	clear: both;
	float: left;
	width: 100%;
	color: #C00;
	font-weight: bold;
}
#presearch input {
	float: right;
}
.banner {
	margin-bottom: 5px;
}
.loginprompt {
	width: 400px;
	height: 160px;
	padding: 20px;
	margin-bottom: 20px;
	border: 10px solid #e8e8e8;
}
.flashwrap {
	position: relative;
}
.flashcover {
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.flashcover a, .flashcover img {
	display: block;
	height: 100%;
	width: 100%;
	border: 0;
}
#brandjump {
	width: 100%;
	padding-left: 4px;
}
.foldout {
	clear: both;
	padding: 5px 0;
}
.foldouttoggle {
	cursor: pointer;
	padding-left:20px;
	background: url("/images/expand.gif") no-repeat center left;
}
.foldoutopen {
	background: url("/images/collapse.gif") no-repeat center left;
}
.foldoutbox {
	display: none;
}
.postcodeanywherebox {
	width: 460px;
	background: #f4f6f7;
	border: 4px solid #e8e8e8;
	padding: 5px;
	margin: 10px 0;
}
/* product detail zoom */
.preload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 8px;
	text-align: center;
	width: 90px;
	height: 43px;
	z-index: 10;
	position: absolute;
	top: 3px;
	left: 3px;
}
.jqZoomWindow {
	border: 1px solid #999;
	background-color: #FFF;
	position: absolute;
}
