html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

/*










*{
margin: 0;
padding: 0;
outline: 0;
}
*/







body{
background: #00CFDF;
padding: 0;
font: 100%/1.4 Helvetica,Arial,Geneva,Verdana,Geneva,sans-serif;
color: #222;
position: relative;
}

#container{
max-width: 1070px;
margin: 0 auto;
padding: 0 50px;
position: relative;
}

header{
position: relative;
padding: 20px 0;
}

#topnav{
float: right;
}

#topnav ul{
overflow: hidden;
list-style: none;
}

#topnav ul li{
float: left;
display: block;
padding: 3px 6px;
}

#salutation{
background: #222;
padding: 5px 15px 5px 10px;
color: #00CFDF;
font-weight: bold;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

#salutation img{
margin-bottom: -2px;
}

/************************************************ templates */

#content{
padding: 20px 0;
clear: left;
}

.t2 #content{
float:left;
width:75%;
overflow: hidden;
}

.t1 #col1{
width: 100%;
}

.t2 #col1{
clear:both;
margin-right: 50px;
padding: 0;
}

.t2 #col2{
padding: 20px 0
}

.t2 #col2{
float:left;
width:24.9%;
padding: 20px 0
}

.t6 #content{
float:left;
width:100%;
}

.t6 #col1{
margin-right: 80%;
}

.t6 #col2{
float:left;
width:43%;
margin: 20px 0 20px -78%;
padding: 0;
padding: 0 3%;
border-right: dashed 1px;
border-left: dashed 1px;
}

.t6 #col3{
float:left;
width:25.5%;
margin: 20px 0 0 -25.5%;
padding: 0;
}

.t7 #col1{
float:left;width:50%
}

.t7 #col2{
float:left;width:49.9%
}

/*********************************************** typography */

h1{
margin: 0;
line-height: 1;
font-size: 1.7em;
}

h1 a,
h1 a:visited{
font-size: 1.7em;
text-decoration: none;
}

h1 a:hover,
h1 a:focus{

}

h2{
color: #222;
font-size: 1.5em;
margin-bottom: .5em;
}

h3{
color: #222;
font-size: 1.2em;
}

#content h3{
margin: 0 0 10px;
padding-top: 10px;
border-top: solid 3px;
}

h4{
color: #222;
font-size: 1.2em;
margin-bottom: .5em;
}

strong{

}

a,
a:visited{
background: #00CFDF;
color: #222;
}

a:hover,
a:focus{
background: #222;
color: #00CFDF;
}

h3 a,
h3 a:visited,
h2 a,
h2 a:visited{
text-decoration: none;
}

h3 a:hover,
h3 a:focus,
h2 a:hover,
h2 a:focus{
color: #222;
background: transparent;
text-decoration: underline;
}

p{
margin-bottom: 1em;
}

#content ul,
#content ol{
margin: .5em 0 .5em 1.8em;
}

#content ul{
list-style-image: url("/images/list.png");






}

#content ul ul{
list-style-image: none;
list-style-type: disc;
}

#col2 ul,
#col2 ol{
list-style: none;
margin: 0 0 30px;
}

/*************************************************** footer */

footer{
padding: 10px 0;
clear: both;
margin: 0 0 50px;
overflow: hidden;
border-top: solid 3px #222;
}

footer a,
footer a:visited{
padding: 2px 5px;
line-height: 1.2;
}

footer a:focus,
footer a:hover{

}

footer p{
float: left;
margin: 0 20px 0 0;
}

footer ul{
float: right;
}

footer ul li{
display: inline;
}

/****************************************************** nav */

#main{
position: relative;
}

#main ul{
display: block;
background: #222;
list-style: none;
overflow: hidden;
padding: 7px;
margin: 0;
}

#main ul li{
float: left;
margin-right: 10px;
}

