/* CSS Document */

/*
colours
========================
light purple	#c2abc1
meduim purple	#a682a2
dark purple		#6c276a
*/

* { margin: 0; padding: 0; }

html { }

body { color: #000; font: 0.8em/1.6 Trebuchet MS, Verdana, Arial, sans-serif; width: 750px; padding: 0 25px; margin: 0 auto; background: #fff url(/site/images/body-bg.png) no-repeat fixed center top; }

a,
a:visited,
a:active { color: #6c276a; text-decoration: underline; }
a:hover { text-decoration: none; }

p { display: block; padding: 10px 0px; }

h1, h2 { display: block; font-size: 1.4em; font-weight: normal; line-height: 2; }
h1 { color: #6c276a; }
h2 { color: #000; }

/*form label { display: block; float: left; height: 18px; line-height: 18px; padding-right: 5px; }
form input { float: left; border: #c2abc1 solid 1px; width: 200px; height: 14px; padding: 1px 2px; font: 0.8em/1 "Tahoma",Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;  }
form textarea { border: #c2abc1 solid 1px; padding: 1px 2px; font: 0.8em/1 "Tahoma",Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
form input.button {  }*/

.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.medium { width: 240px; }
img.large { width: 480px; }

.navbar{ background: #eee; padding: 3px 10px; letter-spacing: 0.11em; margin-top: 10px; }
.border{ background: url(/site/images/menu-bg.png) repeat top left; padding: 10px; margin: 10px 0; }
.important{ font-weight: bold; color: #6c276a; }


/*table { width: 100%; }
table.prices td { border-bottom: #6c276a dotted 1px; }*/

.error { display:none; font-size: 1em; color: red; }

/* Main Layout */

#header,
#footer { margin: 0px auto; display: block; width: 750px; clear: both; }

/* @group header */

#header { }
#header ul#menu { display: block; list-style: none; float: left; clear: both; background: url(/site/images/menu-bg.png) repeat top left; }
#header ul#menu li { display: block; float: left; }
#header ul#menu li a { display: block; width: 107px; line-height: 30px; text-align: center; font-size: 1.2em; color: #fff; text-decoration: none;  }
#header ul#menu li a:hover { color: #6c276a; }

/* @end */

/* @group splash page */

body#splashpage { background: none; margin-top: 20px; }
#splashpage a img,
#splash a img { border: 0px none; }

body#splash { margin: 0; padding: 0; width: 100%; }
body#splash img { width: 100%; height: 100%; }

/* @end */


#maincontent { float: left; width: 480px; padding: 20px 20px 20px 0; }
#sidebar { float: left; width: 250px; }


#maincontent img {  }
#maincontent ul,
#maincontent ol { padding: 10px 0 10px 30px;  }

#maincontent .searchitem { border-bottom: #a682a2 dotted 1px; }
#maincontent .searchitem b { color: #6c276a; }

#maincontent div.product {  padding: 10px 0 10px 5px; clear: both; border-bottom: #a682a2 dotted 1px; }
#maincontent div.product .info { color: #c2abc1; margin: 0; padding: 0; border: none; }
#maincontent div.product a.productlink { margin-right: 20px; }
#maincontent div.product a img { border: 0 none; }
#maincontent div.product h2 { color: #6c276a; line-height: 1.3; }

#maincontent div.productdetails h2,
#maincontent div.productdetails h3 { font-size: 1.2em; color: #a682a2; padding: 0; line-height: 1.5; }

/*Search*/
#sidebar #searchbox { display: block; height: 15px; margin: 10px 0; padding: 10px; border: #a682a2 solid 1px; } 
#sidebar #searchbox form { }
#sidebar #searchbox form label { color: #6c276a; }
#sidebar #searchbox form input { width: 130px; border: #c2abc1 solid 1px; height: 14px; padding: 1px 2px; font: 0.8em/1 "Tahoma",Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
#sidebar #searchbox form input.button { background-color: #c2abc1; xborder: 0px none; color: #6c276a; width: 30px; height: 18px; padding: 0px; margin-left: 5px; }

/* Minibasket */
#sidebar #minibasket { display: block; margin: 10px 0; padding: 10px 10px 0 10px; background: url(/site/images/menu-bg.png) repeat top left; }
#sidebar #minibasket h3 { color: #fff; font-size: 1.3em; font-weight: normal; }

/* PopUp basket */
#popupbasket { display: none; font-size: 0.9em; }
#popupbasket table { width: 100%; }
#popupbasket th { background: url(/site/images/menu-bg.png) repeat top left; color: #fff; }
#popupbasket .price { text-align: right; }
#popupbasket .qty { text-align: center; }
#popupbasket .total { font-weight: bold; border-top: #eee dotted 1px; }
#popupbasket #basketlinks { padding: 2px 5px; background: #eee; }

/* basket */
.basket .button { width: auto; height: auto; margin: 5px 10px 0 0; border: #c2abc1 solid 1px; }
/*
.basket {  }
.basket .checkbox { width: auto; border: 0 none; }
.basket .radio { width: auto; border: 0 none; margin: 0 5px; }
.basket .deletebox { width: auto; border: 0 none; }
.basket .addfield { width: 2em; }

.basket .qty { text-align: center; width: 1%; }
.basket .delete { text-align: center; width: 1%; }
.basket .product { text-align: left; padding-left: 10px; }
.basket .price { text-align: right; padding-left: 10px; width: 1%; }

.basket th { color: #6c276a; border-bottom: #6c276a solid 1px; }

.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: #6c276a solid 1px; background-color: #fff; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
.basket ul#cardlist li a:hover { background-color: #c2abc1; }

.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; }
*/


/* @group form layout - wufoo */

/* @group form */

input { border: 0 none; padding: 0; }

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: #6c276a; xpadding: 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: #a682a2; font-size: 100%; }

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 { 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%; xpadding: 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: #c2abc1; 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: #6c276a solid 1px; background-color: #fff; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
.basket ul#cardlist li a:hover { background-color: #c2abc1; }

.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 */

/* Promotion Items*/
#sidebar .promotion { display: block; margin: 10px 0; padding: 10px 10px 0 10px; border: #a682a2 solid 1px; }
#sidebar .promotion h2 { color: #6c276a; font-size: 1.3em; font-weight: normal; line-height: 1; }
#sidebar .promotion p {  }

#sidebar #logos img { display: block; margin: 20px auto; }

/*Footer*/
#footer { color: #c2abc1; clear: both; height: 30px; line-height: 30px; margin: 20px 0; border-top: #a682a2 solid 1px; padding-top: 10px; }
#footer a { color: #c2abc1; }
#footer a:hover {  }

/* @group admin */

iframe { border: 0 none; margin-top: 20px; overflow: hidden; clear: both; }
#uploadframe { height: 250px; width: 400px; }
#progressframe { height: 100px; width: 100%; }
.progressbar { padding-top: 10px; padding: 0; border: 1px solid #eee; }
.progressbaron { background: #c2abc1;  }
.progressbaroff { background: transparent none; }
.progressstatus { font-size: 0.8em; color: #a682a2; }

/* @end */


