/* ============= Layout ============= */

#primary_content.basket #col1,
#primary_content.review #col1,
#primary_content.customer_login .col1 {
	margin-top: 10px;
}

#primary_content.basket .col2,
#primary_content.review .col2,
#primary_content.customer_login .col2 {
	float: right;
	margin-right: 0;
	margin-top:-140px;
	padding-right: 10px;
	width: 155px;
}

#primary_content.account #col2 {
	float: right;
	padding-right: 10px;
	padding-top: 40px;
	width: 155px;
	margin: 0;
}

#primary_content.customer_login .col2 {
 	margin-top: 40px;
}

#primary_content.basket,
#primary_content.review,
#primary_content.customer_login,
#primary_content.account {
	background-image:url(/media/local/images/features_list_gray.gif);
	background-position:right center;
	background-repeat:repeat-y;
	padding-right: 0px;
	width: 655px;
}

/* ============= Overides ============= */

#primary_content.basket .col2 p {
	color: #cccccc;
}

p.strap {
	border-bottom: 1px solid #63bdba;
	margin-left: -20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 400px;
}

img.captcha {
	margin-top: 10px;
}

.basket h3,
.review h3 {
	width: 400px;
}

.basket h4.highlight,
.review h4.highlight {
	margin-bottom: 8px;
	text-transform: capitalize;
}

.basket h4.empty {
	margin-top: 40px;
}

.basket ul {
	margin-left: 15px;
	margin-top: 10px;
}

.basket ul li {
	list-style-type: disc;
}

/* ============= Tables ============= */

.shop table {
	width: 400px;
}

.account table {
	width: 600px;
}

.account input[type="checkbox"] {
	margin-top: 8px;
}

.shop table tr {
	vertical-align: middle;
}

.shop table tr.product:hover {
	background-color: #515151;
}

.shop table caption {
	color: #63bdba;
	margin-bottom: 25px;
	text-align: left;
}

.shop table thead {
	font-weight: bold;
}

.shop .basket_select {
	margin: 0 auto;
	width: 20px;
}

.shop .basket_product {
}

.shop .basket_qty {
}

.shop .subtotal {
	font-size: 1.2em;
	padding-top: 10px;	
	text-transform: uppercase;
}

.basket .continue_shopping {
	border-top: 1px solid #fff;
	display: block;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-top: 3px;
	padding-left: 20px;
	padding-top: 10px;
	width: 110px;
}

.basket .continue_shopping:hover {
	text-decoration: underline;
}

#primary_content #col1 .shop .discount input {
	display: inline;
	margin-left: 5px;
	margin-top: 20px;
}

#primary_content #col1 .shop .discount input.apply_discount:hover {
	text-decoration: underline;
}

#primary_content #col1 .shop .basket_item_qty input {
	width:20px;
}

#primary_content #col1 .basket_cost {
	width: 80px;
}

#primary_content #col1 table input {
	width: auto;
}

#primary_content .shopping_choice {
	background: url("/media/local/images/arrow.gif") no-repeat right center #2a2a29;
	background-position: 93%;
	border: none;
	color: #ccc;
	display: block;
	font-size: 0.8em;
	margin-top: 5px;
	padding: 1em;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
}

#primary_content input.shopping_choice,
#primary_content #col1 input.shopping_choice {
	width: 170px;
}

#primary_content #col2 .shopping_choice {
	width: 130px;
}

#primary_content .shopping_choice:hover {
	color: #63bdba;
	cursor: pointer;
}

/* ============= Basket Tables ============= */

ul.errorlist, ul.errorlist li {
	list-style: none none inside;
	margin: 0px;
}

input.delete_item:hover {
	text-decoration: underline;
}

.shop .subtotal_before_postage {
	font-size: 1.15em;
	padding-bottom: 5px;
	padding-top: 10px;
}

/* ============= Forms ============= */

.label_col {
	vertical-align: middle;
	width: 150px;
}

.forgotten_password .label_col {
 	vertical-align: bottom;
}
 
.customer_login .label_col,
.forgotten_password .label_col {
 	width: 90px;
}


.feedback {
	vertical-align: top;
}

.account table caption {
	margin-bottom: 0px;
	margin-top: 20px;
}

.delivery table td.field_col ul li {
	display: inline;
}

.delivery input {
	float: left;
}

.delivery .existing_choice {
	width: 25%;
	float: left;
	padding-top: 10px;
}

.customer_login h5,
.account h5 {
 	margin-bottom: 10px;
}

.delivery .existing_choice label {
	display: block;
	margin-left: 20px;
}

.customer_login form table,
.forgotten_password form table {
	margin-top: 20px;
}

#primary_content.forgotten_password #col1 input,
#primary_content.reset_password #col1 input {
 	margin-top: 10px;
	width: auto;
}

