/** Shopify CDN: Minification failed

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

**/
/** 
 * 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
 */



/** 
 * See: http://www.fontsquirrel.com/fonts/bebas-neue
 * Redistributed in this theme with permission from Dharma Type - March 26, 2011 
 */
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('BebasNeue-webfont.eot');
  src: url('BebasNeue-webfont.eot?iefix') format('eot'),
       url('BebasNeue-webfont.woff') format('woff'),
       url('BebasNeue-webfont.ttf') format('truetype'),
       url('BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
  font-weight: normal;
  font-style: normal;
  }




/** 
 * 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: 13px 'Helvetica Neue', Helvetica, sans-serif, Arial;; } 
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 { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
select{ max-width: 99%; /* for ff */ }



html{ background-color: #191A1D; }



/** 
 * Base Content Styles 
 */ 
body { 
  color: #ccc;
  background-color: #191A1D;
  }

h1, h2, h3, h4, h5, h6 { 
  color: #fff; 
  line-height: 1.2;
  font-weight: bold; 
  margin: 0 0 .5em 0;
  }
h1{ font-size: 22px; }

a { color: #ccc; }
a:hover { color: #fff }

blockquote{
  font: italic 13px/1.5 'Helvetica Neue', Helvetica, sans-serif, arial;
  margin: 0 0 1.5em 1.25em;
  }

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

input, textarea{
  border: solid 1px #575757; 
  padding: 4px;
  color: #fff;  
  }
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;
  color: #ccc;
  background: #000; 
  }
table td{ 
  padding: 4px 8px;
  }
tfoot th{ background: transparent; }


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

.wrapper{ 
  width: 1047px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  min-height: 100%;
  background: url(/cdn/shop/t/1/assets/store-bg.png?v=1341385663) no-repeat 103px 0%;
  }
.ie6 .wrapper{ height: 100%; }  

.content-wrapper {
  width: 1047px;
  margin-top: 40px;
}
  
#col-main{
  background-color: #575757;
  float: right;
  width: 900px;
  position: relative; z-index: 1;
  padding: 5px 5px 0 5px;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 3px 12px 1px #050505;
  box-shadow: 0px 3px 12px 1px #050505;
  }

.templateIndex #col-main,
.templateCollection #col-main {
  padding-bottom: 40px;
}

#col-main.content{
  width: 700px;
  }
#col-main.full{
  width: auto;
  float: none;
  }  

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

  .wrapper{ width: 1047px; }
  #col-widgets { display: none; }
  
  
  

/** 
 * Header 
 */ 

#left-side-menu {
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

#left-side-menu a {
  color: #cccccc;
  text-decoration: none;
}

#left-side-menu a:hover {
  color: #ffffff;
}

#left-side-menu li {
  margin-bottom: 10px;
}

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

#branding {
  height: 100px;
  margin: 0px 0px 0px 40px;
}

#branding a.brand {
  float: left;
  margin: 40px 0px 0px 0px;
}

#social-stuff {
  color: #666;
  float: right;
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
  font-size: 11px;
  margin: 17px 15px 0px 0px;
  overflow: hidden;
  position: relative;
}

#social-stuff p {
  text-align: right;
  margin: 0px 5px 10px 0px;
}

#social-stuff ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}

#social-stuff ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#social-stuff li a.facebook {
  display: block;
  margin: 0 0 0 1px;
  width: 32px;
  height: 32px;
  background: url(/cdn/shop/t/1/assets/facebook.png?v=1341379836) bottom;
  text-indent: -99999px;
}

/*#social-stuff li a.fb:hover {
  background-position: top;
}*/

#social-stuff li a.twitter {
  display: block;
  margin: 0 0 0 10px;
  width: 32px;
  height: 32px;
  background: url(/cdn/shop/t/1/assets/twitter.png?v=1341379843) bottom;
  text-indent: -99999px;
}

/*#social-stuff li a.twitter:hover {
  background-position: top;
}*/

#social-stuff li a.vimeo {
  display: block;
  margin: 0 0 0 10px;
  width: 32px;
  height: 32px;
  background: url(/cdn/shop/t/1/assets/vimeo.png?v=1341379848) bottom;
}

