/** 
 * Radiance
 * A Shopify theme. 
 *
 * Last update: January 19, 2012
 * 
 * @version     2.2
 * @author      Ben Watts @ Shopify
 * @theme_url   http://radiance-theme.myshopify.com/
 *
 * If you need support or help customizing the theme:
 * - Try browsing the Shopify wiki: http://wiki.shopify.com/Main_Page
 * - Ask a question in the forums: http://forums.shopify.com/
 * - This is an official Shopify theme. Get support via: http://support.myshopify.com/
 *
 * Stay up-to-date and report any bugs:
 * - https://github.com/benwatts/shopify-theme-radiance
 */






/** 
 * Reset 
 */
html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var, 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; }

body { font: 12px/1.231 Verdana, Helvetica, Arial, sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
ol { list-style-type: decimal; }
p { margin: 0 0 1em 0; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid, input.invalid, textarea.invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 2px red; -webkit-box-shadow: 0px 0px 2px red; box-shadow: 0px 0px 2px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
select{ max-width: 99%; /* for ff */ }

/*
  html{ 
  
    background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/css-main-background.jpg?26) 50% 0 no-repeat; 
      
      
  }

*/
html{ background-color: #333; }



/** 
 * Base Content Styles 
 */ 
body { 
  color: #666;
  }

h1, h2, h3, h4, h5, h6 { 
  color: #555; 
  line-height: 1.2;
  font-weight: normal; 
  margin: 0 0 .5em 0;
  }
h1{ font-size: 22px; }
h2{ font-size: 18px; }
h3{ font-size: 14px; text-decoration:underline; }
.address-header {
    color: #555;
    margin-top: 30px;
    border-bottom: 1px solid #333;
}
.address-holder {
    margin: 20px 20px;
}
a { color: #29b125; }
a:hover { 
  color: #29b125;
  text-decoration: none;
  }

blockquote{
  font: italic 13px/1.5 georgia, sans-serif;
  margin: 0 0 1.5em 1.25em;
  }

ul, ol{ margin: 0 0 1.5em 1.3em; }
li{ margin: 0 0 0.25em 0; }  

select, input, textarea{
  border: solid 1px #dddddd; 
  padding: 4px;
  color: #333;  
  }
input[type="image"]{ border: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

table{
  width: 100%;
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  }
table th{
  padding: 4px 8px;
  font-weight: bold;
  border: solid 1px #dddddd;
  color: #555555;
  background: #d6d6d6 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/table-header-depth.png?26) 0 100% repeat-x; 
  }
table td{ 
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }
tfoot th{ background: transparent; }

table.product-spec {
  font-size: 10px;
}  

/** 
 * Structure 
 */
 
/* html,body { height: 100%; } */
body { text-align: center; }


.wrapper{ 
  width: 960px;
  margin: 20px auto 0;
  text-align: left;
  /*min-height: 100%;*/
  background: #1d861d url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/css-main-background.jpg?26) 50% 0 no-repeat;
  /*border-radius: 10px 10px 14px 14px;
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);*/
  }
.ie6 .wrapper{ height: 100%; }  
  
#col-main{
  float: left;
  width: 740px;
  /*padding: 0 10px;*/
  position: relative; z-index: 1;
  } 
#col-main.content{
  width: 710px;
  }
#col-main.full{
  width: auto;
  float: none;
  }  

#col-widgets{
  float: right;
  width: 215px;
  font-size: 10px;
  }  
  
  
  

/** 
 * Header 
 */ 
  
#top{
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 100;
  }
  
#site-title{
  font: normal 48px/1.0 Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0 0 0 10px;
  }
#site-title a{
  text-decoration: none;
  color: #333333;  
  } 
#site-title a:hover{
  color: #6db038;
  } 


  
/** 
 * Top Menu 
 */ 

#top-menu{
  padding: 10px 0 10px 0;
  margin: 10px auto 0;
  background-color: rgba(0, 0, 0, 0.1);
  }
#top-menu ul{
  float: left;
  margin: 0 10px;
  }
#top-menu li{ 
  float: left;
  }
#top-menu a{
  /* Start CSS3 */    
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* End CSS3 */
  font: normal 14px Verdana;  
  padding: 5px 15px 7px;
  text-decoration: none;
  display: block;
  }
/*#top-menu li:first-child a{
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#top-menu li:last-child a{
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}*/

#top-menu a:hover,
#top-menu a:focus,
#top-menu .active a{
  color: #fff;    
  background: rgba(255, 255, 255, 0.15);
  } 
#top-menu a:hover .nav-arrow{
  border-top-color: #6db038;
  }

/* dropdown menus */
#top-menu .has-dropdown{
  position: relative;
  }
.js #top-menu .has-dropdown a{
  padding-right: 24px;
  }

.js #top-menu .nav-arrow{
  position: absolute;
  top: 45%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #666666;  
  display: block;
  }

#top-menu ul ul{
  clear: none;
  position: absolute;
  z-index: 30;
  background: #ffffff;
  top: 0;
  left: -1px;
  padding: 5px 0;
  display: none;
  width: 175px;
  -moz-box-shadow: 0 2px 3px #dddddd;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;   
  }
.ie6 #top-menu ul ul,
.ie7 #top-menu ul ul,   
.ie8 #top-menu ul ul{
  border: solid 1px #dddddd;
  border-width: 0 1px;
  }
#top-menu ul .first ul{
  left: 0;
  } 
  
#top-menu ul ul li{
  float: none;
  display: block;
  padding: 5px 10px;
  } 
#top-menu ul ul a{
  font: 12px Verdana, Helvetica, Arial, sans-serif;
  margin: 0; padding: 0;
  display: block;
  border: none;
  }
#top-menu ul ul a:hover{
  text-decoration: underline;
  }


/** 
 * Header Search 
 */

#header-search{ 
  float: right;
  margin: 0;
  } 
#header-search #top-search-input{ 
  width: 165px;
  font-size: 12px;
  padding: 6px 3px;
  border: solid 1px #dddddd;
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; */
  float: left;
  }
