/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */
body, select, input {
		text-align: left;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:"Tahoma", "Trebuchet MS", "Tahoma", "Verdana", "Ariel", "sans-serif";
	font-size:8pt;
	
}

th {
	text-align: left;
}

/* Headings and Text */
h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #FC9C2E;
	margin: 10px 0 4px 0;
	letter-spacing:-1px;
}

h2 {
	font-size: 11pt;
	color: #5554BA;
	margin-bottom: 5px;
	letter-spacing:-1px;
	font-weight: bold;
}

h3 {
	font-size: 9pt;
	color: #FC9C2E;
	letter-spacing:-1px;
	font-weight: bold;
}

h4 {
	font-size: 9pt;
	color: #5554BA;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
	letter-spacing:0px;
	font-weight: bold;
}

h5 {
	font-size: 15pt;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal;
	color:#cccccc; 
	font-weight:bold;
	letter-spacing:6px;
	border-bottom:2px dotted #cccccc;
}

.breadcrumbtrail {
	color: #cccccc;
}

.breadcrumbtrail a:link 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
}
	
.breadcrumbtrail a:visited 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
}

.breadcrumbtrail a:hover 
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
}

.breadcrumbtrail a:active
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
}


/* Hyperlinks */
a:link 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
}
	
a:visited 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
}

a:hover 
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
}

a:active
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
}
	

/* General site warnings & alerts */
.warning {
	font-style: normal;
	font-weight: bold;
	background-color: #F8F8F8;
	border:1px dotted #cccccc;
	color: #333333;
	font-size: 8pt;
	padding:10px;
}

/* Products */
.products .minprice 
{
color: #999999;
font-size:10pt;
padding:0px;
}


.quantitydiscount {
	padding: 10px 0px 5px 0px;
	font-size: 7.5pt;
}



/* ------------ Site Colour Scheme and Layout ------------------------- */
body {

}

/* Boxes for general display */
.box {
	border: none;
}

.boxinset {
	
}

/* Shortened column format boxes */
.products_shortened .box {
	height: auto;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
	clear:both;
	
}


.products_shortened .box a:link 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
font-size:8pt;
letter-spacing:0px;
}
	
.products_shortened .box a:visited 
{
text-decoration: none; 
color: #5554BA;
font-weight: bold;
cursor:pointer;
font-size:8pt;
letter-spacing:0px;
}

.products_shortened .box a:hover 
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
font-size:8pt;
letter-spacing:0px;
}

.products_shortened .box a:active
{
text-decoration: none; 
color: #FC9C2E;
font-weight: bold;
cursor:pointer;
font-size:8pt;
letter-spacing:0px;
}



.subcategories_shortened .box {
	width: 175px;
	height: 260px;
	margin: 0px 5px 5px 0px;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 8pt;
}

/* Line between products */
.products_extended .product {
	padding-top: 5px;
	padding-bottom: 8pt;
	border-bottom:2px dotted #cccccc;
	margin:0px 0px 5px 0px;
}

.products_normal .product {
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 8pt;
}

/* tables */

/* Tables */
table caption {
	font-size: 10pt;
	color: #556699;
}

table {
	border-collapse: collapse;
	width: 705px;
	background-color:transparent;
}

table tr {

}

table tr.alt {

}

table tr.highlight {
	background-color: #FFF522;
	background-image: none;
}

versions. tr.highlight td {
	background-image: none;
	background-color: #FFF522;
}

table tr.header {
	background-color: transparent;
	background-image: none;
}

table tr.header th {
	font-size: 9pt;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
	color:#999999;
	}

table tr.subheader td {
	border-top: solid 1px #CBD5DB;
	
}

table td, table th {
	padding: 3px;
}

table th {
	background-color: transparent;
}

/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Mini-basket ------------------------------------------ */

#numberofitems {
width:45%;
	margin: 0px 0px 5px 20px;
	padding: 3px;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size: 8pt;
	text-align:center;
}

#numberofitems em {
	font-style: normal;
	font-weight: bold;
}

/* Lines of the basket */
#basketlines {
	padding: 0;
	margin: 0 15px 0px 5px;
	height:75px;
	overflow:auto;
	
	}
	
#basketlines ul {
	list-style: none;
	font-size: 7.5pt;
}	

#basketlines li {
	list-style: none;
	font-size: 7.5pt;
	color:#ffffff;
}

#basketlines em {
	font-style: normal;
}

#baskettotals
{
background-color:#A85902;
width:45%;
	margin: 5px 0px 5px 20px;
	padding: 3px;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size: 8pt;
	text-align:center;
	}