#main ul li a,
#main ul li a:visited{
padding: 3px 10px;
display: block;
text-decoration: none;
color: #00CFDF;
font-size: 1.2em;
font-weight: bold;
text-transform: lowercase;
background: #222;
}

#main ul li.active a,
#main ul li a:hover,
#main ul li a:focus{
background: #00CFDF;
color: #222;
}

/*************************************************** subnav */

#col2 ul.subnav{
list-style: none;
margin: 0;
}

ul.subnav li a,
ul.subnav li a:visited{
}

ul.subnav li a:hover,
ul.subnav li a:focus{
color: #222;
}

/************************************************ accessnav */

#accessnav,
#accessnav li{
list-style: none;
}

#accessnav a, #accessnav a:visited{
position: absolute;
top: -1000px;
padding: 1em;
font-size: 1.2em;
font-weight: bold;
background: #FFBE0F;
color: #222;
text-decoration: none;
outline: 0;
}

#accessnav a:focus, #accessnav a:active{
position: absolute;
top: 20px;

left: 2%;
z-index: 150;
}

/********************************************** breadcrumb */

#topnav{
margin: 10px 0;
position: relative;
}

#breadcrumb{
border-top: dashed 1px #222;
border-bottom: dashed 1px #222;
overflow: hidden;
color: #117879;
padding: 5px 10px;
}

#breadcrumb ul{
list-style: none;

margin: 0;
padding: 0;
text-transform: lowercase;
}

#breadcrumb ul li{
float: left;
margin-right: 5px;
}

#breadcrumb ul li:after{
content: " > ";
}

#breadcrumb ul li:last-child:after{
content: "";
}

/**************************************************** misc */

hr{display: none;}
a img{border: 0;}
.right{float: right; margin-left: 100px;}
.center{text-align: center;}
code{font-size: 1.1em; padding:0 4px; color:#222; background: rgba(0,237,233,.5);}
object{width: 100% !important;}

/*********************************************** responses */

.positive, .negative, .notice{
position: relative;
padding: 15px 25px;
margin: 0 0 1em;
color: #222;
}

.positive h2,
.negative h2,
.notice h2{
margin: 0;
color: #222;
}

.negative h2{
color: #222;
}

.positive{
background: #fff;
color: #222;
}

.negative{
background: yellow;
color: #222;
}

.notice{
background: #9DFF00;
color: #222;
}

.positive form,
.negative form,
.notice form{
position: absolute;
top: 7px;
right: 7px;
}

.positive form fieldset,
.negative form fieldset,
.notice form fieldset{
background: none;
border: 0;
padding: 0;
margin: 0;
height: 30px;
}

.positive form legend,
.negative form legend,
.notice form legend{
display: none;
}

.positive a,
.negative a,
.notice a{
font-weight: normal;
padding: 2px 5px;
background: #fff;
}

.negative a,
.negative a:visited,
.negative code{
background: #FFEFEF;
color: #8F0808;
text-decoration: none;
}

.negative a:hover,
.negative a:focus{
background: #8F0808;
color: #FFEFEF;
}

.positive a,
.positive a:visited{
background: #EAFFDF;
color: #375F23;
text-decoration: none;
}

.positive a:hover,
.positive a:focus{
background: #375F23;
color: #EAFFDF;
}

.positive ul,
.negative ul,
.positive ol,
.negative ol{
margin: 10px 0 10px 30px;
list-style: square;
color: #222;
}

.positive li,
.negative li{
line-height: 2;
}

/**************************************************** forms */


fieldset{
border: 0;
margin: 0;
padding: 0;
}

legend{
padding: 0;
color: #222;
}

label{
display: block;
margin-bottom: 5px;
}

input[type=text],
input[type=password],
select,
textarea,
#country_field{
background: #00FFFA;
border: 2px solid #00FFFA;
padding: 2px 0 3px;
font-size: 1.1em;
font-family: Calibri, Verdana, "Lucida Grande", sans-serif;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus{
background: #fff;
}

input.button,
button.button{
padding: 2px 5px 3px 2px;
font-size: 1.1em;
}

.checkbox{
float: left;
margin: 0 10px 0 0;
}

.short{width: 25%;}
.med{width: 50%;}
.long{width: 75%;}

#saved_email{
width: 50%
}