#header-search #top-search-submit{ 
  border: none;
  width: 24px;
  height: 25px;
  
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/icon-search.png?26) 0 -50px no-repeat;
  
  float: right;
  margin: 0 10px 0 8px;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */ 
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -75px;
  
  }

#header-search{
  width: 215px;
  } 



/** 
 * Shopping Cart at the Top 
 */ 

#umbrella{
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 12px 10px 0;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  /* Start CSS3 */    
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  /* End CSS3 */
  }

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  float: left;
  padding: 6px 12px 10px 12px;
  margin: 0 0 0 0;
  border-right: solid 1px #cccccc;
  font-weight: normal;
  } 
#umbrella p{
  margin: 0;
  }
#umbrella a{ 
  /* Start CSS3 */    
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* End CSS3 */
  text-decoration: none;
  }
#umbrella a:hover{ color: #fff; }
  
#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;    
  
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/cart-icons.png?26) 0 -58px no-repeat;
  
  }
#umbrella .num-items-in-cart:hover .icon{
  
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/cart-icons.png?26) 0 -87px no-repeat;
    
  }

#umbrella .checkout-link{
  border: none;
  padding: 6px 12px 10px 12px;
  }


/** 
 * Sections 
 */ 

.section-details{
  margin: 0;  
  }
.section-details a{
  color: #666666;  
  text-decoration: none;
  }
.section-details .view-more{
  float: right;
  line-height: 32px;
  }

 .section-title{
  margin: 0 10px;
  border-bottom: dotted 1px #dddddd;
  padding: 15px 0 15px 0;
  margin: 0 0 10px 0;
  } 

.diagonal-divider{
  
  margin: 0 0 20px 0;
  }

#page-title{
  font-size: 22px;
  border-bottom: dotted 1px #dddddd;
  padding: 15px 0 15px 0;
  margin: 0 0 20px 0;
  }
  
/**
 * Sub categories navigation in main content
 */
#tags {
    margin-bottom:10px;
  }
#tags h3{
  padding-top:3px;
  font-size: 12px;
  float:left;
}
 
#tags-menu{
  padding: 0;
  float:left;
  width: 610px;
  }
#tags-menu ul{
  float: left;
  margin: 0 10px;
  }
#tags-menu li{ 
  float:left;
  margin-top: 2px;
  margin-right:4px;
  }
#tags-menu a{
  /* Start CSS3 */    
  color: #000;
  color: rgba(0, 0, 0, 1);
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* End CSS3 */
  font: normal 10px Verdana;  
  padding: 4px 6px 5px;
  text-decoration: none;
  display: block;
  }

#tags-menu a:hover,
#tags-menu a:focus{
  color: #fff;
  background: rgba(0, 0, 0, 0.60);
  } 
#tags-menu .active a{
  color: #fff;    
  background: rgba(0, 0, 0, 0.70);
  }

/** 
 * Product and Collection Grid 
 */

.product-grid{
  list-style: none;
  margin: 0;
  color: #fff;
  }
.product-grid li{
  width: 170px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
  }
/* ON SALE */
.product-grid li .on-sale {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  display: block;
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/css-onsale-tag.png?26) 0 0 no-repeat;
  text-indent: -9999px;
  color: #000;
  z-index: 10;
}
  
.product-grid .last-in-row{ margin-right: 0; } 

.generated-height .product-grid-item{
  width: 170px; 
  position: absolute;
  bottom: 0;
  }

.product-grid img{ 
  display: block; 
  margin: 0 auto;
  } 
 
.product-grid a{
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  }
.product-grid a:hover{
  text-decoration: underline;
  }

.product-grid .product-link{
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  margin: 0;
  min-height: 50px;
  /* for ie6: */
  width: 100%;
  }  

.product-photo{
  max-width: 170px; 
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding: 10px;
  position: relative;
  background: #1d861d;
  background: rgba(29, 134, 29, 0.65);   
  /*-webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; */
  }
.product-information h3{
  font: normal 24px/1 Helvetica, Arial, sans-serif;
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-price{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  padding: 4px 8px;
  text-align: right;
  font-weight: bold;
  color: #333333;
  opacity: .85; 
  background: #ffffff;
  /*-webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0; */
  }

#featured-grid li{
  width: 228px;  
  background: #f6f6f6;   
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;  
  }
#featured-grid .product-photo{ 
  max-width: 228px; 
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  }


  
/** 
 * Single Product 
 */ 

#product-details{
  margin: 0;  
  }
#product-details a{
  color: #666666;  
  text-decoration: none;
  }
#product-details .view-more{
  float: right;
  line-height: 32px;
  }

#product-title{
  margin: 0 10px;
  font-size: 18px;
  border-bottom: dotted 1px #dddddd;
  padding: 15px 0 15px 0;
  margin: 0 0 10px 0;
  } 

#product-information{ 
  float: right;
  width: 407px;
  /*border-radius: 0px 8px 8px 8px;*/
  background-color: #fefefe;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  }

#product-information .description h2 { color: #29b125; }

#product-actions{ 
  padding: 4px 10px 12px 0;
  overflow: hidden; height: 1%;
  }

#purchase-wrapper {
  float: right;
  margin:10px 0 0;
} 

#purchase-quantity {
  float:left;
  margin-right: 10px;
}

#purchase-quantity #quantity {
    width: 30px;
}    

#purchase{
  float: right;
  text-align: right;
  }
.sold-out #purchase{
  float: none;
  text-align: left;
  }
#add-to-cart{
  margin: 0 0 0 0;
  padding: 4px 10px 4px 10px;
  }

#product-header{
  margin: 0 0 0 0;
  padding: 10px 0 0;
  /*border-radius: 0px 4px 4px 0;*/
  background-color: #fefefe;
  /* background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #dddddd; */
  }
#product-header #product-header-title{ 
  float: left;
  width: 60%;
  margin: 5px 0 16px 0;
  }
