/**
 * HTML5 Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */

/* fonts - get them over and done with  (@fontface rules go here) */

/* @license
 * MyFonts Webfont Build ID 2320794, 2012-07-07T05:19:35-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Swiss 721 Light by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/swiss-721/light/
 * 
 * Webfont: Swiss 721 Heavy by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/swiss-721/heavy/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2320794
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * 
 * © 2012 Bitstream Inc
*/
  
 @font-face {font-family: 'Swiss721BT-Light';src: url('/assets/fonts/23699A_0_0.eot');src: url('/assets/fonts/23699A_0_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/23699A_0_0.woff') format('woff'),url('/assets/fonts/23699A_0_0.ttf') format('truetype');}
 @font-face {font-family: 'Swiss721BT-Heavy';src: url('/assets/fonts/23699A_1_0.eot');src: url('/assets/fonts/23699A_1_0.eot?#iefix') format('embedded-opentype'),url('/assets/fonts/23699A_1_0.woff') format('woff'),url('/assets/fonts/23699A_1_0.ttf') format('truetype');}

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

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; cursor: help; } */

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; }

/* Mobile phones will adjust text size when the screen orientation changes unless you include a special CSS parameter */
html {
    -webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:12px/1.4 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { 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.
 */
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, b, th { font-weight: bold; }

td,th { vertical-align: top; text-align: left; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.iem7 legend { margin-left: -7px; }

/* 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; }
.iem7 input[type="checkbox"] { vertical-align: baseline; }

/* Hand cursor on clickable input elements */
input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #3537AE; color:#fff; text-shadow: none; }
::selection { background:#3537AE; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #3537AE; }

/* 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/ */
.iem7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

html {
	background-color: #fff;
}

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #0f69ad;
  /* Set your base font here, to apply evenly */
	font-family: Arial, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #2DB7E6;
	margin-bottom: .25em;
}

p, ul, ol { margin-bottom: .75em; }

p.small { font-size: 85%; }
p.lead {
	font-size: 1.2em;
	font-weight: bold;
}

a, a:visited { color: #0f69ad; text-decoration: none; }
a:hover, a:active { color: #0f69ad; text-decoration: underline; }

p em {
	font-style: italic;
}


/* 
 * Helper classes 
 */
 
/* prevent callout */
.nocallout {-webkit-touch-callout: none;}

/* Text overflow with ellipsis */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea.contenteditable {-webkit-appearance: none;}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {position: absolute; left: -100%;}


.clearfix {
	display: block;
	clear: both;
}

/*

	CSS for Badham Mobility.
	by I V Y P A R K M E D I A

*/

#container {
	padding: 0;
	border-top: 5px solid #0f69ad;
}

h1 {
	font-family: 'Swiss721BT-Light', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h2, h3 {
	font-size: 18px;
	font-family: 'Swiss721BT-Heavy', 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #2d539f;	
}

/* HEADER=BRANDING  ======================================= */

header.branding {
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 139px;
	border-bottom: 3px solid #fff;
}

header.branding .wrap {
	position: relative;
}

h1.logo {
	float: left;
	width: 380px;
	height: 139px;
}

h1.logo a {
	width: 380px;
	height: 139px;
	display: block;
}

h1.logo a img {
	display: block;
	padding: 10px 0;
}

.sales-advice-line {
	float: right;
	margin-top: 12px;
	text-align: right;
	padding: 8px 0;
}


.sales-advice-line p {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	font-size: 18px;
	color: #28b7e5;
}

.sales-advice-line p strong {
	font-weight: 800;
	color: #0568AB;
}

.sales-advice-line p em {
	display: block;
	font-size: 12px;
	color: #0F69AD;
}

header p.search {
	float: right;
	margin: 0;
	margin-top: 12px;
	width: 312px;
	height: 26px;
	padding: 4px;
	border: 1px solid #b1e0f5;
	background-color: #fff;
}


header p.search input.text {
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
	width: 270px;
	color: #6dc4ec;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
	float:left;
}

header p.search input.submit {
	float:right;
}

/* NAV=MAIN  ======================================= */


nav.main {
	padding: 0;
	margin: 0;
	background-color: #05B1B0;
	overflow: hidden;
}

nav.main ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

nav.main li {
	float: left;
	font-family: 'Swiss721BT-Heavy', 'Arial Black', Arial, sans-serif;
	font-weight: normal;
	font-size: 17px;
	padding: 2px 0;

}

nav.main li a:link, nav.main li a:visited { 
	color: #fff;
	background-color: #05B1B0;
	display: block;
	line-height: 36px;
	padding: 7px 10px 2px 8px;
	background-image: url(/assets/img/nav_main_separator.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}

nav.main li.home a {
	padding-left: 0;
}

nav.main li.last {
	margin-right: 0;
}

nav.main li.last a {
	background-image: none;
}

nav.main li.basket {
	float: right;
	margin-right: 0;
	width: 240px;
	text-align: right;
}

nav.main li.basket a {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 7px 7px;
	background-image: url(/assets/img/basket.png);
	color: #3CC9CD;
}

nav.main li.basket a span span {
	font-weight: normal;
	padding-right: 0;
}

nav.main li.basket a:hover {
	text-decoration: none;
}


/* MASTHEAD  ======================================= */

#masthead {
		background-color: #E5F7F7;
}

#masthead .wrap {
	height: 340px;
}

#home_slider {
	height: 320px;
	float: right;
	width: 710px;
	position: relative;
	
}

#home_slider #specials {
	padding: 10px 0;
}	

#home_slider #specials article.result {
	margin-left: 10px;
	margin-right: 10px;
}

#home_slider h2 {
	color: #BE030B;
	padding: 15px 0 7px;
	border-bottom: 3px solid #BE030B;
	font-size: 22px;
	line-height: 22px;
	margin-left: 10px;
}

