/* CSS Document */

/*
colours
========================

ce colour one #053268 (blue)
ce colour two #e37d12 (orange)

natre colour one #306f98 (blue)
natre colour two #8ac312 (green)

retoday colour one #053268 (blue)
retoday colour two #c93384 (pink)

*/

/* @group Site */

* { margin: 0; padding: 0; }

html { }

body { color: #363636; font: 0.8em/1.4em "Helvetica", Arial, sans-serif; margin: 0px auto; background: #fff; width: 900px; }

body.ce a { text-decoration: underline; color: #053268; }
body.ce a:hover { text-decoration: none; }

body.natre a { text-decoration: underline; color: #306f98; }
body.natre a:hover { text-decoration: none; }

body.retoday a { text-decoration: underline; color: #053268; }
body.retoday a:hover { text-decoration: none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

img.small { width: 100px; }
img.large { width: 250px; }

a img { border: 0 none; }

.error { display:none; font-size: 1em; color: red; }

blockquote { font-size: 1em; margin-left: 20px; margin-right: 30px; border-top: 1px dotted; padding: 10px;}


/* @end */

/* @group Header and basket */

#header { display: block; float: left; width: 900px; height: 120px; }
#header #popupbasket { position: absolute; top: 150px; margin-left: 460px; border: #cecece solid 1px; background: #fff; width: 438px; }
#header #minibasket { display: block; float: right; width: 200px; height: 80px; margin-top: 30px; padding: 5px 70px 0 0; text-align: right; }
#header #minibasket.empty { padding-top: 23px; }

body.ce #minibasket { background: url(/site/images/ce_basket_full.png) no-repeat right top; }
body.natre #minibasket { background: url(/site/images/natre_basket_full.png) no-repeat right top; }
body.retoday #minibasket { background: url(/site/images/retoday_basket_full.png) no-repeat right top; }

body.ce #minibasket.empty, 
body.natre #minibasket.empty, 
body.retoday #minibasket.empty { background: url(/site/images/basket_empty.png) no-repeat right top; }

#minibasket span#quickview { text-decoration: underline; color: #053268; padding-right: 5px; }
#minibasket span#quickview:hover { text-decoration: none; }

/* @end */

/* @group Main navigation */

#mainnavigation { display: block; float: left; width: 900px; height: 30px; }
#mainnavigation ul { display: block; float: left; }
#mainnavigation ul li { display: block; float: left; padding-right: 1px; }
#mainnavigation ul li a { display: block; float: left; width: 140px; height: 30px; line-height: 30px; color: #fff; background: url(/site/images/bg_nav.png) repeat-x left top; text-decoration: none; text-align: center; }

body.ce #mainnavigation ul li a:hover,
body.natre #mainnavigation ul li a:hover { background-image: none; background-color: #3a8dc1; }
body.retoday #mainnavigation ul li a:hover { background-image: none; background-color: #4066b2; }

body.ce #mainnavigation ul li a.home,
body.natre #mainnavigation ul li a.home { background-image: none; background-color: #3a8dc1; }
body.retoday #mainnavigation ul li a.home { background-image: none; background-color: #4066b2; }

/* @end */

/* @group Search/login */

#searchbar label,
#loginbar label { display: block; float: left; height: 50px; line-height: 50px; }

#searchbar input,
#loginbar input { display: block; float: left; }

body.ce #searchbar { background: url(/site/images/ce_bg_search.png) no-repeat left top; }
body.natre #searchbar { background: url(/site/images/natre_bg_search.png) no-repeat left top; }
body.retoday #searchbar { background: url(/site/images/retoday_bg_search.png) no-repeat left top; }

#searchbar { display: block; float: left; width: 460px; height: 50px; color: #fff; }
#searchform { display: block; float: left; width: 430px; height: 50px; padding-left: 30px; }
#search { width: 320px; height: 17px; background-color: #fff; margin: 15px 0 15px 20px; padding: 3px 3px 0 3px; border: 0px; }
#searchbar .searchbutton { display: block; float: left; width: 20px; height: 20px; margin-top: 15px;}

body.ce #loginbar { background: url(/site/images/ce_bg_login.png) no-repeat left top; }
body.natre #loginbar { background: url(/site/images/natre_bg_login.png) no-repeat left top; }
body.retoday #loginbar { background: url(/site/images/retoday_bg_login.png) no-repeat left top; }

#loginbar { display: block; float: left; width: 440px; height: 50px; color: #fff; margin-bottom: 5px; }
#loginform { display: block; float: left; width: 410px; height: 50px; padding-left: 30px; }
#loginbar .loginbutton { display: block; float: left; width: 20px; height: 20px; margin-top: 15px;}
#loginform #loginemail,
#loginform #loginpassword { width: 100px; height: 17px; background-color: #fff; margin: 15px 10px; padding: 3px 3px 0 3px; border: 0px; }
#loginform #loginemail { width: 120px; }

#pagemessage { display: block; clear: both; margin-top: 5px; width: 900px; text-align: center; background: #cafdcd; xborder: solid #17b313 1px; line-height: 2; }
#pagemessage img { vertical-align: text-bottom; padding-right: 10px; }

/* @end */

/* @group Categories/additional navigation */

.menuheader { display: block; float: left; width: 180px; height: 38px; border-top: solid 1px #cecece; border-bottom: solid 1px #cecece; font-size: 1.3em; line-height: 38px; background-color: #f7f7f7; padding-left: 20px; font-weight: normal; }

ul.menulist { display: block; float: left; width: 200px; margin-top: 10px; list-style: none; }
ul.menulist li { display: block; float: left; clear: both; width: 100%; }
ul.menulist h4,
ul.menulist li a { display: block; padding: 0 20px; font-size: 1em; font-weight: normal; line-height: 25px; text-decoration: none; color: #363636; background: url(/site/images/bg_bullet.png) no-repeat 8px 11px; cursor: pointer;  }
ul.menulist li ul { padding-left: 20px; width: 180px; list-style: none; }

#categories { display: block; float: left; width: 200px; margin-top: 20px; }

body.ce #categories h3 { color: #053268; }
body.ce #categories h4:hover,
body.ce #categories ul li a:hover,
body.ce #categories ul li a.last-choice { color: #053268; }

body.natre #categories h3 { color: #306f98; }
body.natre #categories h4:hover,
body.natre #categories ul li a:hover,
body.natre #categories ul li a.last-choice  { color: #306f98; }

body.retoday #categories h3 { color: #053268; }
body.retoday #categories h4:hover,
body.retoday #categories ul li a:hover,
body.retoday #categories ul li a.last-choice { color: #053268; }

#categories ul li a.last-choice { font-weight: bold; letter-spacing: -0.03em; }

#additionalnavigation { display: block; float: left; width: 200px; margin-top: 10px; clear: left; }

body.ce #additionalnavigation h3 { color: #e37d12; }
body.ce #additionalnavigation h4:hover,
body.ce #additionalnavigation ul li a:hover { color: #e37d12; }

body.natre #additionalnavigation h3 { color: #8ac312; }
body.natre #additionalnavigation h4:hover,
body.natre #additionalnavigation ul li a:hover { color: #8ac312; }

body.retoday #additionalnavigation h3 { color: #c93384; }
body.retoday #additionalnavigation h4:hover,
body.retoday #additionalnavigation ul li a:hover { color: #c93384; }

#categories a,
#additionalnavigation a { outline: none; }


/* @end */

/* @group Main content */

#maincontent { display: block; float: right; width: 680px; }
#maincontent .sectionheader { display: block; float: left; width: 640px; height: 38px; margin-top: 20px; padding: 0 20px; border-top: solid 1px #cecece; border-bottom: solid 1px #cecece; background-color: #f7f7f7; }
#maincontent .sectionheader h2 { display: block; float: left; line-height: 38px; font-size: 1.3em; font-weight: normal; }
#maincontent .sectionheader a { display: block; float: right; line-height: 38px; text-decoration: none; }
#maincontent .sectionheader a:hover { text-decoration: underline; }

#maincontent #specialoffers,
#maincontent #newproducts { display: block; }

/* Sets the two base colours for each site */

body.ce #maincontent .colour_one,
body.ce #maincontent .colour_one a { color: #e37d12; }

body.natre #maincontent .colour_one,
body.natre #maincontent .colour_one a { color: #8ac312; }

body.retoday #maincontent .colour_one,
body.retoday #maincontent .colour_one a { color: #c93384; }

body.ce #maincontent .colour_two,
body.ce #maincontent .colour_two a { color: #053268; }

body.natre #maincontent .colour_two,
body.natre #maincontent .colour_two a { color: #306f98; }

body.retoday #maincontent .colour_two,
body.retoday #maincontent .colour_two a { color: #053268; }

/* CMS page styles */

#maincontent h1 { display: block; width: 660px; height: 38px; border-top: solid 1px #cecece; border-bottom: solid 1px #cecece; font-size: 1.3em; line-height: 38px; background-color: #f7f7f7; padding-left: 20px; font-weight: normal; margin: 20px 0 10px; }
body.ce #maincontent h1 { color: #053268; }
body.natre #maincontent h1 { color: #306f98; }
body.retoday #maincontent h1 { color: #053268; }

#maincontent.cmspage h2,
#maincontent.offers h2 { color: #363636; font-weight: normal; padding: 20px 20px 10px; font-size: 1.3em; }
#maincontent.offers h2 { clear: both; padding-top: 40px; }
body.ce #maincontent.cmspage h2,
body.ce #maincontent.offers h2 { color: #053268; }
body.natre #maincontent.cmspage h2,
body.natre #maincontent.offers h2 { color: #306f98; }
body.retoday #maincontent.cmspage h2,
body.retoday #maincontent.offers h2 { color: #053268; }

#maincontent.cmspage p,
#maincontent.offers p { padding: 10px 20px; }

#maincontent.cmspage ul,
#maincontent.cmspage ol { display: block; float: none; list-style: none; list-style-position: inside; padding-left: 20px; }
#maincontent.cmspage ul li,
#maincontent.cmspage ol li { display: block; float: none; width: auto; text-align: left; padding: 5px 20px; }

body.ce #maincontent.cmspage ul li,
body.ce #maincontent.cmspage ol li { background: url(/site/images/ce_bullet.png) no-repeat left 8px; }

body.natre #maincontent.cmspage ul li,
body.natre #maincontent.cmspage ol li { background: url(/site/images/natre_bullet.png) no-repeat left center; }

body.retoday #maincontent.cmspage ul li,
body.retoday #maincontent.cmspage ol li { background: url(/site/images/retoday_bullet.png) no-repeat left center; }

body.ce #maincontent a { color: #053268; text-decoration: underline; }
body.ce #maincontent a:hover { text-decoration: none; }

body.natre #maincontent a { color: #306f98; text-decoration: underline; }
body.natre #maincontent a:hover { text-decoration: none; }

body.retoday #maincontent a { color: #053268; text-decoration: underline; }
body.retoday #maincontent a:hover { text-decoration: none; }

/* General list, heading and product information styles */

#maincontent ul { display: block; }
#maincontent ul li { display: block; float: left; padding: 20px 0 0 20px; width: 170px; text-align: center; }
#maincontent a { outline: none; }
#maincontent p { font-size: 1em; line-height: 1.3em; clear: both; padding-bottom: 1.5em; }
#maincontent h3,
#maincontent h4,
#maincontent h5,
#maincontent h6 { color: #363636; font-weight: normal; text-align: left; }
#maincontent h3 { font-size: 1.1em; line-height: 1.3; }
#maincontent h4 { font-size: 1.0em; line-height: 1.3; color: #797979; }
#maincontent h5 { font-size: 0.9em; line-height: 1.3; color: #797979; }

#maincontent span.isbn { margin-top: 1em; }
#maincontent span.subtitle { display: block; font-size: 1em; color: #797979; font-weight: bold; margin: -0.5em 0 1em 0; } 
#maincontent span.isbn, 
#maincontent span.type,
#maincontent span.pages { display: block; font-size: 0.9em; line-height: 1.2em; }

#maincontent span.price { font-size: 1.1em; line-height: 1.7; }
#maincontent span.rrp { color: #860000; text-decoration: line-through; }

/* Normal product list styles */

#maincontent ul.productlist h3 { text-align: center; }
#maincontent ul.productlist li { padding: 0 0 10px; }
#maincontent ul.productlist li a.productimage { height: 150px; line-height: 150px; display: block; }
#maincontent ul.productlist li a.productimage img { border: 0 none; vertical-align: bottom; padding-bottom: 10px; width: 80px; }
#maincontent ul.productlist li a.producttitle { display: block; overflow: hidden; height: 2.8em; padding: 0 5px; }

/* Detailed product list styles */

#maincontent ul.productlistdetailed li { width: 300px; padding: 5px 10px 0 20px; text-align: left; }
#maincontent ul.productlistdetailed li a.productimage { display: block; float: left; width: 80px; margin-right: 13px; height: 140px; }
#maincontent ul.productlistdetailed li a.productimage img { border: 0 none; padding-bottom: 0.8em; width: 80px; }
#maincontent ul.productlistdetailed li p { height: 3.5em; }
#maincontent ul.productlistdetailed li .productactions { padding-left: 0px; }
#maincontent ul.productlistdetailed li .productactions a { padding: 0 6px 0 0; }

/* Product actions styles */

#maincontent ul li .product-actions { diplay: block; float: left; width: 172px; padding-left: 9px;}
#maincontent ul li .product-actions a { display: block; float: left; text-decoration: none; width: 80px; height: 20px; padding: 0 3px; }
#maincontent ul li .product-actions a img { border: 0 none; }

/* Products buy links */
#maincontent a.button { display: block; clear: both; overflow: hidden; width: 80px; height: 0; padding-top: 20px; margin-top: 10px; }
body.ce #maincontent a.button { background: url(/site/images/ce_addtobasket.png); }
body.natre #maincontent a.button { background: url(/site/images/natre_addtobasket.png); }
body.retoday #maincontent a.button { background: url(/site/images/retoday_addtobasket.png); }

/* Product page styles */

#maincontent .product { width: 610px; padding: 20px 20px 0; }
#maincontent .product h1.title { background: none; border: 0 none; padding: 0; margin-top: 0; font-size: 1.5em; font-weight: bold; width: auto; height: auto; line-height: 1.1; }
#maincontent .product h2 { font-size: 1.3em; }
#maincontent .product img.productimagelarge { display: block; float: left;width: 160px; border: 0 none; padding: 0 20px 20px 0; }
#maincontent .product .productactions { display: block; float: left; text-decoration: none; width: 80px; height: 20px; }
#maincontent .product .productactions a img { border: 0 none; }
#maincontent .product span.price { display: block; margin-top: 20px; }
#maincontent .product h2.product-description { clear: both; line-height: 1.5; }

/* Product review styles */

#maincontent .productreview { padding: 20px; }
#maincontent .productreview h3 { margin-top: 60px; }
#maincontent .productreview h4 { margin-bottom: 1.5em; }
#maincontent .productreview img { margin-left: 10px; }
#maincontent .productreview span.reviewauthor,
#maincontent .productreview span.location { font-size: 0.9em; line-height: 1.2em; }
#maincontent .productreview span.location { font-style: italic; }

/* Product search results */

#maincontent h1 span { font-size: 0.8em; }
#maincontent ul.productsearch { width: 630px; padding: 0px 20px 0; }
#maincontent ul.productsearch li { display: block; float: left; width: 640px; padding: 20px 0; border-bottom: dotted 1px #cecece; }
#maincontent ul.productsearch li a.productimage { display: block; float: left; height: 130px; }
#maincontent ul.productsearch li a.productimage img { width: 80px; border: 0px none; padding-right: 20px; }
#maincontent ul.productsearch li a.producttitle { display: block; text-align: left; padding-bottom: 10px; text-decoration: none; font-weight: bold; }
#maincontent ul.productsearch li p { text-align: left; clear: none; padding-bottom: 1em; }
#maincontent ul.productsearch li span.price { text-align: left; float: left; font-size: 1em; padding-bottom: 10px; }
#maincontent ul.productsearch li a.searchlink { display: block; float: left; clear: both; }
#maincontent ul.productsearch li div.productactions { display: block; clear: both; float: left; padding-left: 100px; }

/* @end */

/* @group Footer styles */

#footer { display: block; clear: both; width: 900px; border-top: solid 1px #cecece; margin: 50px auto 0; text-align: center; padding: 20px 0; }

/* @end */

/* @group form layout - wufoo */

/* @group form */

input { border: 0 none; padding: 0; }

body.ce #maincontent.cmspage form ol li,
body.retoday #maincontent.cmspage form ol li,
body.natre #maincontent.cmspage form ol li { background: none ; }

body.ce #maincontent.cmspage form ol li p,
body.retoday #maincontent.cmspage form ol li p,
body.natre #maincontent.cmspage form ol li p { padding-left: 0; }

body.ce #maincontent.cmspage form ol li.focused,
body.retoday #maincontent.cmspage form ol li.focused,
body.natre #maincontent.cmspage form ol li.focused { background: #f7f7f7; }

form ol { margin: 0 !important; padding: 0 !important; list-style-type: none; width: 100% !important; background: none; }
form li { margin: 0; width: 62% !important; padding: 4px 5px 2px 9px; position: relative; background: none; }
form li ol li { width: auto !important; }

form li:after,
.buttons:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

form li,
.buttons { display: inline-block; }
* html form li,
* html .buttons { height: 1%; }

form li,
.buttons { display: block; }

form li ol li { margin: 0 4px 0 0; padding: 0 0 8px 0 !important; }
form li ol li { float: left !important; }
form li.left { display: inline; width: 48%; }
form li.right { display: inline; width: 48%; }
form li.left .medium,
form li.right .medium { width: 100%; }

form li ol li label { padding-top: 3px; clear: both; color: #858585; display: block; font-size: 85%; }
form li .datepicker { float: left; margin: .1em 5px 0 0; padding: 0; width: 16px; height: 16px; cursor: pointer !important; }

.info,
fieldset { border-style: none; border-bottom: 1px dotted #999; margin: 1.5em 0; padding-bottom: 1em; }
form#donation fieldset { border: 0 none; margin-top: 2.5em; }
legend { font-size: 120%; margin-left: -7px; color: #35262d; padding: 10px 20px; }
fieldset>legend { margin-left: 0; }
form#donation legend { font-size: 140%; font-weight: bold; }

/* @end */

/* @group fields and labels */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #5f8197; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; }

input.text,
textarea.textarea,
.firefox select.select { border-top: 1px solid #7c7c7c; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-bottom: 1px solid #ddd; background: #fff url(../../site/images/fieldbg.gif) repeat-x top; }

input.text,
input.file { padding: 2px 0 2px 0; }

input.checkbox,
input.formradio { display: block; line-height: 1.4em; margin: 6px 0 0 3px; width: 13px; height: 13px; }
label.choice { display: block; line-height: 1.4em; margin: -1.55em 0 0 25px; padding: 4px 0 5px 0; width: 90%; }
label.list { margin-left: 50px; }

textarea.textarea{ font-family: Helvetica, Arial, sans-serif; }

select.select { margin: 1px 0; padding: 1px 0 0 0; }
select.select[class]{ margin: 0;	padding:1px 0 1px 0; }
*:first-child+html select.select[class]{ margin: 1px 0; }
.safari select.select { margin-bottom: 1px; font-size: 120% !important; }

/* @end */

/* @group sizes */

.third { width: 32% !important; }
.half { width: 48% !important; }
.full { width: 100% !important; }

input.tiny,
select.tiny { width: 40px; }

input.small,
select.small { width: 25%; }

input.medium,
select.medium { width: 50%; }

input.large,
select.large,
textarea.textarea { width: 100%; }

textarea.small { height: 5.5em; }
textarea.medium { height: 10em; }
textarea.large { height: 20em; }

/* @end */

/* @group required */

form .req { float: none; color: red; font-weight: bold; }

/* @end */

/* @group instructions */

form li.focused { background: #f2f1e4; }
form li.focused label { xcolor: #000; }
form .instruct { position: absolute; top: 0; left: 100%; z-index: 1000; width: 42%; margin: 0 0 0 8px; padding: 8px 10px 9px 20px; background: #f7f7f7; line-height: 130%; font-size: 90%; xcolor: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* @end */

/* @group buttons */

.buttons { clear: both; margin-top: 10px; margin-bottom: 20px; border-top: 1px dotted #fff; padding-top: 10px; }
.buttons input ,
.inlinebutton { width: auto; overflow: visible; border: 1px solid #7c7c7c; margin: 0px 10px 0px 20px; padding: 0px 10px; }
/* @end */

/* @end */


/* @group basket */
.basket img { padding-left: 20px; }
.basket table { margin-bottom: 20px; width: 100%; padding: 0 20px; }
.basket table caption { text-align: left; color: #858585; margin-top: 20px; padding: 3px 5px 3px 25px; }
.basket table tfoot { color: #858585; }
.basket table th { background: #f7f7f7; padding: 3px 5px; font-weight: normal; }
.basket table td { padding: 3px 5px; border: 0 none; }
.basket table tr.lineitem td { border-bottom: #e8eced dotted 1px; }
.basket table tr.totalvat th,
.basket table tr.totalvat td,
.basket table tr.totalprice th,
.basket table tr.totalprice td { background: none; font-weight: bold; text-align: right; }
.basket table td.price { text-align: right; }

.basket ol li,
.basket ul li { background: none; }

.basket input.addfield { text-align: center; } /*this is the qty field */

.basket table#addressdetails tbody td { border-bottom: #e8eced dotted 1px; }

#popupbasket { display: none; z-index: 100; }
#popupbasket table { margin-bottom: 0; }
#popupbasket table caption { margin-top: 0; }

col#deletecolumn { text-align: center; width: 5%; }
col#productcodecolumn { width: 5%; text-align: left; }
col#desciptioncolumn { width: 65%; text-align: left; }
col#quantitycolumn { text-align: center; width: 5%; }
col#itempricecolumn { text-align: right; width: 10%; }
col#totalpricecolumn { text-align: right; font-weight: bold; width: 10%; }
col#invoiceaddress { width: 50%; }
col#deliveryaddress { width: 50%; }

.basket ul#cardlist { display: block; clear: both; list-style: none; margin-top: 20px; }
.basket ul#cardlist li { float: left; display: block; margin: 0 10px 10px 0; }
.basket ul#cardlist li a { float: left; display: block; border: #cbd9e5 solid 1px; background-color: #f2f1e4; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
.basket ul#cardlist li a:hover { background-color: #e8eced; }

#maincontent.cmspage ul#cardlist li { background-image: none !important; }

.visa { background: url(/store/images/visa.png) no-repeat center 10px; }
.visadelta { background: url(/store/images/visadebit.png) no-repeat center 10px; }
.visaelectron { background: url(/store/images/visaelectron.png) no-repeat center 10px; }
.mastercard { background: url(/store/images/mastercard.png) no-repeat center 10px; }
.solo { background: url(/store/images/solo.png) no-repeat center 10px; }
.other { background: url(/store/images/other.png) no-repeat center 10px; }

/* @end */




