/* 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 { color: #fff; font: 0.9em/1.4em Helvetica Neue, Helvetica, Arial, sans-serif; letter-spacing: -0.005em; margin: 0px auto; width: 100%; background-color: #000; }

a { color: #ff9231; text-decoration: underline; }
a:hover { text-decoration: none; }
a img { border: 0px none; }
p { display: block; font-size: 1em; line-height: 1.4; padding: 10px 0px; }
h1 { display: block; font-size: 1.9em; line-height: 1.2; padding-bottom: 20px; }
h2 { display: block; font-size: 1.1em; padding: 10px 0; }


.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: 271px; }
img.large { width: 542px; }

table { width: 95%; border-collapse: collapse; }
table th { background: #e76e34; color: #000; padding: 2px; border: #000 solid 1px; }
table td { padding: 1px 2px; border: #000 solid 1px; }

.error { display: none; font-size: 14px; color: red; }

/* @end */

/* @group Header */

#header-wrapper { display: block; width: 100%; height: 95px; margin-top: 65px; background: url(/site/images/bg-header.png) repeat-x center top; }
#header { display: block; margin: 0px auto; width: 842px; height: 95px; }
#header img#logo { display: block; float: left; }
#header img#logo-secondary { display: block; float: right; margin-top: 55px; }

/* @end */

/* @group Navigation */

#navigation { display: block; margin: 0px auto; width: 822px; height: 50px; padding-left: 20px; }
#navigation ul { display: block; float: left; }
#navigation ul li { display: block; float: left; }
#navigation ul li a { display: block; float: left; height: 50px; line-height: 50px; padding: 0px 30px; color: #fff; text-decoration: none; font-size: 1.1em; }
#navigation ul li a:hover,
#navigation ul li a.current { color: #ff9231; }

#navigation-secondary { display: block; margin: 0px auto; width: 572px; padding: 0 250px 20px 20px; }
#navigation-secondary ul { display: block; float: left; }
#navigation-secondary ul li { display: block; float: left; }
#navigation-secondary ul li a { display: block; float: left; height: 30px; line-height: 30px; padding: 0px 30px; color: #888; text-decoration: none; font-size: 0.9em; }
#navigation-secondary ul li a:hover,
#navigation-secondary ul li a.current { color: #ff9231; }


/* @end */

/* @group Content */

#content { display: block; margin: 0px auto; width: 542px; padding: 10px 250px 0 50px; clear: both; }
#content ul { padding: 10px 20px; }

/* @end */

/* @group Footer */

#footer { display: block; margin: 30px auto; width: 842px; height: 80px; }
#footer img { display: block; float: right; }

/* @end */


/* @group form layout - wufoo */

/* 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%; font-weight: bold; color: #000; margin-left: -7px; }
fieldset>legend { margin-left: 0; color: blue; }

/* ----- fields and labels ----- */

label.desc { display: block; padding: 0 0 1px 0; line-height: 1.5; color: #000; font-weight:bold; }

input.text,
input.file,
textarea.textarea,
select.select { margin: 0; font-size: 100%; color: #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: "Tahoma", Arial, Verdana, 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; }

/* 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; }

/* required */

form .req { float: none; color: red; font-weight: bold; }

/* instructions */

form li.focused { background: #e6edf7; }
form li.focused label { color: #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 #fffd98; background: #fffd98; line-height: 130%; font-size: 90%; color: #000; visibility: hidden; }
form .instruct small { font-size: 105%; }
form li.focused .instruct,
form li:hover .instruct{ visibility: visible; }

/* 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 */


/* @group basket */

#basket table { margin-bottom: 20px; }
#basket table th { text-align: left; }
#basket table td { padding: 3px 5px; border: 0 none; }
#basket table td.itemline { border-bottom: #000 dotted 1px; width: 85%; }
#basket table th.price,
#basket table td.price { text-align: right; width: 15%; }
#basket table td.total { text-align: right; font-weight: bold; }

#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: #e76e34 solid 1px; background-color: #4d4d4d; text-align: center; width: 95px; height: 25px; text-decoration: none; padding-top: 95px }
#basket ul#cardlist li a:hover { background-color: #000; }

.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 */
