/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */
/* "body" replaced with ".store" not ".store body" */
.store, 
.store td, 
.store select, 
.store input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: Black;
}

.store th {
	text-align: left;
}

/* Headings and Text */
.store h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #4488AA;
	margin: 10px 0 4px 0;
}

.store h2 {
	font-size: 9pt;
	color: #4488AA;
	margin-bottom: 5px;
}

.store h3 {
	font-size: 8pt;
}

.store h4 {
	font-size: 7.5pt;
	color: #4488AA;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

.store h5 {
	margin: 20px 0px 5px 0px;
	font-size: 7.5pt;
	color: #336677;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

.store pre {
	color: #009900;
	font-family: Verdana,Arial,Helvetica,Sans-Serif; 
}

.store .breadcrumbtrail {
	color: #999999;
}

/* Hyperlinks */
.store A:link, 
.store A:visited {
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
}

.store A:hover	{
	text-decoration: none; 
	color: red;
	font-weight: bold;
}

/* General site warnings & alerts */
.store .warning {
	font-style: normal;
	font-weight: bold;
	color: red;
	font-size: 7.5pt;
}

/* Products */
.store .products .minprice {
	color: Red;
}

.store .quantitydiscount {
	padding: 10px 0px 5px 0px;
	font-size: 7.5pt;
}



/* ------------ Site Colour Scheme and Layout ------------------------- */
/* "body" replaced with ".store" not ".store body" */
.store {

}

/* Boxes for general display */
.store .box {
	border: none;
}

.store .boxinset {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Shortened column format boxes */
.store .products_shortened .box {
	width: 300px;
	height: 450px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 7.5pt;
}

.store .subcategories_shortened .box {
	width: 300px;
	height: 375px;
	margin: 0px 5px 5px 0px;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	font-size: 7.5pt;
}

/* Line between products */
.store .products_extended .product {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

.store .products_normal .product {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* tables */

/* Tables */
.store table caption {
	font-size: 10pt;
	color: #DD7700;
}

.store table {
	border-collapse: collapse;
	width: 100%;
}

.store table tr {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.store table tr.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.store table tr.highlight {
	background-color: #FFF522;
	background-image: none;
}

.store .versions tr.highlight td {
	background-image: none;
	background-color: #FFF522;
}

.store table tr.header {
	background-color: transparent;
	background-image: none;
}

.store table tr.header th {
	font-size: 7.5pt;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
}

.store table tr.subheader td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.store table td, table th {
	padding: 3px;
}

.store table th {
	background-color: white;
}

/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Mini-basket ------------------------------------------ */
.store #basketlines a {
	display: block;
	text-decoration: none;  
	color: black;
	padding: 1px 2px 2px 3px;
}

.store #basketlines a:hover {
	color: white;
	background-color: #DD7700;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	padding: 1px 1px 1px 3px;
}

.store #baskettotals {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: Red;
	font-weight: bold;
	text-align: right;
}

.store #baskettotals p {
	border-bottom: solid 1px #CBD5DB;
}

.store #basketempty, 
.store #baskethidden {
	font-style: italic;
}	

.store #basketlines {
	border-top: solid 1px #CBD5DB;
}

.store #basketlines li {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #CBD5DB;
}

.store #basketlines li.alt {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

.store #basketlinks a {
	display: block;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 1px 1px 1px 3px;
}

.store #basketlinks a:hover {
	display: block;
	color: white;
	background-color: #DD7700;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	padding: 1px 1px 1px 3px;
}

/* ------------ Other Elements --------------------------------------- */