/*#social-stuff li a.vimeo:hover {
  background-image: url('../img/vimeo-on.png');
}*/

/* Account Main Nav */

.shailan-dropdown-menu {
  font-family: Helvetica, sans-serif, Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px 5px 30px;
  text-transform: uppercase;
}

.shailan-dropdown-menu a {
  color: #cccccc;
  text-decoration: none;
}

.shailan-dropdown-menu li.menu-allies li a {
  color: #ffffff;
}

.shailan-dropdown-menu a:hover {
  color: #ffffff;
  text-decoration: none;
}

.shailan-dropdown-menu ul.sub-menu {
  background-color: #333333;
  border-top: 5px solid #191A1D;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  width: 170px;
}

.shailan-dropdown-menu ul.sub-menu li {
  background-color: #333333;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #575757;
}

.shailan-dropdown-menu ul.sub-menu li a {
  display: block;
  height: 22px;
  width: 170px;
  padding: 5px 0px 0px 0px;
  text-indent: 10px;
}

.shailan-dropdown-menu ul.sub-menu li.last-child {
  padding: 0px;
  border-bottom: none;
}

#nav-main {
  width: 680px;
  float: left;
}

#member-login, #member-login a {
  color: #666666;  
  float: right;
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
  font-size: 11px;
  text-decoration: none;
}

#member-login p {
  margin: 0px 20px 0px 0px;
}

#member-login a {
  line-height: 11px;
  margin-top: 1px;
}

.gorillas, .shailan-dropdown-menu ul.sub-menu li.menu-gorillas {
  background-color: #346128;
}
.ae-district, .shailan-dropdown-menu ul.sub-menu li.menu-ae-district {
  background-color: #FA6C3D;
}
.public-school, .shailan-dropdown-menu ul.sub-menu li.menu-public-school {
  background-color: #202020;
}
.ae-collective, .shailan-dropdown-menu ul.sub-menu li.menu-ae-collective {
  background-color: #7FCDEC;
}
.black-apple, .shailan-dropdown-menu ul.sub-menu li.menu-black-apple {
  background-color: #A4A4A5;
}
.black-umbrella, .shailan-dropdown-menu ul.sub-menu li.menu-black-umbrella {
  background-color: #6B4F3E;
}
.ae-residence, .shailan-dropdown-menu ul.sub-menu li.menu-ae-residence {
  background-color: #F3B749;
}
.we-need-leaders, .shailan-dropdown-menu ul.sub-menu li.menu-we-need-leaders {
  background-color: #330000;
}


/** 
 * Shopping Cart at the Top 
 */ 

#umbrella-custom {
  background-color: #242424;
  padding: 10px 10px 10px 12px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px; 
  color: #CCCCCC;
  width: 198px;
  height: 76px;
  margin: 20px 15px 0px 0px;
}

#umbrella-custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#umbrella li {
  float: left;
  padding: 6px 12px 10px 0;
  margin: 0 12px 0 0;
  font-weight: normal;
} 
#umbrella p {
  margin: 0;
}
#umbrella-custom a { 
  color: #ccc;
  text-decoration: none;
}
#umbrella-custom a:hover{ color: #fff; }

#umbrella .num-items-in-cart .icon {
  display: block;
  padding: 0 0 0 26px;    
}

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

#umbrella-custom .btn {
  float: right;
  padding-bottom: 0px;  
}

.cart-link {
  background: url(/cdn/shop/t/1/assets/cart-dot.png?v=1341511005) repeat-x 0px 8px;
}

#umbrella-custom .icon {
  background-color: #242424;
  padding-right: 3px;

}

#umbrella-custom .total {
  float: right;
  max-width: 140px;
  overflow: hidden;
  background-color: #242424;
  padding-left: 4px;
}

.empty-cart {
  float: left;
  bottom: 0;
  display: block;
  position: absolute;
  margin-bottom: 10px;
  cursor: pointer;
}

.empty-cart:hover {
  color: #fff;
}


/** 
 * Sections 
 */ 

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

 .section-title {
  float: left;
  margin: 0;
} 