#product-name{
  margin: 0 0 5px 0;
  font-size: 24px;
  font-style: bold italic;
  }
#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  }
#product-vendor a{
  text-decoration: none;
  }

#product-actions select{
  padding: 3px;
  }
#product-actions .price{
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: right;
  }
#product-actions .price strong{
  font-weight: normal;    
  color: #6db038;
  color: #1d861d;
  /* display: block; */
  }
#product-actions .price-vat{
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: normal;
  text-align: right;
  }
#product-actions .price-vat strong{
  font-weight: normal;    
  color: #6db038;
  /* display: block; */
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

.variants-wrapper{
  text-align: right;
  margin: 0 0 8px 0;
  }
.selector-wrapper{
  margin: 0 0 8px 0 ;  
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

#add-to-cart-msg{
  background: #fff7a0;
  padding: 10px;
  display: none;
  margin: 0;
  }    

#product-information .description {
  padding: 0 10px;
}
#product-information .addthis_toolbox {
  background-color: rgba(0, 0, 0, 0.2);
  padding:8px 0px 4px 0px;
  margin-bottom: 10px;
  overflow: hidden;
  }
/*
#product-information #sharing{
  padding: 0 0 0 0;
  list-style: none;
  display:block;
  float: left;
  margin: 0;
  }

#product-information #sharing li{
  float: right;
  display: block;
  margin: 0;  
}  
*/
/** 
 * Zoomy product gallery, with thumbs
 * @see https://github.com/benwatts/enhance-gallery
 */

#product-gallery,
#active-wrapper{
  width: 303px;
  }  

#active-wrapper{
  position: relative;
  min-height: 50px; 
  overflow: hidden; 
  margin: 0 0 10px 0; 
  }
#active-wrapper img{
  display: block;
  width: 100%;
  }
#active-wrapper .zoomed{
  position: absolute;
  top: 0; 
  left: 0;
  }

#active-image-loading{
  background: #fff url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/icon-loading.gif?26) 50% 50% no-repeat; 
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 42%;
  left: 42%;
  z-index: 2;
  text-indent: -900em; overflow: hidden;  
  }

#thumbs{
  margin: 0;
  list-style: none;
  }
#thumbs li{
  float: left;
  margin: 0 8px 8px 0;
  width: 54px;
  height: 54px;   
  text-align: center; 
  }  
.no-js #thumbs li{ margin-right: 6px; }
#thumbs li.last-in-row{
  margin-right: 0;
  }
#thumbs a{
  display: block;
  border: solid 1px #dddddd;
  padding: 1px;
  }
#thumbs a:hover{
  border: solid 1px #29b125;
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }   

  
  
/** 
 * Content
 */ 

.content{
  padding: 0 10px 20px;  
  background: #f6f6f6;
  line-height: 1.5em;
  /*-moz-border-radius: 0px 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;*/
  background-color: #fefefe;
  /* background-color: rgba(255, 255, 255, 0.95);*/
  }
.content.description{ /* collection descriptions */
  padding: 10px 10px 0;
  /*-moz-border-radius: 0px 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);*/
  margin: 10px 0;
  float: left;
  width: 720px;
  }
  
article{
  margin: 20px 0 45px 0;
  
  border-bottom: solid 1px #dddddd;
  
  padding: 0 0 10px 0;
  } 
.templateArticle article{ margin-top: 0; }

article .author{
  color: #999;
  font-style: italic;
  line-height: 20px;
  }
article footer{ 
  font-size: 11px;
  padding-top: 20px;
  }
article footer p{ margin: 0; }
article footer .author{ float: left; }
article footer .comments-link{ float: right; }
article footer .btn { padding: 2px 10px; }



/** 
 * Pagination 
 * Modified from http://twitter.github.com/bootstrap/
 */

.pagination {
  height: 30px;
  margin: 18px 0;
  }
.pagination ul {
  float: left;
  margin: 0;
  }
.pagination li {
  display: inline;
  }
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 28px;
  /* Start CSS3 */    
  color: #000;
  color: rgba(0, 0, 0, 0.8);
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* End CSS3 */
  text-decoration: none;
  }
.pagination a:hover, .pagination .active a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);  
  }
.pagination .active a{
    
  } 
.pagination .disabled a, .pagination .disabled a:hover {
  background: transparent;
  color:  #dddddd;
  cursor: default;
  }
.pagination .next a {
  border: 0;
  }  

.pagination-num-showing{
  float: right;
  line-height: 28px;
  font-size: 11px;
  color: #666666;
  }

    
/** 
 * Widgets in the Right Column 
 */ 

#col-widgets{
  color: #666666 ;
  } 

#col-widgets a{ color: #333333 }
#col-widgets a:hover{ color: #6db038 }

.widget{
  /*-moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;*/
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  }
  
.widget h3{
  font: bold 14px Verdana;
  color: #eee;
  color: rgba (255, 255, 255, 0.8);
  margin: 0 0 10px 0;
  }
  
#col-widgets .widget h3 a{
  color: #333333;
  text-decoration: none;
  }
  
.widget ul{ margin: 0; }  
.widget li{
  padding: 0 0 5px 12px;
  list-style: none;
  }

/* PRODUCT CATEGORY MENU */
#widget-product-categories {
  position: relative;
  padding: 5px 0 5px 5px;
  background-color: #fefefe;
  /* background: rgba(255, 255, 255, 0.9);*/
  z-index: 99999;
}    
#widget-product-categories .product-categories {
  position: relative;
}

#widget-product-categories .product-categories li {
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 5px;
  z-index: 1;
}

#widget-product-categories .product-categories :last-child {
  margin-bottom: 0;
} 

#widget-product-categories .product-categories li a{
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 20px;
  margin: 0;
  /*border-radius: 6px 0 0 6px;*/
  z-index: 2;
}
/* ACTIVE LINK & FLYOUT MENU */
  