#baskettotals p em {
	margin-left: 5px;
}

#baskettotals em {
	font-style: normal;
}

#baskettotals #taxexception {
	font-weight: normal;
}

#basketlinks {
	margin: 5px 0px 20px 0px;
	padding: 0;
	font-size: 7.5pt;
	}

#basketlinks li {
	list-style: none;
}

#basketlinks img {
	border: 0;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#basketempty, #baskethidden {
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 20px;
	color:#ffffff;
}	

#baskettotals p {
	padding: 0px 3px 0px 3px;
	margin: 0;
	font-size: 7.5pt;
}

#basketlines a {
	display: block;
	text-decoration: none;  
	color: #ffffff;
	padding: 1px 2px 5px 3px;
	width:180px;
	margin:0px 0px 0px 5px;
	border-bottom:1px dotted #ffffff;
}

#basketlines a:hover {
	color:#733E02;
	padding: 1px 2px 5px 3px;
	width:180px;
	margin:0px 0px 0px 5px;
	border-bottom:1px dotted #ffffff;
}

#baskettotals {
	
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

#baskettotals p 
{
}

#basketempty, #baskethidden {
	font-style: italic;
}	

#basketlines 
{

}

#basketlines li 
{
list-style-type:disc;
}

#basketlines li.alt 
{
}

#basketlinks a {
	display: block;
	text-decoration: none;  
	color: #A85902;
	padding: 1px 2px 5px 3px;
	width:180px;
	margin:0px 0px 0px 5px;
}

#basketlinks a:hover 
{
color:#733E02;
	padding: 1px 2px 5px 3px;
	width:180px;
	margin:0px 0px 0px 5px;
	}

/* ------------ Other Elements --------------------------------------- */

/* Reviews */
.reviews {
	padding-top: 5px;
}

.reviews .box {
	background-color:transparent;
	border:1px dashed #FD9B2E;
	color: #333333;
	margin-bottom:10px;
	font-style:italic;
	}
	
	.reviews strong {
	clear:both;
font-size:12pt;
color:#FD9B2E;

	}
	
		.reviewer {
	clear:both;
font-size:8pt;
font-style: normal;
color:#000000;
	}
	
	.date
	{
	text-align:right;
	font-weight:bold;
	color:#FD9B2E;
	}

/* Carry On Shopping / Cross Selling */
.carryonshopping {
		padding-top: 5px;
}

/* Attributes */
.attributes {
	margin-top:10px;
	margin-bottom:10px;
	width:250px;
}