#primary_content.customer_login #col1 input.shopping_choice,
#primary_content.request_password #col1 input.shopping_choice,
#primary_content.forgotten_password #col1 input.shopping_choice,
#primary_content.reset_password #col1 input.shopping_choice {
 	margin-top: 20px;
 	width: 170px;
}

.shop input.update {
	background: none;
	border: 0px;
	color: #63bdba;
}

form .inline_fields input, form .inline_fields select {
	display: inline
}

/* ============= Address management page ============= */

div.address {
	float: left;
	text-align: right;
	width: 50%;
	padding-top: 10px;
}

div.address div.address_selectors {
	float: left;
	margin-left: 10px;
	text-align: left;
	width: auto;
}

div.address div.address_selectors a {
	display: block;
}

div.default_address {
	padding-top: 0 !important;
	float: right !important;
}

div.default_address h5 {
	margin: 0 0 10px 0;
	padding: 0;
}


#primary_content div.address div.address_selectors .shopping_choice {
	width: 65px;
	margin: 0 0 5px 0;
}

.clear {
	clear: both;
}

#new_address {
	border-top: 1px solid #63bdba;
	max-width: 600px;
	clear: both;
	width: 100%;
	margin-left: -20px;
	padding: 10px 0 0 20px;
	margin-top: 10px;
}

/* ============= Postage page ============= */

#postage li {
	list-style: none none inside;
}

.contain {
	border-top: 1px solid #63bdba;
	padding-left: 20px;
	margin-left: -20px;
	max-width: 450px;
}

.noborder {
	border: none !important;
}

.account .contain table {
	width: 100%;
}

#payment_form {
	width: 100%;
}

#payment_form td.label_col {
	vertical-align: top;
}

.payment_note {
	display: block;
	color: #BBB;
}

#ccv_help img {
	float: right;
}

