/* GENERAL WHOLE PAGE ITEMS */

body {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	height: 100%;
	text-align: center;
	background: #e3e3e3;
	font: 11px Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
}

form {
	margin: 0;
}

/* HEADER */

#Header {
	width: 950px;
	height: 70px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	background-color: #FFF;
	clear: both;
}
#HeaderContent {
	width: 930px;
	height: 70px;
	margin: auto;
	border: 0;
	padding: 0;
	text-align: left;
	display: block;
	background-color: #FFF;

}
#HeaderRightBasket {
	width: 160px;
	height: 56px;
	margin: 6px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	float: right;
	vertical-align: middle;
}
#HeaderRightBasketHighlight {
	width: 160px;
	height: 56px;
	margin: 6px;
	border: 1px solid #ccc;
	padding: 0;
	text-align: center;
	float: right;
	vertical-align: middle;
	background-color: #dff;
}
#HeaderRightBasket a:hover,
#HeaderRightBasketHighlight a:hover {
	background-color: #FFB;
	text-decoration: none;
}
#HeaderRightBasketHighlight img,
#HeaderRightBasket img {
	padding: 1px 0 0 3px;
	border: 0;
	width: 57px;
	height: 40px;
	float: left;
}
.HeaderRightBasketLink {
	display: block;
	width: 150px;
	height: 48px;
	padding: 8px 5px 0 5px;
}
#HeaderRightSearch {
	width: 180px;
	margin: 0;
	border: 0;
	padding: 12px 5px 0 0;
	text-align: center;
	float: right;
	vertical-align: middle;
}
#HeaderRightSearch form {
	margin: 0;
	padding: 5px 0 5px 0;
} 
.HeaderFormField {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 100px;
}
.HeaderFormButton {
	font-size: 10px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 60px;
}
#HeaderRightSearch a,
#HeaderRightBasket a,
#HeaderRightBasketHighlight a {
	color: #00A;
	text-decoration: none;
}
#HeaderRightSearch a:hover {
	text-decoration: underline;
}


/* Header free delivery */

#HeaderDelivery {
	width: 186px;
	height: 56px;
	border: 1px solid #c00;
	text-align: center;
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 0;
}
#HeaderDelivery a {
	width: 100%;
	height: 53px;
	display:block;
	text-decoration: none;
	padding-top: 3px;
}
#HeaderDelivery a:hover {
	background-color: #ffb;
}
.Delivery1 {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	display: block;
}
.Delivery2 {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	display: block;
}
.Delivery1a {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	display: block;
}
.Delivery2a {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: -1px 0 0 0;
	display: block;
}
.Delivery3a {
	color: #c00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: -1px 0 0 0;
	display: block;
}


/* TOP MENU */

#Menu {
	width: 950px;
	position: relative;
	height: 30px;
	text-align: center;
	background-color: #fff;
	clear: both;
	margin: 0px auto;
	position: relative;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#MenuContent {
	display: block;
	width: 910px;
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	margin: auto;
	border-top: 1px solid #eee;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(menuback.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#MenuContent .MenuItem {
	display: block;
	float: left;
	height: 30px;
}
#MenuContent .MenuItem a {
	display: block;
	padding: 5px 10px 0 10px;
	height: 25px;
	color: #fff;
	text-decoration: none;	
}
* html #MenuContent .MenuItem a {
	display: inline-block;
}
#MenuContent .MenuItem a:hover {
	background-image: url(menubackhover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FF0;
	text-decoration: none;	
}
#MenuContent .MenuItem a.selected {
	color: #FF0;
}

#MenuContentRight {
	float: right;
	margin: auto;
	text-align: right;
	display: block;
	height: 30px;
	width: 420px;
}
#MenuContentRight .MenuItem {
	display: inline-block;
	float: right;
	height: 30px;
}
#MenuContentRight .MenuItem a {
	display:inline-block;
	height: 25px;
	padding: 5px 10px 0 10px;
	color: #fff;
	text-decoration: none;	
}
#MenuContentRight .MenuItem a:hover {
	background-image: url(menubackhover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #FF0;
	text-decoration: none;	
}
#MenuContentRight .MenuItem a.selected {
	color: #FF0;
}


