/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.    

Colours:
#2f3793 - TDD (reflex) blue
#33ae24 - green
#e90031 - red
#57c3de - light blue
#ffe700 - yellow (highlight)
#909094 - grey
#ff88a8 - pink        
              
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;     
	padding: 0;
	margin: 0;
	color: #222;
/*  background: #2f3793;*/
  background: #909094 url(/static/images/bg.gif) top left repeat;
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;   
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color: #2d3693;
}

a:hover {
  text-decoration: underline;
}


/* Large shelf */

.largeShelf {
  margin: 0;
  padding: 0;
  background: #999;
  width: 760px;
  float: left;
  font-size: 0.9em;  
}
.largeShelf li {
  display: block;
  margin: 0;
  padding: 0;
  width: 152px;
	width: 380px;
  float: left;
  background: #222;
  position: relative;
  height: 19.4em;
	height: 29em;
  font-size: 0.9em;
  line-height: 130%;
}
.largeShelf li a:hover {
  text-decoration: none;
}
.largeShelf li.intro {
  width: 100%;
  background: #222;
  color: #fff;
  padding: 0;
  font-weight: bold;
  height: auto;
}
.largeShelf li.intro a {
  display: block;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  text-transform: capitalize;
  font-size: 24px;    
  text-align: left;
}
.largeShelf li.intro a:hover {
  text-decoration: none;
  color: #222;
  background: #ffe700;
}
.largeShelf li.intro span.tag {
  display: block;
  float: left;
  width: 50%;
  padding-left: 1%;
}
.largeShelf li.intro span.all {
  display:block;
  float: right;
  text-align: right;
  width: 30%;
  padding-right: 1%;
  font-weight: normal;
}

.largeShelf li a.productImage {
  display: block;
  height: 16.0em;  
	height: 25.6em;
  position: relative;  
  background-position: center center;
  background-repeat: none;
}
.largeShelf li a.productTitle {
  display: block;
  height: 2.7em;
  padding: 0.4em 5px 0.4em 5px;
  font-family: Verdana;
  background: #222;
  color: #fff;  
  width: 340px;
  float: left;
}
.largeShelf li a:hover.productTitle { 
/*  background-color: #ffe700; */
  color: #222;  
  color: #ffe770;
/*  background: #909094;*/
  color: #fff;  
  color: #ffe770;  
}


/* Small shelf */

.smallShelf {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #999;
  float: left;
  font-size: 0.9em;  
}
.smallShelf li {
  display: block;
  margin: 0;
  padding: 0;
  width: 152px;
  float: left;
  background: #222;
  position: relative;
  height: 19.4em;
  font-size: 0.9em;
  line-height: 130%;
}
.smallShelf li a:hover {
  text-decoration: none;
}
.smallShelf li.intro {
  width: 100%;
  background: #222;
  color: #fff;
  padding: 0;
  font-weight: bold;
  height: auto;
}
.smallShelf li.intro a {
  display: block;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
  text-transform: capitalize;
  font-size: 24px;    
  text-align: left;
}
.smallShelf li.intro a:hover {
  text-decoration: none;
  color: #222;
  background: #ffe700;
}
.smallShelf li.intro span.tag {
  display: block;
  float: left;
  width: 50%;
  padding-left: 1%;
}
.smallShelf li.intro span.all {
  display:block;
  float: right;
  text-align: right;
  width: 30%;
  padding-right: 1%;
  font-weight: normal;
}

.smallShelf li a.productImage {
  display: block;
  height: 16.0em;  
  position: relative;  
  background-position: center center;
  background-repeat: none;
}
.smallShelf li a.productTitle {
  display: block;
  height: 2.7em;
  padding: 0.4em 5px 0.4em 5px;
  font-family: Verdana;
  background: #222;
  color: #fff;  
  float: left;
}
.smallShelf li a:hover.productTitle { 
  background: #909094;
  color: #fff;  
}

.agency {
  margin-right: 0px;
}


