/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

/* --- Body - control position #container, allows centering of site -- */

#container {
	display: block;
	background-image: url(../skin_default/templateimages/back_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
}

/* Contains rest of HTML */
#centrecontainer {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	min-height: 100%;
}





/* --- Entire page body section - everything below the header -------- */
#pagebody {
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Left hand section of page body (if you have one!) */
#left {
	width: 168px;
	margin: 0px;
	float: left;
}

/* Dynamic page content section of page body */
#pagecontent {
	width: 560px;
	float: left;
	padding: 0;
}

#pagecontent_pad {
	padding: 10px 5px 5px 0px;
}

/* Right hand section of page body */
#right {
	width: 168px;
	margin: 0px;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
}

	

/* T&Cs text */
#terms {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 10px;
	margin-bottom: 12px;
	font-size: 7pt;
	color: #999999;
}


/* --- language, currency menu and search box ------------------------ */
#languagemenu form select, #currencymenu form select, #prodtypemenuform select {
	width: 168px;
	margin: 0;
	padding: 0;
}

#searchbox input {
	width: 148px;
}


/* --- Template items ------------------------------------------------ */
#left_pad {
	padding: 0px 5px 0px 8px;
}

#left h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* search and mailinglist forms */
#quicksearch form {
	display: block;
}

#left input.submit {
	height: 22px;
	width: 30px;
}

#left input.text {
	width: 95px;
}

#mailinglist label#email {
	display: block;
	margin: 0px 0px 2px 0px;
}

#mailinglist label#htmlemail {
	display: block;
	margin: 2px 0px 2px 0px;
}

#right h2 {
	margin: 10px 0px 5px 0px;
	font-weight: bold;
}

/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Typographic settings --------------------------------- */


/* General site warnings & alerts */
.warning {
	font-style: normal;
	font-weight: bold;
	color: red;
	font-size: 7.5pt;
}

/* Products */
.products .minprice {
	color: Red;
}

.quantitydiscount {
	padding: 10px 0px 5px 0px;
	font-size: 7.5pt;
}



/* ------------ Site Colour Scheme and Layout ------------------------- */
body {

}

/* Boxes for general display */
.box {
	border: none;
}

.boxinset {
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

/* Shortened column format boxes */
.products_shortened .box {
	width: 170px;
	height: 280px;
	margin: 0px 5px 5px 0px;
	background-image: url(../skin_default/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;
}

.subcategories_shortened .box {
	width: 170px;
	height: 260px;
	margin: 0px 5px 5px 0px;
	background-image: url(../skin_default/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 */
.products_extended .product {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 10px;
}

.products_normal .product {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* tables */

/* Tables */
table caption {
	font-size: 10pt;
	color: #EA171F;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr {
	background-position: top left;
	background-repeat: repeat-x;
}

table tr.alt {
	background-position: top left;
	background-repeat: repeat-x;
}

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: 7.5pt;
	font-weight: bold;
	background-image: none;
	background-color: transparent;
}

table tr.subheader td {
	border-top: solid 1px #CBD5DB;
	background-position: top left;
	background-repeat: repeat-x;
}

table td, table th {
	padding: 3px;
}

table th {
	background-color: white;
}

/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/
/* ------------ Mini-basket ------------------------------------------ */
#basketlines a {
	display: block;
	text-decoration: none;  
	color: black;
	padding: 1px 2px 2px 3px;
}

#basketlines a:hover {
	color: white;
	background-color: #EA171F;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	padding: 1px 1px 1px 3px;
}

#baskettotals {
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	color: Red;
	font-weight: bold;
	text-align: right;
}

#baskettotals p {
	border-bottom: solid 1px #CBD5DB;
}

#basketempty, #baskethidden {
	font-style: italic;
}	

#basketlines {
	border-top: solid 1px #CBD5DB;
}

#basketlines li {
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #CBD5DB;
}

#basketlines li.alt {
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#basketlinks a {
	display: block;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	padding: 1px 1px 1px 3px;
}

#basketlinks a:hover {
	display: block;
	color: white;
	background-color: #EA171F;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
	padding: 1px 1px 1px 3px;
}

/* ------------ Other Elements --------------------------------------- */