#page-title {
  font-size: 22px;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
}


/** 
 * Product and Collection Grid 
 */

.product-grid {
  list-style: none;
  margin: 0;
}
.product-grid li{
  width: 222px;
  float: left;
  margin: 0 4px 4px 0;
  position: relative;
  background: #cccccc;
}
.product-grid .last-in-row{ margin-right: 0; } 

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

.product-grid img { 
  display: block; 
  margin: 0 auto;
} 
 
.product-grid a {
  text-decoration: none;
  display: block;
}

.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: 222px; 
  }
.ie6 .product-grid{ overflow: hidden; }

.product-information{
  padding: 20px;
  position: absolute;
  background: #191A1D;
  color: #cccccc;
  bottom: 0px;
  z-index: 1000;
  width: 182px;
  height: 78px;   
  }

.product-information a{
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }

.product-information .price {
  bottom: 20px;
  position: absolute;
}

.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: 240px;  
  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: 240px; 
  }
#featured-grid .product-price{
  top: -30px;
  right: 0;
  bottom: auto;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  }

#pagination {
  bottom: 12px;
  left: 15px;
  display: block;
  position: absolute;
  color: #cccccc;
  font: 'Helvetica Neue', Helvetica, sans-serif, Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0px 0;

}

#pagination span {
  float: left;
  margin-right: 8px;
  font-weight: normal;
}

#pagination a {
  color: #cccccc;
  text-decoration: none;
}

#pagination a:hover {
  color: #ffffff;
}

/* Page */

.templatePage #col-main {
  padding: 5px;
  width: 900px;
}

#page-inner-wrapper {
  background: #202123;
  background: -moz-linear-gradient(top, #202123 46%, #101012 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#202123), color-stop(100%,#101012));
  background: -webkit-linear-gradient(top, #202123 46%,#101012 100%);
  background: -o-linear-gradient(top, #202123 46%,#101012 100%);
  background: -ms-linear-gradient(top, #202123 46%,#101012 100%);
  background: linear-gradient(top, #202123 46%,#101012 100%);
  filter: progid:DXImageTransform.Microsoft.;
  min-height: 300px;
  height: 100%;
  padding-bottom: 30px;
}

#page-inner-wrapper h2#page-title {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-transform: uppercase;
  padding: 7px 30px 5px 60px;
  font-size: 16px;
  margin-top: 40px;
  width: auto;
}

#page-inner-wrapper p,
#page-inner-wrapper ul {
  width: 700px;
  margin: 30px auto 10px 60px;
  color: #cccccc;
}

  
/** 
 * Single Product 
 */ 

#product {
  color: #cccccc;
  font: 'Helvetica Neue', Helvetica, sans-serif, Arial;
  font-size: 14px;
}

.templateProduct .content {
  background: #202123;
  background: -moz-linear-gradient(top, #202123 46%, #101012 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#202123), color-stop(100%,#101012));
  background: -webkit-linear-gradient(top, #202123 46%,#101012 100%);
  background: -o-linear-gradient(top, #202123 46%,#101012 100%);
  background: -ms-linear-gradient(top, #202123 46%,#101012 100%);
  background: linear-gradient(top, #202123 46%,#101012 100%);
  filter: progid:DXImageTransform.Microsoft.;
  height: auto;
  margin-bottom: 5px;
}

#product-information{ 
  float: right;
  width: 415px;
  margin: 35px 35px 35px 0;
  max-height: 399px;
  overflow: visible;
  }

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

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

#product-header{
  margin: 0 0 20px 0;
  overflow: visible;
  }
#product-header #product-header-title{ 
  float: left;
  width: 60%;
  margin: 5px 0 16px 0;
  }
#product-title{
  color: #cccccc;
  font: Helvetica Neue, Helvetica, sans-serif, Arial;
  margin: 0 0 0 0;
  font-size: 14px;
  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: 14px;
  margin: 0;
  font-weight: normal;
  text-align: left;
  }
#product-actions .price strong{ 
  color: #cccccc;
  display: block;
  font-weight: normal;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }

.variants-wrapper{
  text-align: left;
  margin: 30px 0 8px 0;
  width: 155px;
  }

.variants-wrapper select {
  float: right;
}
.selector-wrapper{
  margin: 0 0 8px 0 ;
  float: left;
  width: 155px;  
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: left;
  }
.selector-wrapper select {
  float: right;
}

#add-to-cart-msg{
  background: #000000;
  padding: 10px;
  display: none;
  margin: 0 0 10px 0;
  font-size: 13px;
  }    