#content fieldset{
padding: 25px 50px;
margin: 30px 50px 50px 0;
border: solid 1px #222;
}

#confirmation #content fieldset{
border: 0;
margin: 0;
padding: 0;
}

legend{
font-size: 1.2em;
padding: 0 10px;
border-left: solid 1px #222;
border-right: solid 1px #222;
}

fieldset div,
#account_details fieldset div{
margin-bottom: 20px;
}

.check{
border-top: dotted 1px #222;
border-bottom: dotted 1px #222;
padding: 5px 10px;
margin-bottom: 30px;
}

.check .checkbox{
margin-top: 5px;
}

b{
font-size: 1.1em;
}

input[type=text].error,
input[type=password].error,
select.error,
textarea.error{
border: solid 2px #AF0A0A;
background: #fff;
}

/********************************************* search form */

#searchform{
position: absolute;
top: 6px;
right: 6px;
}

#search{
width: 167px;
}

/************************************************ search */

#search_699 #content #serps strong,
.search_url{
color: #222;
}

#search_699 #content #serps li a{
font-size: 1.3em;
font-weight: bold;
line-height: 2;
}

#search_699 #content #serps li a strong{
background: #fff;
color: #000;
}

#search_699 #content #serps{
list-style: none;
margin-left: 0;
padding-left: 0;
}

#search_699 #content li{
margin-bottom: 10px;
border-bottom: dotted 1px #222;
padding-bottom: 20px;
}

#search_699 #content #serps li strong{
background: #fff;
}

#search_699 #content #serps li:last-child{
border-bottom: 0;
}

#serps li .search_thumb{
display: block;
width: 60px;
height: 60px;
float: left;
border: dotted 1px #000;
margin-right: 10px;
}


/****************************************** newsletter form */

#newsletter{
margin-bottom: 30px;
}


#newsletter_name,
#newsletter_email{
width: 98%;
}

/**************************************************** table */

table{
width: 100%;
border-collapse: collapse;
margin: 0;
}

caption{
color: #222;
font-weight: bold;
margin-bottom: 10px;
text-align: left;
font-size: 2em;
}

th{
border-bottom: dotted 1px #222;
color: #222;
padding: 17px 10px 10px;
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
}

td{
padding: 10px;
border-top: dotted 1px #222;
border-left: 0;
border-right: 0;
vertical-align: top;
}

#content td h3{
border: 0;
}

/**************************************************** index */

#hot_products{
position: relative;
}

#hot_products li{
clear: left;
margin-bottom: 20px;
overflow: hidden;
}

#hot_products li img{
float: left;
margin: 0 10px 0 0;
}

#skip a, #skip a:visited{
position: absolute;
top: -1000px;
padding: 1em;
font-size: 1.2em;
font-weight: bold;
background: #FFBE0F;
color: #222;
text-decoration: none;
outline: 0;
}

#skip a:focus, #skip a:active{
position: absolute;
top: 0;
left: 0;
z-index: 150;
}

/***************************************************** blog */

#comments{
clear: left;
}

#comments ol{
margin: 0;
padding: 50px 0 0 0;
list-style: none;
}

#comments li{
position: relative;
margin: 0 50px 100px 70px;
padding: 0;
}

#comments ol{
padding: 0;
list-style: decimal;
}

#comments li li{
margin: 0 0 1em 1.5em;
}

.gravatar{

}

#add_comment,
.blog_metadata,
#comments{

}

.blog_metadata{
width: 28.3%;
margin: 0 5% 50px 0;
float: left;
}

.blog{
margin-bottom: 50px;
overflow: hidden;
}

