/* E-commerce */

/* Despatch Notes */
.red { color:#aa1624; }
.green { color:#009900; }


/* Basket */
.tbl_basket { margin:20px auto; width: 700px; border:1px solid #cccccc; }
.tbl_basket th { font-size:1.2em; background-color:#f5f5f5; padding:5px 0; }
.tbl_basket tbody tr td { width:auto; font-size:1em; padding:5px 0; margin:0 10px 0 0; text-align:center;  }
.tbl_basket tbody tr td h2 { font-size:1.3em; }
.tbl_basket tbody tr td h3 { font-size:1.3em; }
.tbl_basket tbody tr td a:link, .tbl_basket tbody tr td a:visited {text-decoration:none; }
.tbl_basket tbody tr td a:hover { text-decoration:underline; }
.tbl_basket img { display:block; margin:0 auto; border:1px #CCCCCC solid; padding:2px; }
/* .tbl_basket tbody tr td input.btn_removeItem { display:block; float:right; margin:5px 10px 0 0; width:105px; background-color:#4a656a; border:none; padding:5px; color:#ffffff; }*/
/* input.btn_checkout { display:block; float:right; cursor:pointer; margin:5px 0 0 0; width:200px; background-color:#4a656a; border:none; padding:5px; color:#ffffff; } */
input.btn_checkout { display:block; float:right; cursor:pointer; margin:5px 0 0 0; }



/* SECURE */

/* Checkout & Order Confirmation */

/* div#billing_information { margin:0 15px 20px 0; width:280px; float:right; display:inline; border:1px solid #ffcc33; background-color:#ffff99; } */
div#billing_information { margin:0 10px 20px 0; width:280px; float:right; display:inline; border:1px solid #cccccc; background-color:#f5f5f5; }
div#billing_information h3 { margin:5px 0 0 10px; }
ul#order_breakdown { margin:5px 0 0 10px; }
ul#order_breakdown li { list-style:none; margin:5px 0; font-size:1.2em;  }
ul#order_breakdown li strong.green { color:green; }
/* input.btn_confirm_order { display:block; float:right; cursor:pointer; margin:5px 10px 10px 0; width:100px; background-color:#4a656a; border:none; padding:5px; color:#ffffff; } */
input.btn_confirm_order { display:block; float:right; cursor:pointer; margin:5px 10px 10px 0; }


div#delivery_options {
margin:0 10px 20px 0; width:280px; float:right; display:inline; border:1px solid #cccccc; background-color:#f5f5f5;
}


/* Order Confirmation */
select.ddl_addressbook { border:1px #333333 solid; padding:4px 0; margin:10px 0; font-size:1.6em; width:100%; }
div.address { float:left; margin:0 40px 20px 0; }
div.address_inner h2 { margin:10px 0 5px 0; }
div.address_inner ul li { list-style:none; font-size:1.2em; }

/* MEMBERS AREA */
/* Account */

.accountcategory {
	float: left;
	display: inline;
	width: 228px;
	height: 100px;
	margin: 5px;
	background: #fff;
	border: 1px solid #ccc;
}


.accountcategory img {
	float: left;
	display: inline;
	border: none;
	margin: 10px;
}

.accountcategory h2 {
    margin: 10px;
    font-size: 1.6em
}

/* Address Book */
#new_address_content {
	float: left;
	display: inline;
	width: 690px;
	font-size: 1.2em;
}


/* MEMBERS AREA */

/* Delivery Address Book */
div#content div.left_column div#std_content div.address input, div.left_column div#std_content div.address_noborder input { margin:10px auto; }

div#new_address { width:690px; }
div#new_address_top { width:690px; height:6px; }
div#new_address_content { width:690px; padding:10px 0; }
div#new_address_content_inner { width:532px; margin:0; }	
div#new_address_bottom { width:690px; height:6px; }


/* Address Book (Add/Edit) */
li.dtv_Item label {color:#333333; line-height: 120%; padding:0; vertical-align: top; width:150px; display:block; float:left; display: inline; height:20px; }
li.dtv_Item input.textfield, li.dtv_Item textarea { font-weight:bold; width:260px; margin:0 0 0 20px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item input.no_label { font-weight:bold; width:260px; margin:0 0 10px 170px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item select { font-weight:bold; width:260px; margin:0 0 0 20px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item span.AspNet-DetailsView-Name { display:block; margin:0 0 10px 0; color:#333333; font-weight:bold; }
li.dtv_Item select.ddl_category { width:262px; padding:3px; border:1px solid #CCCCCC;}