#home_slider .prev {
	position: absolute;
	z-index: 1000;
	top: 145px;
	left: -2px;
	background-repeat: no-repeat;
	background-image: url(/assets/img/arrows_large.png);
	height: 100px;
	width: 65px;
	background-position: -24px center;
	text-indent: -9999px;
	display: block;
}

#home_slider .next {
	position: absolute;
	z-index: 1000;
	top: 145px;
	right: -12px;
	background-repeat: no-repeat;
	background-image: url(/assets/img/arrows_large.png);
	height: 100px;
	width: 65px;
	background-position: 41px center;
	text-indent: -9999px;
	display: block;
}




/* SECTION=WELCOME======================================= */

section.welcome {
	width: 226px;
	float: left;
	padding-top: 16px;
	position:relative;
}

section.welcome h1 {
	font-size: 28px;
	line-height: 32px;
	color: #2DA9E0;
	font-style: normal;
	font-weight: normal;
}

section.welcome h1 strong {
	color: #0F69AD;
}

/* MAIN  ======================================= */

#content {
	padding: 20px 0 0;
}

#content .wrap {
}

/* SUBNAV  ======================================= */

p.breadcrumb {
	color: #2da9e0;
	margin-bottom: 1.5em;
}

p.breadcrumb a {
	font-weight: bold;
}

/* MAIN-CONTENT  ======================================= */

.main-content {
	width: 700px;
	float: right;
	margin-bottom: 20px;
}

.main-content.contact {
	width: 470px;
	float: left;
	margin-bottom: 20px;
}

.main-content.full-width {
	width: 100%;
}

.main-content p a, .main-content li a {
	font-weight: bold;
}

.main-content.wide {
	width: 580px;
}

.main-content aside ul {
	margin: 0;
}

.main-content aside li {
	list-style-type: none;
}

ul.section-list, ul.subpages {
	margin: 0;
	padding: 0;
}

ul.subpages {
	width: 60%;
	margin-bottom: 20px;
}

ul.subpages.wide {
	width: 100%;
}

p.readmore {
	margin-bottom: 15px;
}

article.result span.old-price {
	text-transform: uppercase;
	color: #f80000;
	padding: 3px;
	font-weight: bold;
}

article.result span.best-price {
	text-transform: uppercase;
	color: #f80000;
	background-color: #F3F700;
	padding: 3px;
	font-weight: bold;
}