.auth{
font-size: 80%;
margin-top: 20px;
padding-top: 5px;
border-top: dotted 1px;
}

#commenting_div{
margin-bottom: 50px;
}

ul#serps{
list-style: none;
margin: 0;
}

#serps li{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: dotted 1px;
}

#comment{
width: 99%;
}

#login_options{
display: none;
margin-left: 0;
}

#login_options{
color: #fff;
}

#fc-button{
margin-right: 10px;
float: left;
}

#cookie{
margin: 0 5px 20px 2px;
}

#cookie_label{
margin-bottom: 18px;
display: inline-block;
}

#signed_in_cookie{
margin: 0;
}

.social_icon{
padding: 0 5px 0 20px;
text-decoration: none;
font-size: .8em;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: transparent url("/images/site/rss_16.gif") 0 0 no-repeat;
}

.email.social_icon{
padding: 0 5px 0 26px;
background: transparent url("/images/site/email_this.gif") 0 0 no-repeat;
}

.delicious.social_icon{
background: none;
padding: 0;
}

.rss.social_icon:hover,
.rss.social_icon:focus{
background: #FF7C00 url("/images/site/rss_16.gif") 0 0 no-repeat;
color: #fff;
}

.email.social_icon:hover,
.email.social_icon:focus{
background: #fff url("/images/site/email_this.gif") 0 0 no-repeat;
color: #222;
}

.delicious.social_icon:hover,
.delicious.social_icon:focus{
background: #fff;
color: #222;
}

/***************************************************** shop */

.products p img{
float: left;
margin: 0 30px 30px 0;
padding: 20px;
background: #fff;
}

#content .products ul{
list-style: none;
margin: 0;
padding: 0 !important;
}

.products ul li{
list-style: none;
margin: 0 8px 8px 0;
padding: 0;
float: left;
width: 142px;
position: relative;
}

.products ul li a,
.products ul li a:visited{
display: block;
border: dotted 1px;
padding: 10px;
min-height: 220px;
background: #fff;
font-size: .8em;
}

.products ul li a:hover,
.products ul li a:focus{
background: #00FFFA;
color: #000;
}

.products ul li div{
height: 160px;
overflow: hidden;
vertical-align: middle;
margin-bottom: 10px;
}

.products ul li h2{
font-size: .9em;
font-weight: normal;
line-height: 1;
}

.products ul li p{
position: absolute;
bottom: 0;
}

#categories{
background: #00FFFA;
margin-bottom: 20px;
padding: 10px 0;
}

#categories ul{
list-style: none;
overflow: hidden;
padding: 10px 0;
}

#categories h3{
text-transform: uppercase;
margin: 0 0 0 15px;
border: 0;
padding: 0;
}

#categories h4{
margin: 0;
font-size: 1em;
}

#categories .subnav{
background: #00CFDF;
border-top: solid 8px #00FFFA;
border-bottom: solid 8px #00FFFA;
padding: 5px 15px;
}

#categories a{
font-size: 1em;
display: block;
font-weight: normal;
text-transform: lowercase;
border: 0;
background: transparent;
padding: 2px 15px;
}

#categories ul a{
padding: 2px 0;
}

#categories a,
#categories a:visited{
color: #222;
text-decoration: none;
}

#categories a:hover,
#categories a:focus{
color: #222;
text-decoration: underline;
}

#col2 #categories li{
line-height: 1.3;
}

#col2 #categories li.current a{
background: #222;
color: #fff;
display: inline;
padding: 0;
}

#col2 #sale li.current a{
background: #fff;
color: #222;
display: inline;
padding: 0;
margin-left: 15px;
}

.products form{
clear: both;
}

#quantity{
width: 50px;
margin-right: 5px;
}

#notices ul{
overflow: hidden;
width: 100%;
margin-bottom: 10px;
clear: both;
}