/* SUB CATEGORIES */
#widget-product-categories .product-categories li.flyout div.sub-product-category-tag-holder {
  background: transparent;
  position: absolute;
  top: -15px;
  left: -219px;
  display: none;
  margin: 0px;
  padding: 0px;
  width: 200px;
  z-index: 500;
}
#widget-product-categories .product-categories li.flyout ul.sub-product-category-tags {
  background: #fff;
  padding: 5px;
  width: 200px;
  z-index: 500;
}
#widget-product-categories .product-categories li.flyout ul:after {
  content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   top: 10px;
   right: -25px;
   border-style: solid;
   border-width: 20px 0 20px 25px;
   border-color: transparent;
   border-left-color: inherit;
   border-right-color: inherit;
}

#widget-product-categories .product-categories li.flyout:hover div.sub-product-category-tag-holder {
  display:block;
}

#widget-product-categories .product-categories li.active ul.sub-product-category-tags {
  display: block;
  margin: 0 5px 0 5px;
}

#widget-product-categories .product-categories li.flyout ul.sub-product-category-tags li {
  border: none;
  padding: 0;
  margin: 0 0 2px;
  z-index: 501;
}

#widget-product-categories .product-categories li.active ul.sub-product-category-tags li {
  border: none;
  padding: 0;
  margin: 0 0 2px;
}

#widget-product-categories .product-categories li.flyout ul.sub-product-category-tags :last-child {
 margin-bottom: 0;
}

#widget-product-categories .product-categories li.active ul.sub-product-category-tags :last-child {
 margin-bottom: 0;
}

#widget-product-categories .product-categories li ul.sub-product-category-tags li a{
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 10px 6px 10px;
  margin: 0;
  border-radius: 0;
}
#widget-product-categories .product-categories li.active ul.sub-product-category-tags li a{
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 10px 6px 10px;
  margin: 0;
  border-radius: 0;
}

#widget-product-categories .product-categories li.active ul.sub-product-category-tags li a{
  }


/* ========
/* Category colours */

/* First Aid === */
#widget-product-categories .product-categories li.first-aid a {
  background: #5ba455;
}
#widget-product-categories .product-categories li.first-aid.flyout ul {
  background: #5ba455;
  border-color: #5ba455;
}
#widget-product-categories .product-categories li.first-aid.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.first-aid.active ul li a {
  background: rgba(91, 164, 85, 0.7);
}
#widget-product-categories .product-categories li.first-aid.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.first-aid.active ul li a:hover {
  background: rgba(91, 164, 85, 0.85);
}
#widget-product-categories .product-categories li.first-aid.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.first-aid {
    background: #5ba455;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #5ba455;
}

/* Diagnostics === */
#widget-product-categories .product-categories li.diagnostics a{
  background: #b785b8; 
}
#widget-product-categories .product-categories li.diagnostics.flyout ul {
  background: #b785b8; 
  border-color: #b785b8;
}
#widget-product-categories .product-categories li.diagnostics.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.diagnostics.active ul li a {
  background: rgba(183, 133, 184, 0.7);
}
#widget-product-categories .product-categories li.diagnostics.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.diagnostics.active ul li a:hover {
  background: rgba(183, 133, 184, 0.85);
}
#widget-product-categories .product-categories li.diagnostics.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.diagnostics {
    background: #b785b8;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #b785b8;
}

/* Tactical === */
#widget-product-categories .product-categories li.tactical a{
  background: #333;
}
#widget-product-categories .product-categories li.tactical.flyout ul{
  background: #333;
  border-color: #333;
}
#widget-product-categories .product-categories li.tactical.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.tactical.active ul li a {
  background: rgba(51, 51, 51, 0.7);
}
#widget-product-categories .product-categories li.tactical.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.tactical.active ul li a:hover {
  background: rgba(51, 51, 51, 0.85);
}
#widget-product-categories .product-categories li.tactical.active ul :first-child a {
  background: rgba(51, 51, 51, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.tactical {
    background: #333;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #333;
}

/* Training === */
#widget-product-categories .product-categories li.training a{
  background: #f8ac08;    
}
#widget-product-categories .product-categories li.training.flyout ul{
  background: #f8ac08;  
  border-color: #f8ac08;
}
#widget-product-categories .product-categories li.training.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.training.active ul li a {
  background: rgba(248, 172, 8, 0.7);
}
#widget-product-categories .product-categories li.training.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.training.active ul li a:hover {
  background: rgba(248, 172, 8, 0.85);
}
#widget-product-categories .product-categories li.training.active ul :first-child a {
  background: rgba(248, 172, 8, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.training {
    background: #f8ac08;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #f8ac08;
}

/* Infection control === */
#widget-product-categories .product-categories li.infection-control a{
  background: #62b3e0; 
}
#widget-product-categories .product-categories li.infection-control.flyout ul{
  background: #62b3e0; 
  border-color: #62b3e0;
}
#widget-product-categories .product-categories li.infection-control.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.infection-control.active ul li a {
  background: rgba(98, 179, 224, 0.7);
}
#widget-product-categories .product-categories li.infection-control.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.infection-control.active ul li a:hover {
  background: rgba(98, 179, 224, 0.85);
}
#widget-product-categories .product-categories li.infection-control.active ul :first-child a {
  background: rgba(98, 179, 224, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.infection-control {
    background: #62c3e0;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #62c3e0;
}

/* Patient Handling === */
#widget-product-categories .product-categories li.patient-handling a{
  background: #c76b9c; 
}
#widget-product-categories .product-categories li.patient-handling.flyout ul{
  background: #c76b9c; 
  border-color: #c76b9c;
}
#widget-product-categories .product-categories li.patient-handling.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.patient-handling.active ul li a {
  background: rgba(199, 107, 156, 0.7);
}
#widget-product-categories .product-categories li.patient-handling.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.patient-handling.active ul li a:hover {
  background: rgba(199, 107, 156, 0.85);
}
#widget-product-categories .product-categories li.patient-handling.active ul :first-child a {
  background: rgba(199, 107, 156, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.patient-handling {
    background: #c76b9c;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #c76b9c;
}

/* Airways & Oxygen === */
#widget-product-categories .product-categories li.airways-oxygen a{
  background: #4c75b3; 
}
#widget-product-categories .product-categories li.airways-oxygen.flyout ul{
  background: #4c75b3; 
  border-color: #4c75b3;
}
#widget-product-categories .product-categories li.airways-oxygen.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.airways-oxygen.active ul li a {
  background: rgba(76, 117, 179, 0.7);
}
#widget-product-categories .product-categories li.airways-oxygen.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.airways-oxygen.active ul li a:hover {
  background: rgba(76, 117, 179, 0.85);
}
#widget-product-categories .product-categories li.airways-oxygen.active ul :first-child a {
  background: rgba(76, 117, 179, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.airways-oxygen {
    background: #4c75b3;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #4c75b3;
}

/* Clothing === */
#widget-product-categories .product-categories li.clothing-accessories a {
  background: #e6272e;
}
#widget-product-categories .product-categories li.clothing-accessories.flyout ul {
  background: #e6272e;
  border-color: #e6272e;
}
#widget-product-categories .product-categories li.clothing-accessories.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.clothing-accessories.active ul li a {
  background: rgba(230, 39, 46, 0.7);
}
#widget-product-categories .product-categories li.clothing-accessories.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.clothing-accessories.active ul li a:hover {
  background: rgba(230, 39, 46, 0.85);
}
#widget-product-categories .product-categories li.clothing-accessories.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.clothing-accessories {
    background: #e6272e;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #e6272e;
}