/* MAIN PAGE STRUCTURE */

#Body {
	width: 950px;
	text-align: center;
	position: relative;
	margin: 0px auto;
	position: relative;
	background-color: #FFF;
	clear: both;
	display: block;	
}
#BodyContent {
	width: 950px;
	text-align: left;
	display: block;
	background-color: #fff;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}


/* Left menu */

#BodyMenu {
	width: 200px;
	padding: 15px 0 0 10px;
	float: left;
	font-size: 1em;
	display: block;
	background-color: #fff;
}
#BodyMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	margin-top: -5px;
} 
#BodyMenu ul li {
	display: block;
	width: 200px;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#BodyMenu ul li a {
	display: block;
	width: 190px;
	padding: 3px 5px 4px 5px;
	text-decoration: none;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 10px;
	border: 0;
	background-image: url(menuback.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#BodyMenu ul li a:hover {
	color: #FF0;
	background-image: url(menubackhover.gif);
}
#BodyMenu ul li a.selected {
	color: #FF0;
}
#BodyMenu ul li ul {
	margin-top: 2px;
}
#BodyMenu ul li ul li a {
	width: 180px;
	padding: 2px 10px 3px 10px;
	margin-top: 0px;
	background-color: #FFF;
	color: #000;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	background-image: none;
}
#BodyMenu ul li ul li a:hover {
	background-color:#ddd;
	background-image: none;
}
#BodyMenu .menusale {
	width: 198px;
	height: 160px;
	border: 1px solid #ccc;
	background-color: #e00;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 32px;
	font-weight:bold;
	margin: 20px 0 10px 0px;
}
#BodyMenu .menusale a .menusalebig {
	font-size: 50px;
}
#BodyMenu .menusale a {
	text-decoration: none;
	color:#FFF;
	height: 152px;
	width: 100%;
	display:block;
	padding: 8px 0 0 0;	
}
#BodyMenu .menusale a:hover {
	color:#FF0;
}

#BodyMenu a img {
	margin: 0 0 0 22px;
	width: 160px;
	height: 120px;
	border:0;
}

#BodyMenu .menunewsletter {
	width: 198px;
	text-align: center;
	border: 1px solid #ccc;
	background-color:#CFF;
	margin-top: 10px;
}
#BodyMenu .menunewsletter .menunewsletterbig {
	font-size:26px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
#BodyMenu .menunewsletter .menunewslettersmall {
	margin: 0 15px 15px 15px;
	font-weight: bold;
	font-size: 12px;
}
#BodyMenu .menunewsletter .email {
	width: 160px;
	margin: 3px 0 3px 0;
	padding: 0 0 2px 0;	
	font-size: 12px;
}
#BodyMenu .menunewsletter .button {
	width: 120px;
	font-size: 13px;
	margin: 0 0 15px 0;
	padding: 1px;
	cursor: pointer;
}	

/* MAIN CONTENT (ALL PAGES) */

#BodyMain {
	width: 730px;
	border: 0;
	margin: auto;
	padding: 0 0 8px 10px;
	float: left;
	text-align: left;
	background: #fff;
	display: block;
}
* html #BodyMain {
	padding-left: 2px;
}

#BodyMain h1 {
	margin: -2px 5px 10px 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #00d;
}
#BodyMain > h2 {
	margin: 10px 5px 8px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
}
* html #BodyMain h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px ;
}
#BodyMain p {
	margin: 10px 10px 15px 10px;
	border: 0;
	padding: 0;
}
#BodyMain p a {
	text-decoration: none;
	color: #00a;
}
#BodyMain p a:hover {
	text-decoration: underline;
}

	
/* BREADCRUMB */

