/** Shopify CDN: Minification failed

Line 978:100 Expected ")" to end URL token

**/
/** 
 * HipScan 2
 * A Shopify theme. 
 *
 * Last update: 26 March, 2012
 * 
 * @version     1.1
 * @author      Mihai Potra @ mpotra.com
 */


html{ background-color: #ffffff }



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

h1, h2, h3, h4, h5, h6 { 
  color: #333333; 
}

a { color: #666666; }
a:hover { color: #6db038 }

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: #333333;
  background: #d6d6d6 url(/cdn/shop/t/4/assets/table-header-depth.png?v=1332879527) 0 100% repeat-x; 
  }
table td{ 
  padding: 4px 8px;
  border: solid 1px #dddddd;
  }
tfoot th{ background: transparent; }


/** 
 * Header 
 */ 
  

#site-title{
  font: normal 48px/1.0 BebasNeueRegular, arial, sans-serif;
  color: #333333;
}
#site-title a{
  text-decoration: none;
  color: #333333;  
} 
#site-title a:hover{
  color: #6db038;
} 


  
/** 
 * Top Menu 
 */ 

#top-menu a{
  color: #666666;
  border-right: dotted 1px #dddddd;
  font: normal 24px BebasNeueRegular, arial, sans-serif;  
}

#top-menu a:hover,
#top-menu .active a{
  color: #6db038;
  background: #ffffff;
} 
#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 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;
  margin-top:4px;
} 
#header-search #top-search-input{ 
  width: 175px;
  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/shop/t/4/assets/icon-search.png?v=1332879524) 0 0 no-repeat;
  
  float: right;
  margin: 0 0 0 8px;
  font-size: 0; /* ie7 */
  line-height: 50px; /* ie7 */ 
  }
#header-search #top-search-submit:hover{
  
  background-position: 0 -25px;
  
  }

#header-search{
  width: 215px;
} 



/** 
 * Shopping Cart at the Top 
 */ 

#umbrella{
  background: #eeeeee;
  padding: 6px 10px;
  font-size:0.813em;
  font-weight: bold;
  position: relative;
  float:left;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; 
  color: #666666;
}

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#umbrella li {
  float: left;
  margin: 0 12px 0 0;
  border-right: solid 1px #cccccc;
  font-weight: normal;
} 
#umbrella p {
  margin: 0;
}
#umbrella a { 
  color: #666666;
  text-decoration: none;
}
#umbrella a:hover{ color: #6db038; }

#umbrella .num-items-in-cart,
#umbrella .customer-account-links {
    padding:5px 10px 4px 4px;
    display:inline-block;
}

#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;    
  
  background: url(/cdn/shop/t/4/assets/cart-icons.png?v=1332879519) 0 0 no-repeat;
  
}
#umbrella .num-items-in-cart:hover .icon{
  
  background: url(/cdn/shop/t/4/assets/cart-icons.png?v=1332879519) 0 -29px no-repeat;
    
}

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
}
#umbrella .checkout-link a{ color: #ffffff; }
#umbrella .checkout-link a:hover{ color: #ffffff; }  



/** 
 * Sections 
 */ 

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

.section-title{
  font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
  color: #666666;
  /*float: left;*/
  margin: 0;
} 

.diagonal-divider{
  
  background: url(/cdn/shop/t/4/assets/diagonal-light-grey.png?v=1332879520) 0 0 repeat-x;
  padding: 16px 0 0 0;
  
  margin: 0 0 20px 0;
}

#page-title{
  font-size: 22px;
  border-bottom: dotted 1px #dddddd;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}

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

.product-information{
  padding: 10px;
  position: relative;
  background: #f6f6f6;   
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; 
  }
.product-information h3{
  font:  /1 BebasNeueRegular, 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; 
  }

  
/** 
 * Single Product 
 */ 

#product-information{ 
  float: right;
  width: 60%;
  margin-left:3%;
  }

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

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

#product-header{
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  }
#product-header #product-header-title{ 
  float: left;
  width: 60%;
  margin: 5px 0 16px 0;
}
#product-title{
  margin: 0 0 5px 0;
  font-size: 24px;
  font-style: bold italic;
  color: #FF6600;
}
#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: 18px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  }
#product-actions .price strong{ 
  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 #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  list-style: none;
  border-top: 1px solid #dddddd;
  }
#product-information #sharing li{
  margin: 0;
  float: left;
  }  



/** 
 * Zoomy product gallery, with thumbs
 * @see https://github.com/benwatts/enhance-gallery
 */

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

#product-gallery {
  width:37%;
  display:inline-block;
  position:relative;
}

#active-wrapper {
  display:inline-block;
  width:100%;
  position: relative;
  background-color:#FFFFFF;
  min-height: 50px; 
  overflow: hidden; 
  margin: 0 0 10px 0;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.087);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.087);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.087); 
  padding:6px;
  text-align:center;
}
#active-wrapper .dummy { 
    margin-top:75%; 
    display:block; 
    /*max-width:23.2%;*/ 
    max-width:23.45%; 
    line-height:100%; 
}
/*
#active-wrapper .image { 
    display:block; 
    position:absolute; 
    top:3.968%; 
    left:3.968%; 
    bottom:3.968%; 
    right:3.968%; 
    border:1px solid #dadada; 
    overflow:hidden; 
    background-color:#ffffff; 
}
*/
#active-wrapper img{
  display: inline;
  width: auto;
  max-width:100%;
  max-height:20em;
  border:1px solid #dadada;
}
#active-wrapper .zoomed{
  position: absolute;
  top: 0; 
  left: 0;
  }

