/* misc */
div.clearer {
clear:both;
width:1px;
height:1px;
font:1px/1px monospace;
}

h1.shop {
font-size:12pt;
color:#1A7347;
text-transform:capitalize;
}

/* main page */
div.imagebuttons {
width:721px;
margin-left: -10px;
}
div.imagebuttons a {
margin-left:10px;
}
div.imagebuttons a.first {
margin-left:0px;
}

/* cart */
#cart.main {
width:600px;
}

#cart a, #cart input {
margin:0;
padding:0;
}

#cart {
border-collapse:collapse;
font-size:10pt;
}

#cart td,#cart th {
padding:.2em .5em;
}

#cart td {
min-height:50px;
border-bottom:1px solid #1A7347;
}

#cart thead th {
font-size:8pt;
font-weight:400;
background-color:#CAEADD;
color:#1A7347;
white-space:nowrap;
border-bottom:1px solid #1A7347;
}

#cart tfoot th {
font-size:8pt;
font-weight:400;
color:#1A7347;
white-space:nowrap;
padding:0;
}

#cart tfoot th table {
border-collapse:collapse;
width:100%;
}

#cart tfoot th table td {
padding:0;
border:0;
padding:.5em;
}

#cart tfoot th table td.grandtot {
width:200px;
text-align:right;
background-color:#CAEADD;
border-bottom:1px solid #1A7347;
padding:.5em;
}

#cart tfoot th table td a{
margin-right:10px;
}

img.cataloguethumb,img.cartthumb,img.detailimage {
text-align:center;
vertical-align:middle;
display:none;
}

/* catalogue */
h1.selectedlist {
margin-bottom:.5em;
font-size:12pt;
color:#1A7347;
}

.showingpagexofx {
font-size:8pt;
font-weight:400;
}

.pagenumbers {
float:right;
}

.pagenumbers ul {
display:inline;
font-size:10pt;
color:#000;
list-style-type:none;
list-style-image:none;
}

.pagenumbers li {
display:inline;
margin-left:.5em;
}

.pagenumbers ul a {
font-weight:700;
}

#catalogue {
clear:both;
width:100%;
border-collapse:collapse;
font-size:10pt;
border-top:1px solid #1A7347;
}

#catalogue td.reduced {
padding-top:20px;
background-image: url(../images/shop/reduced_cat.gif);
background-repeat: no-repeat;
background-position: right top;
}

#catalogue td.bogof {
padding-top:20px;
background-image: url(../images/shop/bogof_cat.gif);
background-repeat: no-repeat;
background-position: right top;
}

#catalogue td.btgof {
padding-top:20px;
background-image: url(../images/shop/btgof_cat.gif);
background-repeat: no-repeat;
background-position: right top;
}

#catalogue tbody td {
padding:1em;
font-weight:400;
border-bottom:1px solid #1A7347;
}

#catalogue tbody td table td {
padding:0;
border-bottom:0;
}

#catalogue input, #catalogue select {
font-size:8pt;
}

#catalogue div.price {
float:right;
}

#catalogue div.info {
margin-bottom:15px;
}

#catalogue table.atc {
float:right;
}

#catalogue table.atc td {
padding-left:5px;
}

#catalogue a.productlink {
font-weight:700;
}

/* filters */
#filters {
font-size:10pt;
padding:.5em;
margin:1em 0 2em;
background-color:#CAEADD;
}

#filters div.filterlist {
float:left;
}

#filters ul {
font-size:10pt;
font-weight:700;
}

#filters span.refine {
font-size:8pt;
margin-left:20px;
font-style:italic;
}

/* detail table */
#detailtable td#productimage {
vertical-align:middle;
padding:.5em;
text-align:center;
width:250px;
}

#detailtable td#info {
border-left:dotted 1px #1A7347;
vertical-align:top;
padding:.5em;
}

#detailtable td#info h1 {
margin:0;
padding:0;
}