#Breadcrumb {
	display: block;
	text-align: left;
	border: 0;
	font-size: 0.9em;
	position:relative;
	margin: -8px 0 4px -220px;
	height: 24px;
	width: 950px;	
}
* html #Breadcrumb {
	margin-left: -212px;
	width: 950px;
}
#Breadcrumb ul {
	list-style: none;
	padding: 6px 0 0 10px;
	margin: 0;
	width: 700px;
} 
#Breadcrumb li {
	display: inline;
	padding: 0;
	color: #000;
} 
#Breadcrumb a {
	color: #00a;
	text-decoration: none;
} 
#Breadcrumb a:hover {
	text-decoration: underline;
} 

/* BREADCRUMB LINE EXTRAS */

.addthis_button {
	display: block;
	float: right;
	margin: -13px 10px 0 0;
}
* html .addthis_button {
	display: none;
}

.plusone {
	display:block;
	clear:none;
	float:right;
	margin: -13px -5px 0 0;
}
* html .plusone {
	display: none;
}


/* HOME PAGE */

/* Home Page Main Product */

.HomeMainProduct {
	float: left;
	width: 710px;
	height: 240px;
	display: block;
	border: 1px solid #aaa;
	margin: 0 0 15px 8px;
	background-color: #f8f8f8;
	position: relative;	
}

* html .HomeMainProduct {
	width: 702px;
	margin-left: 6px;
	overflow: hidden;
}

.HomeMainProduct a {
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;	
}
.HomeMainProduct a:hover {
	background:#FFB;
	cursor: pointer;
}

.HomeMainProduct .thumbnail {
	width: 180px;
	height: 240px;
	float: left;
	padding: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #aaa;	
	margin-right: 5px;
}

.HomeMainProduct .SecSale {
	border: 0;
	font-size: 27px;
}

.HomeMainProduct .ProdName {
	display: block;
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 3px 3px 1px;
	color: #00d;
}

.HomeMainProduct .ProdDesc {
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-style:italic;
	margin: 0 3px 6px 1px;
	color: #000;
}

.HomeMainProduct .PriceBlock {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	width: 529px;
	text-align: center;
}
* html .HomeMainProduct .PriceBlock {
	width: 521px;
	clear: left;
}

.HomeMainProduct .PriceBlock .ProdNormal {
	display: block;
	font-weight: bold;
	background-color:#666;
	color:#FFF;
	margin: 10px 0 0 0;
	padding: 3px;
	font-size: 14px;
}
.HomeMainProduct .PriceBlock .ProdPrice {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	color:#900;
	font-size: 24px;
}
.HomeMainProduct .PriceBlock .ProdSave {
	display: block;
	font-weight: bold;
	background-color:#800;
	color:#FFF;
	margin: 0;
	padding: 3px;
	font-size: 14px;
}
.HomeMainProduct .swatch {
	border: 1px solid #444;
	width: 20px;
	height: 20px;
	margin: 3px 2px 1px 2px;
	float: left;
	display: block;
}

/* Home Page Prices */

.IndexNormal {
	font-size: 24px;
}
.IndexSmall {
	font-size: 17px;
}


/* SECTION PAGE */

/* Section page products and sections, plus recommended products */

.SecSale {
	display: block;
	background-color: #e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 2px 0 1px 0;
	margin: 0 0 4px 0;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
}
.SecSaleArea {
	display: block;
	float: left;
	border: 0;
	margin: 0 0 15px 0;
	padding: 0;
	width: 728px;
}


/* Section page sale products */