/* MODULE: CAT HEADER  ======================================= */


.cat-header {
	background-color: #33b9e6;
	color: #fff;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	min-height: 100px;
}

.cat-header h1 {
	color: #fff;
}

.cat-header h1 img {
	position: absolute;
	right: 10px;
	top: 5px;
	
}

.cat-header p {
	font-size: 14px;
	margin-bottom: 1.5em;
}

.cat-header ul {
	margin-left: 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.cat-header li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

.cat-header li a {
	background-color: #dcf1fa;
	color: #007bb7;
	padding: 2px 10px;
	display: block;
}

.cat-header li a:hover {
	background-color: #007bb7;
	color: #dcf1fa;
}


/* SIDEBAR  ======================================= */

#sidebar {
	width: 230px;
	float: left;
	margin-bottom: 20px;
}

#sidebar.contact  {
	width: 295px;
	float: right;
	border-left: none;	
}

#sidebar.contact .vcard .org, #sidebar.contact .vcard .email a {
	color: #00478F
}

#sidebar.contact .vcard .tel, #sidebar.contact .vcard .email {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-right: 0;
	color: #00478F;
}

#sidebar section {
	margin-bottom: 15px;
}

p.buttonholder {
text-align: right;
padding-right: 0;
clear: both;
}


.description {
	font-size: 14px;
	margin-bottom: 20px;
}

/* DIV.BUYING-OPTIONS ======================================= */

h1.product-title {
	color: #007BB8;
}

h2.price {
	color: #007BB8;
	margin-bottom: 20px;
	line-height: 24px;
}

h2.price span.old-price {
	text-transform: uppercase;
	color: #f80000;
}

h2.price span.best-price {
	text-transform: uppercase;
	color: #f80000;
	background-color: #F3F700;
	padding: 3px;
}

h2.price span.vat {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Swiss721BT-Light', Arial, sans-serif;
	margin-right: 5px;
}

.buying-options {
	border: 1px solid #bce6f6;
	margin-bottom: 20px;
}

.buying-options h3 {
	background-color: #eaf6fc;
	padding: 8px 5px;
	margin-bottom: 0;
}

.buying-options form, .buying-options .message {
	padding: 8px;
	line-height: 35px;
}

.buying-options form p {
	margin: 0;
}

.buying-options span {
	margin-left: 60px;
}

.buying-options span.store_product_price_inc_tax {
	margin-left: 0;
}

.buying-options .add-to-cart {
	float: right;
}

.buying-options .store_product_form {
	font-size: 16px;
}

.buying-options .modifiers {
	margin-bottom: 10px;
}

.buying-options .modifiers label {
	float: left;
	width: 20%;
	clear: both;
	font-weight: bold;
}

.buying-options .modifiers select {
	float: left;
	width: 50%;	
	margin-top: 6px;
}

.buying-options input[type="text"] {
	border: 1px solid #7BCDED;
	padding: 4px;
	width: 2em;
	text-align: center;
	margin-top: -4px;
}

/* TABS ======================================= */

.main-content .panel {
	margin-bottom: 20px;
}

.main-content .panel h2 {
	border-bottom: 3px solid #BCE6F6;
	padding: 8px 0;
	margin-bottom: 20px;
}

.main-content.wide .panel h3 {
	border-bottom: 3px solid #BCE6F6;
	padding: 0 0 5px 5px;
}

.main-content #features li {
	padding: 5px 0 0;
}

.specs thead {
	display: none;
}

.specs td {
	border-bottom: 1px solid #BCE6F6;
	padding: 5px;
}

.specs td.mobility_product_spec_title {
	font-weight: 800;
}


/* DIV.GALLERY ======================================= */

#sidebar.wide {
	width: 335px;
}

.gallery-panel-container {
	width: 320px;
	height: auto;
	margin-bottom: 1em;
	overflow-y: hidden;
	border: 1px solid #6ec3ea;
	background-color: #daeffa;
}



.gallery-panel-container div {

}

.gallery-panel-container div.active {
	background-image: url(/assets/img/image_watermark_bg.png);
}