/* Bags / Pouches / Cases === */
#widget-product-categories .product-categories li.bags-pouches-cases a {
  background: #5f304c;
}
#widget-product-categories .product-categories li.bags-pouches-cases.flyout ul {
  background: #5f304c;
  border-color: #5f304c;
}
#widget-product-categories .product-categories li.bags-pouches-cases.flyout ul li a {
  background: rgba(255, 255, 10, 0.1);
}
#widget-product-categories .product-categories li.bags-pouches-cases.active ul li a {
  background: rgba(95, 48, 76, 0.7);
}
#widget-product-categories .product-categories li.bags-pouches-cases.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.bags-pouches-cases.active ul li a:hover {
  background: rgba(95, 48, 76, 0.85);
}
#widget-product-categories .product-categories li.bags-pouches-cases.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.bags-pouches-cases {
    background: #5f304c;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #5f304c;
}

/* Defibrillation === */
#widget-product-categories .product-categories li.defibrillation a {
  background: #5eb4b5;
}

#widget-product-categories .product-categories li.defibrillation.flyout ul {
  background: #5eb4b5;
  border-color: #5eb4b5;
}
#widget-product-categories .product-categories li.defibrillation.flyout ul li a {
  background: rgba(255, 255, 10, 0.1);
}

#widget-product-categories .product-categories li.defibrillation.active ul li a {
  background: rgba(94, 180, 181, 0.7);
}
#widget-product-categories .product-categories li.defibrillation.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.defibrillation.active ul li a:hover {
  background: rgba(94, 180, 181, 0.85);
}
#widget-product-categories .product-categories li.defibrillation.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.defibrillation {
    background: #5eb4b5;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #5eb4b5;
}

/* I.V. Supplies === */
#widget-product-categories .product-categories li.i-v-supplies a {
  background: #9b9ca0;
}
#widget-product-categories .product-categories li.i-v-supplies.flyout ul {
  background: #9b9ca0;
  border-color:#9b9ca0;
}
#widget-product-categories .product-categories li.i-v-supplies.flyout ul li a {
  background: rgba(255, 255, 10, 0.1);
}
#widget-product-categories .product-categories li.i-v-supplies.active ul li a {
  background: rgba(155, 156, 160, 0.7);
}
#widget-product-categories .product-categories li.i-v-supplies.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.i-v-supplies.active ul li a:hover {
  background: rgba(155, 156, 160, 0.85);
}
#widget-product-categories .product-categories li.i-v-supplies.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.i-v-supplies {
    background: #9b9ca0;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #9b9ca0;
}

/* Furniture === */
#widget-product-categories .product-categories li.furniture a {
  background: #8b0000;
}
#widget-product-categories .product-categories li.furniture.flyout ul {
  background: #8b0000;
  border-color: #8b0000;
}
#widget-product-categories .product-categories li.furniture.flyout ul li a {
  background: rgba(255, 255, 10, 0.1);
}
#widget-product-categories .product-categories li.furniture.active ul li a {
  background: rgba(176, 48, 96, 0.7);
}
#widget-product-categories .product-categories li.furniture.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.furniture.active ul li a:hover {
  background: rgba(176, 48, 96, 0.85);
}
#widget-product-categories .product-categories li.furniture.active ul :first-child a {
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.furniture {
    background: #8b0000;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #8b0000;
}

/* Vehicle Accessories === */
#widget-product-categories .product-categories li.vehicle-accessories a{
  background: #cc5500;
}
#widget-product-categories .product-categories li.vehicle-accessories.flyout ul{
  background: #cc5500;
  border-color: #cc5500;
}
#widget-product-categories .product-categories li.vehicle-accessories.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.vehicle-accessories.active ul li a {
  background: rgba(255, 140, 0, 0.7);
}
#widget-product-categories .product-categories li.vehicle-accessories.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.vehicle-accessories.active ul li a:hover {
  background: rgba(255, 140, 0, 0.85);
}
#widget-product-categories .product-categories li.vehicle-accessories.active ul :first-child a {
  background: rgba(255, 140, 0, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.vehicle-accessories {
    background: #cc5500;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #cc5500;
}

/* WINTER SPECIALS === */
#widget-product-categories .product-categories li.winter-specials a{
  background: #74bbfb;
}
#widget-product-categories .product-categories li.winter-specials.flyout ul{
  background: #74bbfb;
  border-color: #74bbfb;
}
#widget-product-categories .product-categories li.winter-specials.flyout ul li a {
  background: rgba(255, 255, 255, 0.1);
}
#widget-product-categories .product-categories li.winter-specials.active ul li a {
  background: rgba(116, 187, 251, 0.7);
}
#widget-product-categories .product-categories li.winter-specials.flyout ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#widget-product-categories .product-categories li.winter-specials.active ul li a:hover {
  background: rgba(116, 187, 251, 0.85);
}
#widget-product-categories .product-categories li.winter-specials.active ul :first-child a {
  background: rgba(116, 187, 251, 0.7);
  padding-top: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