.SecSaleProduct {
	float: left;
	width: 350px;
	height: 180px;
	display: block;
	border: 1px solid #aaa;
	margin: 5px 0 15px 8px;
	background-color: #f8f8f8;
	position: relative;	
}
* html .SecSaleProduct {
	width: 347px;
	overflow: hidden;
	margin-left: 6px;
}
.SecSaleProduct a {
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;	
}
.SecSaleProduct a:hover {
	background:#FFB;
	cursor: pointer;
}
.SecSaleProduct a .thumbnail {
	width: 134px;
	height: 180px;
	float: left;
	padding: 0;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #aaa;	
	margin-right: 5px;
}
.SecSaleProduct .SecSale {
	border: 0;
}
.SecSaleProduct .ProdName {
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 3px 3px 1px;
	color: #00d;
}
.SecSaleProduct .ProdDesc {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	margin: 0 3px 3px 1px;
	color: #000;
}
.SecSaleProduct .PriceBlock {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 215px;
	text-align: center;
}
* html .SecSaleProduct .PriceBlock {
	width: 212px;
	clear: left;
	right: -1px;
}
.SecSaleProduct .PriceBlock .ProdNormal {
	display: block;
	font-weight: bold;
	background-color:#666;
	color:#FFF;
	margin: 10px 0 0 0;
	padding: 3px;
	font-size: 11px;
}
.SecSaleProduct .PriceBlock .ProdPrice {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	color:#900;
	font-size: 19px;
}
.SecSaleProduct .PriceBlock .ProdSave {
	display: block;
	font-weight: bold;
	background-color:#800;
	color:#FFF;
	margin: 0;
	padding: 3px;
	font-size: 11px;
}
.SecSaleProduct .swatch {
	border: 1px solid #444;
	width: 12px;
	height: 12px;
	margin: 3px 2px 0 1px;
	float: left;
	display: block;
}


/* Section page etc normal products */

.SecProduct {
	float: left;
	width: 134px;
	height: 310px;
	display: block;
	border: 1px solid #aaa;
	margin: 0 0 25px 8px;
	background-color: #f8f8f8;
	position: relative;
}
.SecProduct a {
	display:block;
	width: 100%;
	height: 100%;
	text-decoration:none;	
}
.SecProduct a:hover {
	background:#FFB;
	cursor: pointer;
}
* html .SecProduct {
	margin: 0 0 25px 6px;
}
.SecProduct a img {
	width: 134px;
	height: 180px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #aaa;		
}
.SecProduct .ProdName {
	display: block;
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 2px 0 2px;
	color: #00d;
}
.SecProduct .ProdDesc {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-style:italic;
	margin: 2px 2px 0 2px;
	color: #000;
}
.SecProduct .PriceBlock {
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	clear: left;
}
.SecProduct .PriceBlock .ProdNormal {
	display: block;
	font-weight: bold;
	background-color:#666;
	color:#FFF;
	margin: 0px 0 0 0;
	padding: 2px;
	font-size: 9px;
}
.SecProduct .PriceBlock .ProdPrice {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	color:#900;
	font-size: 12px;
}
.SecProduct .PriceBlock .ProdSave {
	display: block;
	font-weight: bold;
	background-color:#800;
	color:#FFF;
	margin: 0;
	padding: 2px;
	font-size: 9px;
}
.SecProduct .swatch {
	border: 1px solid #444;
	width: 11px;
	height: 11px;
	margin: 3px 0 0 3px;
	float: left;
	display: block;
}


/* Section page sections */

.sectionbox {
	display: block;
	clear: left;
	float: left;	
	border: 1px solid #aaa;
	margin: 5px 0 20px 8px;
	padding: 5px 0 8px 7px;
	width: 703px;
	display: block;
	text-decoration: none;
	background-color: #f8f8f8;
}
* html .sectionbox {
	width: 696px;
	margin-left: 6px;
	height: 230px;
	overflow: hidden;
}
.sectionbox:hover {
	background: #ffb;
	cursor: pointer;
}
.sectionbox .thumbnail {
	margin: 0 4px 0 0;
	float: left;
	clear: none;
	border: 1px solid #aaa;
	width: 134px;
	height: 180px;	
}
* html .sectionbox .thumbnail{
	margin-right: 3px;
}
.sectionbox .SecName {
	display: block;
	float: left;
	clear: left;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #00d;
	width: 680px;
}	
.sectionbox .SecCaption {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #00d;
	width: 680px;
}



/* PRODUCT PAGE ITEMS */