#add-to-cart-msg a {
  text-decoration: none;
}

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

.description {
  clear: both;
}

#product-header .options,
#product-header form {
  overflow: visible !important;
}

#purchase #add-to-cart {
  margin-left: -50px;
  background-color: #000000;
  border: none;
  text-transform: uppercase;
  width: 230px;
  text-align: right;
  padding-right: 15px;
}  



/** 
 * Zoomy product gallery, with thumbs
 * @see https://github.com/benwatts/enhance-gallery
 */
#product-gallery {
  position: relative;
}

#active-wrapper{
  position: relative;
  min-height: 50px;
  float: left; 
  overflow: hidden; 
  margin: 0;   
  height: 599px;
  width: 400px;
  }
#active-wrapper img{
  display: block;
  width: auto;
  }
#active-wrapper .zoomed{
  position: absolute;
  top: 0; 
  left: 0;
  }

#active-image-loading{
  background: #fff url(/cdn/shop/t/1/assets/icon-loading.gif?v=1341360228) 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: 22px 0 0 8px;
  list-style: none;
  float: left;
  display: block;
  position: relative;
  }
#thumbs li{
  display: block;
  float: left;
  margin: 0 8px 9px 0;
  width: 67px;
  height: 100px;   
  text-align: center;
  overflow: hidden; 
  }  
.no-js #thumbs li{ margin-right: 6px; }
#thumbs li.last-in-row{
  margin-right: 0;
  }
#thumbs a{
  display: block;
  }
#thumbs a:hover{
  }
#thumbs img{
  margin: 0 auto;
  display: block;
  }   

  
  
/** 
 * Content
 */ 

.content{
  padding-bottom: 20px;  
  
  padding: 0px;
  
  line-height: 1.5em;
  }
.content.description{ /* collection descriptions */
  
  padding: 10px 20px 0 20px;
  

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 15px 0;
  float: left;
  width: 700px;
  }
  
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;
  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: #ffffff;
  background: #666666 url(/cdn/shop/t/1/assets/btn-small-depth.png?v=1341360222) 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; }  
.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-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;
  }
.templateCustomersAccount .content-wrapper,
.templateCustomersAddresses .content-wrapper,
.templateCustomersOrder .content-wrapper {
  background-color: #575757;
  padding: 5px;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 3px 12px 1px #050505;
  box-shadow: 0px 3px 12px 1px #050505;
}
.templateCustomersAccount #left-side-menu,
.templateCustomersAddresses #left-side-menu,
.templateCustomersOrder #left-side-menu {
  display: none;
}
.templateCustomersAccount .content,
.templateCustomersAddresses .content,
.templateCustomersOrder .content {
  background: #202123; /* Old browsers */
  background: -moz-linear-gradient(top,  #202123 0%, #202123 50%, #0f0f11 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202123), color-stop(50%,#202123), color-stop(100%,#0f0f11)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #202123 0%,#202123 50%,#0f0f11 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202123', endColorstr='#0f0f11',GradientType=0 ); /* IE6-9 */
  min-height: 300px;
  height: 100%;
  padding-bottom: 40px;
}

.templateCustomersAccount .page-header h1,
.templateCustomersAddresses h1#page-title,
.templateCustomersOrder h1#page-title {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-transform: uppercase;
  margin: 40px 0;
  padding: 7px 30px 5px 60px;
  font-size: 16px;
  float: left;
}

.templateCustomersAccount table th {
  padding: 4px 8px;
  border: none;
  color: #ffffff;
  background-image: none;
  background-color: #000;
}

.templateCustomersAccount h4.name {
  color: #ffffff;
}

.templateCustomersAccount table td {
  padding: 4px 8px;
  border: none;
}

