/* ============= 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; }

.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:15px 0 0 10px; }
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: #000000 url('/media/local/images/bg/shop-theo-container-bg.jpg') no-repeat top left;
	float:left;
	height:140px;
	padding:35px 50px 30px 507px;
}

body.shop-home div.rollers {
	background: #000000 url('/media/local/images/bg/shop-roller-container-bg.jpg') no-repeat top left;
	float:left;
	margin:0 5px 0 0;
	width:465px;
	height:220px;
}
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 165px; *margin:10px 0 0 0; }

body.shop-home div.amplify	 { 
	background: #000000 url('/media/local/images/bg/shop-amplify-container-bg.jpg') no-repeat top left;
	float:left;
	width:221px;
	height:220px;
}
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 45px; *margin:10px 0 0 0; }