#content #notices ul li{
display: block;
margin: 0 10px 0 0;
padding: 5px 10px;
list-style: none;
float: left;
text-transform: lowercase;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
width: auto;
font-size: .8em;
}

.in_sale{
margin: 0 5px 0 0;
padding: 1px 3px;
text-transform: lowercase;
font-weight: normal;
background: yellow;
color: #222;
}

.was{
text-decoration: line-through;
}

#out_of_stock{
background: #C3DCDF;
color: #000;
}

#stock_num{
background: #00FFFA;
color: #000;
}

#nfs{
background: #C792CD;
color: #000;
}

#coming_soon{
background: #C792CD;
color: #000;
}

#new_item{
background: #FFE56F;
color: #000;
}

#release_date{
background: #EAC2EF;
color: #000;
}

#in_sale{
background: #DF2929;
color: #fff;
}

#web_price{
background: #C3DCDF;
color: #000;
}

#rrp{
background: #C3DCDF;
color: #000;
}


/************************************************** shop 

#content .products ul span.thumbcon{
display: block;
max-width: 120px;
max-height: 120px;
overflow: hidden;
padding: 0;
margin: 0 10px 7px 0;
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
border: solid 1px #aaa;
}

#content .products ul span.thumbcon:hover{
-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.8);
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
box-shadow: 2px 2px 5px rgba(0,0,0,.4);
border: solid 1px #444;
}

#content .products ul h2{
line-height: 1.2;


font-size: 1em;
font-weight: normal;
color: #4c4c4c;
margin: 0;
padding: 0;
margin: 0;
text-transform: inherit;
}

#content .products ul p{
font-size: .8em;
color: #666;
}

#content .products ul a{
line-height: .9;
display: block;
font-weight: normal;
margin-right: 10px;
color: #444;
border: 0;
background: transparent;
}

#content .products ul a:hover{
text-decoration: underline;
}

#content .products ul a:focus{
background: #FFED40;
color: #000;
}

#content .product img{
float: right;
border: solid 1px #ddd;
padding: 10px;
margin: 0 0 10px 40px;
}

#content .product a#rssimg img{
border: 0;
padding: 0;
margin: 0;
}

#content .products ul a:focus img,
#content .product a:focus img{
background: #FFED40;
}

#product_form fieldset{
padding: 10px;
}

#shop_156 #content #product_form label{
width: auto;
line-height: 2.5;
margin-bottom: 0;
text-align: left;
clear: none;
display: inline;
float: none;
margin-right: 3px;
}

#shop_156 #content #product_form input,
#shop_156 #content #product_form select{

border: 0;
margin-right: 10px;
float: none;
width: auto;
clear: none;
display: inline;
}

#shop_156 #content #product_form input#quantity{
width: 50px;
}


#shopping_bag{
background: transparent url("/images/site/shopping_bag.gif") 0 2px no-repeat;
}

#shopping_bag a{
margin-left: 14px;
}

input#voucher_code,
select#countries{
border: solid 1px #A7BCBF;
margin-right: 5px;
}
*/

/*************************************************** basket */

#mini-basket{
margin-bottom: 20px;
overflow: hidden;
}

#mini-basket img{
float:left;
margin: 0 5px 0 0;
}

#mini-basket p{
margin: 0;
}

#mini-basket a,
#mini-basket a:visited{
padding: 10px 15px;
display: block;
background: yellow;
text-decoration: none;
}

#mini-basket a:hover,
#mini-basket a:focus{
background: #fff;
color: #222;
}

.extra{
width: 28.3%;
margin: 0 5% 50px 0;
float: left;
}

.confirm_section legend,
.confirm_section label{
display: none;
}

.confirm_section select{
width: 100%;
}

#gift_voucher{
margin: 50px 0;
clear: both;
}

#gift_voucher legend,
#gift_voucher label{
display: none;
}

#basket_table{
margin-bottom: 50px;
font-size: .9em;
}