.templateCustomersAccount .order_number {
  padding-left: 60px;
}

.templateCustomersAddresses #page-actions {
  margin: 40px 25px 0 0; 
}

.templateCustomersAddresses select {
  width: 316px;
}

.templateCustomersAddresses h2 {
  color: #ccc;
}

.templateCustomersAddresses .action-bottom .btn {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  border: none;
  text-transform: uppercase;
  margin: 40px 0;
  padding: 7px 20px 5px 20px;
  font-size: 16px;
  width: auto;
}

.templateCustomersOrder #content-inner-wrapper {
  width: 925px;
  margin: 0 auto;
}

.templateCustomersOrder table {
  width: 925px;
  margin-top: 30px;
}

.templateCustomersOrder table .product {
  padding-left: 60px;
}

/* >> activat account */

body.templateCustomersActivateAccount .wrapper,
body.templateCustomersLogin .wrapper,
body.templateCustomersResetPassword .wrapper {
  width: 1102px;
  background-image: none;
}

#login-wrapper {
  height: 400px;
  background: #330000; /* Old browsers */
  background: -moz-linear-gradient(top, #330000 0%, #250000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#330000), color-stop(100%,#250000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #330000 0%,#250000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #330000 0%,#250000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #330000 0%,#250000 100%); /* IE10+ */
  background: linear-gradient(top, #330000 0%,#250000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#250000',GradientType=0 ); /* IE6-9 */
}

#login-content-wrapper {
  background: url(/cdn/shop/t/1/assets/shadow-bg.png?v=1341365810) bottom;
  margin: 0px auto 0px auto;
  height: 400px;
  width: 694px;
}

body.templateCustomersActivateAccount .content-wrapper,
body.templateCustomersLogin .content-wrapper,
body.templateCustomersResetPassword .content-wrapper {
  border: 1px solid #333;
  background-color: #575757;
  padding: 5px 6px 5px 5px;
  -webkit-box-shadow: 0px 3px 12px 1px #050505;
  box-shadow: 0px 3px 12px 1px #050505;
  height: 653px;
  margin-top: 0px;
  width: 1089px;
}

