/* E-commerce */

/* Customer Message Good morning etc */
ul.message { font-size:1.1em; margin:5px 0 0 0; }

/* Despatch Notes */
.red { color:#aa1624; }
.green { color:#009900; }
.position { font-size:1.8em; display:block; width:34px; color:#333333; }
span.items { font-size:1.4em; padding:0 0 0 10px; }


/* Checkout Process */
ul#process { clear:both; margin:0 0 40px 0; }

ul#process li { height:67px; list-style:none; float:left; display:inline; background:#FF9900; background-image: url(images/navBtn.gif); background-repeat: no-repeat; background-position: right top; }
ul#process li.current{ background-color:#FF9900; background-image: url(../img/all/process-current.jpg); }
ul#process li.lastdone { background-color:#7C8437; background-image: url(../img/all/process-lastdone.jpg); }
ul#process li.done { background-color:#7C8437; background-image: url(../img/all/process-done.jpg); }
ul#process li.todo { background-color:#F5F5F5; background-image: url(../img/all/process-todo.jpg); }
ul#process li.noBackground { background-image:none; }

ul#process li a:link, ul#process li a:visited { color:#ffffff; text-decoration:none; }
ul#process li a:hover { text-decoration:underline; }
ul#process li.todo a:link, ul#process li.todo a:visited { color:#333333; text-decoration:none; }
ul#process li.todo a:hover { text-decoration:underline; }

ul#process li a em { width:188px; display:block; margin:6px 0 0 10px; font-style:normal; font-weight:bold; }
ul#process li a span { width:140px; display:block; margin:5px 0 0 10px; font-weight:normal; }
ul#process li a{ height:60px; display:block; cursor:hand; }

/* Four Steps */
#process.fourStep li { width:188px; }
#process.fourStep li.noBackground { width:194px; }
#process.fourStep li a { width:180px; }


/* Basket */
div#content_column table.tbl_basket { margin:10px auto; width:758px; border:1px solid #cccccc; }
div#content_column table.tbl_basket th { font-size:1.2em; background-color:#f5f5f5; padding:5px 0; }
div#content_column table.tbl_basket tbody tr td { width:auto; padding:5px 0; text-align:center; font-size:1em;   }
div#content_column table.tbl_basket tbody tr td h2 { margin:0; padding:0; text-transform: uppercase; }
div#content_column table.tbl_basket tbody tr td p { font-size:1.2em; margin:0 0 10px 0; line-height:100%; }
div#content_column table.tbl_basket tbody tr td a:link { color:#003399; } 
div#content_column table.tbl_basket tbody tr td a:visited { color:#666666; }
div#content_column table.tbl_basket tbody tr td a:hover { color:#336699; }
div#content_column table.tbl_basket img { display:block; margin:0 auto; border:1px #CCCCCC solid; padding:2px; }
div#content_column table.tbl_basket tbody tr td input.btn_removeItem { display:block; float:right; margin:5px 10px 0 0; }
input.btn_checkout { float:right; display:inline; margin:5px 0 0 0; }


/* Checkout & Order Confirmation */
div#billing_information { width:280px; float:right; display:inline; padding:10px 0; border:1px solid #cccccc; background-color:#f5f5f5; }
div#billing_information_inner { margin:0 auto; width:260px; }
ul#order_breakdown { margin:5px 0 0 0; }
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 { margin:5px 0 0 0; } */


/* Delivery Address */
select.ddl_addressbook { border:1px #333333 solid; padding:4px 0; margin:10px 0; font-size:1.6em; width:100%; }
div.address { float:left; display:inline; margin:0 40px 10px 0; padding:10px 0; width:180px; background-color:#f5f5f5; }
div.address_inner { margin:0 auto; width:160px; }
div.address_inner h2 { font-size:1.6em; color:#333333; margin:0 0 5px 0; }
div.address_inner ul li { list-style:none; font-size:1.2em; padding:0; margin:0; }
div.address_inner input.button { margin:10px 0 0 0; }



/* 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:702px; }
div#new_address_top { width:702px; height:6px; }
div#new_address_content { width:702px; padding:10px 0; }
div#new_address_content_inner { width:672px; margin:0 auto; }	
div#new_address_bottom { width:702px; 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; height:20px; font-size:1.2em; }
li.dtv_Item input.textfield, li.dtv_Item textarea { font-size:1.2em; font-weight:bold; width:260px; margin:0 0 0 20px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item input.no_label { font-size:1.2em; font-weight:bold; width:260px; margin:0 0 10px 170px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item select { font-size:1.2em; font-weight:bold; width:260px; margin:0 0 0 20px; padding:2px 0; border:1px solid #CCCCCC; }
li.dtv_Item span.AspNet-DetailsView-Name { font-size:1.2em; 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;  }



/* Members Address Book */
table.tbl_MembersAddressBook { margin:10px 0; }
table.tbl_MembersAddressBook th { background-color:#F5F5F5; }
table.tbl_MembersAddressBook th, td { font-size:1.2em; }
table.tbl_MembersAddressBook th { width:auto; padding:0 10px; }
table.tbl_MembersAddressBook th a:link, td a:link { color:#333333; }
table.tbl_MembersAddressBook th a:link, table.tbl_MembersAddressBook th a:visited , table.tbl_MembersAddressBook td a:link, table.tbl_MembersAddressBook td a:visited { text-decoration:none; }
table.tbl_MembersAddressBook th a:hover, table.tbl_MembersAddressBook td a:hover { text-decoration:underline; }
table.tbl_MembersAddressBook td { width:auto; padding:10px 10px; }


/* Tracking your Orders */
.tbl_orders { margin:10px 0 20px 0; width:758px; }
.tbl_orders th, .tbl_orders td { font-size:1.2em;}
.tbl_orders tbody tr td { width:auto; padding:5px 0; margin:0 10px 0 0; text-align:center;  }
.tbl_orders img { display:block; margin:0 auto; border:1px #CCCCCC solid; padding:2px; }




/* Product Slider */
div.strip_wrapper { margin:40px 0 0 5px; position:static; /*background:url(../img/products/slider/slider_box.jpg) center no-repeat;*/}
div#slider { float:left; display:inline; }
div#slider h3 { color:#ffffff; padding:10px 0; margin:2px 0 0 0; font-size:1.4em; } 
div#slider .caption { font-family:Georgia,"Times New Roman",Serif; }