/* Reviews */
.store .reviews {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.store .reviews .box {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
	border-bottom: solid 1px #CBD5DB;
}

/* Carry On Shopping / Cross Selling */
.store .carryonshopping {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

/* Attributes */
.store .attributes {
	border-bottom: solid 1px #CBD5DB;
}

.store .attributes td {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
}

/* Promotions */
.store .product .promotions, 
.store .basket .promotions {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.store .promotion .box {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.store .promotionfooter {
	color: #aaa;
	margin-top: 8px;
}

/* Compare */
.store .compare td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/* ------------ Forms ------------------------------------------------ */
.store select, 
.store input, 
.store textarea {
	font-weight: normal;
	color: black;
	background-color: #DCE4E9;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

.store select:focus, 
.store input:focus, 
.store textarea:focus {
	font-weight: normal;
	color: black;
	background-color: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

.store input.submit {
	background-color: #DD7700;
	color: white;
	font-weight: bold;
	font-size: 7.5pt;
	border-style: outset;
	border-left: solid 1px #FF6666;
	border-top: solid 1px #FF6666;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	margin: 0 1px 3px 0;
	padding: 1px 3px 1px 3px;
	width: auto;
	overflow: visible;
}

.store input.smallsubmit {
	display: in-line;
	margin: 0;
	font-size: 7.5pt;
	text-decoration: none; 
	color: #EE6600;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	text-align: left;
	font-weight: bold; 
	background-color: transparent;
	border: none;
}

/* form error messages */
.store .errors {
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.store .errors label {
	border-bottom: dotted 1px red;
}

/* --- Category menu ------------------------------------------------- */

.store #categorymenu {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: solid 1px #CBD5DB;
}

.store #categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.store #categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

.store #categorymenu ul li div {
	font-size: 7.5pt;
	background-color: transparent; 		
}

.store #categorymenu ul li div a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #EE6600;
	background-image: url(../templateimages/back_fade2.png);
	border-bottom: solid 1px white;
}

.store #categorymenu ul li div a:hover {
	color: white;
	background-color: #DD7700;
	background-image: none;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
}

.store #categorymenu ul ul li div {
	font-weight: normal;
}

.store #categorymenu ul ul li div a {
	font-weight: normal;
	background-image: none;
	background-color: #DCE4E9; 
	color: #CC4400;
	padding-left: 10px;
}

.store #categorymenu ul ul ul li div a {
	padding-left: 20px;
}

.store #categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

.store #categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

.store #categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}

/* ------------ Checkout and Basket ---------------------------------- */
/* Card details box during checkout */
.store .carddetails {
	background-color: #FFFFFF;
	border: none;
}

/* shipping methods line during checkout */
.store .basket .shippingmethodline {
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 0 20px 0;
}

.store .basket tr.separate {
	height: 20px;
	background-color: white;
	background-image: none;
}