#active-image-loading{
  background: #fff url(/cdn/shop/t/4/assets/icon-loading.gif?v=1332879524) 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;
  padding:0;
}
#thumbs li{
  float: left;
  margin: 0.25em 2.66%;
  width: 19.66%;
  height: auto;
  text-align: center;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.087);
  -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.087);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.087); 
  }  
.no-js #thumbs li{ margin-right: 6px; }
#thumbs li.last-in-row{
  margin-right: 0;
  }
#thumbs a{
  display: block;
  border: solid 1px #dddddd;
  padding: 2px;
  }
#thumbs a:hover{
  border: solid 1px #b1b1b1;
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }   

  
  

article{
  margin: 20px 0 45px 0;
  
  background: url(/cdn/shop/t/4/assets/diagonal-light-grey.png?v=1332879520) 0 100% repeat-x;
  
  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;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  }
.pagination li {
  display: inline;
  }
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 28px;
  border-right: 1px solid #dddddd;
  text-decoration: none;
  color: #666666;
  }
.pagination a:hover, .pagination .active a {
  color: #ffffff;
  background-color: #6db038;
  background: #666666 url(/cdn/shop/t/4/assets/btn-small-depth.png?v=1332879518) 0 100% repeat-x;  
  }
.pagination .active a{
  border-right-color: #ffffff; 
  } 
.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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #ffffff
  }

.widget h3{
  font: normal 24px BebasNeueRegular, arial, sans-serif;
  color: #333333;
  margin: 0 0 10px 0;
  }
#col-widgets .widget h3 a{
  color: #333333;
  text-decoration: none;
  }
  
.widget ul{ margin: 0; padding:0; }  
.widget li{
  padding: 0 0 5px 12px;
  list-style: none;
  }

.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 #widget-twitter{ display: none; }
.widget .tweet_list{
  margin: 0;
  list-style: none;
  } 
.widget .tweet_list li{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: dotted 1px #cccccc;
  background: none;
  word-wrap: break-word;
  line-height: 1.3em;
  } 
    
/** 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-head #page-title{ float: left; border: none; margin: 0; }
.page-head #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: 75%;
  float: left;
  }
#customer_sidebar{
  float: right;
  width: 20%;
  }
.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/shop/t/4/assets/edit-sml.png?v=1332879520) 0 0 no-repeat; }
.action_delete{ background: url(/cdn/shop/t/4/assets/delete-sml.png?v=1332879520) 0 1px no-repeat; }
.action_add{ background: url(/cdn/shop/t/4/assets/add-sml.png?v=1332879517) 0 0 no-repeat; }

.default_address{
  color: #6db038;
  }
.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{ 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);
  }

.error-msg,
.success-msg,
.errors{
  padding: 10px;
  color: #fff;
  text-align: left;
  background: url(/cdn/shop/t/4/assets/btn-small-depth.png?v=1332879518 0 100% repeat-x);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  }
.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-fields {
    display:block;
    position:relative;
    float:left;
    width:60%;
}

#checkout-fields .field {
    padding:4px;
    width:100%;
}

#checkout-fields .field label {
    display:inline-block;
    width:40%;
}

#checkout-addnote a{

}
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666; 
  width:56.34%;
  height: 60px;
  padding: 0.25em 0.83%;
  } 
.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;
  }
  

.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/shop/t/4/assets/btn-small-depth.png?v=1332879518) 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: Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }

.btn:hover,
a.btn:hover{
  border: solid 1px #6db038;
  background: #6db038 url(/cdn/shop/t/4/assets/btn-small-depth.png?v=1332879518) 0 100% repeat-x;;
  color: #ffffff;
  }
  
.btn-reversed{
  border: solid 1px #6db038;
  background: #6db038 url(/cdn/shop/t/4/assets/btn-small-depth.png?v=1332879518) 0 100% repeat-x;;
  color: #ffffff;
  }
.btn-reversed:hover{
  background: #666666 url(/cdn/shop/t/4/assets/btn-small-depth.png?v=1332879518) 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: 90px;
  float: left;
  }
.contact-form textarea{
  width: 400px;
  height: 100px;
  }
.contact-form .type-submit{
  margin: 0 0 0 90px;
  }

.contact-form .error-msg{
  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 
 */

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

#featured-grid .placeholder{
  display: block;
  width: 240px;
  height: 200px; 
  background: #666666 url(/cdn/shop/t/4/assets/placeholder-product.png?v=1332879526) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #666666 url(/cdn/shop/t/4/assets/placeholder-product.png?v=1332879526) 50% 50% no-repeat;  
  }


.no-products{
  position: relative;
  }
.no-products-overlay{
  opacity: .75;
  background: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff',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/shop/t/4/assets/no-products-post-it.png?v=1332879526) 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;
}