body.templateCustomersActivateAccount .content,
body.templateCustomersLogin .content,
body.templateCustomersResetPassword .content {
  width: 596px;
  height: 360px;
  margin: 0px auto 0px auto;
  padding: 40px 0px 0px 60px;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
  background: #202123;
  background: -moz-linear-gradient(top, #202123 46%, #101012 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%,#202123), color-stop(100%,#101012));
  background: -webkit-linear-gradient(top, #202123 46%,#101012 100%);
  background: -o-linear-gradient(top, #202123 46%,#101012 100%);
  background: -ms-linear-gradient(top, #202123 46%,#101012 100%);
  background: linear-gradient(top, #202123 46%,#101012 100%);
  filter: progid:DXImageTransform.Microsoft.
}

body.templateCustomersActivateAccount 
.content-wrapper .page-header h1,
body.templateCustomersLogin 
.content-wrapper .page-header h1,
body.templateCustomersResetPassword
.content-wrapper .page-header h1 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: bold;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}

body.templateCustomersActivateAccount 
.content-wrapper form,
body.templateCustomersResetPassword
.content-wrapper form {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 460px;
}

body.templateCustomersLogin
.content-wrapper form {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 470px;
}

body.templateCustomersActivateAccount 
.content-wrapper form div,
body.templateCustomersLogin
.content-wrapper form div,
body.templateCustomersResetPassword
.content-wrapper form div {
  display: block;
}

body.templateCustomersActivateAccount 
.content-wrapper label,
body.templateCustomersLogin
.content-wrapper label,
body.templateCustomersResetPassword
.content-wrapper label {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: bold;
  font-size: 16px;
  float: left;
  line-height: 16px;
  color: white;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}

body.templateCustomersActivateAccount 
.content-wrapper input,
body.templateCustomersLogin
.content-wrapper input,
body.templateCustomersResetPassword
.content-wrapper input {
  float: right;
  background-color: #666;
  border: 1px solid #333;
  height: 22px;
  width: 340px;
  padding: 1px;
}

body.templateCustomersResetPassword
.content-wrapper input {
  margin-bottom: 8px;
}

body.templateCustomersActivateAccount 
.content-wrapper input.btn, 
body.templateCustomersActivateAccount 
.content-wrapper .note,
body.templateCustomersLogin
.content-wrapper input.btn,
body.templateCustomersLogin
.content-wrapper .note,
body.templateCustomersResetPassword
.content-wrapper input.btn,
body.templateCustomersResetPassword
.content-wrapper .note  {
  height: 1px;
  width: 1px;
  left: -99999px;
  position: absolute;
}

body.templateCustomersActivateAccount 
.content-wrapper .message,
body.templateCustomersLogin
.content-wrapper .message,
body.templateCustomersResetPassword
.content-wrapper .message {
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
  font-size: 14px;
  color: white;
}

#member-links {
  margin-top: 3px;
  height: 250px;
  line-height: 19px;
}

#member-password {
  height: 250px;
  width: 543px;
  float: left;
  background: #220000; /* Old browsers */
  background: -moz-linear-gradient(top, #220000 0%, #330000 24%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#220000), color-stop(24%,#330000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #220000 0%,#330000 24%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #220000 0%,#330000 24%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #220000 0%,#330000 24%); /* IE10+ */
  background: linear-gradient(top, #220000 0%,#330000 24%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */ 
}

#member-signup {
  height: 250px;
  width: 543px;
  float: right;
  background: #220000; /* Old browsers */
  background: -moz-linear-gradient(top, #220000 0%, #330000 24%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#220000), color-stop(24%,#330000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #220000 0%,#330000 24%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #220000 0%,#330000 24%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #220000 0%,#330000 24%); /* IE10+ */
  background: linear-gradient(top, #220000 0%,#330000 24%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220000', endColorstr='#330000',GradientType=0 ); /* IE6-9 */ 
}

#member-signup .login-message {
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
  font-size: 14px;
  color: white;
  padding: 36px 0px 0px 60px;
  width: 380px;
}

#member-password .login-message {
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
  font-size: 14px;
  color: white;
  padding: 0px 0px 0px 60px;
  width: 380px;
}

#member-links h1 {
  font-family: Helvetica, sans-serif, Arial;
  font-weight: bold;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 40px 0px 0px 60px;
}

.caps {
  font-weight: bold;
}

body.templateCustomersActivateAccount 
.content-wrapper #member-links form,
body.templateCustomersLogin 
.content-wrapper #member-links form,
body.templateCustomersResetPassword
.content-wrapper #member-links form {
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 60px;
  width: 420px;
}

#member-links #member-signup .login-message a {
  display: block;
  color: #903;
  text-decoration: none;
  padding-top: 12px;
}


/* >> login Form */
#customer-login,
#recover-password{
  float: left;
  width: 400px;
  }
#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%
  }

/* >> cart page */

.templateCart #col-main {
  padding-bottom: 5px;
}

.templateCart .empty {
  margin: 200px auto 0 330px;
  color: #ccc;
  width: auto;
}

.templateCart #bar {
  position: absolute;
  display: block;
  width: 88px;
  height: 100%;
  z-index: 2;
  background: #2a2b2d; /* Old browsers */
background: -moz-linear-gradient(top, #2a2b2d 0%, #28292d 50%, #1a1a1c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2b2d), color-stop(50%,#28292d), color-stop(100%,#1a1a1c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2a2b2d 0%,#28292d 50%,#1a1a1c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2a2b2d 0%,#28292d 50%,#1a1a1c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2a2b2d 0%,#28292d 50%,#1a1a1c 100%); /* IE10+ */
background: linear-gradient(to bottom, #2a2b2d 0%,#28292d 50%,#1a1a1c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2b2d', endColorstr='#1a1a1c',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 5px 1px 11px #000000;
-webkit-box-shadow: 5px 1px 11px #000000;
box-shadow: 5px 1px 11px #000000;
}

.templateCart #form-wrapper {
  background: #202123; /* Old browsers */
  background: -moz-linear-gradient(top,  #202123 0%, #202123 50%, #0f0f11 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202123), color-stop(50%,#202123), color-stop(100%,#0f0f11)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #202123 0%,#202123 50%,#0f0f11 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #202123 0%,#202123 50%,#0f0f11 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202123', endColorstr='#0f0f11',GradientType=0 ); /* IE6-9 */
  min-height: 600px;
  overflow: hidden;
  position: relative;
}

.templateCart #left-side-menu {
  display: none;
}