.showandtell {
  width: 456px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.showandtell li {
  height: auto;
  display: block;
  font-family: Helvetica;
  font-size: 1.3em;
  background: #222;
  color: #fff;
  padding: 0;
  margin: 0;;
}
.showandtell li span {
  display: block;
  padding: 0.4em 0.2em 0.4em 0.4em;
}

.showandtell li.hasImages { 
  background-color: #ffe700; 
  color: #222;
  text-decoration: none;
}
.showandtell li a {
  text-decoration: none;
  color: #222;
}

.showandtell li a.productImage {
  display: block;
  position: relative;  
  height: 15em;
  background-position: center center;
  background-repeat: none;
}
.showandtell li a.productTitle {
  display: block;
  height: 2.7em;
  padding: 0;
}

div.agencyInternal {
	background: #ddd;
	padding: 20px 50px;
	font-size: 120%;
	overflow: hidden;
/*	width: 812px;*/
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.siteTitle {
  text-align: center;
  overflow:hidden;
  padding: 0;
  background: #2d3693;
  color: #fff;
}

.container {
  margin: 0 auto;
  width: 912px;
  position: relative;
  background: #fff;
}
.main {
  width: 912px;
  clear: both;
  background: #fff;
  overflow: hidden;
}

.main div.right {
  float: right;
  width: 456px;
  position: relative;
}

.left {
  float: left;
  width: 400px;
  margin: 0 0 30px 30px;
}

.footer {
  background: #e90031;
  padding: 3em 0;
  color: #fff;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.footer img {
  float: left;
  margin-left: 2.0em;
  margin-right: 17px;
}

.footer div.address {
  margin: 0;
  font-style: normal;
  float: left;
  width: 300px;
}
.footer div.subscribe {
  float: left;
  margin-right: 2.0em;
  width: 400px;
}
.footer div.twitter {
  clear: both;
  margin-top: 20px;
  padding: 10px 0 0 34px;
  background: url(/static/images/twitter_icon.png) left center no-repeat;
}

.quicklinks {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background: #ff88a8;
  padding: 5px;
/*  margin-top: 40px;*/
/*  font-size: 130%;*/
}

.sidebarTags {
  float: left;
/*  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;*/
  width: 152px;
  padding: 0;
  margin: 46px 0 0 0;
  margin: 0;
/*  height: 100%;*/
/*  background: #666;*/
  list-style: none;
}
.sidebarTags li {
  margin: 0;
}
.sidebarTags li a {
  display: block;
  color: #fff;
  padding: 16px 10px;
}
.sidebarTags li a:hover {
  text-decoration: none;
  background: #ffe700;
}

.sidebarTags li a {
  background: #444;
  border-bottom: 1px solid #777;
}
.sidebarTags li a:hover {
  background: #57c3de;
  color: #fff;
}

/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  overflow:hidden;
  padding: 0;
  margin: 0;
  list-style:none;
  background: #999;
}

ul.globalNav li {
  display: block;
  margin: 0;
  padding: 0;
  width: 152px;
  float: left;
  text-align: left;
}
.globalNav a {
  color: #fff;
  font-size: 18px;
  padding: 56px 8px 10px 8px;  
  display: block;
}
.globalNav li a, 
.sidebarTags li.sn0,
.sidebarTags li.sn5,
.sidebarTags li.sn10 { 
  background: #2f3793; 
}
.globalNav li.wholesale a { background-color: #57c3de; }
.globalNav li.retail a { background-color: #555;}
.globalNav li.about a { background-color: #333; }
.sidebarTags li.sn1,
.sidebarTags li.sn6,
.sidebarTags li.sn11 { 
  background-color: #33ae24; 
}
.sidebarTags li.sn2,
.sidebarTags li.sn7,
.sidebarTags li.sn12 { 
  background-color: #e90031; 
}
.globalNav li.search a, 
.sidebarTags li.sn3,
.sidebarTags li.sn8,
.sidebarTags li.sn3 { 
  background-color: #ff88a8; 
}
.globalNav li.news a, 
.sidebarTags li.sn4,
.sidebarTags li.sn9,
.sidebarTags li.sn14 { 
  background-color: #57c3de; 
}
.globalNav li.contact-us a { background-color: #2f3793; }
.globalNav li.contact-us a { background-color: #ff88a8; }

.globalNav li a:hover {
  background: #909094;
  color: #fff;
  text-decoration: none;
}
.globalNav li#active a {
  background: #222;
  color: #fff;
  background-color: #ffe700; 
  color: #222;
}

ul.subnav {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
/*  overflow: hidden;*/
  background: #222;
}
ul.tagmap {
  clear: both;
  overflow: hidden;
}
.subnav li {
  margin: 0;
  padding: 0;
  width: 152px;  
  float: left;
}
.subnav li a, .tagmap strong {
  display: block;
  background-color: #ffe700; 
  color: #222;
  background-color: #ddd;
  color: #222;
  font-weight: bold;
  padding: 6px 8px;  
}
.subnav li a {
  padding: 10px 8px;
  font-size: 1.0em;
}
.subnav li a:hover {
  color: #222;  
  background: #ffe700;
  text-decoration: none;
}
ul.tagmap {
  background:#ffe700; 
  background: #ddd;
  color: #222;
  font-size: 0.9em;      
  padding: 0 0 0.5em 0;
}
.tagmap strong {
  padding: 4px 8px;
}
.tagmap li a {
  padding: 4px 8px;
  font-weight: normal;
}
.tagmap li.chosen a {
  font-weight: bold;
  color: #e90031;
}
ul.tagmap li.search {
  width: 100%;
  margin-bottom: 0.5em;
}
ul.tagmap li.search a {
  background: #555;
  color: #eee;  
  padding: 8px 8px;
  font-weight: bold;
}
ul.tagmap li.search a:hover {
  color: #222;  
  background: #ffe700; 
}
/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

em, i {
  font-style:italic;
}

h1 {
    font-size:1.9em;
    line-height:1;
    font-weight: bold;
    text-align: left;
    color: #2d3693;
    font-family: "Helvetica Neue", Helvetica;
    margin-top:1.0em;
    margin-bottom:0.6em;
}
h1 span {
/*  font-size: 80%;*/
  font-weight: normal;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2.0em;
  margin-bottom: 0.3em;
}
.footer h2 {
  margin-top: 0;
}

h3 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-top:2.0em;  
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  font-weight: bold;  
}

h4 {
  margin-top:2.0em;    
  font-size:1em;
  letter-spacing: 0.075em;  
  font-weight:bold;
  margin-bottom:0.5em;
}
h6 {
  font-size:1em;
  font-weight:bold;
}

p {
  line-height: 150%;
  margin-bottom: 1.0em;
}

ul {
  padding-left: 40px;
  margin:18px 0 21px 0;
}

li {
  line-height:110%;
  margin-bottom:4px;
}

blockquote {
  padding:1.2em 2.0em;
}
blockquote p {
  font-size:1.2em;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:0.9em;
}

.sidebar p {
  line-height:120%;
}

.footer p {
  margin-bottom: 1.0em;
}
.footer label {
  color: #ff88a8;
  margin-bottom: 0.5em;
  float: left;
  margin-right: 0.2em;
}

.by, .fineprint {
  clear: both;
  color: #eee;
  font-size: 11px;
  text-align: center;
  margin: 0;
  padding: 3px;
  background: #202365;
}
.by a, .fineprint a {
  color: #ff88a8;
}
.fineprint {
  text-align: left;
}

/*-----------------------------------------------------
                     >> Images <<
                     
Sizes
large: 440px
medium: 200px
small: 100px

Adjust accordingly!

-----------------------------------------------------*/

.captioned {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.captioned blockquote {
  background:none;
  margin: 6px 0 0 0;
  padding: 0;
  border:0;
}
.captioned blockquote p {
  font-size:0.85em;
  color:#777;
  font-style:normal;
  line-height: 140%;
}
img.small, .smallCaptioned {
  float:left;
  width:200px;
  margin:0 18px 10px 0;
}
img.small_right, .small_rightCaptioned {
  float:right;
  width:200px;
  position: relative;
  margin-right: -220px;
}
img.med, .medCaptioned {
  float:left;
  width:456px;
  margin:0 18px 10px 0;
}
img.med_right, .med_rightCaptioned {
  float:right;
/*  width:456px;*/
  position: relative;
  margin-right: -482px;  
}
img.large, .largeCaptioned {
  width:440px;
  margin:0;
  padding: 0;
  border: 1px solid #ddd;
  background:#fff;  
}
.largeCaptioned {
  margin: 1.7em 0;
  border: none;
  padding: 0;
}

.medCaptioned img, 
.med_rightCaptioned img,
.smallCaptioned img,
.small_rightCaptioned img,
.largeCaptioned img {
  float:none;
  margin:0;
}



/*-----------------------------------------------------
                     >> Blog & News <<
-----------------------------------------------------*/

.post {
  margin-bottom: 30px;
}

.date {
/*  font-size:70%;*/
/*  color:#000;*/
/*  padding-left:4px;*/
}

/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  padding:0;
}

fieldset {
  padding:0;
}

label {
  display:block;
}

fieldset input {
  width:85%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:right;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:16px;
}


/*-----------------------------------------------------
                     >> Search <<
-----------------------------------------------------*/

div.siteTitle form {
  position:relative;
  float:right;
  width:280px;
  margin-top:-4px;
}

/*-----------------------------------------------------
                     >> Shopping! <<
-----------------------------------------------------*/

/* filler */

.meta {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.0em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tags {
  padding: 6px 0;
  float: left;
  width: 240px;
  margin-bottom: 0;
  font-size: 12px;
}
.preorder {
	color: #e90031;
}

strong.notForSale {
  display: block;
  float: left;
  border-right: 1px dotted #ccc;  
  width: 122px;
  height: 50px;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 12px;
}

p.lowStock {
  font-weight: bold;
  color: #e90031;
  display:block;
}

a.basket_filler {
  display: block;
  border-right: 1px dotted #ccc;
  float: left;
  padding: 15px 0 15px 60px;
  height: 34px;
  width: 62px;
  margin: 0px 10px;
  text-align:left;
  font-size:11px;
  font-weight:bold;
  text-decoration: none;
  background: url(/static/images/cart_icons.gif) left top no-repeat;
}
a.basket_fillerAdd span {
  display: block;
}
a.basket_fillerProcessing {
  color:#122f57; 
  background-position: center top;
}

a.basket_fillerCheckout {
  background-position: right top;
  color: #e90031;
}


#basket_ {
  width: 496px;
  background: url(/static/images/new_basket.png) bottom left no-repeat;
/*  border-bottom: 1px solid #777;*/
  color: #fff;
  position: absolute;
  top: 0;
  right: -18px;
}
#basket_ a {
  color: #ffe700;
}

#basket_ a.basket_summary {
  color: #222;
  font-size: 15px;
  font-weight: bold;
/*  background: #33ae24;  */
  padding: 10px 12px;  
}
#basket_ a:hover.basket_summary {
  text-decoration: none;
/*  background: #222;*/
  color: #222;
}

.basket_empty {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding: 20px;
  text-align: 30px;
}
.basket_details table {
  width: 480px;
  margin: 0;
}
.basket_details td {
  border-bottom: 1px solid #444;
  text-align: left;
  font-size: 1.0em;
}
.basket_details td.basket_itemDetails strong {
 text-transform: capitalize; 
}
.basket_details td.basket_itemImage {
/*  display: none;*/
  width: 0 ! important;
  padding: 0;
  border-bottom: 0;
}
.basket_details a.basket_itemRemoveLink {
  color: #e90031;
}
.basket_total td {
  text-align: right;
  border-bottom: 0;
}
.basket_details a.basket_checkoutLink {
  font-size: 2.0em;
  width: 446px;
  margin: 0 auto;  
  padding: 5px 0 12px 0;
}
.basket_notice img {
  display: none;
}




.checkout table {
  border-collapse:collapse;
  margin:0;
  padding:0;
  font-size:12px;
  width:100%;
}
.checkout table strong {
  color:#f00;
}
.checkout table td, .checkout table th {
  text-align:left;
  vertical-align:center;
  padding: 5px 3px 5px 0;
  border-bottom:1px solid #ddd;  
}
.checkout table th {
  padding-right:8px;
  font-weight:bold;
  border-bottom: 2px solid #222;
}
.checkout table th.title {
  width:240px;
}
.checkout table th.remove {
  width:20px;
  color:red;
  text-align:center;
  font-weight:bold;
}
.checkout table th.price,
.checkout table td.price {
  text-align:right;
}
.checkout table th.status {
  width:120px;
}
.checkout table tr.summaryTotal td {
  vertical-align:top;
  height:20px;
  font-size: 14px;
  font-weight:bold;
  border-bottom:none;
}
.checkout table tr.subtotal td {
  vertical-align: top;
  height: 40px;
  font-weight: bold;
}
.checkout p.submit {
  margin-top:6px;
}
p.next {
  text-align: right;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 16px;
}





div.policies {
/*  width: 600px;*/
  padding-bottom: 2.0em;
}
.inner {
  padding: 0 15px;
}
.policies p {
  font-size: 0.9em;
}

.policies ol {
  padding: 0 0 1.0em 1.5em;
  margin: 0;
}
.policies ol li {
  font-size: 0.9em;
  line-height: 140%;
  margin-bottom: 0.3em;
}

/* Freight table */

table.shpFreightTable {
  font-size:12px;
  margin-bottom: 8px;
  border-collapse: collapse;
/*  width: auto;*/
}
table.shpFreightTable th, table.shpFreightTable td {
  padding: 5px 10px;
  border: 0;
  border-top:1px solid #ddd;  
}
table.shpFreightTable th {
  text-align: left;
  font-weight:bold; 
  padding-left: 0px;
}
table.shpFreightTable p {
  font-size: 10px;
}

p.shpTaxInfo {
  font-size: 11px;
  width: 90%;
}


/* Toggle on checkout form */

p.toggle {
  margin: 1.5em 0;
  padding: 0.3em 0;
  font-size: 0.9em;
}

p.toggle a {
  color: #aaa;
}
p.toggle a.toggleOn {
  font-weight:bold;
  color: #e90031;
}

.checkoutErrors li {
  color: #e90031;
  font-weight: bold;
}

/*-----------------------------------------------------
                     >> Mimetypes <<
-----------------------------------------------------*/

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}