.gallery-panel-container img {
	display: block;
}

.image-gallery h3 {
	font-size: 18px;
}

.image-gallery ul.etabs {
	margin: 0;
	padding: 0;
}

.image-gallery ul.etabs li {
	list-style-type: none;
	float: left;
	width: 72px;
	height: 72px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.image-gallery ul.etabs li a {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #6ec3ea;
}

.image-gallery ul.etabs li a img {
	width: 60px;
	height: 60px;
	display: block;
	padding: 5px;
}


/* CHECKOUT PAGES ======================================= */



table.basket {
	width: 100%;
	margin-bottom: 1em;
}

table.basket th {
	border-bottom: 1px solid #9DC7E0;
	color: #2DB7E6;
	font-size: 18px;
	padding-bottom: 5px;
}

table.basket td {
	border-bottom: 1px solid #BCE6F6;
	padding: 20px 0 20px;
	font-size: 14px;
}

table.basket td strong {
	color: #F8A21A;
	font-size: 16px;
}

table.basket td img {
	display: block;
	border: 1px solid #7BCDED;
	padding: 4px;
}

table.basket th.column_image { width:115px; }
table.basket th.column_product { width:440px; }
table.basket th.column_price { width:100px; }
table.basket th.column_qty { width:100px; }
table.basket th.column_total { width:100px; }
table.basket th.column_remove { width:100px; }
table.basket td input[type='text'] {
border: 1px solid #7BCDED;
padding: 4px;
width: 2em;
text-align: center;
margin-top: -4px;
}

table.basket td input[type='checkbox'] {
	vertical-align: middle;
}

table.basket td.column_product span {
	font-weight: bold;
}

div.totals {
	border: 1px solid #9DC7E0;
	color: #007BB8;
	text-transform: uppercase;
	font-size: 18px;
	text-align: right;
	margin-bottom: 1em;
	padding: 32px 16px 16px;
}

div.totals table {
	width: 100%;
}

div.totals th,
div.totals td {
	text-align: right;
	padding: 2px 0;
	
}

div.totals th.column_headers {
	width: 600px;
}

.button {
	background-color: #2DB7E6;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: 0;
	font-size: 16px;
	font-weight: bold;
}

.button.send_message {
width: 150px;
}

.button.empty_basket {
	width: 150px;
}

.button.update_basket {
	width: 150px;
}

.button.secure_checkout {
	width: 185px;
	background-color: #FF941A;
}

.button.review_order {
	width: 172px;
	height: 30px;
}

.button.continue_to_paypal {
	width: 210px;
	height: 30px;
}

body.checkout fieldset {
	margin-bottom: 1em;
	width: 460px;
	float: left;
}

body.checkout .main-content div.clearfix {
	border-top: 1px solid #BCE6F6;
}

body.checkout fieldset#shipping_details {
	float: right;
}

body.checkout fieldset legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 27px;
	font-size: 18px;
	font-weight: 800;
	line-height: 36px;
	color: #2DB7E6;
	border: 0;
	border-bottom: 3px solid #BCE6F6;
}

body.checkout div.control-group {
	margin-bottom: 1em;
}

body.checkout div.control-group.first {
	padding-top: 1em;
}

.form-horizontal .control-label {
float: left;
width: 140px;
padding-top: 5px;
text-align: right;
display: block;
margin-bottom: 5px;
color: #007BB8;
}

.form-horizontal .controls {
margin-left: 160px;
}

body.checkout .form-horizontal input,
body.checkout .form-horizontal textarea, 
body.checkout .form-horizontal .uneditable-input {
display: inline-block;
width: 210px;
height: 18px;
padding: 4px;
margin-bottom: 9px;
font-size: 13px;
line-height: 18px;
color: #787878;
border: 1px solid #7BCDED;
}

body.checkout .form-horizontal select {
	margin-top: 4px;
	margin-bottom: 9px;
}

body.checkout .form-horizontal .radio, body.outlet .form-horizontal .checkbox {
padding-left: 18px;
}

body.checkout .form-horizontal input[type="hidden"] {
display: none;
}

