/* ICONOGRAPHY 2008 - Standard Screen CSS */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	background: #f3f3f3; 
}
#tinymce {
	background: #fff;
	padding: 5px;
}
/************* COMMON ***************/
a {
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 10;
	font-weight: bold;
}
a:hover {
	color: #9d1d1c;
	text-decoration: none;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #666;
	font-size: 90%;
}
strong {
	font-weight: bold;
	color: #333;
}
li {
	margin: 0.5em 0;
	padding: 0;
}
h1 {
	font-size: 170%;	
	line-height: normal;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #9d1d1c;
}
h2 {
	font-size: 150%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0; 
	color: #9d1d1c;
}
h3 {
	font-size: 130%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	padding: 0;
	color: #9d1d1c;
}
h4 {
	font-size: 120%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 0;
	color: #9d1d1c;
}
h5 {
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 0.1em 0;
	padding: 0;
	color: #9d1d1c;
}
label {
	cursor: pointer;
	}
.red {
	color: #CC0000;
}
.note {
	font-size: 85%;
}
/******************** HEADER ***********************/
#wrap {
	margin: 10px auto;
	padding: 0;
	width: 998px;
}
#container, #containertop, #containerbot {
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: #fff;
}
#containertop {
	height: 14px;
	background: url("../images/bkg_containertop.jpg") no-repeat top left;
}
#container {
	background: url("../images/bkg_container.jpg") repeat-y top left;
}
#containerbot {
	height: 20px;
	background: url("../images/bkg_containerbot.jpg") no-repeat bottom left;
	margin: 0 0 10px 0;
}
#header {
	width: 954px;
	padding: 0;
	margin: 0 22px 0 22px;
	float: left;
	clear: both;
	display: inline;
	background: #5e83ad url("../images/bkg_header.jpg") no-repeat top left;
}
#header .mainblock {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	position: relative;
}
#header .mainblock .accountsearch {
	width: 100%;
	height: 56px;
	padding: 14px 0 0 0;
	margin: 0;
	float: left;
	clear: both;
}
#header .mainblock .accountsearch .left {
	width: 60%;
	padding: 4px 0 0 0;
	text-align: right;
}
#header .mainblock .accountsearch .left a {
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	margin: 0 0 0 20px;
}
#header .mainblock .accountsearch .left a:hover {
	color: #333;
}
#header .mainblock .accountsearch .right {
	width: 37%;
}
#header .mainblock .accountsearch .right .searchbox {
	width: 182px;
	height: 20px;
	margin: 0;
	padding: 3px 10px 0 10px;
	float: left;
	clear: both;
	background: #fff url("../images/bkg_search.jpg") no-repeat top left;
}
#header .mainblock .accountsearch .right .searchbox #keyword {
	width: 140px;
	padding: 0;
	margin: 0;
	color: #838282;
	border: 0px;
	font-size: 100%;
}
#header .mainblock .logo {
	width: 911px;
	float: left;
	clear: both;
	padding: 34px 0 0 43px;
}
/*************************** TABS ****************************/
.tabs {
	clear: both;
	float: left;
	width: 100%;
	line-height: normal;
	margin: 0;
	padding: 8px 0 12px 0;
	font-size: 100%;
	background: #fff;
}
.tabs ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}
.tabs li a {
	height: 0;
	padding: 23px 0 0 0;
	margin: 0 30px 0 30px;
	color: #5f82b3;
	float: left;
	display: inline;
	text-decoration: none;
	width: 81px;
	background: url("../images/nav1_off.gif") no-repeat top left;
	overflow: hidden;
}
.tabs li a:hover {
	background: url("../images/nav1_on.gif") no-repeat top left;
}
.tabs li.current a {
	background: url("../images/nav1_on.gif") no-repeat top left;
}
.tabs li a.s { width: 71px; background: url("../images/nav2_off.gif") no-repeat top left; }
.tabs li a.s:hover { background: url("../images/nav2_on.gif") no-repeat top left; }
.tabs li.current a.s { background: url("../images/nav2_on.gif") no-repeat top left; }