.store .basket .section {
	width: 100%;
	padding-top: 10px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.store .basket .totals {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.store .basket .applycoupon {
	border-top: solid 1px #CBD5DB;
	background-image: url(../templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.store .checkout .section {
	width: 99%;
	padding-top: 10px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.store #fieldsrequired {
	color: #888888;
	font-size: 7.5pt;
}

.store .shippingmethodstable .subheader .name {
	font-weight: bold;
	font-size: 7.5pt;
	color: #DD7700;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

/* ------------ Customer --------------------------------------------- */
.store .customer .section {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.store .vieworder {
	margin-bottom: 15px;
}

/* ------------ Site Map --------------------------------------------- */
.store .sitemap ul {
	padding: 0;
	margin: 0;
}

.store .sitemap ul li {
	display: block;
	float: left;
	width: 260px;
	margin: 5px;
	padding: 0;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	list-style-position: inside;	
	list-style-type: none;
}

.store .sitemap ul li div.pad {
	padding: 15px;
}

.store .sitemap ul ul {
	padding: 0;
	margin: 0;
}

.store .sitemap ul ul li {
	float: none;
	width: 100%;
	width: 100%;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 0;
}

/* ------------ Miscellaneous ---------------------------------------- */
/* horizontal rule */
.store hr {
	color: #DDDDDD; 
	background-color: #DDDDDD; 
}

/* Controls the first news item */
.store #newsitem1 h1 {

}

/* 'Top items' boxes on home page */
.store #toplists ul li div a:hover {
	color: red;
}

/* Search keyword highlight */
.store em.highlight {
	background-color: #FFF522;
	font-style: normal;
}

/* Strapline font styling */
.store .product em.strapline {
	font-style: normal;
	color: #339900;
	font-weight: bold;
	font-size: 7.5pt;
}

/* styles for common features on your content pages */
.store .page .cutout {
	margin: 12px;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
}

.store .page .cutout_left {
	float: left;
}

.store .page .cutout_right {
	float: right;
}

.store .page .right {
	text-align: right;
}

/* style used to highlight explanations of demo data. This can be safely remove
when you have your own styles */
.store .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 ------------------------------------------------ */
.store .boxheader {
	margin: 15px 0px 0px 0px;
}

.store .pad_shortformat {
	padding: 20px;
}

.store div.spacer {
  	clear: both;
}

/* ------------ Forms ------------------------------------------------ */
.store form { 
	margin: 0; 
	display: inline;
	padding: 0;
}

.store .inputform {
	margin-bottom: 12px;
	zoom: 100%; /* To fix IE 'invisible text' rendering bug (http://archivist.incutio.com/viewlist/css-discuss/57305) */
}

.store .inputform label {
	width: 180px;
	float: left;
}

.store .inputform label.checklabel {
	width: auto;
	float: none;
}

.store .inputform div {
	float: left;
	margin-bottom: 5px;
}

.store .inputform br {
	display: block;
	clear: both;
}

.store .inputform input.submit {
	margin-left: 180px;
	width: auto;
}

.store .inputform input {
	width: 180px;
}

.store input.radio, 
.store input.checkbox {
	border-style: none;
	background-color: transparent;
	display: inline;
	width: 20px;
}

.store .column2 {
	padding-left: 180px;
	margin-bottom: 20px;
	width: auto;
}

.store textarea { 
	width: auto; 
}

/* ------------ Mini-basket ------------------------------------------ */
.store #numberofitems {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 7.5pt;
}

.store #numberofitems em {
	font-style: normal;
	font-weight: bold;
}

/* Lines of the basket */
.store #basketlines {
	padding: 0;
	margin: 0;
}

.store #basketlines li {
	list-style: none;
	font-size: 7.5pt;
	clear: both;
}

.store #basketlines em {
	font-style: normal;
}

.store #baskettotals p em {
	margin-left: 5px;
}

.store #baskettotals em {
	font-style: normal;
}

.store #baskettotals #taxexception {
	font-weight: normal;
}

.store #basketlinks {
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 7.5pt;
}

.store #basketlinks li {
	list-style: none;
}

.store #basketlinks img {
	border: 0;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

.store #basketempty, 
.store #baskethidden {
	padding: 0px 3px 0px 3px;
	margin: 0;
}	

.store #baskettotals p {
	padding: 0px 3px 0px 3px;
	margin: 0;
	font-size: 7.5pt;
}

/* ------------ Speed order page ------------------------------------- */
.store .speedordertable {

}

.store .speedorder table {
	width: 100%;
	margin: 0 auto;
}

.store .speedorder td, 
.store .speedorder th {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
}

.store .speedorder .productcode input {
	width: 100%;
}

.store .speedorder .quantity input {
	width: 50px;
	text-align: right;
}

.store .speedorder div.submit {
	margin-top: 15px;
	text-align: left;
}

/* ------------ Checkout --------------------------------------------- */
/* step 1 - login form */
.store .emailreminder {
	width: 100%;
	padding-top: 15px;
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* step 3 - shipping methods */
.store .shippingmethodstable {
	width: 100%;
	padding-bottom: 8px;
}

.store .shippingmethodstable .price_1, 
.store .shippingmethodstable .price_2, 
.store .shippingmethodstable .price {
	text-align: right;
	white-space: nowrap;
	padding-right: 30px;
}

.store .euvat {
	padding-bottom: 8px;
}

.store .checkout textarea {
	width: 500px;
}

.store .carddetails {
	width: 100%;
}

.store .carddetails .inside {
	padding: 0px;
}

.store .shippingmethodline strong {
	padding-right: 16px;
}

.store .step4 input.submit {
	margin-left: 0px;
}

.store #strMailingListHTML {
	display: block;
	margin: 10px 0 5px 0;
}