/* Reviews */
.reviews {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.reviews .box {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
	border-bottom: solid 1px #CBD5DB;
}

/* Carry On Shopping / Cross Selling */
.carryonshopping {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
}

/* Attributes */
.attributes {
	border-bottom: solid 1px #CBD5DB;
}

.attributes td {
	background-color: #E2EAEF;
	border-top: solid 1px #CBD5DB;
}

/* Promotions */
.product .promotions, .basket .promotions {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.promotion .box {
	background-image: url(../skin_default/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;
}

.promotionfooter {
	color: #aaa;
	margin-top: 8px;
}

/* Compare */
.compare td {
	border-top: solid 1px #CBD5DB;
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
}


/* ------------ Forms ------------------------------------------------ */
input, textarea {
	font-weight: normal;
	color: black;
	background-color: #DCE4E9;
	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: #F7F7FF;
	border-color: #cccccc;
	border-style: inset;
	border-width: 1px;
	margin-bottom: 3px;
}

input.submit {
	background-color: #EA171F;
	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;
}

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 */
.errors {
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label {
	border-bottom: dotted 1px red;
}

/* --- Category menu ------------------------------------------------- */

#categorymenu {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: solid 1px #CBD5DB;
}

#categorymenu ul {
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li {
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li div {
	font-size: 7.5pt;
	background-color: transparent; 		
}

#categorymenu ul li div a {
	display: block;
	padding: 1px 2px 2px 2px;
	color: #EE6600;
	background-image: url(../skin_default/templateimages/back_fade2.png);
	border-bottom: solid 1px white;
}

#categorymenu ul li div a:hover {
	color: white;
	background-color: #EA171F;
	background-image: none;
	border-right: solid 1px #990000;
	border-bottom: solid 1px #990000;
}

#categorymenu ul ul li div {
	font-weight: normal;
}

#categorymenu ul ul li div a {
	font-weight: normal;
	background-image: none;
	background-color: #DCE4E9; 
	color: #CC4400;
	padding-left: 10px;
}

#categorymenu ul ul ul li div a {
	padding-left: 20px;
}

#categorymenu ul ul ul ul li div a {
	padding-left: 30px;
}

#categorymenu ul ul ul ul ul li div a {
	padding-left: 40px;
}

#categorymenu ul ul ul ul ul ul li div a {
	padding-left: 50px;
}

/* ------------ Checkout and Basket ---------------------------------- */
/* Card details box during checkout */
.carddetails {
	background-color: #FFFFFF;
	border: none;
}

/* shipping methods line during checkout */
.basket .shippingmethodline {
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 8px 0 20px 0;
}

.basket tr.separate {
	height: 20px;
	background-color: white;
	background-image: none;
}

.basket .section {
	width: 100%;
	padding-top: 10px;
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.basket .totals {
	border-top: solid 1px #CBD5DB;
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.basket .applycoupon {
	border-top: solid 1px #CBD5DB;
	background-image: url(../skin_default/templateimages/back_fade2.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 18px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.checkout .section {
	width: 99%;
	padding-top: 10px;
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#fieldsrequired {
	color: #888888;
	font-size: 7.5pt;
}

.shippingmethodstable .subheader .name {
	font-weight: bold;
	font-size: 7.5pt;
	color: #EA171F;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

/* ------------ Customer --------------------------------------------- */
.customer .section {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	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;
	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;
}

.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: red;
}

/* Search keyword highlight */
em.highlight {
	background-color: #FFF522;
	font-style: normal;
}

/* Strapline font styling */
.product em.strapline {
	font-style: normal;
	color: #339900;
	font-weight: bold;
	font-size: 7.5pt;
}

/* 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 {
	float: left;
	margin-bottom: 5px;
}

.inputform br {
	display: block;
	clear: both;
}

.inputform input.submit {
	margin-left: 180px;
	width: auto;
}

.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 ------------------------------------------ */
#numberofitems {
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 7.5pt;
}

#numberofitems em {
	font-style: normal;
	font-weight: bold;
}

/* Lines of the basket */
#basketlines {
	padding: 0;
	margin: 0;
}

#basketlines li {
	list-style: none;
	font-size: 7.5pt;
	clear: both;
}

#basketlines em {
	font-style: normal;
}

#baskettotals p em {
	margin-left: 5px;
}

#baskettotals em {
	font-style: normal;
}

#baskettotals #taxexception {
	font-weight: normal;
}

#basketlinks {
	margin: 5px 0px 0px 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: 0;
}	

#baskettotals p {
	padding: 0px 3px 0px 3px;
	margin: 0;
	font-size: 7.5pt;
}

/* ------------ Speed order page ------------------------------------- */
.speedordertable {

}

.speedorder table {
	width: 100%;
	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;
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* step 3 - shipping methods */
.shippingmethodstable {
	width: 100%;
	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: 100%;
}

.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: red;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
}

.basket .totals .controls {
	margin-top: 8px;
}

.basket .links {
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.basket .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	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: right;
}

.basket .continueshopping .submit {
	float: left;
	text-align: center;
}

/* ------------ Shipping rates --------------------------------------- */
.shippingtable {
	width: 100%;
	margin-bottom: 20px;
}

.shippingtable .price, .shippingtable .price_1, .shippingtable .price_2 {
	text-align: right;
	white-space: nowrap;
}