#detailtable td#info.reduced {
background-image: url(../images/shop/reduced_detail.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#detailtable td#info.bogof {
background-image: url(../images/shop/bogof_detail.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#detailtable td#info.btgof {
background-image: url(../images/shop/btgof_detail.gif);
background-repeat: no-repeat;
background-position: right bottom;
}

#detailtable td#description {
border-top:solid 1px #1A7347;
padding:.5em;
}

#detailtable .smallprint {
font-size:7pt;
font-style:italic;
}

/* shop front page */
#mainshoppage .smallprint {
border-top:1px dashed #1A7347;
margin-top:15px;
font-size:7pt;
line-height:9pt;
}

#mainshoppage .saleimage {
margin-right:30px;
margin-top:3px;
}

/* prices */
.priceMedium {
color:#1A7347;
font-size:10pt;
font-weight:700;
}

.priceLarge {
color:#1A7347;
font-size:12pt;
font-weight:700;
}

.strike  {
font-size:8pt;
text-decoration: line-through;
color:#999;
}

/* breadcrumbs */
.breadcrumbs {
font-size:8pt;
font-weight:400;
margin-bottom:10px;
}

.breadcrumbs a {
font-weight:400;
}

/* forms */
form {
margin:0;
padding:0;
}

form#commentsform {
display:none;
}

input.req {
background:#FFF url(../images/shop/bg_txtbox_req.png) no-repeat top right;
padding:2px 1px;
}

input {
font-size:10pt !important;
border:1px solid #ABADB3;
padding:2px 11px 2px 1px !important;
}

input.noborder, input.submit {
border:0;
padding:0;
}

select {
border:1px solid #ABADB3;
}

input.req {
background:#FFF url(../images/shop/bg_txtbox_req.png) no-repeat top right;
}

select.long, textarea.long, input.long {
width:300px;
}

select.medium, textarea.medium, input.medium {
width:200px;
}

select.short, textarea.short, input.short {
width:100px;
}

label {
font-size:8pt;
line-height:11pt;
float: left;  
width:15em;  
margin-right: 2em;
}

label.req {
font-weight:bold;
}

label span {
font-weight:normal;
font-size:7pt;
line-height:9pt;
}

label.radio {
font-size:8pt;
line-height:11pt;
float:none;  
width:auto;  
margin-left: 1em;
}

label.radio span {
font-weight:normal;
font-size:7pt;
line-height:7pt;
margin-left:37px
}

input.searchfields, select.searchfields {
font-weight:700;
font-size:8pt !important;
color:#1A7347;
border:1px solid #1A7347;
width:80px;
margin:0;
}
input.searchfields {
width:110px;
padding:1px !important;
}
select.searchfields {
width:114px;
}

fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 20px 0;  
padding: 0 10px 0 10px;  
border:0;
}

legend {  
margin-left: 10px;  
color: #000000;  
font-weight: bold;
}

fieldset ol { 
margin:0; 
padding:0;  
list-style: none;
}

fieldset li {  
float: left;  
clear: left;  
width: 100%;  
margin:0; 
padding: 0 0 10px 0;  
}

fieldset li input, fieldset li select{  
position:relative;
margin-top:-3px;
}

fieldset li.help {  
font-style:italic;
font-size:7pt;
line-height:9pt;
}

fieldset.submit {  
float: none;  
width: auto;  
border-style: none;
}

fieldset.submit a {
margin-right:20px;
}

/* 2 column layout for checkout */
div.col1,div.col2 {
float:left;
}

div.col2 {
margin-left:20px;
}

/* security code */
div.securitycode {
padding:3px 5px;
background-image:url(../images/turingnumbers/check.gif);
border:1px solid #000;
white-space:nowrap;
width:75px;
display:inline;
}

div.securitycode img {
vertical-align:middle;
}

/* messages */
.message, .alert {
font-size:8pt;
padding-bottom:20px;
border-bottom:1px dashed #1A7347;
margin-bottom:20px;
}

.message {
font-weight:bold;
}