h2.winter-specials {
    background: #74bbfb;
    padding: 15px 10px;
    color: #fff;
    border-bottom: dotted 1px #74bbfb;
}

/* Brochure MENU */
#widget-brochure {
  position: relative;
  padding: 5px 0 5px 5px;
  background-color: #fefefe;
  z-index: 9999;
}    
#widget-brochure .brochure-links {
  position: relative;
}

#widget-brochure h3 {
  font-size: 14px;
  color: #555;
  padding: 0 5px;
  font-weight: normal;
} 
  

#widget-brochure .brochure-links li {
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 5px;
  z-index: 1;
}

#widget-brochure .brochure-links :last-child {
  margin-bottom: 0;
} 

#widget-brochure .brochure-links li a{
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 15px;
  margin: 0;
  /*border-radius: 6px 0 0 6px;*/
  z-index: 2;
}

/* Brochure === */
#widget-brochure .brochure-links li.brochure a {
  background: #5ba455;
}
#widget-brochure .brochure-links li.brochure a:hover {
  background: rgba(91, 164, 85, 0.85);
}

/* Tactical brochure === */
#widget-brochure .brochure-links li.tactical-brochure a {
  background: #333;
}
#widget-brochure .brochure-links li.tactical-brochure a:hover {
  background: rgba(70, 70, 70, 1);
}


/* =======
*/

.widget-btns a{
  background: #ffffff;
  /*-webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;*/
  display: block;
  padding: 6px 12px;
  margin: 0 0 6px 0;
  text-decoration: none;
  overflow: hidden; height: 1%;
  } 
.widget-btns img{
  display: block;
  float: left;
  margin: 0 6px 0 0;
  }
.widget-btns .btn-text{
  display:block;
  width: 165px;
  float: right;
  } 

/** twitter widget */
.no-js #twitter{ display: none; }

#twitter{
  padding: 10px 0 5px;
  background-color: #4099ff;
  background-color: rgba(64,153,255,0.95);
  color: rgba(255, 255, 255, 0.9);
  }

#twitter:hover .tweet_list{
    display:block;
}

#twitter .widget-header {
  height:36px;
  padding:0 10px 10px;
  /* background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/css-twitter-logo-small.png?26) 50% 0 no-repeat; */
}

#twitter img { opacity: 0.8; }

#twitter h3{ visibility: hidden; }

#twitter .tweet_list{
  display:none;
  margin: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.2);
  } 
#twitter .tweet_list li{
  margin: 0 0 10px 0;
  padding: 0 10px 10px;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
  background: none;
  word-wrap: normal;
  line-height: 1.3em;
  }

#twitter .tweet_list .tweet_text a {
  color: rgba(255, 255, 255, 0.5);
  font-style: strong;
}  

#twitter .tweet_list .tweet_first{
  padding-top:10px;
}
#twitter .tweet_list .tweet_last{
  margin-bottom: 0;
}
    
/** linklist widget */
.widget-linklist li{ 
  border-top: dotted 1px #cccccc;  
  padding: 8px 0 0 0;
  margin: 8px 0 0 0;
  }  
.widget-linklist li:first-child{
  border-top: none;
  padding: 0;
  margin: 0;
  }
.widget-linklist li a{
  display: block;
  margin: 0 0 0 12px;
  }
.ie7 .widget-linklist li a{
  float: left;
  }
.widget-linklist .arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #cccccc;
  display: block;
  float: left;
  margin: 4px 0 0 0;
  }



/** 
 * Customer Accounts
 */ 

.page-header #page-title{ float: left; border: none; margin: 0; }
.page-header #page-actions{ float: right; } 

.templateCustomersLogin form input{ 
  float: left; 
  }
.templateCustomersLogin form label{
  float: left;
  min-width: 120px;
  line-height: 22px;
  }
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row{
  margin: 0 0 8px 0;
  }
.templateCustomersLogin .action-bottom{
  margin: 20px 0 0 0;
  }
.templateCustomersLogin .action-bottom .note{
  font-size: 11px;
  padding: 0 0 0 5px;
  line-height: 27px;
  }


/* >> login Form */
#customer-login,
#recover-password{
  float: left;
  width: 58%;
  border-right: solid 1px #dddddd;
  }
#recover-password{ 
  display: none;
  }
#recover_email label{
  min-width: 75px;
  }
#forgot_password{
  margin: 2px 0 0 5px;
  font-size: 11px;
  float: left;
  }  

#guest{
  float: right;
  width: 38%
  }
   
  
/* >> manage orders and addresses */
#customer_orders{
  width: 60%;
  float: left;
  }
#customer_sidebar{
  float: right;
  width: 35%;
  }
.address p,
.view_address p{ margin: 0; }

#view_address{ 
  border-top: solid 1px #dddddd;
  padding: 10px 0 0 0;  
  margin-top: 10px;
  display: block;
  }

.address_actions{ float: right; }
.address_actions .action_edit{
  border-right: solid 1px #dddddd;
  padding-right: 10px;
  }
.address_actions .action_delete{ padding-left: 16px; }  

.action_top{  margin: 0 0 20px 0; }

.action_edit, 
.action_delete, 
.action_add{
  display: inline-block;
  padding-left: 16px;
  }
.action_edit{ background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/edit-sml.png?26) 0 0 no-repeat; }
.action_delete{ background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/delete-sml.png?26) 0 1px no-repeat; }
.action_add{ background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/add-sml.png?26) 0 0 no-repeat; }

