/*
 * PRODUCT LIST pages
 */
 

#product-list {
  width: 100%;
  clear:both;
  margin:10px 0;
}
#category_name{
  clear:left;
}

#product-hero-bottom,
#product-hero-top {
  border: 1px dashed #DF7A00;
  border-collapse: collapse;
  text-align: center;
}
#product-hero-top {
  border-bottom: none;
  vertical-align: middle;
}
#product-hero-bottom {
  border-top: none;
  padding: 0 5px;
}
#product-hero-bottom .product-name {
  font-size: 125%;
  font-weight: bold;
}
#product-hero-bottom .price-selling {
  font-weight: normal;
}

#product-hero-top,
td.product-top img {
  margin: 0 auto;
  clear:both;
}

#product-not-found {
  height: auto;
  padding: 2em;
}

/* Outfit hero
   ---------------------------------------------------- */
#outfit-hero-top {
  background-color: #E6F0F0;
  text-align: center;
  vertical-align: top;
}
#outfit-hero-top img {
  margin-top: 6px;
}
#outfit-hero-bottom {
  background-color: #E6F0F0;
  font-size: larger;
  font-weight: bold;
  padding: 0 5px;
  text-align: center;
}
#outfit-hero-name {
  font-size: 110%;
}


td.product-top {
  padding-bottom: 5px;
  text-align: center;
  vertical-align: bottom;
  width:150px;
  height:150px;
  width: 25%;
}
td.product-top a.product-image {
  display:block;
  width:150px;
  height:150px;
  margin:5px 0px;
  text-align:center; 
}

td.product-top a.product-image img {
   left:50%;
  /* margin-left:-75px;  */
}

td.product-bottom {
  padding-bottom: 1em;
  vertical-align: top;
}
td.product-bottom .inner {
  padding-left: 20px;
}
td.product-bottom .main {
  padding-bottom: 2px;
  width: 131px;
  margin:0;
}

/* ----------------- Product Names and Prices   ------------------ */

  .product-bottom a:link, .product-bottom a:visited{
     font-weight:bold;
     font-size:12px;
     color:#595959;
  }
  
  .price-selling .price{
    font-weight:bold;
   font-size:12px;
   color:#DF7A00;
  }


/*  Sub Category Page [Product List Lifestyle Images]
/* ------------------------------------------------------------- */

  #subcat_lifestyle{
    position:relative;
  }
  
  #subcat_lifestyle.hasDescription{
    margin-top:5px;
  }

  #subcat_lifestyle_description{
    color:#595959;
    margin:0 0 10px 0;  
  }
  
  #subcat_lifestyle_overlay{
    width:480px;
    background:0 0 no-repeat url('/shop/images/subcat_lifestyle_overlay.png');
    /* TODO: IE 6 GIF */
    margin:0;
    position:absolute;
    top:5px;
    right:4px;    
    overflow:visible;      
    color:#595959;
    padding: 20px 10px 5px 20px;
  }
  
    #subcat_lifestyle_overlay h1{
      color:#333;
      width:470px;      
    }
    
    #subcat_lifestyle_overlay p{
      color:#333;
      width:470px;      
    }
    
    /* -------  Rounded bottom corners ------- */
    #subcat_lifestyle_overlay span.bottom{
      width:510px;
      height:20px;
      background:0 0 no-repeat url('/shop/images/subcat_lifestyle_bottom.png');
      position:absolute;
      bottom:-20px;
      left:0;      
    }

td.product-bottom .main a{
  font-weight:bold;
  color:#666;
}