.ProdSale {
	display: block;
	background-color: #e00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding: 2px 0 1px 6px;
	margin: 0px 0px 12px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
#ProductColumn1 {
	width: 302px;
	margin: 0 10px 10px 10px;
	border: 0;
	float: left;
}
#ProductColumn1 .ProductDetailBlock {
	float: left;
	text-align: left;
	display: block;
	width: 300px;
	margin: 18px 0 10px 0;
}
#ProductColumn1 .ProductDetail {
	float: left;
	text-align: left;
	display: block;
	margin: 0 18px 0 0;
}
#ProductColumn1 .ProductDetail img {
	width: 75px;
	height: 75px;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}
#ProductColumn1 img {
	width: 300px;
	height: 400px;
	border: 1px solid #ccc;
}
#ProductColumn1 p {
	display: block;
	width: 300px;
	clear:left;
}
#ProductColumn1 .ZoomLink {
	background-color: #ccc;
	color: #000;
	width: 36px;
	cursor: pointer;
	text-align: center;
	margin: -3px 0 4px 0;
	padding: 0px;
	border: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#ProductColumn1 .swatch {
	border: 1px solid #444;
	width: 20px;
	height: 20px;
	margin: 0 1px 3px 2px;
}
#ProductColumn2 {
	float: left;
	display: block;
	width: 398px;
}
#ProductColumn2 a {
	color: #00a;
	text-decoration: none;
}
#ProductColumn2 a:hover {
	text-decoration: underline;
}
/* Hack for correct display on IE6 */
* html #ProductColumn2 {
	width: 378px;
}
#ProductColumn2 p,
#ProductColumn1 p {
	margin-left: 0;
}
#ProductColumn2 h1 {
	margin-left: 0px;
}
#ProductColumn2 .BasketFormBorder {
	float: left;
	display: block;
	border: 1px solid #aaa;
	padding: 0 0 0 0;
	margin: 8px 0 8px 0;
	text-align: center;
	background-color: #f8f8f8;
	width: 396px;
}
* html #ProductColumn2 .BasketFormBorder {
	width: 376px;
}
#ProductColumn2 .BasketFormBorder h5 {
	background-color:#666;
	color:#FFF;
	margin: 0;
	padding: 4px;
	font-size: 13px;
}
#ProductColumn2 .BasketFormBorder h4 {
	margin: 0;
	padding: 5px;
	color:#900;
	font-size: 22px;
}
#ProductColumn2 .BasketFormBorder h6 {
	background-color:#800;
	color:#FFF;
	margin: 0;
	padding: 4px;
	font-size: 13px;
}
#ProductColumn2 .BasketFormBorder .FormTable {
	margin: 15px 0 15px 0;
}
* html #ProductColumn2 .BasketFormBorder .FormTable .FormTitle {
	width: 50px;
}
.ProductBlock {
	display: block;
	margin: 10px 0 5px 0;
	float: left;
	width: 400px;
	text-align: left;
	clear: left;
}
* html .ProductBlock {
	width: 390px;
}


/* Product size table */

.ProductSizeTable {
	margin: 0 0 15px 0;
}
.ProductSizeTableTitle {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ddd;
	margin: 1px;
	padding: 2px;
	text-align: center;
}
.ProductSizeTableCell {
	font-size: 0.9em;
	background-color: #eee;
	margin: 1px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.ProductSizeTableCell img {
	height: 8px;
	width: 9px;
	padding: 4px;
	border: 0;
	margin: 0;
}
.ProductSizeTableCell a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
.ProductSizeTableCell a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}


/* Product info tables */