p.message {
	color: #33a333;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}

p.error_message {
	color: #c75c5c;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

/*Shop Page*/

.prices{ font-size:1.5em; padding:15px 0 0 30px; }

.right-containers{
	position:absolute;
	right:0;
	top:0;
	width:257px;
}

.right-containers ul {
	color:#999999;
	font-size:0.9em;
	margin:11px 0 10px;
}

.right-containers .find_out_more{
	margin:0 0 0 51px;
}

.right-containers .product-price {
	position:absolute;
	right:25px;
	top:75px;
}

.right-containers .iron {
	position:relative;
	background: #000000 url('/media/local/images/shop/shop-iron.jpg') no-repeat top left;
	width:257px;
	height:auto;
	padding:75px 0 8px 18px;
}

.right-containers .wide-iron {
	position:relative;
	background: #000000 url('/media/local/images/shop/shop-wide-iron.jpg') no-repeat top left; 
	width:257px;
	height:auto;
	padding:75px 0 8px 18px;
}

.showcase_img {
	 height:315px;
}

#showcase_thumbs { margin:15px 0 0 0; }

/*New theo product page*/

.roller{
	float:left;
	padding:3px;
	margin:0 0 0 2px;
	text-align:center;
	width:91px;
}

.theo-accessories														{ text-align:center; clear:both }

.theo-accessories .cart 												{ clear:right; float:right; margin:68px 15px 0 0; width:175px; }
#primary_content #col3 .theo-accessories .cart  input	{ border:none; width:130px; }

#primary_content .theo-accessories p 							{ margin-bottom:0; }
#primary_content #col3 .theo-accessories select  		{ display:inline-block; margin:5px 0; }

/*New Shop HomePage*/

body.shop-home #primary_content   { background-color:#000; padding:10px 0 20px 10px; }

body.shop-home #left_nav				{ float:left; width:155px; }
body.shop-home #left_nav ul 			{ list-style:none outside none; padding:5px 0 0 0px; }
body.shop-home #left_nav li 			{ margin:5px 0 0 0; }

body.shop-home #content				{ float:left; width:709px;}

body.shop-home div.heading			{ text-align:center; clear:both; }

body.shop-home div.styler-container 			{
	background: #000000 url('/media/local/images/bg/shop-styler-container-bg.gif') no-repeat bottom center;
	float:left;
	height:270px;
	margin:0 0 10px;
	width:231px;
	text-align:center;
}

body.shop-home div.styler-container a.find_out_more 	{ margin:15px 0 15px 45px; *margin:15px 0 15px 0px; }
body.shop-home div.styler-container a.more_margin   	{ margin:58px 0 15px 45px; *margin:58px 0 15px 0px;  }

body.shop-home div.info { padding:0 0 0 5px; text-align:center; }

body.shop-home div.theo-container 	{
	background: url("/media/local/images/bg/shop-theo-container-bg-small.jpg") no-repeat scroll left top #000000;
    float: left;
    height: 110px;
    padding: 89px 8px 0 206px;
}

body.shop-home div.gift-of-volume-container {
    background: url("/media/local/images/bg/shop-gift-of-volume-container-bg.jpg") no-repeat scroll left top #000000;
    float: left;
    height: 110px;
    margin: 0 0 0 4px;
    padding: 89px 8px 0 197px;
}

.gift-of-volume-container .info p,
.theo-container .info p	{
	text-align:right !important;	
}

/*Christmas products*/
body.shop-home div.christmas-products .container-one {
	background:url("/media/local/images/bg/shop-xmas-straight-container-bg.jpg") no-repeat scroll center bottom #000000;
	float:left;
	height:340px;
	margin:10px 5px 20px;
	text-align:left;
	width:340px;
}

body.shop-home div.christmas-products .container-two {
	background:url("/media/local/images/bg/shop-xmas-volume-container-bg.jpg") no-repeat scroll center bottom #000000;
	float:left;
	height:340px;
	margin:10px 0px 20px;
	text-align:left;
	width:340px;
}

body.shop-home div.christmas-products div.info {
	margin:250px 0 0 2px;
	text-align:center;
}

div.christmas-products a.find_out_more {	
	margin:0 0 0 110px;
}

/*Theo clips*/
.showcase-theo-clips{
	margin:0 0 30px 0px	
}

.theo-clips-top-margin-reduction{
	top:-130px;	
}

/*Rollers*/
body.shop-home div.rollers {
	background: url("/media/local/images/bg/shop-roller-container-bg.jpg") no-repeat scroll -61px top #000000;
    float: left;
    height: 220px;
    margin: 0 5px 0 0;
    width: 347px;
}

body.shop-home div.rollers div.info					{ padding:130px 0 0 5px; }
body.shop-home div.rollers a.find_out_more		{ margin: 10px 0 0 110px; *margin:10px 0 0 0; }

/*Amplify*/
body.shop-home div.amplify	 { 
	background: url("/media/local/images/bg/shop-amplify-container-bg.jpg") no-repeat scroll -23px top #000000;
    float: left;
    height: 220px;
    width: 168px;
}
body.shop-home div.amplify div.info		{ padding:128px 0 0 0;}
body.shop-home div.amplify a.find_out_more		{ margin: 10px 0 0 20px; *margin:10px 0 0 0; }

/*Theo case*/
body.shop-home div.theo-case {
    background: url("/media/local/images/bg/theo-case-container-bg.jpg") no-repeat scroll left top #000000;
    float: left;
    height: 220px;
    margin: 0 5px 0 0;
    width: 165px;
}
body.shop-home div.theo-case div.info		{ padding:128px 0 0 0;}
body.shop-home div.theo-case a.find_out_more		{ margin: 10px 0 0 20px; *margin:10px 0 0 0; }

/* The Wand */

body.shop-home div.wand-container 			{
	background: url("/media/local/images/bg/shop-wand-container-bg.jpg") no-repeat scroll center bottom #000000;
    float: left;
    height: 113px;
    margin: 0 0 10px;
    text-align: center;
    width: 690px;
}

body.shop-home div.wand-container div.info { display: block; margin: 25px 0 0 545px; text-align: right; width: 130px; }
body.shop-home div.wand-container a.find_out_more { text-align: left; }

/***************************************/
/* New Christmas Product Pages */
/***************************************/

body.christmas-product #primary_content {
/*background:url("/media/local/images/bg/christmas-ribbon.gif") no-repeat scroll 581px top #000000;*/
border-bottom:1px solid #63BDBA;
border-top:1px solid #63BDBA;
width:885px;
}

body.christmas-product #primary_content.checkout #col1 {
	background:none;
	width:695px;
}

body.christmas-product #primary_content.checkout #col1,
body.christmas-product #primary_content.checkout #col2 { 
	border:none;
}

body.christmas-product #col3 {
	margin:0 0 0 165px;
	_margin:0 0 0 85px;/*IE6*/
	 top: -150px;
	width:515px;
}

/*body.christmas-product #product_image #showcase_img img {
	left:-30px;
}*/

body.christmas-product h3 {
	font-size:3em;
}

body.christmas-product #col1 h4 {
	text-transform:none;
	font-size:1.3em;
}

body.christmas-product #primary_content.checkout h3 {
	padding:0 0 2px 20px;
}

/*-- checkout (copied directly from the trade site) --------------------------------------------------------*/		
		
.checkout table.basket-sum { width:95%; margin: 0 0 0 12px; }
    .checkout table.basket-sum tr { border-bottom: 1px dotted #BEBEBE; }
    .checkout table.basket-sum td { padding: 10px 3px; }
        .checkout table.basket-sum td.description { padding: 10px 15px; }
        .checkout table.basket-sum td.qty { text-align: center; }
        .checkout table.basket-sum td.price { text-align: center; }
        
.checkout table.totals { text-align: right; }
    .checkout table.totals .label { padding: 10px 0 0; width: 380px; }
    .checkout table.totals .price { padding: 10px 0 0 8px; text-align: center; width: 65px; }