.tabs li a.o { width: 101px; background: url("../images/nav3_off.gif") no-repeat top left; }
.tabs li a.o:hover { background: url("../images/nav3_on.gif") no-repeat top left; }
.tabs li.current a.o { background: url("../images/nav3_on.gif") no-repeat top left; }

.tabs li a.h { width: 135px; background: url("../images/nav4_off.gif") no-repeat top left; }
.tabs li a.h:hover { background: url("../images/nav4_on.gif") no-repeat top left; }
.tabs li.current a.h { background: url("../images/nav4_on.gif") no-repeat top left; }

.tabs li a.i { width: 66px; background: url("../images/nav5_off.gif") no-repeat top left; }
.tabs li a.i:hover { background: url("../images/nav5_on.gif") no-repeat top left; }
.tabs li.current a.i { background: url("../images/nav5_on.gif") no-repeat top left; }

.tabs li a.a { width: 130px; background: url("../images/nav6_off.gif") no-repeat top left; }
.tabs li a.a:hover { background: url("../images/nav6_on.gif") no-repeat top left; }
.tabs li.current a.a { background: url("../images/nav6_on.gif") no-repeat top left; }

/************** MAIN CONTENT *****************/
#main-body {
	width: 954px;
	padding: 0;
	margin: 0 22px 0 22px;
	float: left;
	clear: both;
	display: inline;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.breadcrumb {
	width: 930px;
	padding: 6px 12px;
	margin: 0 22px 6px 22px;
	float: left;
	clear: both;
	background: #f8f8f8;
	font-size: 90%;
	display: inline;
}
/* for all other pages not home page */
.shopping {
	float: left;
	clear: both;
	width: 518px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 210px;
	color: #fff;
	font-size: 100%;
	overflow: hidden;
	background: #798fb2 url("/images/bkg_shoppings.gif") no-repeat top left;
	font-weight: bold;
}
.checkout {
	background: #798fb2 url("/images/bkg_checkout.gif") no-repeat top left;
	width: 738px;
}
.shopping .left {
	margin: 0;
	padding: 0;
}
.shopping .right {
	margin: 0;
	padding: 0;
}
.shopping .right .checkoutnow {
    float: right;
	margin-top: -2px;
}
.sideheading {
	width: 198px;
	height: 15px;
	clear: both;
	color: #fff;
	display: block;
	margin: 0;
	padding: 6px;
	font-size: 100%;
	font-weight: bold;
	background: #7f94b6 url("/images/bkg_sidehead.gif") no-repeat top left;
}
.searcher .sideheading {
	background: #7f94b6 url("/images/bkg_sidehead1.gif") no-repeat top left;
}
.subpages .sideheading {
	background: #7f94b6 url("/images/bkg_sidehead2.gif") no-repeat top left;
}
.searchbrand .sideheading {
	background: #7f94b6 url("/images/bkg_sidehead3.gif") no-repeat top left;
}
.shopper .sideheading {
	background: #7f94b6 url("/images/bkg_shopping.gif") no-repeat top left;
}
.shopbest .sideheading {
	background: #7f94b6 url("/images/bkg_sidehead4.gif") no-repeat top left;
}
/******************* left column and navigation ***********************/
#sidebar {	
	float: left;
	margin: 0;
	padding: 0;
	width: 210px;
}
.navbox {	
	float: left;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 208px;
	background: #f8f8f8;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.navboxbot, .navboxtop {
	width: 210px;
	height: 9px;
	padding: 0;
	margin: 0 0 12px 0;
	float: left;
	clear: both;
	overflow: hidden;
	background: url("../images/bkg_navboxbot.gif") no-repeat top left;
}
.navboxtop {
	margin: 0;
	background: url("../images/bkg_navboxtop.gif") no-repeat top left;
}
#rightbar .navbox {	
	padding: 10px 16px;
	width: 176px;
	color: #999;
}
#rightbar .navbox .money {	
	font-size: 120%;
	font-weight: bold;
	color: #333;
}
.navbox ul {
	margin: 0 9px;
	padding: 0;
	list-style: none;
	clear: both;
	font-size: 90%;
}	
.navbox li { 
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}
.navbox li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 23px 6px 8px;
	margin: 0;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
}
.navbox li a:hover{
	color: #fff;
	background: #9d1d1c url("/images/nav_bullet.gif") no-repeat center right;
}
/* sub nav links */
.navbox ul li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
.navbox ul li ul li a {
	display: block;
	text-decoration: none;
	padding: 6px 23px 6px 32px;
	background: none;
	margin: 0;
	border-bottom: none;
}
.barbox {
	width: 184px;
	clear: both;
	margin: 0 12px;
	padding: 0;
	list-style: none;
}
.boxcenter {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
}
/************************ right main content *********************/
.page {
	margin: 0;
	padding: 0;
	float: right;
	width: 734px;
	display: inline;
}
.fullwidth {
	width: 100%;
}
.article-text {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.pagecontainer {
	position: relative;
	width: 514px;
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}
.article-text .copy {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.contentbox {
	width: 98%;
	padding: 1%;
	float: left;
	margin-bottom: 5px;
}
.cmspage img {
	border: 1px solid #CCC;
	background: #FFF;
	padding: 5px;
}
/* shop page showing all cats and right col featured prods */
#mainprodcats, .mainprodcats {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
}
.mainprodcats .category {
	clear: both;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
}
.catintro {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline;
}
.categoryframe {
	width: 190px;
	height: 190px;
	padding: 12px 16px;
	margin: 0 19px 10px 0;
	float: left;
	line-height: normal;
	background: #fff;
	border: 1px solid #e6e6e6;
	font-size: 100%;
}
.last .categoryframe {
	margin: 0 0 12px 0;
}
.catpix {
	text-align: center;
}
.catpix img {
	padding: 0;
	margin: 0;
}
.catbox {
	text-align: center;
	padding-top: 5px;
}
.categoryframe a.name {
	display: block;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}
#prodlistoptions {
	width: 730px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	padding: 6px 0 4px 0;
	border-top: 1px dotted #d6d3d3;
	border-bottom: 1px dotted #d6d3d3;
}
#options {
	list-style: none;
	float: left;
}
#options .textfield {
	border: 1px solid #DDD;
	color: #666;
	vertical-align: middle;
	margin: 0;
	padding: 4px;
	width: 160px;
	font-size: 85%;
}
#options .submitgo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}
#perpageoptions {
	float: right;
	font-size: 120%;
}
#pagingoptions {
	float: right;
	font-size: 120%;
	padding: 10px 0;
}
#perpageoptions .perpageselected, #pagingoptions .pageselected {
	color: #9D1D1C;
	font-weight: bold;
}
/**** style switcher ****/
#theme {
	list-style: none;
	width: 28%;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