.default_address{
  color: #29b125;
  }
.address_table,
#add_address{
  border: dotted 1px #dddddd;
  padding: 10px;
  margin: 0 0 20px 0;
  }
.address_table .label,
#add_address .label{
  width: 125px;
  padding-left: 0;
  }
.address_table h4{
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  }
.customer_address_table{ margin: 0; }
.customer_address_table td{ border: none; }
.customer_address_table input{ margin: 0 5px 0 0; }
.customer_address .action-bottom{ margin-left: 141px; }


/** >> view individual orders */ 
.order_date{ 
  border-bottom: solid 1px #dddddd;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  }

#order_address{ 
  overflow: hidden; height: 1%;
  margin: 0 0 20px 0; 
  } 
#order_address #order_payment, 
#order_address #order_shipping{
  float: left;
  width: 46%;
  margin-right: 2%;
  }
  


/** 
 * Comments 
 */

.comment{
  margin: 0 0 20px 0;
  }

.comment-author{
  float: left;
  width: 18.0%;
  padding: 12px 0 0 0;
  font-weight: bold;
  text-align: right;
  color: #333333;
  }

.comment-content{
  background: #ffffff;
  float: right;
  width: 75%;
  /*-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;*/
  position: relative;
  padding: 15px;
  color: #666666
  }
.comment-arrow{
  width:0px; 
  height:0px; 
  border-bottom:8px solid transparent;
  border-top:8px solid transparent; 
  border-right:8px solid #ffffff; /* arrow colour */
  font-size:0px;
  line-height:0px;
  position: absolute;
  top: 14px;
  left: -8px;
  }

.comment-posted{
  font-style: italic;
  margin: 0;
  font-size: 11px;
  line-height: 1;
  color: #cccccc;
  }


.comment-form label{
  display: block;
  width: 130px;
  float: left;
  }
.comment-form #comment-submit{
  margin: 0 0 10px 130px;
  }
.comment-form div{
  margin: 0 0 10px 0;
  }
.comment-form .text{
  float: left;
  border: solid 1px #ccc;
  padding: 5px;
  width: 150px;
  color: #666;
  }
.comment-form .text:focus{
  border-color: ;
  } 
.comment-form textarea.text{
  width: 500px;
  }

.has-error label{ color: #e0360f; }
.has-error label.error-msg, label.invalid{ color: #fff; }
.has-error input,
.has-error textarea,
.has-error .text{
  border: solid 1px #ff0000;
  -webit-box-shadow: 0 0 4px rgba(255,0,0,.6);
  -moz-box-shadow: 0 0 4px rgba(255,0,0,6);
  box-shadow: 0 0 4px rgba(255,0,0,.6);
  }
  
label.invalid,
.error-msg,
.success-msg,
.errors{
  padding: 10px;
  color: #fff;
  text-align: left;
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/btn-small-depth.png?26 0 100% repeat-x);
  /*-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  }
label.invalid,
.error-msg,
.errors{
  background-color: #770e00;
  }
.success-msg{
  background-color: #387700;
  }

.errors{ margin: 0 1em 1.5em 0; }
.errors ul,
.errors li{ margin: 0; list-style: none; }
  
  
  
/** 
 * Search 
 */ 

#search-form{
  padding: 0 0 20px 0;
  overflow: hidden; height: 1%;
  }
#search-form #q{
  font-size: 16px;
  padding: 6px;
  width: 575px;
  border: solid 1px #dddddd;
  float: left;
  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px; 
  float: right;
  width: 100px;
  }
.ie7 #search-form #search-submit{
  border: none;
  }

.results .item{
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dddddd; 
  }
.results .thumbnail{
  float: left;
  }
.results .search-excerpt{
  margin: 0 0 0 75px;
  }   


  
/** 
 * Cart 
 */ 
  
#cartform table{ 
  width: 100%; 
  margin: 0 0 20px 0;
  } 
#cartform table td{ 
  text-align: center; 
  vertical-align: middle;
  padding: 5px;
  }
#cartform table th{ 
  text-align: center; 
  } 
col.checkout-image{ width: 50px; }  
col.checkout-delete{ width: 80px; }
  
  
#cartform td img{ display: block; }
#cartform input.text { border: solid 1px ; padding: 4px; color: ; text-align: center; }

#cartform .subtotal{
  text-align: center;
  }
#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
  } 

#checkout-proceed{ 
  float: right;
  width: 38%;
  text-align: right; 
  }
  
#checkout-addnote{
  float: left;
  width: 60%;
  } 
#checkout-addnote a{
  display: block;
  width: 165px;
  float: left;
  }
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666; 
  width: 250px;
  height: 60px;
  float: left;
  padding: 4px;
  } 
.js #checkout-addnote textarea{
  display: none;
  } 
  
#additional-checkout-buttons{
  padding: 5px;
  margin: 5px 0 0 0;
  } 
#additional-checkout-buttons-label{
  border-bottom: solid 1px #dddddd;
  display: block;
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: bold;
  }
  
  
  
/** 
 * Footer 
 */ 

#bottom{ 
  padding: 15px 0; 
  
  padding-left: 20px;
  padding-right: 20px;
  

  margin: 20px 0 20px 0;
  font-size: 11px;
  clear: both; 
  overflow: hidden;
  height: 1%;
  background: #2e2e2e;
  color: #ffffff;
  /*-moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;*/
  }

#footer-left{ 
  width: 710px;
  float: left;
  }
#footer-right{
  width: 200px;
  float: right;
  }
#footer-home{
  width: 940px;
}
#bottom ul{
  list-style: none;
  margin: 0 auto 10px;
  } 
#bottom li{
  float: left;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  }
#bottom a{ color: #29b125;}
#bottom a:hover{ color: #29b125;}
#bottom p{ line-height: 1.5em; text-align: center; }
  
#footer-nav{
  margin: 14px 0 0 0; 
  }