body.checkout .form-horizontal .radio input[type="radio"],
body.checkout .form-horizontal .checkbox input[type="checkbox"] {
float: left;
margin-left: -18px;
width: auto;
height: auto;
margin-top: 3px;
}

body.checkout label.checkbox {
	color: #007BB8;
}

body.checkout .help-inline {
vertical-align: middle;
padding-left: 5px;
color: #FF2000;
display: inline-block;
}

body.checkout .form-horizontal div.control-group.error input {
	border-color: #FF2000;
}

body.checkout .button_holder {
	padding: 16px 0;
}

body.checkout .form-horizontal .button_holder .button {
	border: 0;
}

body.checkout .form-horizontal input.button {
	color: #fff;
	height: 32px;
	line-height: 32px;
	background-color: #FF941A;
	padding: 0;
	font-size: 16px;
}

body.checkout p.summary {
	padding-top: 1em;
	font-size: 14px;
}


/* ASIDE=ADVERT ======================================= */


aside.advert {
	width: 220px;
	float: right;
	background-color: #efefef;
	margin-bottom: 15px;
	padding: 5px;
}

aside.advert.first {
	float: left;
	width: 210px;
}

aside.advert h3 {
	color: #898989;
	font-size: 16px;
}

aside.advert p {
	color: #A3A3A3;
}


/* ASIDE=CATEGORIES ======================================= */

.categories {
	margin-bottom: 15px;
}

.categories header {
	background-color: #dcf1fb;
	border: 1px solid #29b9e7;
	border-bottom: none;
	margin-bottom: 8px;
}

.categories header h2 {
	font-size: 17px;
	padding: 12px 8px 8px;
	margin-bottom: 0;
	line-height: 1em;
	font-weight: 700;
}

.categories header h2 a {
	color: #30a9e1;
}

.categories .tab-container {
}


.categories li {
	border-bottom: 1px solid #cbe9f7;
}

.categories li a {
	padding: 5px 5px 5px 30px;
	background-image: url(/assets/img/blue_tab_toggle.png);		
	background-repeat: no-repeat;
	background-position: 8px 5px;
	font-family: Arial;
	font-weight: bold;
	color: #0f69ad;
	display: block;
}

.categories li li {
	border-bottom: none;
}

.categories li.active a {
	background-image: url(/assets/img/blue_tab_toggle_down.png);
	background-color: #E3F4FC;		
}

.categories li li a, .categories li.active li a {
	background-image: none;
	background-color: #fff;
	font-weight: normal;		
}

.categories li.active li.active a {
	background-color: #E3F4FC;
}

.categories p.more {
	margin-top: 8px;
}

.categories p.more a {
	font-weight: bold;
	color: #0568AB;
	background-color: #d6eef9;
	padding: 2px 2px 2px 8px;
	display: block;
}

/* PRODUCT RESULTS  ======================================= */