#theme li {
	margin: 0 6px 0 0;
	padding: 0;
	display: inline;
	color: #666;
}
#theme li a {
	border-bottom: none;
	background-image: none;
}
#theme li a img {
	background: #DDD;
	margin: 0 2px 0 0;
}
#theme li a:hover img {
	background: #c46c32;
}
#theme li a img#theme-grid {
	background: #DDD;
}
#theme li a img#theme-list { background: #DDDDDD; border: 0;}
#theme li a img#theme-grid { background: #9d1d1c; border: 0;}
#theme li a:hover img#theme-grid { background: #9d1d1c; }
#theme li a:hover img#theme-list { background: #9d1d1c; }
#prodlist, .prodlist {
	clear: both;
	width: 100%;
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0;
}
.productframe {
	width: 206px;
	height: 285px;
	padding: 10px;
	margin: 0 16px 12px 0;
	float: left;
	line-height: normal;
	background: #fff;
	border: 1px solid #e6e6e6;
	font-size: 85%;
	position: relative;
	overflow: hidden;
}
.last .productframe {
	margin: 0 0 12px 0;
}
.productframe .name {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
}
.productframe .desc {	
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	color: #848484;
	background: none;
}
.productframe .thumb {
	position: relative;
	width: 206px;
	height: 145px;
	overflow: hidden;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
}
.productframe .pricebox {	
	display: block;
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
}
.productframe .pricebox .price {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 49%;
	color: #9e1d1c;
	font-size: 150%;
	border: none;
}
.productframe .pricebox .button {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 8px;
}
.productframe .pricebox .button .moreinfo {
	padding: 0 0 6px 0;
}
/*** home page featured prods ****/
.feattitle {
	width: 482px;
	height: 31px;
	line-height: 31px;
	color: #333;
	font-weight: bold;
	clear: both;
	float: left;
	padding: 0 16px 0 16px;
	margin: 12px 0 0 0;
	font-size: 90%;
	background: #f4f4f4 url("/images/bkg_best.jpg") no-repeat top left;
}
#featured {
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	display: inline;
}
#featured .productframe {
	width: 506px;
	height: auto;
	padding: 4px;
	margin: 0 0 8px 0;
	float: left;
	clear: both;
	line-height: normal;
	border-bottom: 1px dotted #d6d3d3;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 90%;
}
#featured .productframe .left {
	width: 158px;
}
#featured .productframe .left .thumb {
	position: relative;
	width: 145px;
	height: 145px;
	overflow: hidden;
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
}
#featured .productframe .right {
	width: 348px;
}
#featured .productframe .right .desctop {	
	float: left;
	clear: both;
	width: 100%;
	height: 10px;
	overflow: hidden;
	margin: 10px 0 0 0;
	background: #f5f5f5 url("/images/bkg_desctop.jpg") no-repeat top left;
}
#featured .productframe .right .desc {	
	margin: 0;
	padding: 0 10px 10px 10px;
	display: block;
	float: left;
	clear: both;
	width: 328px;
	color: #848484;
	font-size: 95%;
	background: #f5f5f5 url("/images/bkg_desc.jpg") no-repeat bottom left;
}
#featured .productframe .right .pricebox .price {
	width: 40%;
	border-right: 1px dotted #d6d3d3;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	color: #9e1d1c;
	font-size: 150%;
}
#featured .productframe .right .pricebox .button {
	display: block;
	margin: 0;
	padding: 0;
	float: right;
	width: 59%;
	text-align: right;
	position: relative;
	bottom: 0;
	right: 0;
}
/* product detail page */
#product .pagecontainer {
	position: relative;
	width: 308px;
	clear: both;
	float: left;
	padding: 4px;
	margin: 0;
	background: #fff;
	border: 1px solid #e6e6e6;
}
#prodpics {
	padding: 0;
	margin: 0;
	float: left;
}
#prodpics #mainImageHolder {
	float: left;
	margin: 0 0 8px 0;
	width: 308px;
	height: 308px;
	text-align: center;
}
#prodpics #mainImageHolder #mainImage1 {
	width: 100%;
}
#prodpics #mainImageHolder #mainImage2 {
	visibility: hidden;
	overflow:hidden;
	display:none;
}
#prodpics #mainImageHolder #mainImage3 {
	visibility: hidden;
	overflow:hidden;
	display:none;
}
#prodpics #mainImageHolder #mainImage4 {
	visibility: hidden;
	overflow:hidden;
	display:none;
}
#prodpics #mainImageHolder #mainImage5 {
	visibility: hidden;
	overflow:hidden;
	display:none;
}
#prodpics #thumbs {
	width: 100%;
	float: left;
	padding: 0;
	clear: both;
}
#prodpics #thumbs a {
	float: left;
	display: block;
	padding: 0;
	margin: 0 2px 2px 0;
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
}
#prodpics #thumbs img {
	padding: 0;
	margin: 0;
}
#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 tabs */
.prodtabs {
	width: 100%;
	float: left;
	clear: both;
	padding: 0;
	margin: 10px 0 0 0;
}
UL.tabNav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	font-weight: bold;
	overflow: hidden;
}
UL.tabNav LI {	
	float: left;
	background: url("../images/left_off.gif") no-repeat left top;
	margin: 0;
	padding: 0 3px 0 4px;
}
UL.tabNav Li A {
	color: #fff;
	float: left;
	display: block;
	background: url("../images/right_off.gif") no-repeat right top;
	padding: 3px 9px 3px 4px;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI.current {
	color: #176e27;
	float: left;
	background: url("../images/left_on.gif") no-repeat left top;
	margin: 0;
	padding: 0 3px 0 4px;
}
UL.tabNav LI.current A.selected {
	float: left;
	display: block;
	background: url("../images/right_on.gif") no-repeat right top;
	padding: 3px 9px 3px 4px;
	text-decoration: none;
	margin: 0;
}
UL.tabNav LI A:focus {
	outline: 0;
}
.undertabs2 {
	float: left;
	width: 380px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	clear: both;
	background: #fff url("/images/undertabs.gif") repeat-x top;
	display: inline;
}
/* scrolling box */
.undertabs2 .scroll {
	margin: 0;
	padding: 0;
	width: 370px;
	overflow: auto;
}
.undertabs2 .reviewbox {
	border-top: 1px dotted #CCCCCC;
	clear: both;
	float: left;
	padding: 5px 0;
	width: 100%;
}
.undertabs2 .reviewbox .top {
	width: 100%;
	padding: 0;
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 85%;
}
.undertabs2 .reviewbox .reviewdetail {
	width: 100%;
	float: left;
	clear: both;
}
.associated {
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px dotted #d6d3d3;
}
.associated h3 {
	margin: 0 0 10px 0;
}
.productframeasso {
	width: 224px;
	min-height: 105px;
	float: left;
	padding: 5px;
	margin: 0 8px 8px 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	line-height: normal;
}
#recent {
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	width: 100%;
	clear: both;
	float: left;
	border-top: 1px dotted #d6d3d3;
}
#recent .productframeasso {
	width: 236px;
}
.productframeasso .thumbpix {
	display: block;
	float: left;
	vertical-align: top;
	width: 102px;
	margin: 0 5px 0 0;
	text-align: center;
}
.productframeasso .thumbpix img {
	padding: 0;
	margin: 0;
}
.productframeasso .right {
	width: 49%;
}
.productframeasso .right .name {
	font-size: 85%;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 0;
}
.productframeasso .right .price {
	margin: 0;
	padding: 0;
	font-size: 120%;
}
/* 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 #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px 10px;
	font-weight: bold;
}
a.tablink {
	background: #eee;
}
.history {
	float: left;
	clear: both;
	padding: 8px 0 8px 0;
	margin: 0;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
.history .hdate {
	float: left;
	width: 200px;
}
.historytwo {
	padding: 8px 0 8px 0;
	display: none;
	border-bottom: 1px solid #DDD;
	background: #F3F3F3;
	clear: both;
	padding: 8px;
}
.historyadd {
	width: 50%;
	float: left;
	margin: 0; 
	padding: 0 0 8px 0;
}
.historytb {
	border: 1px solid #DDD;
	margin: 0 0 8px 0;
	padding: 5px;
}
/*** 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 18px;
	padding: 0 0 2px 0;
	display: block;
}
.sitemapsub a {
	font-weight: normal;
}
.sitemapprod1 {
	margin: 0 0 0 18px;
	padding: 0;
	display: block;
}
.sitemapprod1 a {
	color: #999;
	font-weight: normal;
}
.sitemapprod1 a:hover {
	color: #9d1d1c;
}
.sitemapprod2 {
	margin: 0 0 0 36px;
	padding: 0;
	display: block;
}
.sitemapprod2 a {
	color: #999;
	font-weight: normal;
}
.sitemapprod2 a:hover {
	color: #9d1d1c;
}
/* shopping basket and checkout */
.basketprocess {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0 0 18px 0;
}
.basketprocess td {
	width: 20%;
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0;
	font-size: 85%;
}
.basketprocess td.on {
	background-color: #9d1d1c;
	color: #fff;
}
.basketprocess td.off {
	color: #9d1d1c;
}
.basketimage {
	max-height: 60px;
	max-width: 60px;
}
.odd {
	background: #f8f8f8;
}
/*** news pages ***/
.bloglist {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	float: left;
	clear: both;
	border-bottom: 1px dotted #d6d3d3;
}
.bloglist dt {
	font-size: 150%;
	margin: 0 0 8px 0;
	line-height: normal;
}
.bloglist dt span {
	font-size: 70%;
	color: #999;
}
dd.para {
	font-size: 90%;
}
dd.quote {
	margin-left: 20px;
}
.bloglist dd img {
	padding: 3px; 
	border: 1px solid #e6e6e6;
	background: #FFF;
}
.bloglist dd img.thumb {
	width: 85px;
	float: right;
	margin: 0 0 10px 10px;
}
.bloglist dd .readmore {
	padding: 8px 0 0 0;
}
.guestentry {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 11px 0;
	margin: 12px 0;
	border-bottom: 1px dotted #d6d3d3;
}
.guestentry dt {
	color: #999;
}
#comments {
	clear: both;
}
/**** search page ****/
#pagesearchresults em {
	background: #FF0;
	padding: 0 2px;
}
/************************ right column *********************/
#rightbar {	
	float: right;
	margin: 0;
	padding: 0;
	width: 210px;
}
#rightbar .rightbanner {
	float: left;
	padding: 0;
	margin: 0 0 12px 0;
}
/* right bar best sellers */
.productfeat {
	position: relative;
	clear: both;
	width: 164px;
	padding: 6px;
	margin: 0 0 10px 0;
	float: left;
	font-size: 85%;
	line-height: normal;
	font-weight: bold;
	background: #fff;
	border: 1px dotted #d6d3d3;
}
.productfeat .name {
	margin: 0;
	padding: 0 0 10px 0;
}
.productfeat a {
	color: #313131;
}
.productfeat a:hover {
	color: #c46c32;
}
.productfeat .featimage {
	width: 100%;
	text-align: center;
}
.productfeat .featimage img {
	padding: 0;
	margin: 0;
}
/* product detail */
#product #rightbar {	
	width: 404px;
}
#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 #rightbar .big {
	width: 100%;
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 130%;
	color: #333;
}
/********************* footer *********************/
#footer {
	width: 954px;
	padding: 12px 0 0 0;
	margin: 12px 22px 0 22px;
	float: left;
	clear: both;
	text-align: center;
	display: inline;
	border-top: 1px dotted #d6d3d3;
}
#footer a {
	font-size: 100%;
	padding: 0 8px 0 8px;
}
#footer .smallfooter {
	font-size: 85%;
}
#footer .smallfooter a {
	font-size: 100%;
	padding: 0;
}
/********************* 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;
	margin: 10px auto;
	padding: 15px 5%;
	width: 85%;
	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 {
	margin: 0;
	padding: 0;
}
label {
	font-size: 95%;
}
.textfield {
	color: #666;
	vertical-align: middle;
	padding: 4px;
	font-size:95%;
	border: 1px solid #999999;
	vertical-align: middle;
	margin: 0;
	width: 90%; /* for IE5/Win hack */
}
.textfield.textfieldsmall {
	width: 30%;
}
.textfield.textfieldmedium {
	width: 60%;
}
.qty {
	width: 3em;
	border: 1px solid #999;
	font-size: 130%;
}
.inputbutton {
	background: #971f1b url("/images/inputbutton.gif") repeat-x top;
	color: #FFF;
	font-weight: bold;
	font-size: 90%;
	border-top: 1px solid #971f1b;
	border-right: 1px solid #a61d20;
	border-bottom: 1px solid #a61d20;
	border-left: 1px solid #971f1b;
	padding: 2px 5px;
	cursor: pointer;
}
.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;
}
#mainprodcats h1 {
	font-size: 120%;
	margin: 0;
}

/*********** cms email template *******************/
#wrapemail {
	margin: 0px auto;
	padding: 0;
	width: 640px;
	background: #fff;
	border: 1px solid #CCC;
}
#containeremail {
	margin: 0;
	padding: 0;
	width: 100%;
}
#containeremail #logo {
	padding: 10px;
	background: #5b80b7;
	text-align: center;
}
#containeremail #subject {
	padding: 10px 20px;
	background: #EEE;
	color: #666;
	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: #666;
	font-size: 85%;
	background: #EEE;
}
#containeremail #disclaimer {
	width: 600px;
	padding: 10px 20px;
	margin: 0;
	clear: both;
	background: #FFF;
}
#containeremail #disclaimer p {
	font-size: 85%;
	color: #BBB;
}