.attributes table  
{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.attributes td {
}

/* Promotions */
.product .promotions, .basket .promotions {
	padding-top: 5px;
	padding-bottom: 5px;
}

.promotion .box {
		border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	width:700px;
}

.promotionfooter {
	color: #333333;
	margin-top: 8px;
	font-weight:bold;
	font-style:italic;
}

/* Compare */
.compare td {
	border-top: solid 1px #CBD5DB;
	
}


/* ------------ Forms ------------------------------------------------ */
select, input, textarea {
	font-weight: normal;
	color: black;
	background-color: #DDDDDD;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

select:focus, input:focus, textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F5F5F5;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
background-color:transparent;
background-image:url(../templateimages/template_parts/blue_submit_bg.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 25px; 
text-transform:lowercase;
color: #5454ba;
border:none;
font-weight:bold;
font-size:10pt;
height:30px;
cursor:pointer;
margin:0px 0px 0px 5px;
}



input.submit:hover
{
background-color:transparent;
background-image:url(../templateimages/template_parts/orange_submit_bg.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 25px; 
text-transform:lowercase;
color: #FC9C2E;
border:none;
font-weight:bold;
font-size:10pt;
height:30px;
cursor:pointer;
margin:0px 0px 0px 5px;
}

input.smallsubmit {
	background-color:transparent;
background-image:url(../templateimages/template_parts/blue_submit_bg.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 35px; 
text-transform:lowercase;
color: #5454ba;
border:none;
font-weight:bold;
font-size:10pt;
height:30px;
cursor:pointer;
margin:0px 0px 0px 5px;
}

input.smallsubmit:hover {
	background-color:transparent;
background-image:url(../templateimages/template_parts/orange_submit_bg.gif);
background-repeat:no-repeat;
padding: 0px 0px 0px 35px; 
text-transform:lowercase;
color: #FC9C2E;
border:none;
font-weight:bold;
font-size:10pt;
height:30px;
cursor:pointer;
margin:0px 0px 0px 5px;
}

/* form error messages */
.errors {
	display: block;
	width: 85%;
	color: #333333;
	background-color: #efefef;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label {
	border-bottom: dotted 1px cccccc;
}

/* --- Category menu ------------------------------------------------- */


#categorymenu
{
padding: 0px 0px 0px 0px;
float:left;
}



#categorymenu ul 
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
display:block;
line-height:14px;

}

#categorymenu ul li 
{
font-size:9pt;
list-style: none;
float: none;
margin: 0px 40px 0px 10px;
padding: 0px 0px 0px 0px;
background-image: url(../templateimages/template_parts/cat_bullet_off.jpg);
background-repeat:no-repeat;
display:block;
line-spacing:-1px;


}

#categorymenu ul li:hover 
{
list-style: none;
float: none;
margin: 0px 40px 0px 10px;
padding: 0px 0px 0px 0px;
background-image: url(../templateimages/template_parts/cat_bullet_on.jpg);
background-repeat:no-repeat;
display:block;
}

#categorymenu ul li div 
{
font-size:9pt;
}

#categorymenu ul li div a 
{
font-size: 8.5pt;
display: block;
padding: 2px 5px 2px 20px;
text-decoration:none;
text-transform:lowercase;
color:#A8A8FF;
}

#categorymenu ul li div a:hover 
{
color:#FD9B2E;
padding: 2px 5px 2px 20px;
}

#categorymenu ul ul li div
{
font-weight: normal;
}

#categorymenu ul ul li div a 
{
font-weight: normal;
color: #826644;
padding-left: 36px;
}

#categorymenu ul ul ul li div a 
{
padding-left: 20px;
}

#categorymenu ul ul ul ul li div a 
{
padding-left: 20px;
}

#categorymenu ul ul ul ul ul li div a 
{
padding-left: 20px;
}

#categorymenu ul ul ul ul ul ul li div a 
{
padding-left: 20px;
}	

/* ------------ Checkout and Basket ---------------------------------- */
/* Card details box during checkout */
.carddetails {
	background-color: #FFFFFF;
	border: none;
}

/* shipping methods line during checkout */
.basket .shippingmethodline {
		padding: 8px 0 20px 0;
}

.basket tr.separate {
	height: 20px;
	background-color: transparent;
	background-image: none;
}

.basket .section {
	width: 100%;
	padding-top: 10px;
	
}

.basket .totals {
	border-top: solid 1px #CBD5DB;
	text-align: right;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.totals
{
line-height:30px;
}


.basket .applycoupon {
	border-top: solid 1px #CBD5DB;
	
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.checkout .section {
	width: 100%;
	padding-top: 10px;
	
}

#fieldsrequired {
	color: #888888;
	font-size: 7.5pt;
}

.shippingmethodstable .subheader .name {
	font-weight: bold;
	font-size: 7.5pt;
	color: #556699;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

/* ------------ Customer --------------------------------------------- */
.customer .section {
	
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.vieworder {
	margin-bottom: 15px;
}

/* ------------ Site Map --------------------------------------------- */
.sitemap ul {
	padding: 0;
	margin: 0;
}

.sitemap ul li {
	display: block;
	float: left;
	width: 260px;
	margin: 5px;
	padding: 0;
	list-style-position: inside;	
	list-style-type: none;
	}

.sitemap ul li div.pad {
	padding: 15px;
}

.sitemap ul ul {
	padding: 0;
	margin: 0;
}

.sitemap ul ul li {
	float: none;
	width: 100%;
	width: 100%;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 0;
}

/* ------------ Miscellaneous ---------------------------------------- */
/* horizontal rule */
hr {
	color: #DDDDDD; 
	background-color: #DDDDDD; 
}

/* Controls the first news item */
#newsitem1 h1 {

}

/* 'Top items' boxes on home page */
#toplists ul li div a:hover {
	color: #FC9C2E;
}

/* Search keyword highlight */
em.highlight {
	background-color: #FFF522;
	font-style: normal;
}

/* Strapline font styling */
/*.product em.strapline {*/
.product em.strapline {
	font-style: normal;
	color: #333333;
	font-weight: bold;
	font-size: 7.5pt;
	text-align:left;
}

/* styles for common features on your content pages */
.page .cutout {
	margin: 12px;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.page .cutout_left {
	float: left;
}

.page .cutout_right {
	float: right;
}

.page .right {
	text-align: right;
}

/* style used to highlight explanations of demo data. This can be safely remove
when you have your own styles */
.demodataexpl {
	clear: both;
	color: #008800;
	background-color: #AAEEAA;
	font-size: 7.5pt;
	font-weight: bold;
	display: block;
	padding: 10px;
	margin-top: 10px;
	border: dotted 1px #008800;
}


/*
------------------------------------------------------------------------
ADVANCED CHANGES
These styles should not need to be changed - such as element 
positioning and padding that most stores would not need to alter
------------------------------------------------------------------------
*/
/* ------------ Boxes ------------------------------------------------ */
.boxheader {
	margin: 15px 0px 0px 0px;
}

.pad_shortformat {
	padding: 20px;
}

div.spacer {
  	clear: both;
}

/* ------------ Forms ------------------------------------------------ */
form { 
	margin: 0; 
	display: inline;
	padding: 0;
}

.inputform {
	margin-bottom: 12px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
}

.inputform label {
	width: 180px;
	float: left;
}

.inputform label.checklabel {
	width: auto;
	float: none;
}

.inputform div {
	margin-bottom: 5px;
}

.inputform br {
	display: none;
}

.inputform input.submit {
	margin-left: 180px;
	width: auto;
	float: none;
	display: block;
}

.inputform input {
	width: 180px;
}

input.radio, input.checkbox {
	border-style: none;
	background-color: transparent;
	display: inline;
	width: 20px;
}

.column2 {
	padding-left: 180px;
	margin-bottom: 20px;
	width: auto;
}

textarea { 
	width: auto; 
}

/* ------------ Mini-basket ------------------------------------------ */


/* ------------ Speed order page ------------------------------------- */
.speedordertable {

}

.speedorder table {
	width: 705px;
	margin: 0 auto;
}

.speedorder td, .speedorder th {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

.speedorder .productcode input {
	width: 100%;
}

.speedorder .quantity input {
	width: 50px;
	text-align: right;
}

.speedorder div.submit {
	margin-top: 15px;
	text-align: left;
}

/* ------------ Checkout --------------------------------------------- */
/* step 1 - login form */
.emailreminder {
	width: 100%;
	padding-top: 15px;
	
}

/* step 3 - shipping methods */
.shippingmethodstable {
	width: 705px;
	padding-bottom: 8px;
}

.shippingmethodstable .price_1, .shippingmethodstable .price_2, .shippingmethodstable .price {
	text-align: right;
	white-space: nowrap;
	padding-right: 30px;
}

.euvat {
	padding-bottom: 8px;
}

.checkout textarea {
	width: 500px;
}

.carddetails {
	width: 100%;
}

.carddetails .inside {
	padding: 0px;
}

.shippingmethodline strong {
	padding-right: 16px;
}

.step4 input.submit {
	margin-left: 0px;
}

#strMailingListHTML {
	display: block;
	margin: 10px 0 5px 0;
}


/* Billing details typography */
.billtotal em {
	font-style: normal;
}

.billtotal, .gatewaymessage {
	margin: 15px 0 30px 0;
}

.billtotal {
	font-size: 10pt;
}

#termspopup {
	font-size: 7.5pt;
	}

/* ------------ Search ----------------------------------------------- */
.trythesecategories {
	margin: 8px 0px 8px 0px;
}

.trythesecategories ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.trythesecategories ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#resultsheader {
	margin: 8px 0 8px 0;
}

.search .pricefields input {
	width: 4em;
}


/* ------------ Basket ----------------------------------------------- */
.basket .baskettable {
	width: 705px;
}

.basket .price_1, .basket .price_2, .basket .price, .basket .quantity, .basket .remove, .basket .tax, .basket .total {
	text-align: right;
	white-space: nowrap;
}

.basket .quantity input {
	text-align: right;
}

.basket .totals em {
	line-height: 30px;
	color: #5554BA;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;
	border:1px solid #FC9C2E;
	padding:5px;
	margin:10px 0px 0px 0px;
	background-color:transparent;
}

.basket .totals .controls {
	margin-top: 8px;
	margin-bottom:20px;
}

.basket .links {
	
	overflow: hidden;
	width: 100%;
	text-align: left;
	clear:both;
	margin-top:25px;
}

.basket .links div {
margin-top: 20px;
	width: 48%;
	margin: 0;
	padding: 10px 0px 0px 0px;
	float: left;
	
}

.basket .links div p {
	margin: 0;
	padding: 4px 4px 0 0px;
}

.basket .links img {
	margin-right: 4px;
}

/* -

.basket .continueshopping {
	margin-top: 8px;
	text-align: left;
}

.basket .continueshopping .submit {
	float: left;
	text-align: center;
}

--- */



/* ------------ Shipping rates --------------------------------------- */
.shippingtable {
	width: 705px;
	margin-bottom: 20px;
}

.shippingtable .price, .shippingtable .price_1, .shippingtable .price_2 {
	text-align: right;
	white-space: nowrap;
}

.shippingtable tr 
{
border-bottom: 1px solid #cccccc;
}

.shippingtable table { border-collapse:collapse; }
.shippingtable td { border-bottom: 1px solid #cccccc; }

.zone{
font-weight:bold;
width:300px;
}

/* ------------ Customer --------------------------------------------- */
.section tbody td {
	padding: 2px;
}

.section table {
	margin-bottom: 2px;
}

.section th {
	text-align: left;
}

.savebasketstable .date, .wishliststable .date {
	width: 130px;
}

.savebasketstable .actions, .wishliststable .actions {
	text-align: right;
	width: 130px;
}

.orderdetails label {
	width: 30%;
	float: left;
}

.orderdetails div {
	float: left;
	margin-bottom: 4px;
}

.orderdetails br {
	display: block;
	clear: both;
}

.orderdetails div.tick {
	float: none;
	margin-bottom: 0;
}

.orderdetails div.tick img {
	margin-right: 8px;
}

.customer .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.wishlist #chkUpdateItems {
	margin: 0;
	width: 20px;
	text-align: left;
	float: left;
	padding: 0;
}

/* ------------ Affiliate -------------------------------------------- */
.affiliatestatstable {
	width: 100%;
}

.affiliatestats .total {
	text-align: right;
	padding-right: 12px;
}

.affiliatestats .graph {
	text-align: center;
}

.affiliatestats h2 {
	margin-top: 16px;
}


/* ------------ Categories ------------------------------------------- */
.category h2 {
	margin: 0px 0px 8px 0px;
}

.subcategories {
	margin-bottom: 0px;
}

.subcategories_normal {
		padding-bottom: 10px;
}

.subcategories_extended {
	
	padding-bottom: 10px;
}

.maincategory {
	padding: 0;
	width: 100%;
	border: 0;	
}

.subcategory {
	margin: 0;
	padding: 0px 0px 1px 0px;
}

.subcategories_normal .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.subcategories_extended .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.subcategory strong {
	display: block;
	margin-bottom: 4px;
}

.subcategories .subcategory img, .maincategory img {
	float: right;
	margin: 0px 0px 10px 10px;
}

.subcategories .subcategory .pad, .maincategory .pad {
	margin: 0 0 0 0;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
	overflow: hidden; /* To fix image flow in extended view, mozz/opera */
}

/* For the shortened design */
.subcategories_shortened .subcategory {
	display: block;
	float: left;
	margin-bottom: 0px;
	
}

.subcategories_shortened .subcategory .pad {
	padding: 10px;
}

/* Style specifically for the 'link'. We remove most of the box styling for link mode */
.subcategories_link .subcategory .pad {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
}

/* ------------ Products --------------------------------------------- */
/* h2s are used on product.asp to break up main parts of the page */
.product h2 {
color: #FC9C2E;
text-align: left;
font-size:12pt;
margin:10px 0px 0px 0px;
}


.products_shortened .product h2 {
	margin-top: 5px;
	text-align: center;
	font-size: 8.5pt;
}	

.products_shortened .product em.strapline {
	font-style: normal;
	color: #333333;
	font-weight: bold;
	font-size: 7.5pt;
	text-align:left;
}	

/* Covers info on all 'product' views - including product.asp */
.product em.strapline {
	display: block;
	margin: 8px 0px 8px 0px;
	padding: 0;
	text-align:left;
}

.generalspace {
	display: block;
	height: 1px;
}

.product p {
width:60%;
margin: 20px 0 0px 0px;
font-size:10.5pt;
}

.product .main {
	overflow: hidden;
}

.product img.thumb {
	float: left;
	margin-right: 10px;
	border:1px solid #efefef;
	padding:3px;
}

.quantitydiscount .link {
	padding: 5px 0px 5px 0px;
}

/* All products in a list format (i.e. not product.asp) */
.products {
	margin-bottom: 0px;
	padding-bottom: 10px;
	overflow: hidden;
	}

.products_end {
	clear: both;
}

.products .minprice {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.products .product img {
	float: right;
	margin: 0px 0px 10px 10px;
	border:1px solid #cccccc;
	padding:3px;
}



.products .product .pad {
	margin-bottom: 8px;
	padding: 0px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
	overflow: hidden; /* To fix image flow in extended view, mozz/opera */	
}

.products .product .product_end {
	clear: both;
}

/* Specific to the shortened display - note: the width of .product is set programmatically
based on the numShortenedFormatCols config setting */
.products_shortened .product img {
	display: block;
	float: none;
	margin: 8px auto;
	text-align: center;
}	

.products_shortened .product {
	display: block;
	float: left;
	margin-bottom: 0px;
	width: 33%;
}

.products_shortened .minprice {
	text-align: center;
}

.products_shortened em {
	padding: 0px 10px 5px 10px;
}


/* Specific to the 'classic' search display type - no styling, just text and description */
.products_classicsearch .product .pad {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.products_classicsearch .product .pad p {
	margin: 4px 0 8px 0;
}


/* To improve the display you may wish to force the height of these boxes */
.products_shortened .product .pad {
	padding: 10px;
}

.products_shortened .product .moredetails {
	display: none;
	visibility: hidden;
}

/* ------------ Wish List -------------------------------------------- */
.wishlist .section {
	margin-bottom: 25px;
}

.wishlist .explanation {
	margin: 0px 0px 15px 0px;
	display: block;
	width: 90%;
	font-size: 7.5pt;
}

/* ------------ Compare ---------------------------------------------- */
.compare h4 {
	margin-bottom: 5px;
}

.compare tr {
	background-color: transparent;
}

.compare .propertyheader {
	font-weight: bold;
	font-size: 7.5pt;
}

.compare .lastrow td {
	background-color: transparent;
	font-size: 7.5pt;
	padding-bottom: 20px;
}


/* ------------ Attributes ------------------------------------------- */
.attributes {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}

.attributes table {
	width: 65%;
	border-collapse: collapse;
}

.attributes td {
	width: 100px;
	border-collapse: collapse;
}


/* Product attributes table */
.attributes table tr {
	background-image: none;
}

/* ------------ Reviews ---------------------------------------------- */
.reviews {
	margin: 45px 0 10px 0;
}

.reviews h2 {
	margin-bottom: 8px;
}

.review {
	margin: 0 0 5px 0;
}

.review .pad {
	padding: 10px;
}

.review .stars {
	display: inline;
	margin-right: 2px;
}

.review strong {
	display: inline;
}

.review .reviewer {
	font-style: italic;
}

.review blockquote {
	margin: 15px 20px 15px 20px;
}

.review .date, .review .appliesto {
	text-align: right;
}

/* Review add page */
.addreview form strong {
	display: block;
}

.addreview form p {
	margin: 0px 0px 20px 180px;
}

.addreview textarea {
	width: 340px;
	height: 100px;
}
	
/* ------------ Cross Selling ---------------------------------------- */
.carryonshopping h2 {
	margin-bottom: 8px
}

.carryonshopping h3 {
	margin-top: 5px;
}

.carryonshopping ul {
	margin: 2px 0px 10px 20px;
	list-style-type: circle;
	padding: 0;
	color:#5554BA
}

/* ------------  --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.versions 
{
clear:both;
padding: 0px;
}

.versions strong {
	display: block;
	padding-bottom: 5px;
}

.products_shortenened .versions { /* don't want to clear if we're doing things in shortened format */
	clear: none;
}

/*  displayed in options may first have a price line */
.versions .prices {
	padding: 5px 5px 5px 0px;
	text-align:left;
	margin-top:0px;
	float:left;
	margin-right:5px;
}



.versions .prices strong {
	display: inline;
}

.versions .prices span {
	margin-right: 10px;
	}

.versions .prices .inctax span {
	margin-left: 0em;
		}

.versions .line {
	text-align: right;
	padding: 5px;
}

.versions .line img {
	float: none;
}

/* Version Table */
.versions table {
clear:both;
	width: 705px;
	border: none;
	border-collapse: collapse;
	background-color: transparent;
}

.versions div.versionstable {
	width: 705px;
	background-color: transparent;
}

.versions tr.description {
	background-image: none;
	background-color: transparent;
}

.versions td.description {
	background-image: none;
	background-color: transparent;
}

.versions th, .versions td {
	text-align: right;
	background-color: transparent;
}

.versions table .stock {
	text-align: center;
	background-color: transparent;
}

.versions table .name {
	padding-left: 5px;
	background-color: transparent;
}

.versions table .addtobasket {
	padding-right: 5px;
	background-color: transparent;
}

.versions table .addtobasket img {
	float: none;
	background-color: transparent;
}

.versions table .description {
	padding: 5px;
	overflow: hidden;
	background-color: transparent;
}

.versions table .description img {
	float: left;
	margin-right: 4px;
	background-color: transparent;
	border:none;
}
	
	
	
.versions table .name, .versions table .name, .versions table .description {
	text-align: left;
	background-color: transparent;
}

/* ------------ Product Options -------------------------------------- */
.optiongroups_block .options {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float:left;
	}	
	
.optiongroups_block .options select {
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:11px;
text-transform:lowercase;
width:130px;
margin-right:10px;
float:left;
}	

.versionstable img
{
border:none;
}

.optiongroups_block .addtobasket select {
	margin-bottom:6px;
}

.optiongroups_block .addtobasket {
	text-align: right;
	float:left;
	padding-top:0px;
}


.optiongroups_block img
{
}

.outofstockmessage em {
	display: block;
	margin-top: 10px;
}

.optiongroups_block .option {
	clear: both;
}

.prices 
{float:left;
margin:0px;
padding:0px;

color:#555555
}

.versions .optiongroups_block .option label.optiontitle {
	display: inline;
	margin-right: 5px;
	float:left;
	
}

.option label.optiontitle 
{
margin-left: 5px;
float:left;
}



.optiongroups_block .option div {
	display: inline; 
float:left;

}

.optiongroups_block .option div .radiooptions {
	display: inline; 
}

.optiongroups_block .addtobasket img {
	float: left;
	text-align: right;
	
}

/* Inline groups */
.optiongroups_line {
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	zoom: 100%;
	overflow: hidden;
	float: left;
}

.optiongroups_line .options, .optiongroups_line .option div, .optiongroups_line .option, .optiongroups_line strong, .optiongroups_line label, .optiongroups_line select, .optiongroups_line .addtobasket {
 	display: inline; 
	float: left;
}

.optiongroups_line label {
	margin-left: 10px;
	float: left;
}

.optiongroups_line .addtobasket {
	display: block;
	float: right;
	text-align: right;
	margin-left: 0px;
	float: left;

}
.optiongroups_line .addtobasket img {
	float: none;
}
/* ------------ Homepage Layout Divs --------------------------------- */
.home_region {
	float: left;
	width: 100%;
}


/* ------------ Homepage News ---------------------------------------- */
/* Controls specifically the first news item */
#newsitem1 {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

#newsitem1 .pad {
	margin: 0;
	padding: 0px 20px 20px 0px;
}

#newsitem1 h1 {
	padding-top: 0px;
}


#newsitem1 img {
	float: right;
}

/* Other news items */

#newsitems div {
	padding: 0;
	margin: 0;
}