/* ------------ 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, .orderhistory .view {
	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;
}

.downloadableproductstable .codenumber, .downloadableproductstable .orderdate {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.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 {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.subcategories_extended {
	background-image: url(../skin_default/templateimages/back_fade3.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.maincategory {
	padding: 0;
	width: 100%;
	border: 0;
	overflow: hidden;
}

.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_extended .subcategory img, .maincategory img {
	float: right;
	margin: 0px 0px 10px 10px;
}

.subcategories_shortened .subcategory_image {
	display: block;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.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 {
	text-align: left;
}

.products_shortened {

}	


.products_shortened .product h2 {
	margin-top: 5px;
	text-align: left;
	font-size: 7.5pt;
}	

/* Covers info on all 'product' views - including product.asp */
.product em.strapline {
	display: block;
	margin: 8px 0px 8px 0px;
	padding: 0;
}

.generalspace {
	display: block;
	height: 1px;
}

.product p {
	margin: 0 0 5px 0px;
}

.product .main {
	overflow: hidden;
}

.product img.thumb {
}

.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;
}


.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;
}

.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: 100%;
	border-collapse: collapse;
}

/* Product attributes table */
.attributes table tr {
	background-image: none;
}

/* ------------ Reviews ---------------------------------------------- */
.reviews {
	margin: 5px 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 40px;
	list-style-type: none;
	padding: 0;
}

/* ------------ Versions --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.versions {
	clear: both;
	margin-bottom: 10px;
}

.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;
}

/* Versions displayed in options may first have a price line */
.versions .prices {
	padding: 5px;
	text-align:right;
}

.versions .prices span {
	margin-left: 2em;
}

.versions .prices .extax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}

.versions .prices .inctax {
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 2px;
}

.versions .prices .weight {
	width: 40px;
	border: none;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	padding: 2px;
}

.versions .line {
	text-align: right;
	padding: 5px;
}

.versions .line img {
	float: none;
}

/* Version Table */
.versions table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.versions div.versionstable {
	width: 100%;
}

.versions tr.description {
	background-image: none;
	background-color: transparent;
}

.versions td.description {
	background-image: none;
	background-color: white;
}

.versions th, .versions td {
	text-align: right;
}

.versions table .stock {
	text-align: center;
}

.versions table .name {
	padding-left: 5px;
}

.versions table .addtobasket {
	padding-right: 5px;
}

.versions table .addtobasket img {
	float: none;
}

.versions table .description {
	padding: 5px;
	overflow: hidden;
}

.versions table .description img {
	float: left;
	margin-right: 4px;
}
	
.versions table .name, .versions table .name, .versions table .description {
	text-align: left;
}

/* ------------ Product Options -------------------------------------- */
.optiongroups_block .options {
	padding: 10px;
	margin: 10px 0px 5px 0px;
}	

.optiongroups_block .addtobasket {
	text-align: right;
	padding: 5px;
	clear: both;
}

.outofstockmessage em {
	display: block;
	margin-top: 10px;
}

.optiongroups_block .option {
	clear: both;
}

.optiongroups_block .option label.optiontitle {
	display: block;
	width: 150px;
	float: left;
	margin-right: 5px;
}

.versions .option label.optiontitle {
	margin-right: 5px;
}

.optiongroups_block .option div {
	display: inline-block;
	margin-left: 160px;
	margin-bottom: 10px;
}

.optiongroups_block .option div .radiooptions {
	display: block;
}

.optiongroups_block .addtobasket img {
	float: none;
	text-align: right;
}

/* Inline groups */
.optiongroups_line {
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
	zoom: 100%;
	overflow: hidden;
}

.optiongroups_line .options, .optiongroups_line .option div, .optiongroups_line .option, .optiongroups_line strong, .optiongroups_line label, .optiongroups_line select, .optiongroups_line .addtobasket {
	display: inline;
}

.optiongroups_line label {
	margin-left: 10px;
}