/* Billing details typography */
.store .billtotal em {
	font-style: normal;
}

.store .billtotal, 
.store .gatewaymessage {
	margin: 15px 0 30px 0;
}

.store .billtotal {
	font-size: 10pt;
}

.store #termspopup {
	font-size: 7.5pt;
	}

/* ------------ Search ----------------------------------------------- */
.store .trythesecategories {
	margin: 8px 0px 8px 0px;
}

.store .trythesecategories ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.store .trythesecategories ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.store #resultsheader {
	margin: 8px 0 8px 0;
}

.store .search .pricefields input {
	width: 4em;
}


/* ------------ Basket ----------------------------------------------- */
.store .basket .baskettable {
	width: 100%;
}

.store .basket .price_1, 
.store .basket .price_2, 
.store .basket .price, 
.store .basket .quantity, 
.store .basket .remove, 
.store .basket .tax, 
.store .basket .total {
	text-align: right;
	white-space: nowrap;
}

.store .basket .quantity input {
	text-align: right;
}

.store .basket .totals em {
	line-height: 30px;
	color: red;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
}

.store .basket .totals .controls {
	margin-top: 8px;
}

.store .basket .links {
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.store .basket .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.store .basket .links div p {
	margin: 0;
	padding: 4px 4px 0 0px;
}

.store .basket .links img {
	margin-right: 4px;
}

.store .basket .continueshopping {
	margin-top: 8px;
	text-align: right;
}

.store .basket .continueshopping .submit {
	float: left;
	text-align: center;
}

/* ------------ Shipping rates --------------------------------------- */
.store .shippingtable {
	width: 100%;
	margin-bottom: 20px;
}

.store .shippingtable .price, 
.store .shippingtable .price_1, 
.store .shippingtable .price_2 {
	text-align: right;
	white-space: nowrap;
}

/* ------------ Customer --------------------------------------------- */
.store .section tbody td {
	padding: 2px;
}

.store .section table {
	margin-bottom: 2px;
}

.store .section th {
	text-align: left;
}

.store .savebasketstable .date, 
.store .wishliststable .date {
	width: 130px;
}

.store .savebasketstable .actions, 
.store .wishliststable .actions, 
.store .orderhistory .view {
	text-align: right;
	width: 130px;
}

.store .orderdetails label {
	width: 30%;
	float: left;
}

.store .orderdetails div {
	float: left;
	margin-bottom: 4px;
}

.store .orderdetails br {
	display: block;
	clear: both;
}

.store .orderdetails div.tick {
	float: none;
	margin-bottom: 0;
}

.store .orderdetails div.tick img {
	margin-right: 8px;
}

.store .downloadableproductstable .codenumber, 
.store .downloadableproductstable .orderdate {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.store .customer .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.store .wishlist #chkUpdateItems {
	margin: 0;
	width: 20px;
	text-align: left;
	float: left;
	padding: 0;
}

/* ------------ Affiliate -------------------------------------------- */
.store .affiliatestatstable {
	width: 100%;
}

.store .affiliatestats .total {
	text-align: right;
	padding-right: 12px;
}

.store .affiliatestats .graph {
	text-align: center;
}

.store .affiliatestats h2 {
	margin-top: 16px;
}


/* ------------ Categories ------------------------------------------- */
.store .category h2 {
	margin: 0px 0px 8px 0px;
}

.store .subcategories {
	margin-bottom: 0px;
}

.store .subcategories_normal {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.store .subcategories_extended {
	background-image: url(../templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.store .maincategory {
	padding: 0;
	width: 100%;
	border: 0;
	overflow: hidden;
}

.store .subcategory {
	margin: 0;
	padding: 0px 0px 1px 0px;
}

.store .subcategories_normal .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.store .subcategories_extended .subcategory {
	margin: 0;
	padding: 15px 0px 1px 0px;
}

.store .subcategory strong {
	display: block;
	margin-bottom: 4px;
}

.store .subcategories_extended .subcategory img, 
.store .maincategory img {
	float: right;
	margin: 0px 0px 10px 10px;
}

.store .subcategories_shortened .subcategory_image {
	display: block;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.store .subcategories .subcategory .pad, 
.store .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 */
.store .subcategories_shortened .subcategory {
	display: block;
	float: left;
	margin-bottom: 0px;
	
}

.store .subcategories_shortened .subcategory .pad {
	padding: 10px;
}

/* Style specifically for the 'link'. We remove most of the box styling for link mode */
.store .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 */
.store .product h2 {
	text-align: left;
}

.store .products_shortened {

}	


.store .products_shortened .product h2 {
	margin-top: 5px;
	text-align: left;
	font-size: 7.5pt;
}	

/* Covers info on all 'product' views - including product.asp */
.store .product em.strapline {
	display: block;
	margin: 8px 0px 8px 0px;
	padding: 0;
}

.store .generalspace {
	display: block;
	height: 1px;
}

.store .product p {
	margin: 0 0 5px 0px;
}

.store .product .main {
	overflow: hidden;
}

.store .product img.thumb {
	float: right;
	margin-left: 10px;
}

.store .quantitydiscount .link {
	padding: 5px 0px 5px 0px;
}

/* All products in a list format (i.e. not product.asp) */
.store .products {
	margin-bottom: 0px;
	padding-bottom: 10px;
	overflow: hidden;
}

.store .products_end {
	clear: both;
}

.store .products .minprice {
	display: block;
	font-weight: bold;
	padding-top: 10px;
}

.store .products .product img {
	float: right;
	margin: 0px 0px 10px 10px;
}


.store .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 */	
}

.store .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 */
.store .products_shortened .product img {
	display: block;
	float: none;
	margin: 8px auto;
	text-align: center;
}	

.store .products_shortened .product {
	display: block;
	float: left;
	margin-bottom: 0px;
}

.store .products_shortened .minprice {
	text-align: center;
}

.store .products_shortened em {
	padding: 0px 10px 5px 10px;
}


/* Specific to the 'classic' search display type - no styling, just text and description */
.store .products_classicsearch .product .pad {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.store .products_classicsearch .product .pad p {
	margin: 4px 0 8px 0;
}


/* To improve the display you may wish to force the height of these boxes */
.store .products_shortened .product .pad {
	padding: 10px;
}

.store .products_shortened .product .moredetails {
	display: none;
	visibility: hidden;
}

/* ------------ Wish List -------------------------------------------- */
.store .wishlist .section {
	margin-bottom: 25px;
}

.store .wishlist .explanation {
	margin: 0px 0px 15px 0px;
	display: block;
	width: 90%;
	font-size: 7.5pt;
}

/* ------------ Compare ---------------------------------------------- */
.store .compare h4 {
	margin-bottom: 5px;
}

.store .compare tr {
	background-color: transparent;
}

.store .compare .propertyheader {
	font-weight: bold;
	font-size: 7.5pt;
}

.store .compare .lastrow td {
	background-color: transparent;
	font-size: 7.5pt;
	padding-bottom: 20px;
}


/* ------------ Attributes ------------------------------------------- */
.store .attributes {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}

.store .attributes table {
	width: 100%;
	border-collapse: collapse;
}

/* Product attributes table */
.store .attributes table tr {
	background-image: none;
}

/* ------------ Reviews ---------------------------------------------- */
.store .reviews {
	margin: 5px 0 10px 0;
}

.store .reviews h2 {
	margin-bottom: 8px;
}

.store .review {
	margin: 0 0 5px 0;
}

.store .review .pad {
	padding: 10px;
}

.store .review .stars {
	display: inline;
	margin-right: 2px;
}

.store .review strong {
	display: inline;
}

.store .review .reviewer {
	font-style: italic;
}

.store .review blockquote {
	margin: 15px 20px 15px 20px;
}

.store .review .date, .review .appliesto {
	text-align: right;
}

/* Review add page */
.store .addreview form strong {
	display: block;
}

.store .addreview form p {
	margin: 0px 0px 20px 180px;
}

.store .addreview textarea {
	width: 340px;
	height: 100px;
}
	
/* ------------ Cross Selling ---------------------------------------- */
.store .carryonshopping h2 {
	margin-bottom: 8px
}

.store .carryonshopping h3 {
	margin-top: 5px;
}

.store .carryonshopping ul {
	margin: 2px 0px 10px 40px;
	list-style-type: none;
	padding: 0;
}

/* ------------ Versions --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.store .versions {
	clear: both;
	margin-bottom: 10px;
}

.store .versions strong {
	display: block;
	padding-bottom: 5px;
}

.store .products_shortenened .versions { /* don't want to clear if we're doing things in shortened format */
	clear: none;
}

/* Versions displayed in options may first have a price line */
.store .versions .prices {
	padding: 5px;
	text-align:right;
}

.store .versions .prices span {
	margin-left: 2em;
}

.store .versions .prices .extax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}

.store .versions .prices .inctax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}

.store .versions .prices .weight {
	width: 40px;
	border: none;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	padding: 2px;
}

.store .versions .line {
	text-align: right;
	padding: 5px;
}

.store .versions .line img {
	float: none;
}

/* Version Table */
.store .versions table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.store .versions div.versionstable {
	width: 100%;
}

.store .versions tr.description {
	background-image: none;
	background-color: transparent;
}

.store .versions td.description {
	background-image: none;
	background-color: white;
}

.store .versions th, 
.store .versions td {
	text-align: right;
}

.store .versions table .stock {
	text-align: center;
}

.store .versions table .name {
	padding-left: 5px;
}

.store .versions table .addtobasket {
	padding-right: 5px;
}

.store .versions table .addtobasket img {
	float: none;
}

.store .versions table .description {
	padding: 5px;
	overflow: hidden;
}

.store .versions table .description img {
	float: left;
	margin-right: 4px;
}
	
.store .versions table .name, 
.store .versions table .name, 
.store .versions table .description {
	text-align: left;
}

/* ------------ Product Options -------------------------------------- */
.store .optiongroups_block .options {
	padding: 10px;
	margin: 10px 0px 5px 0px;
}	

.store .optiongroups_block .addtobasket {
	text-align: right;
	padding: 5px;
	clear: both;
}

.store .outofstockmessage em {
	display: block;
	margin-top: 10px;
}

.store .optiongroups_block .option {
	clear: both;
}

.store .optiongroups_block .option label.optiontitle {
	display: block;
	width: 150px;
	float: left;
	margin-right: 5px;
}

.store .versions .option label.optiontitle {
	margin-right: 5px;
}

.store .optiongroups_block .option div {
	display: inline-block;
	margin-left: 160px;
	margin-bottom: 10px;
}

.store .optiongroups_block .option div .radiooptions {
	display: block;
}

.store .optiongroups_block .addtobasket img {
	float: none;
	text-align: right;
}

/* Inline groups */
.store .optiongroups_line {
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	zoom: 100%;
	overflow: hidden;
}

.store .optiongroups_line .options, 
.store .optiongroups_line .option div, 
.store .optiongroups_line .option, 
.store .optiongroups_line strong, 
.store .optiongroups_line label, 
.store .optiongroups_line select, 
.store .optiongroups_line .addtobasket {
	display: inline;
}

.store .optiongroups_line label {
	margin-left: 10px;
}

.store .optiongroups_line .addtobasket {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	margin-left: 20px;

}
.store .optiongroups_line .addtobasket img {
	float: none;
}
/* ------------ Homepage Layout Divs --------------------------------- */
.store .home_region {
	width: 100%;
}


/* ------------ Homepage News ---------------------------------------- */
/* Controls specifically the first news item */
.store #newsitem1 {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}

.store #newsitem1 .pad {
	margin: 0;
	padding: 0px 20px 20px 0px;
}

.store #newsitem1 h1 {
	padding-top: 0px;
}