#newsitems {
	padding: 0;
	margin: 0;
	width: 100%;
}

#newsitems .newsitem {
	width: 33%;
	float: left;
}

#newsitems .newsitem .pad {
	margin: 0px 15px 10px 0px;
}

#newsitems strong {
	display: block;
	padding: 0;
	margin: 0;
}



/* ------------ Top lists -------------------------------------------- */
#toplists {
	padding: 0;
	width: 100%;
	clear: both;
}

#toplists .box {
	width: 49%;
	font-size: 7pt;
	float: left;
}

#toplists .pad {
	margin: 0px 15px 10px 0px;
}

#toplists ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#toplists ul li {
	list-style: none;
	float: none;
	clear: both;
	padding-bottom: 2px;
}

#toplists ul li div {
	display: block;
	font-size: 7.5pt;		
}

/* ------------ Homepage Specials ------------------------------------ */
.specials {
	clear: both;
}

.specials h2 {
	display: block;
	margin-bottom: 12px;
}


/* ------------ Promotions ------------------------------------------- */
/* promotion class controls listing in extended view (with thumbnail) */
.promotion {
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
	margin:0 auto;
}

.promotion img {
	float: right;
	margin-left: 0px;
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:3px;
	margin-bottom:15px;
}

.promotion .box {
	width: 680px;
	margin: 0px 0px 15px 0px;
	font-size: 8pt;

	border:1px double #cccccc;
	background-image:url(../templateimages/promotions_bg.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding:5px;
	  width/* */:/**/660px; 
  width: /**/660px;
}

.promotion .pad {
	padding: 60px 10px 20px 10px;
	overflow: hidden;
}

.promotion .box .pad p
{
margin-top:40px;
}

/* promotiontext class controls listing in text view */
.promotiontext {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	padding-top:30px;
	display: block;
	color:#333333;
}

.promotiontext .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.promotiontext .pad {
	overflow: hidden;
}


/* ------------ Miscellaneous ---------------------------------------- */
body, td {
	padding: 0;
	margin: 0;
}

#popup .pad {
	padding: 10px;
}