#footer-nav li{
  border-left: solid 1px #ffffff;
  }
#footer-nav li:first-child{
  border-left: none;
  margin: 0;
  padding: 0;
  }

#bottom #sm-icons{
  float: right;
  margin: 0;
  }
#sm-icons li{ 
  margin: 0 0 0 10px; 
  padding: 0;
  }
#sm-icons a{ 
  width: 36px;
  height: 37px;
  background-image: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/social-media.png?26);
  display: block;
  }


#sm-youtube a{ background-position: 0 0; }
#sm-flickr a{ background-position:-36px 0; }
#sm-twitter a{ background-position: -72px 0; }
#sm-facebook a{ background-position: -108px 0; }
#sm-youtube a:hover{ background-position: 0 -39px; }
#sm-flickr a:hover{ background-position:-36px -39px; }
#sm-twitter a:hover{ background-position: -72px -39px; }
#sm-facebook a:hover{ background-position: -108px -39px; }




/**
 * Homepage Carousel
 */ 

/* Adjust this to alter the width and height of the carousel. */
#carousel, 
#carousel .items > li{
  width: 710px;
  height: 200px;
  }

#carousel-wrapper{ margin: 10px 0 0 0; }

#carousel{
  position: relative;
  z-index: 50;
  overflow: hidden;
  background: #F4F4F4;
  }
#carousel p, 
#carousel li{
  margin: 0;
  }
  
#carousel .items{
  margin: 0;
  padding: 0;
  width: 20000em;
  position: absolute;
  z-index: 1;
  }
#carousel .items > li{
  float: left;
  list-style: none;
  }

#carousel .items img{ max-width: 730px; } /* I was on the fence about adding this line in, but hope it will do some good */

#carousel-controls{ margin-top: 10px; }


#carousel .browse{
  width: 20px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  opacity: .9;
  display: none;
  }
#carousel-next{
  top: 0;
  right: 0; 
  }
#carousel-prev{
  top: 0;
  left: 0;
  }

#carousel .arrow{
  display: block;
  position: absolute;  
  top: 46%;
  }
#carousel-next .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #cccccc;  
  left: 5px;
  }    
#carousel-prev .arrow{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #cccccc;  
  right: 5px;
  }

#carousel .browse:hover{ background: #dddddd; }
#carousel-next:hover .arrow{ border-left-color: #666666; }
#carousel-prev:hover .arrow{ border-right-color: #666666; }



/** 
 * Utils 
 */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.left{ float: left; }
.right{ float: right; }

.btn,
a.btn{
  display: inline-block;
  background: #666666 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/btn-small-depth.png?26) 0 100% repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #666666;
  color: #ffffff;
  padding: 5px 10px 4px 10px;
  text-decoration: none;  
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }

.btn:hover,
a.btn:hover{
  border: solid 1px #6db038;
  background: #6db038 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/btn-small-depth.png?26) 0 100% repeat-x;;
  color: #ffffff;
  }
  
.btn-reversed{
  border: solid 1px #6db038;
  background: #6db038 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/btn-small-depth.png?26) 0 100% repeat-x;;
  color: #ffffff;
  }
.btn-reversed:hover{
  background: #666666 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/btn-small-depth.png?26) 0 100% repeat-x;
  border: solid 1px #666666;
  color: #ffffff;
  } 



/**
 * Contact/Newsletter Forms 
 */

.contact-form ul{
  margin: 0;
  }
.contact-form li{
  list-style: none;
  margin: 0 0 8px 0;
  }

.contact-form label{
  display: block;
  min-width: 120px;
  float: left;
  }
.contact-form textarea{
  width: 350px;
  height: 100px;
  }
.contact-form .type-submit{
  margin: 0 0 0 120px;
  }
  
.contact-form #recaptcha_widget_div {
  margin: 0 0 0 120px;
}
  

.contact-form label.invalid{
  float: none;
  display: inline;
  margin: 0 0 0 10px;
  font-size: 11px;
  padding: 6px;
  }
.contact-form .has-error input{
  border: solid 1px #ef3a22;
  }

/** 
 * Some print style resets 
 */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/** 
 * No products 
 * Visible only to an empty store.
 */

#featured-grid .placeholder{
  display: block;
  width: 240px;
  height: 200px; 
  background: #666666 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/placeholder-product.png?26) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #666666 url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/placeholder-product.png?26) 50% 50% no-repeat;  
  }


.no-products{
  position: relative;
  }
.no-products-overlay{
  opacity: .75;
  background: #1d861d;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BF1d861d', endColorstr='#BF1d861d',GradientType=0 );  
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4; 
  top: 0;
  left: 0;
  }
.ie7 .no-products-overlay,
.ie8 .no-products-overlay{ background: transparent; }

.no-products-post-it{
  position: absolute;
  top: 125px;
  left: 198px;
  z-index: 5;
  width: 345px;
  height: 193px;
  background: url(//cdn.shopify.com/s/files/1/0141/2732/t/1/assets/no-products-post-it.png?26) 0 0 no-repeat;
  font-family: georgia, serif;
  font-size: 16px;
  color: #4b4a43;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  }
.no-products-post-it-content{
  padding: 65px 20px 20px 20px;
  line-height: 1.4em;
  } 
.no-products-post-it em{
  display: block;
  color: #3b3a34; 
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  margin: 0 0 10px 0;
  }
.no-products-post-it a{
  color: #25669c;
  }
  
/* Added by Caroline on January 14th for Customizr */

#product-actions input.text,
#product-actions input[type=text],
#product-actions textarea { 
  width: 90%;
}

#product-actions input[type=text]:invalid,
#product-actions textarea:invalid { 
  -moz-box-shadow:       inset 0 0 1px 1px #FF9494;
  -webkit-box-shadow:    inset 0 0 1px 1px #FF9494;
  box-shadow:            inset 0 0 1px 1px #FF9494;
}

.error span {
  line-height: 2;
  color: red;
}