/* CSS Document */

/*
colours
========================
dark grey		#777
light blue		#e7edf2
purple/grey		#f2f2f2
border grey		#cecece
dark blue		#1f2556
red				#880129
purple/blue		#5F627F
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { width: 900px; color: #666; font-size: 100%; line-height: 1.375em; font-family: "Helvetica", Arial, sans-serif; margin: 0px auto; background: #fff; width: 100%; background: url(/site/images/bg-body.png) repeat-x left top; }

a { color: #880129; text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; font-size: 0.875em; padding: 0.625em 0px ; }
h1, h2, h3 { display: block; color: #880129; }
h1 { line-height: 1.375em; font-size: 2em; }
h2 { padding: 0.625em 0; font-size: 1.75em; }
h3 { padding-top: 1.375em; font-size: 1.5em; }
ol,ul { padding: 0.625em 0px; }
ol li, ul li { font-size: 0.875em; line-height: 1.375em; list-style-position: inside; }

.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; }

table { font-size: 0.875em; }

.error { display:none; font-size: 14px; color: red; }

/* @end */


/* @group main layout */

#header,
#footer,
#wrapper { display: block; width: 900px; margin: 0px auto; clear: both; }

#content-primary { display: block; float: left; width: 570px; height: 800px; padding: 40px; }


/* @end */


/* @group header */

#header { height: 150px; background: url(/site/images/bg-logo.png) no-repeat left top; }
#header img { display: block; float: left; }
#header span#logo { display: block; float: left; text-indent: -9999px; }

#search { display: block; float: right; height: 70px; padding-top: 40px;}
#search #search-input { display: block; float: left; width: 205px; height: 16px; padding: 6px; font-size: 0.8em; color: #424242; border: solid 1px #aaa; }
#search #submit { padding-left: 15px; }

#minibasket { display: block; height: 40px; clear: right; line-height: 40px; float: right; background: url(/site/images/bg-basket.png) no-repeat right top; width: 315px; padding: 0 10px; }
#minibasket #baskettitle { display: block; float: left; width: 32px; height: 40px; overflow: hidden; text-indent: -9999px; background: url(/site/images/basket.png) no-repeat left center; }
#minibasket p { padding: 0 10px; color: #fff; display: inline; }
#minibasket #quickview,
#minibasket #checkout { font-size: 0.8em; color: #fff; text-decoration: underline; padding-left: 10px; }

#header #popupbasket { position: absolute; top: 149px; margin-left: 563px; border: #ccc solid 1px; background: #fff; width: 335px; font-size: 0.9em; }

/* @end */

ul#navigation-products { display: block; float: left; width: 250px; list-style: none; padding: 40px 0 0 0; }
ul#navigation-products li { display: block; float: left; height: 35px; border-bottom: solid 1px #e0e0e0; }
ul#navigation-products li a { display: block; float: left; width: 230px; height: 35px; line-height: 35px; text-decoration: none; padding-left: 20px; color: #404f5f; }
ul#navigation-products li a:hover { background-color: #e0e0e0; }

#navigation-secondary { display: block; height: 40px; width: 902px; margin: 0px auto; clear: both; }
#navigation-secondary ul { display: block; float: right; height: 40px; padding: 0; list-style: none; }
#navigation-secondary ul li { display: block; float: left; }
#navigation-secondary ul li a { display: block; float: left; height: 38px; line-height: 38px; padding: 2px 0 0 0 ; xmargin-top: -3px; width: 110px; text-align: center; color: #7C8289; text-decoration: none; letter-spacing: -0.03em; }
#navigation-secondary ul li a.navigation-secondary-home { background: url(/site/images/bg-navigation-secondary.png) no-repeat left top; }
#navigation-secondary ul li a.navigation-secondary-home:hover { background-position: left bottom; }
#navigation-secondary ul li a.navigation-secondary-about { background: url(/site/images/bg-navigation-secondary.png) no-repeat -110px top; }
#navigation-secondary ul li a.navigation-secondary-about:hover { background-position: -110px bottom; }
#navigation-secondary ul li a.navigation-secondary-contact { width: 115px; background: url(/site/images/bg-navigation-secondary.png) no-repeat -220px top; }
#navigation-secondary ul li a.navigation-secondary-contact:hover { background-position: -220px bottom; }

.product-simple { display: block; float: left; padding: 20px 0; border-bottom: solid 1px #e0e0e0; }
.product-simple img { display: block; float: left; padding-right: 20px; }
.product-simple p { padding-left: 170px; }

/* @group footer */

/* @end */



/* @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%; }
form li { margin: 0; width: 62%; padding: 4px 5px 2px 9px; position: relative; }
form li ol li { width: auto; }

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; }
form li ol li { float: left; }
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: #999; display: block; }
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; }
legend { font-size: 120%; margin-left: -7px; color: #ee3b33; }
fieldset>legend { margin-left: 0; }

/* @end */

/* @group fields and labels */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #2b2b2b; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; xcolor: #000; }

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: #f6fafd; }
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 10px; border: 1px solid #fdf9d9; background: #fdf9d9; 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; padding: 0px 10px; }

/* @end */

/* @end */


/* @group basket */

.basket table { margin-bottom: 20px; width: 100%; }
.basket table caption { text-align: left; color: #858585; margin-top: 20px; padding: 3px 5px; }
.basket table tfoot { color: #858585; }
.basket table th { background: #eee; 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 input.addfield { text-align: center; } /*this is the qty field */

.basket table tr.lineitem td img { float: left; width: 75px; padding-right: 15px; }
.basket table tr.lineitem td .title { display: block; }
.basket table tr.lineitem td .title a { color: #333; }
.basket table tr.lineitem td .author { display: block; color: #666; }
.basket table tr.lineitem td .isbn { display: block; color: #666; }

.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.requiredfields { color: #ee3b33; }
.basket li.requiredfield {  }

.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: #ccc solid 1px; background-color: #eee; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
.basket ul#cardlist li a:hover { background-color: #ddd; }

.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 */