.extrainfolinks {
clear:both;
	margin: 8px 0px 10px 0px;
	overflow: hidden;
	font-size: 7.5pt;
	background-color:transparent;
}

.extrainfolinks a {
	white-space: nowrap;
}

.extrainfolinks .largeview {
	margin: 5px 0px 0px 0px;
	display: inline;
	border:none;
}

.extrainfolinks  {
color:#ffffff;
border:none;
font-size:1px;
}

.extrainfolinks .moreinfo {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .moreinfo a:link
{
color:#ffffff;
border:none;
}

.extrainfolinks .moreinfo a:hover
{
color:#ffffff;
border:none;
}

.extrainfolinks .moreinfo img
{
color:#ffffff;
border:none;
}

.moreinfo
{
color:#ffffff;
}

.largeview img
{
color:#ffffff;
border:none;
}

.moreinfo .largeview 
{
margin: 5px 0px 0px 0px;
display: inline;
border:none;
clear:both;
}



.moreinfo a
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.moreinfo  a:active
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.moreinfo a:hover
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.moreinfo  a:visited
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}



.extrainfolinks a:link
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.extrainfolinks a:selected
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.extrainfolinks a:hover
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.extrainfolinks a:visited
{
font-size:1px;
color: #ffffff;
font-weight:bold;
text-decoration:none;
float:left;
}