.templateCart #page-title {
  display: block;
  color: #ffffff;
  background-color: #000000;
  border-bottom: none;
  text-transform: uppercase;
  padding: 7px 30px 5px 60px;
  margin: 50px 0 50px 80px;
  font-size: 16px;
  float: left;
}

.templateCart form {
  z-index: 3;
}

.templateCart .item {
  padding-left: 50px !important;
}

.templateCart .checkout-info,
.templateCart .checkout-totals {
  width: 180px;
}

.templateCart .checkout-quantity {
  width: 140px
}

.templateCart .checkout-price {
  width: 90px;
}

.templateCart table {
  font-size: 14px;
}

.templateCart table td {
  border: none;
  color: #CCC;
}

.templateCart table td img {
  margin-left: 20px;
  position: relative;
  z-index: 99999;
}

.templateCart table th {
  color: #ffffff;
  background-color: #000000;
  background-image: none;
  border: none;
  padding: 7px 8px;
  text-align: left;
}

.templateCart #cartform th {
  text-align: left;
}

.templateCart #cartform table td {
  text-align: left;
} 

.templateCart table th.empty {
  background-color: transparent;
}

#cartform input.text {
  color: #ffffff;
  background-color: #575757;
  border: 1px solid #333 !important;
}

#cartform input#update-cart {
  border: none;
  text-transform: uppercase;
}

#cartform .remove-from-cart {
  font-size: 12px;
  display: block;
  background-color: #000000;
  padding: 0 20px 0 10px;
}

#cartform .remove {
  padding-right: 0px;
}

#cartform #checkout-proceed {
  margin-top: 40px;
}

#cartform .btn-reversed {
  display: block;
  color: #ffffff;
  background-color: #000000;
  border-bottom: none;
  text-transform: uppercase;
  padding: 7px 100px 5px 30px;
  font-size: 16px;
  width: 100%;
  text-align: left;
}
  
/* >> 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/1/assets/edit-sml.png?v=1341360225) 0 0 no-repeat; }
.action_delete{ background: url(/cdn/shop/t/1/assets/delete-sml.png?v=1341360225) 0 1px no-repeat; }
.action_add{ background: url(/cdn/shop/t/1/assets/add-sml.png?v=1341360221) 0 0 no-repeat; }

.default_address{
  color: #ffffff;
  }

.address_title {
  color: #ffffff;
  font-weight: normal;
}
.address_table,
#add_address{
  margin: 0 auto 20px 60px;
  width: 92%;
  }
.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{ 
  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: 520px;
  }

.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: #903;
  text-align: left;
  background: url(/cdn/shop/t/1/assets/btn-small-depth.png?v=1341360222 0 100% repeat-x);
  }
.error-msg,
.errors{
  background-color: #000000;
  }
.success-msg{
  background-color: #387700;
  }

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

 .templateSearch #col-main.content {
  background-color: #575757;
  float: right;
  width: 900px;
  position: relative;
  z-index: 1;
  padding: 5px 5px 0 5px;
  border: 1px solid #333;
  -webkit-box-shadow: 0px 3px 12px 1px #050505;
  box-shadow: 0px 3px 12px 1px #050505;
  padding-bottom: 5px;
}

.templateSearch #page-inner-wrapper {
  position: relative;
  overflow: hidden;
}

#search-form {
  padding: 30px 0 0 60px;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 2;
  background: #2A2B2D;
  -moz-box-shadow: 5px 1px 11px #000000;
  -webkit-box-shadow: 5px 1px 11px black;
  box-shadow: 5px 1px 11px black;
}
#search-form #q{
  font-size: 16px;
  padding: 5px;
  width: 375px;
  color: white;
  background-color: #575757;
  border: 1px solid #333;
  float: left;
  }
#search-form #search-submit{ /* overriding some of .btn's styles */
  padding-top: 7px;
  padding-bottom: 6px; 
  float: left;
  width: 100px;
  border: none;
  text-transform: uppercase;
  }