#basket_table ul{
list-style: none;
font-size: .9em;
margin: 0;
padding: 0;
}

.highlight{
background: #00FFFA;
padding: 0 10px 3px;
}

.highlight span{
font-size: 20px;
}

.highlight a,
.highlight a:visited{
color: #222;
background: #00FFFA;
}

.highlight a:focus,
.highlight a:hover{
color: #222;
background: #fff;
}

#confirm_delete_box{
position: absolute;
background: transparent;
padding: 0;
left: 50%;
top: 20%;
margin-left: -10%;
z-index: 1000;
border: 20px solid rgba(0,0,0,0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#confirm_delete_box div{
background: #fff;
width: auto;
margin: 0;
padding: 20px;
}

#confirm_delete_box a,
#confirm_delete_box a:visited{
background: #00FFFA;
text-decoration: none;
padding: 4px 9px;
-moz-border-radius: 3px;
-webkit-border-radius: 3x;
border-radius: 3px;
}

#confirm_delete_box a:hover,
#confirm_delete_box a:focus{
background: #222;
}

#shop_695 .positive,
#basket_1028 .positive{
font-size: 12px;
position: absolute;
top: 129px;
right: 135px;
width: auto;
height: auto;
overflow: hidden;
font-weight: bold;
text-transform: uppercase;
background: transparent url("/images/site/sb2.png") 3px 90% no-repeat;
padding: 0 0 10px;
}

#basket_1028 .positive{
right: inherit;
left: 200px;
}

#shop_695 .positive p,
#basket_1028 .positive p{
margin: 0;
padding: 3px 6px;
background: yellow;
}

/********************************************* contact form */

#contact_697 #col2{

}

#map{
margin-bottom: 10px;
overflow: hidden;
}

iframe{
width: 100%;
height: 400px;
}



#contact_697 #col2 fieldset,
#contact_697 #col2 input[type=text],
#contact_697 #col2 textarea{
width: 99%;

}

/************************************************ slideshow */

/************************************************ ColorBox */

/*
ColorBox Core Style

The following rules are the styles that are consistant between themes.
Avoid changing this area to maintain compatability with future versions of ColorBox.


*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}

#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}

#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


/* 
Example user style
The following rules are ordered and tabbed in a way that represents the
order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url("/admin/images/overlay.png") 0 0 repeat;}
#colorbox{}
#cboxTopLeft{width:21px; height:21px; background:url("/admin/images/controls.png") -100px 0 no-repeat;}
#cboxTopRight{width:21px; height:21px; background:url("/admin/images/controls.png") -129px 0 no-repeat;}
#cboxBottomLeft{width:21px; height:21px; background:url("/admin/images/controls.png") -100px -29px no-repeat;}
#cboxBottomRight{width:21px; height:21px; background:url("/admin/images/controls.png") -129px -29px no-repeat;}
#cboxMiddleLeft{width:21px; background:url("/admin/images/controls.png") left top repeat-y;}
#cboxMiddleRight{width:21px; background:url("/admin/images/controls.png") right top repeat-y;}
#cboxTopCenter{height:21px; background:url("/admin/images/border.png") 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url("/admin/images/border.png") 0 -29px repeat-x;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url("/admin/images/controls.png") -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url("/admin/images/controls.png") -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:-50px -25px;}
#cboxLoadingOverlay{background:url("/admin/images/loading_background.png") center center no-repeat;}
#cboxLoadingGraphic{background:url("/admin/images/loading.gif") center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url("/admin/images/controls.png") -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}




table td.cke_top{
border-bottom: solid 1px #fff !important;
background: #00fffa;
}


table td.cke_bottom{
background: #00fffa;
padding: 0 3px 3px !important;
}

.cke_skin_kama{
width: 100% !important;
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

.cke_skin_kama table{
margin: 0 !important;
}

.cke_wrapper{
background-image: none !important;
overflow: hidden;
}







/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}