.extrainfolinks .largeview  img
{
margin: 5px 0px 0px 5px;
display: inline;
border:none;
clear:both;
}

.extrainfolinks img {
	float: none;
	margin: 0;
	border:none;
}

.versions img
{border:none;}

.extrainfolinks .compare {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .compare a {
	font-weight: normal;
}

.extrainfolinks img {
	float: none;
	margin: 0;
}

.nowrap {
	white-space: nowrap;
}

/* horizontal rule */
hr { 
	height: 1px; 
	border-width: 0; 
}



/* Paddings on various items */
h1, h2 {
	padding: 0;
	margin: 0px 0px 8px 0px;
}

/* By default disable all borders on images */
img {
	border: none;
}

/* Breadcrumb trail  */
.breadcrumbtrail {
	padding: 3px 3px 3px 0px;
	margin-bottom: 10px;
}

.breadcrumbtrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

.breadcrumbtrail ul li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}

/* Pagination */
.paging { 
	margin: 8px 0 8px 0;
}

.paging a { 
	font-weight: normal;
}

.paging_footer {
	text-align: right;
}

.pre (
{width:705px;
float:left;
clear:none;
}

.product .moreinfolinks img
{
border:none;
}


.addtobasket table td img
{
border:none;
background-color:#000000;
padding:3px;
}

.products .product .addtobasket img
{
border:none;
}


.weight 
{
font-weight:bold;
}

.stock
{
font-weight:bold;
}

.price
{
font-weight:bold;
}

.price_1
{
font-weight:bold;
}

.price_2
{
font-weight:bold;
}

.rrp 
{
font-weight:bold;
}

.extax
{
font-weight:bold;
padding:0px 0px 0px 0px;
}

.inctax
{
font-weight:bold;
padding:0px 0px 0px 0px;
}

.inctax input
{
background-color:transparent;
color:#666666;
text-align:center;
width:50px;
padding:0px 0px 0px 0px;
border:none;
margin-top:3px;
}




.buynow
{
text-align:center;
}

.product .buynow img
{
border: none;
}



.controls input.submit 
{
margin:0px 0px 0px 5px;
padding:0px 0px 0px 30px;
text-align:left;
width:120px;
font-size:8pt;
float:left;
}



.controls input.submit:hover
{
margin:0px 0px 0px 5px;
padding:0px 0px 0px 30px;
text-align:left;
width:120px;
font-size:8pt;
float:left;
}

.carryongoing input.submit
{width:150px;
border:none;
font-size:8pt;
float:left;
}

.carryongoing input.submit:hover
{width:150px;
border:none;
font-size:8pt;
float:left;
}

.section
{
clear:both;
}

.controls
{margin: 0 auto;
padding-bottom:50px;
padding-top:20px;}

.links


.basketerlinks
{
clear:both;
}

.products .products_shortened
{
width:705px;
}

.products .products_shortened .product .box .pad
{
width:200px;
height:auto;
float:left;
clear:both;
height: auto !important; /* for modern browsers */
height: 340px; /* for IE5.x and IE6 */
min-height: 340px; /* for modern browsers */
}


.products .products_shortened .product .box .pad h2
{
padding:5px 0px 5px 0px;
}

.products .products_shortened .product .box .pad .strapline
{
color:#333333;
text-align:center;
}