#search-form #search-submit:hover {
  color: #ccc;
}

.ie7 #search-form #search-submit{
  border: none;
  }

.results .item{
  margin: 60px 0 20px 60px;
  padding: 0 0 20px 0; 
  }
.results .thumbnail{
  float: left;
  }
.results .search-excerpt{
  margin: 0 0 0 75px;
  color: #ccc;
  }
.results .search-excerpt h3 a{
  color: #fff;
  text-decoration: none;
}
.results .search-excerpt h3 a:hover{
  color: #ccc;
}      


  
/** 
 * 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: 13px 0; 
  

  margin: 0px 0 50px 135px;
  font-size: 11px;
  clear: both; 
  overflow: hidden;
  height: 1%;
  background-color: transparent;
  color: #666;
  width: 922px;
  }

body.templateCustomersActivateAccount #bottom,
body.templateCustomersLogin #bottom,
body.templateCustomersResetPassword #bottom {
  margin: 31px 0 50px 40px;
  width: 1072px;
}

#footer-newsletter {
  font-family: Helvetica Neue, Helvetica, sans-serif, Arial;
}

#footer-newsletter .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-bottom: 0px;
}

#footer-newsletter .subtitle {
  color: #cccccc;
  clear: both;
  font-size: 13px;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

#newsletter-input {
  float: right;
  margin-right: 200px;
  margin-top: -10px;
  width: 528px;
}

#newsletter-input input {
  color: #cccccc;
  font-size: 12px;
  margin-left: 15px;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  background-color: #373737; 
  border: none;
  height: 25px;
  padding: 1px 1px 1px 15px;
}

.newsletter-signup {
}

#footer-newsletter #newsletter-submit {
  background: url('../img/newsletter-arrow.png') #373737 no-repeat 90px 50%;
  color: #cccccc;
  display: block;
  float: right;
  padding-top: 4px;
  font-size: 11px;
  height: 27px;
  width: 115px;
  text-align: left;
}

#footer-left{ 
  width: 500px;
  float: left;
  margin-top: 25px;
  }
#footer-right{
  width: 200px;
  float: right;
  }

#bottom ul{
  list-style: none;
  margin: 0 0 10px 0
  } 
#bottom li{
  float: left;
  margin: 0 0 0 1px;
  padding: 0 0 0 1px;
  }
#bottom a{ color: #666; text-decoration: none; }
#bottom a:hover{ color: #ffffff;}
#bottom p{ line-height: 1.5em }
  
#footer-nav{
  margin: 14px 0 0 0; 
  }

#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/shop/t/1/assets/social-media.png?v=1341360229);
  display: block;
  }


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


#footer-payment-methods{
  clear: both;
  border-top: solid 1px #D7D7D7;
  padding: 15px 0 0 0;
  text-align: center;
  }
#footer-payment-methods p{
  margin: 0 0 5px 0;
  text-transform: uppercase;
  }

/**
 * Homepage Carousel
 */ 

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

#carousel-wrapper{ margin: 0 0 30px 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: 100%; } /* 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: none;
  color: #ffffff;
  padding: 5px 0px 4px 10px;
  text-decoration: none;  
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  }
  
.btn-reversed{
  border: solid 1px #ffffff;
  background: #ffffff url(/cdn/shop/t/1/assets/btn-small-depth.png?v=1341360222) 0 100% repeat-x;;
  color: #ffffff;
  }
.btn-reversed:hover{
  background: #666666 url(/cdn/shop/t/1/assets/btn-small-depth.png?v=1341360222) 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 
 */

@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/shop/t/1/assets/placeholder-product.png?v=1341360229) 50% 50% no-repeat;
  }

.product-grid .placeholder{
  width: 177px;
  height: 130px;
  display: block;
  background: #666666 url(/cdn/shop/t/1/assets/placeholder-product.png?v=1341360229) 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/1/assets/no-products-post-it.png?v=1341360229) 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;
}