.optiongroups_line .addtobasket {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	margin-left: 20px;

}
.optiongroups_line .addtobasket img {
	float: none;
}
/* ------------ Homepage Layout Divs --------------------------------- */
.home_region {
	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: 33%;
	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 {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.promotion img {
	float: right;
	margin-left: 10px;
}

.promotion .box {
	width: 100%;
	margin: 0px 5px 5px 0px;
	font-size: 8pt;
}

.promotion .pad {
	padding: 10px;
	overflow: hidden;
}

/* promotiontext class controls listing in text view */
.promotiontext {
	clear: both;
	vertical-align: middle;
	margin: 8px 0px 8px 0px;
	display: block;
}

.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 {
	margin: 8px 0px 10px 0px;
	overflow: hidden;
	font-size: 7.5pt;
}

.extrainfolinks a {
	white-space: nowrap;
}

.extrainfolinks .largeview {
	margin: 5px 0px 0px 0px;
	display: inline;
}

.extrainfolinks .moreinfo {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .compare {
	margin: 5px 0px 0px 0px;
}

.extrainfolinks .compare a {
	font-weight: normal;
}

.extrainfolinks img {
	float: none;
	margin: 0;
}

/* Carry On Shopping / Cross Selling */
.carryonshopping a {
	font-weight: normal;
}

.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;
}

/*##############################*/
/*        WEBFEET STYLES        */
/*##############################*/
body {
	margin: 0px; padding: 0px; background:#e1e1e1; 
}

*{line-height:17px;font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#515151;}
a{text-decoration:none; color:#515151;}
a:hover{text-decoration:underline;}
h2{padding:0; margin:10px 0;}
p{padding:0; margin:10px 0;}

p.p-red { color:#eb171f; }

.link-red { color:#eb171f; text-decoration:none; }
.link-red:hover { text-decoration:underline; }

#wrap{width:970px; background: #fff; margin:0 auto; overflow:hidden; padding-bottom:10px; padding-top:6px;} 
#top{height:103px; overflow:hidden; background:url(../images/bg_top.jpg) no-repeat top center; position:relative;}

a#logo{ display:block; width:233px; height:88px; background:url(../images/logo.gif) no-repeat; margin:0; position:absolute; top:5px; left:10px; text-indent:-9999px;}
#bannerBox { width:416px; display:block; overflow:hidden; position:absolute; left:282px; }

#strapline{float:left; margin:50px 0 0 10px; }
#strapline h2{margin:0; font-family:Tahoma,Arial, Helvetica, sans-serif;}

#search{float:right; margin:5px 10px 0 0 ; width:234px; height:24px; background:url(../images/search.gif) no-repeat;}
.christmasdelivery{position:absolute;left:727px;top:33px;font-weight:bold;color:red;width:230px}


#searchform{width:170px; border:none; background:none; margin:2px 0 0 5px; float:left;}
input#searchbutton{width:45px; height:21px; color:#fff; display:block; float:left; margin-left:12px; padding-top:3px; background:none;border:none}

#navbar{width:950px; margin:0 auto; height:40px; background:url(../images/navbar.gif) no-repeat; border-bottom:10px solid #fa1a23;}
#navbar ul{padding:1px 0 0 0; margin:0; list-style:none;}
#navbar ul li{float:left; height:28px; padding:10px 22px 0 21px; background:url(../images/navbar_line.gif) no-repeat right;}
#navbar ul li a{font-weight:bold; font-family:Tahoma,Arial, Helvetica, sans-serif; }
#navbar ul li.lastchild{background:none;}
#navbar ul li ul li{padding:5px 0 0 5px !important; background:none; height:30px; margin-top:0px;width:190px;float:left}
#navbar ul li ul.last li{padding:5px 0 0 5px !important; background:none; height:30px; margin-top:0px;width:230px;float:right}

/* main content columns style */
#content { width:950px; display:block; margin:10px auto 0 auto; padding:0; background:none; overflow:hidden; }
#content .c-left { width:226px; float:left; display:inline; overflow:hidden; margin:0; padding:0; background:none; }
#content .c-right { width:172px; float:right; display:inline; overflow:hidden; margin:0; padding:0; background:none;}
#content .c-center { width:715px; float:left; display:inline; overflow:hidden; margin:0 0 0 7px; padding:0; background:none;}

/*left column */
#content .itemEdgesBox { width:226px; display:block; margin:0 0 10px 0; padding:0; overflow:hidden; border-bottom:1px solid #e7e4e4; }
#content .itemEdgesBox h2.h_red { width:226px; height:34px; line-height:34px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; background:url(../images/bg_h2_red-left.gif) repeat-x; color:#fff; margin:0!important; padding:0!important; }
#content .itemEdgesBox h2.h_grey { width:226px; height:35px; line-height:35px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; background:url(../images/bg_h2_grey-left.gif) no-repeat; color:#515151; margin:0!important; padding:0!important;}
#content .itemEdgesBox h2.h_grey_hp { border-right:1px solid #E7E4E4;width:100%; height:35px; line-height:35px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; background:url(../images/bg_h2_grey-center.gif) repeat-x;text-align:left; text-indent:7px; margin:0!important; padding:0!important;}
#content .itemEdgesBox h1.h_grey { border-right:1px solid #E7E4E4;width:100%; height:35px; line-height:35px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; margin:0!important; padding:0!important;}
h1.h_red { width:100%; height:34px; line-height:34px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; background:url(../images/bg_h2_red-left.gif) repeat-x; color:#fff; margin:0!important; margin-bottom:10px !important;padding:0!important; }
#content .itemEdgesBox .iEB-content { width:212px; margin:0; padding:14px 7px 10px 7px; overflow:hidden; display:block; background:none; }
#content .itemEdgesBox .iEB-content p { margin:0 0 10px 0!important; }
#content .itemEdgesBox .iEB-content p.p-red .link-red  { margin:0 6px 0 6px; }
#content .itemEdgesBox .iEB-content p.p-red .first { margin:0 6px 0 0px!important; }
#content .itemEdgesBox .iEB-content img.img-brands, #content .itemEdgesBox .iEB-content a img.img-brands { display:inline; float:left; margin:6px 28px 6px 12px; padding:0; border:0; outline:none;  }

#content .c-right .itemEdgesBox .iEB-content { width:172px; padding:0; margin:0; overflow:hidden; display:block; background:none; }
#content .c-right .itemEdgesBox .iEB-content p { margin:0 0 10px 0!important; }
#content .c-right .itemEdgesBox .iEB-content p.p-red .link-red  { margin:0 6px 0 6px; }
#content .c-right .itemEdgesBox .iEB-content p.p-red .first { margin:0 6px 0 0px!important; }

/*#content .bgwhite { background:url(../images/bg_left-box-white-y.gif) repeat-y!important; }*/
#content .itemEdgesBox a img { border:0; outline:none; }

/*left column */
#content .c-right .banner-competition { width:172px; height:244px; overflow:hidden; display:block; margin:0 0 10px 0; padding:0; position:relative;}
#content .c-right .banner-competition .readmore_grey { background:url(../images/readmore_grey_r.gif) no-repeat!important; position:absolute; top:204px; left:12px; }
#content .c-right .itemEdgesBox { width:172px!important; display:block; margin:0 0 10px 0; padding:0; overflow:hidden; background:url(../images/bg_left-box-right-y.gif) repeat-y!important; border-bottom:1px solid #e7e4e4; }
#content .c-right .itemEdgesBox h2.h_red { width:172px!important; }


/* center column */
#content .c-center .itemEdgesBox { width:702px; display:block; margin:0 0 10px 0; padding:0; overflow:hidden;  border-bottom:1px solid #e7e4e4; }
#content .c-center .itemEdgesBox h2.h_red { width:702px; height:34px; line-height:34px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; color:#fff; margin:0!important; padding:0!important; }
#content .c-center .itemEdgesBox h2.h_grey { width:2532px; height:35px; line-height:35px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; color:#515151; margin:0!important; padding:0!important;}
/*#content .c-center .itemEdgesBox h2.h_red { width:702px; height:34px; line-height:34px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; background:url(../images/bg_h2_red-left.gif) repeat-x; color:#fff; margin:0!important; padding:0!important; }*/
/*#content .c-center .itemEdgesBox h2.h_grey { width:2532px; height:35px; line-height:35px; font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; text-align:left; text-indent:7px; background:url(../images/bg_h2_grey-center.gif) no-repeat; color:#515151; margin:0!important; padding:0!important;}*/
/*#content .c-center .itemEdgesBox { width:702px; display:block; margin:0 0 10px 0; padding:0; overflow:hidden; background:url(../images/bg_center-border-for-red.gif) repeat-y; border-bottom:1px solid #e7e4e4; }*/
/*#content .c-center .bgwhite { background:url(../images/bg_center-border-for-grey.gif) repeat-y!important; } */

#content .c-center .itemEdgesBox .iEB-content { width:685px; margin:0; padding:14px 7px 10px 7px; overflow:hidden; display:block; background:none; }
#content .c-center .mainbackcat { background:url(../images/catback.jpg) no-repeat; width:710px;padding:10px 7px 10px 7px;border-bottom:solid 1px #E5E5E5 }
#content .c-center .mainbackcat h1 {font-size:14px}
#content .c-center .mainbackcat .maincategory {width:700px}
#content .c-center .mainbackcat .content {min-height:500px;width:700px;padding:5px 0;text-align:left}
#content .c-center .mainback { background:url(../images/prodback.jpg); width:720px;padding:10px 7px 10px 7px;}

#content .c-center .itemEdgesBox .prodBox { overflow:hidden; padding:5px 0 0 0; margin:10px 0 5px 0; background:none; display:block; }

#content .c-center .itemEdgesBox .prodBox .imgBox {width:190px; overflow:hidden; text-align:center; padding:0; float:left; display:inline; padding:0px;margin:65px 0 0 18px;min-height:160px}
#content .c-center .itemEdgesBox .prodBox .imgBox a img { border:0; margin:0 auto; padding:0; display:block; overflow:hidden; outline:none; }
#content .c-center .itemEdgesBox .prodBox .imgBox .extraimages {margin-top:20px;padding:5px;background:#fff;border:solid 1px;}
#content .c-center .itemEdgesBox .prodBox .imgBox .extraimages img {width:37px;padding:0 3px}

#content .c-center .itemEdgesBox .prodBox .textBox { width:458px; overflow:hidden; text-align:left; padding:0; margin:0 0 0 0;  float:left; display:inline;}
#content .c-center .itemEdgesBox .prodBox .textBox h3 { font-size:12px; margin:0 0 18px 0; font-weight:bold;}
#content .c-center .itemEdgesBox .prodBox .textBox .alltabs-box{ width:428px;}
#content .c-center .itemEdgesBox .prodBox .textBox .buttonsBox { width:428px; display:block; margin:15px 0; padding:0; overflow:hidden; list-style:none; }
#content .c-center .itemEdgesBox .prodBox .textBox .buttonsBox li { display:inline; float:left; margin:0 10px 0 0; padding:0; list-style:none; border:0; }
#content .c-center .itemEdgesBox .prodBox .textBox .buttonsBox a { margin:0; }
#content .c-center .itemEdgesBox .prodBox .textBox .buttonsBox .add { background:url(../images/readmore_red_add.gif) no-repeat!important; width:86px!important; margin:1px 0 0 0; }

#content .c-center .itemEdgesBox .prodBox-border { margin:0px 0 5px 0!important; padding:0px 0 0 0!important;}


#content .c-center .home .itemEdgesBox .prodBox { overflow:hidden; padding:5px 0 0 0; margin:10px 0 5px 0; background:none; display:block; border-bottom:solid 1px #E7E4E4}

#content .c-center .home .itemEdgesBox .prodBox .imgBox {width:190px; overflow:hidden; text-align:center; padding:0; margin:0; float:left; display:inline; padding:0px;}
#content .c-center .home .itemEdgesBox .prodBox .imgBox a img { border:0; margin:0 auto; padding:0; display:block; overflow:hidden; outline:none; }
#content .c-center .home .itemEdgesBox .prodBox .imgBox .extraimages {margin-top:35px;padding:5px;background:#fff;border:solid 1px}
#content .c-center .home .itemEdgesBox .prodBox .imgBox .extraimages img {width:37px;padding:0 3px}

#content .c-center .home .itemEdgesBox .prodBox .textBox { width:315px; overflow:hidden; text-align:left; padding:0; margin:0 0 0 0;  float:left; display:inline;}
#content .c-center .home .itemEdgesBox .prodBox .textBox h3 { font-size:12px; margin:0 0 18px 0; font-weight:bold;}
#content .c-center .home .itemEdgesBox .prodBox .textBox .alltabs-box{ width:428px;}
#content .c-center .home .itemEdgesBox .prodBox .textBox .buttonsBox { width:428px; display:block; margin:15px 0; padding:0; overflow:hidden; list-style:none; }
#content .c-center .home .itemEdgesBox .prodBox .textBox .buttonsBox li { display:inline; float:left; margin:0 10px 0 0; padding:0; list-style:none; border:0; }
#content .c-center .home .itemEdgesBox .prodBox .textBox .buttonsBox a { margin:0; }
#content .c-center .home .itemEdgesBox .prodBox .textBox .buttonsBox .add { background:url(../images/readmore_red_add.gif) no-repeat!important; width:86px!important; margin:1px 0 0 0; }

#content .c-center .home .itemEdgesBox .prodBox-border { margin:0px 0 5px 0!important; padding:0px 0 0 0!important;}


#btn_browse-by-brand { width:247px; height:40px; overflow:hidden; display:inline; float:left; background:url(../images/btn_browse-by-brand.gif) no-repeat; text-align:left; text-indent:-9999px; margin:10px 0; border:0; outline:none; }
#btn_browse-by-brand:hover { background-position:0 -40px; }

#btn_browse-by-category { width:247px; height:40px; overflow:hidden; display:inline; float:left; background:url(../images/btn_browse-by-category.gif) no-repeat; text-align:left; text-indent:-9999px;margin:10px 6px 10px 6px; border:0; outline:none;}
#btn_browse-by-category:hover { background-position:0 -40px; }


#mainbanner{width:948px; margin:10px auto; border:1px solid #e2e1e1; overflow:hidden; background:url(../images/mainbanner_back.gif) bottom repeat-x;}

#welcome_text{width:300px; float:left; margin:10px 0 0 20px; display:inline;}
#welcome_text h2{font-family:Tahoma,Arial, Helvetica, sans-serif; color:#515151; }

input.readmore_red{border:none;float:right;width:78px; height:18px; background:url(../images/readmore_red.gif) no-repeat; display:inline; color:#fff; text-align:center; line-height:18px;margin:0 5px;padding:0;font-size:10px;cursor:pointer;font-weight:bold}
a.readmore_grey{width:78px; height:21px; background:url(../images/readmore_grey_p.gif) no-repeat; display:block;  text-align:center; line-height:21px;}


#specialoffers{width:950px; background:url(../images/sp_off_back.gif) repeat-y; margin:0 auto; overflow:hidden;}

.sp_off_col1{width:280px;  float:left; padding:10px 10px 10px 20px;}
.sp_off_col2{width:280px;  float:left; margin-left:10px; padding:10px 10px 10px 20px;}
.sp_off_col3{width:280px; float:left; margin-left:10px; padding:10px 10px 10px 20px;}

.sp_off_col1 img, .sp_off_col2 img, .sp_off_col3 img{float:right;}
.sp_off_col1 p, .sp_off_col2 p, .sp_off_col3 p{color:#fff; font-family:Tahoma,Arial, Helvetica, sans-serif; font-weight:bold; margin:0px 10px 10px 0;}

#columns{width:950px; margin:10px auto 0 auto; overflow:hidden; background:url(../images/cols_back.gif); overflow:hidden; clear:both;}
.col1{width:270px;  float:left;  display:inline; padding:45px 20px 0 20px; }
.col2, .col3{width:270px; margin-left:10px; float:left;  display:inline; padding:45px 20px 0 20px; overflow:hidden; }
.col1 h2, .col2 h2, .col3 h2{margin:-45px 0 0 -20px;  background:url(../images/cols_h2.gif) no-repeat; width:310px; height:27px;  padding:8px 0 0 20px; position:absolute; font-family:Tahoma, Arial, Helvetica, sans-serif;}
#columns_bottom{width:950px; height:3px; background:url(../images/cols_bottom.gif) no-repeat top; margin:0 auto; font-size:1px;}

ul.locations{ padding:0; margin:10px 0 10px 0; list-style:none;}

/*----------------------------------------------*/

#sub_content{width:908px; margin:10px auto; border:1px solid #e2e1e1; overflow:hidden; background:url(../images/mainbanner_back.gif) bottom repeat-x; padding:0 20px;}
#sub_content h2{font-family:Tahoma,Arial, Helvetica, sans-serif; color:#515151; margin-top:20px;}

.medboldaltTop { width:154px; height:108px; background:url('../images/bg_products-list.gif') no-repeat; display:block; overflow:hidden; border:0;  }
.medboldBot { width:150px; height:32px; background:url('../images/bg_products-list-bot.gif') no-repeat; display:block; overflow:hidden; border:0; text-align:center; padding:1px 2px;  font-size:10px;color:#fff}
.medboldBot a {font-family: Verdana,Arial,Helvetica,Sans-Serif; font-weight: bold ; font-size:10px;margin:0;padding:0;}
.medboldBot strong {font-size:10px;color:#fff;margin:0;padding:0;line-height:10px}
td .shortformatproduct {margin-bottom:5px}

.manftop {float:left; background: url('/images/bg_products-list.gif') no-repeat scroll 0 0 transparent; width:155px; height:140px; padding:0; margin:0 23px 18px 0; overflow:hidden;}
a.manfbottom {display:block; height:32px; text-align:center; color:#FFFFFF; font-size:10px; line-height:12px; overflow:hidden; margin:0; padding:2px; background: url('/images/bg_products-list-bot.gif') no-repeat scroll 0 0 transparent;}
 
.subcategory .box .pad {padding:3px 5px 0 0px;}
.subcategory .box {border:none;background:url('../images/cat_bg2.jpg') no-repeat;text-align:center;padding:0;margin:3px;height:210px}
.subcategory .box strong {border-bottom:1px solid #D1D1D1;padding-bottom:5px}
.subcategory .box img {margin-top:30px;max-height:130px;max-width:90px;border:1px solid #E2E2E2}

.products_shortened .product .box .pad {padding:3px 5px 0 0px;}
.products_shortened .product .box .pad .minprice {margin:0;padding:0}
.products_shortened .product .box {border:none;background:url('../images/cat_bg.jpg') no-repeat;text-align:center;padding:0;margin:3px;height:235px}
.products_shortened .product .box h2 {border-bottom:1px solid #D1D1D1;padding-bottom:5px;text-align:center}
.products_shortened .product .box img {height:110px;border:1px solid #E2E2E2}

/*------------------------------

Product page

------------------------------*/

#ulTabs {width:504px; display:block; margin:0; padding:0 0 0 1px; list-style:none; border:0; overflow:hidden;  }

#ulTabs li { display:inline; float:left; margin:0 2px; height:30px; overflow:hidden; background:none; border:0; border-left:1px solid #cccccc; border-right:1px solid #cccccc;  }

#ulTabs li.first { margin:0 2px 0 0px!important; border-left:0!important; border-right:1px solid #ccc; }

#ulTabs li a { line-height:30px!important; overflow:hidden; border:0!important; padding:6px 8px; background:url(../images/tab-a-border.gif) repeat-x; outline:none; text-align:center; display:block; text-decoration:none; color:#676767; font-weight:normal; margin:0!important; }

#ulTabs li a:hover {text-decoration:underline; }

#ulTabs li a.selected { background:url(../images/tab-a-border-active.gif) repeat-x !important; color:#233e99;font-weight:bold;}

.alltabs-box { width:430px; height:300px;overflow:scroll;margin:0; padding:10px 10px; display:block; border:0; border:1px solid #ccc;}

.alltabs-box .tab-box { width:418px; margin:0; padding:0; overflow:hidden; display:block; }

.mainList { width:484px; display:block; padding:0; margin:10px 0 15px 4px; list-style:none; }

.mainList li { display:block; background:url(../images/ico_ul.gif) no-repeat 0 5px; padding:0 0 0 10px; border:0; margin:0 0 4px 0; }

#tbl_buy_s  { border-collapse:collapse; }

#tbl_buy_s tr td { padding:3px 5px; background:#f3f3f3; border:2px solid #fff; }

#tbl_buy_s .add { display:block; margin:0px 10px 10px 2px; width:86px!important;  background:url(../images/readmore_red_add.gif) no-repeat!important;}

.smallnormaltable { font-weight:normal; font-size:11px; }

.smallboldtable { font-size:11px; font-weight:bold; color:#e3151d; }

.price_b { font-weight:bold; color:#e3151d; font-size:14px; }

.price_incV { font-weight:normal; font-size:10px; }

#tbl_buy_s tr td SELECT { margin:10px 10px 10px 0; }

#content .c-center .itemEdgesBox .prodBox .textBoxAllWidth { background:white; width:504px; overflow:hidden; text-align:left; padding:0; margin:0 0 0 8px; display:block;}

#footer{clear:both; width:928px; margin:10px auto 0 auto; border:1px solid #e2e1e1;  overflow:hidden; padding:0 0 0 10px;}

#copyright{width:560px; float:left; margin-top:10px;}

#footer_images{float:right; }

#footer_images img{padding:10px; border:0;}

#loadarea{height:55px;overflow:hidden;margin:0 0 20px 0}
.productsubimage{width:38px;border:1px solid #000;margin:0}
.imgBox .moreinfo img {float:right;}
.imgBox .moreinfo{clear:both;margin:3px}
.imgBox .moreinfo a {color:#fff;font-weight:bold}

.categorymenu {width:200px}
/*----------------------------------------------*/

.sections_content {margin:0 10px}
.sections_content h2 .h2_headings{font-size:18px;margin:0 0 10px 0}
.sections_content h2 {font-size:14px}
.sections_content img {margin:5px;}


/*-----------------------FORM VALIDATION------------*/
#registrationForm fieldset
{
	font-size:10pt;
	border:0px solid #bbb;
	margin-top:-10px;
}

#registrationForm legend
{
	font-size:10pt;
	display:none;
}

#registrationForm label.error
{
	font-size:9pt;
	background-color: transparent;
	background-image: url(../js/validate/unchecked.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0px;
	background-y-position: 0px;
	margin-left:3px;
	padding-left: 17px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #ea5200;

}

#registrationForm label.checked
{
	font-size:9pt;
	margin-left:3px;
	padding-right: 6px;
	background-color: transparent;
	background-image: url(../js/validate/checked.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0px;
	background-y-position: 0px;
}

/*-----------------------FORM VALIDATION------------*/

.pl-item {border:none;background:url('../images/carryon_bg.jpg') no-repeat;text-align:center;padding:4px;margin:3px;height:210px;width:159px;float:left;}
.pl-item img {margin-top:10px;margin-bottom:5px;max-height:130px;max-width:90px}
.pl-item h2 {width:100%;text-align:center;margin:0;padding:0}

a {outline:none}

._12_bold_red {font-size:12px !important;font-weight:bold !important;color:red !important}
._14_bold_red {font-size:14px !important;font-weight:bold !important;color:red !important}
._16_bold_red {font-size:16px !important;font-weight:bold !important;color:red !important}

.______________ {font-size:12px}

._12_normal_red {font-size:12px !important;font-weight:normal !important;color:red !important}
._14_normal_red {font-size:14px !important;font-weight:normal !important;color:red !important}
._16_normal_red {font-size:16px !important;font-weight:normal !important;color:red !important}

.______________ {font-size:12px}

._12_bold_grey {font-size:12px !important;font-weight:bold !important;color:#808080 !important}
._14_bold_grey {font-size:14px !important;font-weight:bold !important;color:#808080 !important}
._16_bold_grey {font-size:16px !important;font-weight:bold !important;color:#808080 !important}

.______________ {font-size:12px}

._8_normal_grey {font-size:8px !important;font-weight:normal !important;color:#808080 !important}
._10_normal_grey {font-size:10px !important;font-weight:normal !important;color:#808080 !important}
._12_normal_grey {font-size:12px !important;font-weight:normal !important;color:#808080 !important}
._14_normal_grey {font-size:14px !important;font-weight:normal !important;color:#808080 !important}
._16_normal_grey {font-size:16px !important;font-weight:normal !important;color:#808080 !important}

.______________ {font-size:12px}

