@charset "UTF-8";
/*--------------------------------------------------------------
  Home Page - category links
--------------------------------------------------------------*/
td ul.cats {
	list-style: none;
	line-height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}
td ul.cats li {
	display: inline; /*gets rid of IE6 'space under <li>' bug*/
	text-align: left;
	margin: 0;
	padding: 0;
}
td ul.cats li.cats-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px 5px 8px 13px;
	margin: 0;
	background: #E2B039;
}
td ul.cats li a, td div.spares a {
	display: block;
	text-decoration: none;
	color: #000;
	text-align: left;
	padding: 3px 3px 6px 8px;
	border-top: 2px solid #FFF1AD;
	border-right: 2px solid #C8B344;
	border-bottom: 2px solid #C8B344;
	border-left: 2px solid #FFF1AD;
	margin: 0;
	background: #FFE457;
}
td ul.cats li a:hover, td div.spares a:hover {
	text-decoration: none;
	color: #000;
	border-top: 2px solid #91814B;
	border-right: 2px solid #D1BB47;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #B4A55A;
	margin: 0;
	background: #E3CB37;
}
.warr-text {
	display: block;
	text-align: left;
	color: #888;
	padding: 5px 0 10px 0;
}
td div.spares {
	float: right;
	margin: 10px 0 10px 5px;
}
/*--------------------------------------------------------------
  Home Page - featured offers and new products list
--------------------------------------------------------------*/
table.so-box {
	margin: 0 0 15px 0;
	text-align: left;
}
td.so-title {
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px 5px 8px 13px;
	margin: 0;
	background: #EEB0B3;
}
td.so-pic {
	padding: 7px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0;
}
td.so-price {
	color: #444;
	padding: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #FDE9E9;
}
td.so-price a {
	color: #7E3C3B;
}
table.np-box {
	margin: 0 0 15px 0;
	text-align: left;
}
td.np-title {
	line-height: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px 5px 8px 13px;
	margin: 0;
	background-color: #96ADD0;
}
td.np-price {
	color: #444;
	padding: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #DCE1E9;
}
td.np-price a {
	color: #295C87;
}
/*--------------------------------------------------------------
  Offers Page - category links
--------------------------------------------------------------*/
td ul.so-cats {
	list-style: none;
	line-height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
}
td ul.so-cats li {
	display: inline; /*gets rid of IE6 'space under <li>' bug*/
	text-align: left;
	margin: 0;
	padding: 0;
}
td ul.so-cats li.cats-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 8px 5px 8px 13px;
	margin: 0;
	background: #EEB0B3;
}
td ul.so-cats li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px 5px 7px 13px;
	border-top: 2px solid #FDE9E9;
	border-right: 2px solid #D8BBBB;
	border-bottom: 2px solid #D8BBBB;
	border-left: 2px solid #FDE9E9;
	margin: 0;
	background: #F6D5D5;
}
td ul.so-cats li a:hover {
	text-decoration: none;
	color: #000;
	padding: 4px 5px 7px 13px;
	border-top: 2px solid #827171;
	border-right: 2px solid #D8BBBB;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #B59D9D;
	margin: 0;
	background: #D8BBBB;
}
/*--------------------------------------------------------------
  Shop - Intro Page
--------------------------------------------------------------*/
.search-box {
	width: 100%;
	background-color: #E5E5E5;
	margin-bottom: -10px;
}
.search { /* the text and box that invites users to search for items */
	padding: 7px;
	color: #000;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Drill-Down
--------------------------------------------------------------*/
.selected { /* the active drill-down label */
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	background-color: #DAE1EC;
}
.selected2 { /* the active drill-down box */
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-right: 40px solid #FFF;
	background-color: #DAE1EC;
}
.selectedno { /* the number in front of the active drill-down label */
}
.unselected { /* the inactive drill-down label and number */
	font-size: 14px;
	font-weight: bold;
	color: #B7C2CF;
}
.unselected2 { /* the inactive drill-down box */
	font-size: 14px;
	font-weight: bold;
	color: #B7C2CF;
}
/*--------------------------------------------------------------
  Shop - Choose Page - Short-List
--------------------------------------------------------------*/
.listintro {
	font-size: 14px;
	color: #000;
	padding: 7px;
	margin-top: -5px;
	background: #FFC;
}
.togglevat { /* the text that invites the user to toggle VAT on or off (if enabled) */
	font-size: 10px;
	padding: 7px;
}
a.togglevat {
}
a.togglevat:hover { 
}
.offer { /* the "special offer" text (only) that may show above the price (also used on detail page) */
	font-size: 10px;
	color: #C00;
}
.listnum { /* the small number to the left of the list */
	color: #BBB;
}
.listthumb { /* the left-most cell that holds the thumnail image */
	text-align: center;
	color: #B3C8E5;
	font-size: 12px;
}
.listleft { /* the left-most cell if thumbnails not enabled */
	border-bottom: 2px solid #FFF;
	background: #BBB;
}
.listleft2 { /* the left-most cell if item is on special offer */
	border-bottom: 2px solid #FFF;
	background: #BBB;
}
.listbutton { /* the cells that hold the 'details' and 'buy' buttons */
	border-bottom: 2px solid #BBB;
	padding: 3px;
}
.listinfo { /* the cell that holds the summary details */
	color: #000;
	vertical-align: middle;
	padding: 5px;
	border-bottom: 2px solid #BBB;
	background: #FFF;
}
.list1 { /* the first colour variation in the product summary details */
	color: #000;
}
.list2 { /* the second colour variation in the product summary details */
	color: #777;
}
.listprice { /* the cell that holds the item price */
	color: #000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px solid #BBB;
	background-color: #FFF;
}
.listprice2 { /* the item price if on special offer */
	color: #000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 2px solid #BBB;
	background-color: #FFF;
}
.listunit { /* the text that shows the units (if enabled) */
}
.listright { /* the right-most end cell */
	width: 5px;
	border-bottom: 2px solid #BBB;
}
.searchagain { /* the cell that holds the 'search again' button */
}
/*--------------------------------------------------------------
  Shop - Choose Page - Detail Page
--------------------------------------------------------------*/
.dpic { /* the cell that holds the product picture */
	padding: 0 15px 0 0;
	vertical-align: top;
	border-right: 2px solid #AAA;
}
.dtext { /* the cell that holds the detailed product description */
	padding: 0 10px;
	font-size: 12px;
	vertical-align: top;
}
.dheader { /* the text at the head of the detailed product description */
	font-size: 15px;
	color: #7F0012;
	line-height: 21px;
}
.dsize { /* the product dimensions */
	color: #444;
	line-height: 20px;
}
.dprice { /* the product price */
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}
.ddelivery { /* the delivery price in brackets */
	font-size: 12px;
	color: #666;
}
.dpur {
}
.dback { /* the cell that holds the back button */
	padding: 0 0 0 10px;
	vertical-align: top;
	text-align: right;
	border-left: 2px solid #AAA;
}
/*--------------------------------------------------------------
  Shop - Shopping Basket
--------------------------------------------------------------*/
.unitprice { /* the quantity and unit price text, also order details on confirmation */
	color: #666;
}
.totalprice { /* the 'total order value' text */
	color: #A9021A;
	font-weight: bold;
	font-size: 14px;
}
.additem { /* the cell that holds the 'add items' button */
	padding: 20px 3px;
	border-bottom: 2px solid #BBB;
}
.purnow { /* the cell that holds the 'purchase now' button */
	text-align: center;
	padding: 8px 215px 8px 215px;
	border-top: 20px solid #FFF;
	background: #97ADCE;
}
/*--------------------------------------------------------------
  Shop - Checkout - Choose Method
--------------------------------------------------------------*/
.choosepay { /* the cell that holds the 'choose method' text */
	color: #000;
	font-size: 14px;
	padding: 5px;
	border-bottom: 2px solid #BBB;
}
.ordersubmit { /* the cell that holds the 'submit' button */
	font-size: 14px;
	color: #9C0001;
	background-color: #FFFC64;
	text-align: center;
	padding: 10px;
}
/*--------------------------------------------------------------
  Shop - Help Page
--------------------------------------------------------------*/
.helptitle { /* the main title text */
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #A9031B;
}
.helplabel {
}
a.helplabel {
	font-size: 13px;
	color: #A9031B;
}
a.helplabel:hover { 
	text-decoration: underline;
	color: #F00;
}
.helptext { /* the cells that contain the main help text */
	color: #333;
	font-size: 14px;
	padding: 5px 3px 5px 3px;
	line-height: 19px;
}
/*--------------------------------------------------------------
  Shop - Offers Page
--------------------------------------------------------------*/
.offerstitle { /* the main title text */
	color: #007F00;
	font-size: 18px;
}
.offerslabel { /* the link text under the icons or pictures */
	color: #007F00;
}