.ProductInfoTable {
	margin: 10px 0 10px 0;
	width: 300px;
	clear: left;
}
.ProductInfoTableTitle {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ddd;
	margin: 1px;
	padding: 1px 0 1px 3px;
	text-align: left;
}
.ProductInfoTableCell {
	font-size: 0.9em;
	background-color: #eee;
	margin: 1px;
	padding: 0 0 0 3px;
	text-align: left;
}
.ProductInfoTableCell a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
.ProductInfoTableCell a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}
.ProductSwatch {
	border: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
	width: 70px;
	height: 90px;
	font-size: 0.9em;
}
.ProductSwatch img {
	border: 1px solid #444;
	height: 50px;
	width: 50px;
}
.ProductCare {
	float: left;
	text-align: center;
	display: block;
	padding: 0px 10px 12px 0;
	font-size:0.9em;
}
.ProductCare img {
	width: 60px !important;
	height: 60px !important;
	border: 0 !important;
	padding-bottom: 1px;
}
#ProductColumn1 .ReviewStars,
.ReviewStars {
	border: 0;
	margin: 0;
	padding: 0;
	width: 54px;
	height: 12px;
}
#ProductFooter {
	clear: both;
	float: left;
	width: 670px;
	margin: 10px 0 0 2px;
}
#ProductFooter > h5 {
	display: block;
	margin: 0 0 8px 7px;
	font-size: 13px;
	font-weight: bold;
}
* html #ProductFooter h5 {
	margin: 0 0 8px 10px;
}
	

/* SALE PAGE */

.SaleHeading {
	display: block;
	float: left;
	width: 710px;
	background-color: #e00;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 6px 0 8px 0px;
	margin: 0 0 20px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	text-align: center;
	clear: both;
}
.SaleHeading a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	color: #fff;
}
.SaleHeading a:hover {
	color: #FF0;
}


/* BANNER ON CART PAGE */

.CartBanner {
	float: left;
	width: 708px;
	height: 80px;
	display: block;
	border: 1px solid #ccc;
	margin: 5px 0 10px 10px;
	padding: 0;
	background-color: #f8f8f8;
	text-align: center;
}
* html .CartBanner {
	width: 698px;
}
.CartBanner a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.CartBanner a:hover {
	background-color: #ffb;
	text-decoration: none;
}
.CartBanner a img.CartBannerLeft {
	width: 180px;
	height: 80px;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ccc;
	float: left;
	margin-right: 6px;
	padding: 0;
}
.CartBanner a img.CartBannerRight {
	width: 180px;
	height: 80px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ccc;
	float: right;
	margin-left: 6px;
	padding: 0;
}
.CartBanner a .CartBannerCaption {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding-top: 4px;
	color: #000;
	display: block;
}
.CartBanner a .CartBannerTitle {
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 6px;
	color: #00d;
	display: block;
}
.CartBanner a .CartBannerPrice {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding-top: 3px;
	color: #d00;
	display: block;
}
.CartBanner a .CartBannerPrice .NowSmall {
	font-size: 13px;
}

/* FORMS */