article.result {
	width: 160px;
	height: 252px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

article.result.first {
	clear: both;
	background-image: none;
	width: 160px;
	margin-left: 0;
}


article.result a {
	display: block;
	height: 236px;
	text-decoration: none;
}

article.result a img {
	display: block;
	border: 1px solid #97d4f0;
	background-color: #fff;
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	background-image: url(/assets/img/watermark.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 4px;
	-webkit-transition: .5s;
}

article.result a:hover img {
	border-color: #0568ab;
	-webkit-transition: .5s;
}


article.result a h3 {
	font-size: 12px;
	color: #0568ab;
	line-height: 16px;
	height: 48px;
}

article.result a:hover h3 {
	text-decoration: underline;
}

article.result a form, article.result a:visited form {
	font-size: 15px;
	line-height: 18px;
	color: #30A9E1;
	font-family: Arial;
	font-weight: bold;
}

article.result a form span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #f80000;
}

/*article.result a span.sale {
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
color: #f80000;
}*/

/* ASIDE ======================================= */

aside p.readmore {
	padding: 0 10px 8px;
	clear: both;
	font-weight: bold;
	margin-bottom: 0;
}

aside article p.readmore {
	padding: 0 0 8px;
	clear: both;
	font-weight: bold;
	margin-bottom: 0;
}


/* FOOTER=SITELINKS  ======================================= */

footer.sitelinks {
	background-color: #0f69ad;
	color: #fff;
	clear:both;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	overflow: hidden;	
}


footer.sitelinks p {
	margin-bottom: 0;
}

footer .nav {
	width: 300px;	
	float: right;
	text-align: right;
}

footer.sitelinks a:link, footer.sitelinks a:visited {
	color: #fff;
}

footer .copyright {
	width: 600px;
	float: left;
	text-align: left;
}

/* FOOTER=CONTACT  ======================================= */

footer.siteinfo {
	background-color: #0f69ad;
	color: #fff;
	clear:both;
	padding: 20px 0 0 0;	
}

footer.siteinfo a:link, footer.siteinfo a:visited {
	color: #fff;
}

footer.siteinfo p {
	line-height: 1em;
	margin: 0;
	padding: 1em 0;
}

footer.siteinfo .logo {
	width: 200px;
	height: 48px;
	display: block;
	float: left;
	margin-right: 16px;
	padding-right: 8px;
}

footer .vcard {
	width: 710px;
}

.vcard .org {
	font-size: 16px;
	font-weight: bold;
}

.vcard .adr {
}

.vcard .tel, .vcard .email {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin-right: 8px;
} 

.vcard a:link, .vcard a:visited {
	color: #787878;
}


footer .clearfix {
	padding-bottom: 20px;
}

/* DELIVERY  ======================================= */

.delivery th {
	border-bottom: 2px solid #BCE6F6;
	padding: 5px;
}

.delivery td {
	border-bottom: 1px solid #BCE6F6;
	padding: 5px;
}

/* HOMEPAGE  ======================================= */

.main-content h1 {
	font-size: 28px;
	line-height: 1em;
	margin-bottom: .5em;
	font-style:normal;
	font-weight: normal;
}

.main-content h1 strong {
	color: #0f69ad;
	font-weight: 700;
}

.main-content h2 {
	font-size: 22px;
	line-height: 22px;
	font-style:normal;
	font-weight: 700;
}

body.home p.lead {
}

body.basket h1 {
	color: #2DB7E6;
}


/* STORE LOCATOR ======================================= */


.stores-region {
	margin-bottom: 1.5em;
}

body.stores #sidebar {
	width: 380px;
}

.stores-region h2 {
	font-size: 22px;
	line-height: 22px;
	color: #2da9e0;
	font-style:normal;
	font-weight: 700;
}

.store-profile {
	border-bottom: 1px dotted #0f69ad;
}

.store-profile a {
	text-decoration: none;
	display: block;
	padding: 5px 0;
}

.store-profile a:hover {
	background-color: #E4F4FB;
}

.store-profile a:hover .org {
	text-decoration: underline;
}

.store-profile .tel {
	float: right;
	font-size: 16px;
	font-weight: normal;
}

.stores.detail #sidebar {
	width: 340px;
}

.stores.detail #sidebar .vcard {
	background-color: #e1f3fc;
	border: 1px solid #63c0eb;
	padding: 8px;
}


.stores.detail #sidebar .vcard .photo {
	padding: 5px;
	background-color: #fff;
	float: right;
	margin-left: 3px;
}

.stores.detail #sidebar .vcard #map {
	background-color: #fff;
	padding: 8px;
	margin-bottom: .75em;
}

.stores.detail #sidebar .vcard .adr {
	margin-bottom: 1em;
}

.stores.detail #sidebar .vcard .adr span {
	display: block;
}

.stores.detail #sidebar .vcard .tel {
	display: block;
	margin-bottom: 0;
	font-size: 16px;
}

.stores.detail #sidebar .vcard .tel .value {
	color: #2da9e0;
}

.stores.detail #sidebar .vcard p a {
	color: #0F69AD;
}

/* IMAGE HOLDER ======================================= */

.image_holder {
	float: right;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}

body.home .image_holder {
	margin-bottom: 0;
}


.image_holder.width-165 {
	width: 165px;
}