/*------------------------------------------------------------------------------
  FancyZoom
------------------------------------------------------------------------------*/

a.zoom {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  color: #fff;
  height: 1.5em;
  padding: 0.2em 0.3em;
  background-color: #2d3693;
}

.largeShelf li a.zoom {
  float: left;
  background: #222 url(/static/images/zoom-white-trans.png) center center no-repeat;  
  width: 22px;
  height: 22px;
  padding: 0.5em 0;
  display: block;
  font-size: 0.9em;
  text-indent: -5000px;
}
.largeShelf li a:hover.zoom {
  text-decoration: none;
}



div.fouc {
  display: none;
}
p.caption, #zoom_content p.caption {
  text-align: center;
  margin: 9px 0 0 0;
  display: block;
  padding: 0;
  font-size: 1em;
  line-height: 130%;
}

p.caption a, #zoom_content p.caption a {
  margin: 0;
  padding: 0;
  display:inline;
  float:none;
}

ul.altProductImages {
  margin: 4px 5px;
  padding: 0;
  float: right;
  list-style-type: none;
}
ul.altProductImages li {
  display: block;
  float: left;
  padding: 2px;
}
ul.altProductImages a.zoom {
  height: auto;
  font-size: 0.9em;
  padding: 0.1em 0.3em;  
  display: block;
}