.FormBorder {
	float: left;
	display: block;
	border: 1px solid #ccc;
	padding: 6px 38px 8px 10px;
	margin: 0 0 15px 0;
	text-align: center;
	background-color: #f8f8f8;
}
* html .FormBorder {
	padding: 6px 28px 8px 5px;
}
.CartAddresses {
	display: block;
	float: left;
	width: 680px;
}
.CartFormBorder {
	float: left;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 15px 10px 15px;
	margin: 5px 0 15px 10px;
	text-align: center;
	background-color: #f8f8f8;
}
.CartFormTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 678px;
}
.CheckoutFormTable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 678px;	
}
.CartFormTable2 {
	border: 0;
	padding: 0;
	margin: 0;
	width: 678px;
}
* html .CartFormTable {
	width: 668px;
}
* html .CartFormTable2 {
	width: 668px;
}
.CartFormTable2 .productname {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.CartFormTable2 .cartthumbnail {
	width: 60px;
	height: 80px;
	border: 1px solid #ccc;
}
.CheckoutAddress {
	border: 0;
	padding: 0;
	margin: 0;
	width: 180px;	
	height: 140px;
}
.CheckoutConfirm {
	border: 0;
	padding: 0;
	margin: 0;
	width: 318px;	
	height: 200px;
}
* html .CheckoutConfirm {
	width: 208px;
}
.OrderConfirm {
	border: 0;
	padding: 0;
	margin: 0;
	width: 198px;	
	height: 125px;
}
.CheckoutFormTable th,
.CartFormTable th,
.CartFormTable2 th {
	padding: 0 0 10px 0;
}
.CartFormTable td,
.CartFormTable2 td {
	padding: 0 0 3px 0;
}
.CheckoutFormTable td {
	padding: 2px 1px 3px 1px;
}
.CheckoutFormTable a,
.CartFormTable a,
.CartFormTable2 a {
	color: #00a;
	text-decoration: none;
}
.CheckoutFormTable a:hover,
.CartFormTable a:hover,
.CartFormTable2 a:hover {
	text-decoration: underline;
}
.CartFormTable img,
.CartFormTable2 img {
	width: 38px;
	height: 50px;
	border: 1px solid #ccc;
}
.CartFormBorder h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 15px 0;
	padding: 0;
}
.CartFormBorder h3 {
	font-size: 1em;
	font-weight: bold;
	margin: -5px 0 20px 0;
	padding: 0;
}
.FormTable {
	border: 0;
	padding: 0;
	margin: 0;
}
.FormTitle {
	text-align: right;
	border: 0;
	padding: 2px;
	margin: 0;
	width: 100px;
}
.CheckoutFormTitle {
	text-align: right;
	border: 0;
	padding: 2px;
	width: 256px;
	vertical-align: top;
}
.FormItem {
	text-align: left;
	border: 0;
	padding: 2px;
	margin: 0;
}
.FormError {
	color: #d00;
	font-weight: bold;
	text-align: left;
	border: 0;
	padding: 0;
	margin: -6px 5px 10px 2px;
	display: block;
}
.FormField {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 206px;
}
.FormFieldDisabled {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 1px;
	width: 206px;
	background-color: #eee;
	border: 1px solid #999;
}
.FormFieldNumber {
	font-size: 10px;
	color: #000;
	margin: 1px;
	padding: 0;
	width: 35px;
}
.FormTextArea {
	font: 10px Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	color: #000;
	margin: 1px;
	padding: 1px;
	width: 206px;
	height: 40px;
	overflow: auto;
}
.FormSelect {
	font-size: 10px;
	color: #000;
	margin: 1px;
	cursor: pointer;
	width: 210px;
}
.FormCheckbox {
	margin: 2px 0 -1px 1px;
	padding: 0;
}
.FormButton {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 150px;
}
.FormButtonWide {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 180px;
}
.FormButtonVeryWide {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 200px;
}
.FormButtonHuge {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 275px;
}
.FormButtonNarrow {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 0;
	cursor: pointer;	
	width: 120px;
}
.FormButtonTiny {
	font-family: Verdana, Geneva, Arial, "DejaVu Sans", Helvetica, sans-serif;
	font-size: 11px;
	margin: -2px 0 0 0;
	padding: 0;
	cursor: pointer;	
	width: 51px;
}
.FormButtonRed {
	color: #c00;
	font-size: 13px;
	font-weight: bold;
	padding: 1px 0 1px 0;
}
.FormButtonBigRed {
	color: #c00;
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
}

/* SEARCH AND SITEMAP */