.store #newsitem1 img {
	float: right;
}

/* Other news items */

.store #newsitems div {
	padding: 0;
	margin: 0;
}

.store #newsitems {
	padding: 0;
	margin: 0;
	width: 100%;
}

.store #newsitems .newsitem {
	width: 33%;
	float: left;
}

.store #newsitems .newsitem .pad {
	margin: 0px 15px 10px 0px;
}

.store #newsitems strong {
	display: block;
	padding: 0;
	margin: 0;
}



/* ------------ Top lists -------------------------------------------- */
.store #toplists {
	padding: 0;
	width: 100%;
	clear: both;
}

.store #toplists .box {
	width: 33%;
	font-size: 7pt;
	float: left;
}

.store #toplists .pad {
	margin: 0px 15px 10px 0px;
}

.store #toplists ul {
	margin: 0;
	padding: 0;
	border: 0;
}

.store #toplists ul li {
	list-style: none;
	float: none;
	clear: both;
	padding-bottom: 2px;
}

.store #toplists ul li div {
	display: block;
	font-size: 7.5pt;		
}

/* ------------ Homepage Specials ------------------------------------ */
.store .specials {
	clear: both;
}

.store .specials h2 {
	display: block;
	margin-bottom: 12px;
}


/* ------------ Promotions ------------------------------------------- */
/* promotion class controls listing in extended view (with thumbnail) */
.store .promotion {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.store .promotion img {
	float: right;
	margin-left: 10px;
}

.store .promotion .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.store .promotion .pad {
	padding: 10px;
	overflow: hidden;
}

/* promotiontext class controls listing in text view */
.store .promotiontext {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.store .promotiontext .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.store .promotiontext .pad {
	overflow: hidden;
}


/* ------------ Miscellaneous ---------------------------------------- */
/* "body" replaced with ".store" not ".store body" */
.store, 
.store td {
	padding: 0;
	margin: 0;
}

.store #popup .pad {
	padding: 10px;
}

.store .extrainfolinks {
	margin: 8px 0px 10px 0px;
	overflow: hidden;
	font-size: 7.5pt;
}

.store .extrainfolinks a {
	white-space: nowrap;
}

.store .extrainfolinks .largeview {
	margin: 5px 0px 0px 0px;
	display: inline;
}

.store .extrainfolinks .moreinfo {
	margin: 5px 0px 0px 0px;
}

.store .extrainfolinks .compare {
	margin: 5px 0px 0px 0px;
}

.store .extrainfolinks .compare a {
	font-weight: normal;
}

.store .extrainfolinks img {
	float: none;
	margin: 0;
}

/* Carry On Shopping / Cross Selling */
.store .carryonshopping a {
	font-weight: normal;
}

.store .nowrap {
	white-space: nowrap;
}

/* horizontal rule */
.store hr { 
	height: 1px; 
	border-width: 0; 
}



/* Paddings on various items */
.store h1, 
.store h2 {
	padding: 0;
	margin: 0px 0px 8px 0px;
}

/* By default disable all borders on images */
.store img {
	border: none;
}

/* Breadcrumb trail  */
.store .breadcrumbtrail {
	padding: 3px 3px 3px 0px;
	margin-bottom: 10px;
}

.store .breadcrumbtrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 

.store .breadcrumbtrail ul li {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}

/* Pagination */
.store .paging { 
	margin: 8px 0 8px 0;
}

.store .paging a { 
	font-weight: normal;
}

.store .paging_footer {
	text-align: right;
}