/*.image_holder.pull_right {
	margin-right: -150px;
}*/

body.home .image_holder {
	width: 200px;
}

.image_holder p {
	margin-top: 10px;
	font-size: .8em;
	text-align: left;
}

.image_holder a p {
	color: #777;
}

.image_holder a:hover {
	text-decoration: none;
}



/* PAGE-LINKING ======================================= */

p.pagination {
	clear: both;
	border: 1px solid #97D4F0;
	border-width: 1px 0;
	padding: 8px 0;
	font-size: 15px;
}

p.pagination span {
	display: inline-block;
	padding: 0 6px 0 0;
}

.main-content p.pagination strong {
	padding: 0 6px;
	display: inline-block;
	color: #fff;
	background-color: #007BB8;
}

.main-content p.pagination a {
	color: #fff;
	padding: 0 6px;
	display: inline-block;
	background-color: #97D4F0;
}

.main-content p.pagination a:hover {
	background-color: #007BB8;
}


footer.page-linking {
	padding-top: .5em;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	clear: both;
}

footer.page-linking p {
margin-bottom: .5em;
}

.page-linking .prev {
	float: left;
	width: 45%;
	text-align: left;
}

.page-linking .next {
	float: right;
	width: 45%;
	text-align: right;
}

.page-linking a {
	display: block;
}

.page-linking p em {
	font-weight: normal;
	font-size: 11px;
}



/* SHARING TOOLS ======================================= */

nav[role=tools] {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0;
	margin-top: 2em;
	overflow: hidden;
}

ul.tabNavigation {
}
	
.main-content ul.tabNavigation li {
	list-style-image: none;	
	list-style-type: none;
	border-left: 1px solid #ccc;
	padding: 0 10px;
	margin: 0;
	float:left;
}

ul.tabNavigation li.first {
	padding-left: 0;
	border-left: none;
}

ul.tabNavigation a {
	font-weight:normal;
	font-style:normal;
	font-size: 1.5em;
	display: block;
	height: 3em;
	line-height: 3em;
}

.leave-feedback a {
	background-image: url(/assets/img/feedback_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
}

.email-to-friend a {
	background-image: url(/assets/img/email_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
}

.tabs div {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

/* NEWS ======================================= */


 /* CONTACT ======================================= */



/* feedback form */

.feedback label, .feedback input {
	display: block;
}

.feedback label {
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
	color: #006bac;			
}

.feedback .newsletter_subscribe input, .feedback .newsletter_subscribe label {
	display: inline;
}

.feedback input[type=text], .feedback textarea {
	width: 98.5%; /* because of border and padding */
	border: 2px solid #d3e1f2;
	line-height: 1.5em;
	padding: 2px;
}

.feedback p.submit {
	text-align: left;
}

.feedback p.submit input {
	display: inline;	
}

.sent {
	background-color: #CDFAD4;
	color: #009B1A;
	width: 99%;
	padding: 2px;
}

#sidebar iframe {
	padding: 3px;
	border: 2px solid #d3e1f2;
}


#sidebar .vcard {
}


/* MEDIA QUERIES ======================================= */

div.wrap { 
	width: 950px;
	margin: 0 auto;
	padding: 0 10px; 
}

/* PAYMENT LOGOS ======================================= */

.payment-logos .wp table {
	margin: 0 auto;
	text-align: right;
}

.payment-logos .wp table img {
 	padding: 4px;
}

.payment-logos {
	margin-bottom: 20px;
}

/* SITE_CREDITS ======================================= */

#site-credits {
	width: 440px;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	color: #333;
	font-family: Georgia, serif;
	font-size: 14px;
	text-align: center;
}

#site-credits #kelembeck-design {
	width: 200px;
	height: 28px;
	background-image: url(/assets/credits/kelembeck-design.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	text-indent: -9999px;
	float: left;
}

#site-credits em {
	float: left;
	line-height: 28px;
	padding: 0 10px;
	display: block;
}

#site-credits #ivyparkmedia {
	width: 201px;
	height: 28px;
	background-image: url(/assets/credits/ivyparkmedia.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	text-indent: -9999px;
	float: left;			
}