.ContactTable {
	border: 0;
	margin: 8px;
	padding: 0;
	width: 700px;
}
.ContactTable td {
	padding: 0 0 6px 0;
}
.ContactTable td a {
	color: #00a;
	text-decoration: none;
}
.ContactTable a:hover {
	text-decoration: underline;
} 
.SearchResults {
	width: 710px;
	padding: 5px 0 5px 8px;
	text-align: center;
}
.SearchResults a {
	color: #00a;
	text-decoration: none;
} 
.SearchResults a:hover {
	text-decoration: underline;
} 
.SitemapSection {
	font-weight: bold;
	font-size: 12px;
	color: #00a;
	text-decoration: none;
	margin: 0 0 0 10px;
	display: block;
	padding-top: 20px;
}
.SitemapSubsection {
	font-weight: bold;
	font-size: 11px;
	color: #00a;
	text-decoration: none;
	list-style-type: disc;
}
.SitemapProduct {
	font-weight: normal;
	font-size: 11px;
	color: #00a;
	text-decoration: none;
	list-style-type: square;
}
.SitemapProductPrice {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.SitemapProductOffer {
	font-weight: normal;
	font-size: 11px;
	color: #d00;
	text-decoration: none;
}
.SitemapSection a,
.SitemapSubsection a,
.SitemapProduct a {
	color: #00a;
	text-decoration: none;
} 
.SitemapSection a:hover,
.SitemapSubsection a:hover,
.SitemapProduct a:hover {
	text-decoration: underline;
} 
.TermsIndexBlock {
	width: 340px;
	float: left;
	display: block;
	margin-bottom: -10px;
}
.TermsMainBlock {
	width: 700px;
	float: left;
	display: block;
	clear: left;
}
.TermsSectionTitle,
.TermsIndex {
	font-weight: bold;
}
.TermsSection {
	padding-bottom: 20px;
	font-weight: normal;
}
.TermsItem {
	padding-bottom: 0px;
	padding-top: 10px;
}
.TermsLink {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.TermsIndex a,
.TermsItem a,
.TermsLink a {
	color: #00d;
	text-decoration: none;
}
.TermsIndex a:hover,
.TermsItem a:hover,
.TermsLink a:hover {
	text-decoration: underline;
}
.TermsTitle {
	margin: 10px 5px 8px 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/* SIZE CHARTS */

.SizeTable {
	float: left;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #bbb;
	width: 260px;
	margin: 10px 0 20px 40px;
}
.SizeTable2 {
	float: left;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #bbb;
	width: 560px;
	margin: 10px 0 20px 40px;
}
.SizeTable td,
.SizeTable th,
.SizeTable2 td,
.SizeTable2 th {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px 0 2px 4px;
	vertical-align: top;
}
.SizeImage {
	display: block;
	margin: 25px 0 20px 40px;
	border: 0;
}


/* BANNERS */

.PostBanner {
	float: left;
	display: block;
	width: 710px;
	border: 1px solid #aaa;
	margin: 0 0 15px 8px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c00;
	background-color: #f8f8f8;
	clear: left;
}
* html .PostBanner {
	width: 702px;
	margin-left: 6px;
}
.PostBanner a {
	color: #c00;
	text-decoration: none;
	padding: 5px 0 4px 0;
	width: 100%;
	height: 100%;
	display: block;	
}
.PostBanner a:hover {
	color: #c00;
	text-decoration: none;
	background-color:#FFB;
}


/* FOOTER */

#Footer {
	clear: both;
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
} 
#FooterContent {
	margin: auto;
	text-align: center;
	padding: 15px 0 0 0;
	width: 700px;
}
* html #FooterContent {
	width: 704px;
}
.FooterColumn {
	float: left;
	width: 175px;
	display: block;
}
.FooterColumn p {
	display: block;
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
}
.FooterColumn a {
	text-decoration: none;
	color: #00a;
}
.FooterColumn a:hover {
	text-decoration: underline;
}
#FooterLogos {
	padding: 25px 0 5px 0;
	clear: both;
}
#FooterLogos img {
	border: 0;
	vertical-align: middle;
	padding: 0 1px 0 1px;
}
#FooterLogos img.imrg {
	border: 0;
	cursor: pointer;
}
#FooterCopyright {
	font-size: 9px;
	padding: 15px 0 10px 0;
	clear: both;
}
#FooterCopyright a {
	text-decoration: none;
	color: #00a;
}
#FooterCopyright a:hover {
	text-decoration: underline;
}


/* VARIOUS TEXT STYLES */

.error-text {
	display: block;
	text-align: left;
	font-size: 15px;
	color: #d00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 5px 20px 10px;
}
.form-error {
	color: #d00;
	font-weight: bold;
}
.highlight {
	color: #00d;
}
.page-text {
	display: block;
	text-align: left;
	font-size: 1em;
	margin: 10px 10px 15px 10px;
}
.page-text a {
	text-decoration: none;
	color: #00a;
}
.page-text a:hover {
	text-decoration: underline;
}


