/*
 * CATEGORY pages
 */
 
 
#category {
  margin-left: 0;
}
#category #columns {
  overflow-y: hidden;
}
#category #guided-nav-options ul li {
  margin-bottom: 0;
}

#category-children h2 {
  background-color: #C7035D;
  color: #FFF;
  font-size: 100% !important;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 0 5px;
}
#category-image {
  background-repeat: no-repeat;
  float: left;
  font-size: 0;
  width: 425px;
  height: 540px;
}


/* LIFESTYLE layout (default)
   ------------------------------------------------------------- */
#category-lifestyle {
  background-image: url(/shop/images/bg_lifestyle.gif);
  background-repeat: repeat-y;
}
#category-lifestyle #category-children {
  float: left;
  width: 368px;
}
#category-lifestyle #category-children ul {
  margin-top: 0;
}
#category-lifestyle #category-children .item {
  float: left;
  font-size: 90%;
  height: 175px;
  margin-left: 4px;
  margin-top: 5px;
  position: relative;
  width: 180px;
}
#category-lifestyle #category-children .odd {
  /*margin-right: 3px;*/
}
#category-lifestyle #category-children .list {
  background-position: right bottom;
  background-repeat: no-repeat; 
  height: 100%;
  position: absolute;
  top: 0;
  width: 180px;
}
#category-lifestyle #category-children .list h2 a {
  color: #FFF;
}
#category-lifestyle #category-children .list ul {
  list-style-type: none;
  margin-left: 10px;
}


/* LIFESTYLE layout with subcategory descriptions
   ------------------------------------------------------------- */
#category-lifestyle-desc {
  background-image: url(/shop/images/bg_lifestyle_desc.gif);
  background-repeat: repeat-y;
}
#category-lifestyle-desc #category-image {
  float: left;
  font-size: 0;
  margin-bottom: -500px;
  margin-right: 3px;
  padding-bottom: 500px;
  width: 340px;
}
#category-lifestyle-desc #category-description {
  padding: 1em;
}
#category-lifestyle-desc #category-children {
  float: right;
  width: 450px;
}
#category-lifestyle-desc #category-children .item {
  float: left;
  height: auto;
  margin-left: 6px;
  width: 144px;
}
#category-lifestyle-desc #category-children .image {
  height: 130px;
  text-align: center;
}
#category-lifestyle-desc #category-children .image a {
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
}
#category-lifestyle-desc #category-children .description {
  padding: 0 0.5em;
}
#category-lifestyle-desc #category-children .more-links {
  clear: both;
  font-size: 90%;
  margin-bottom: 1em;
}
#category-lifestyle-desc #category-children .link {
  display: inline;
  float: left;
  margin-left: 6px;
  text-align: right;
  width: 144px;
}
#category-lifestyle-desc #category-children .link a {
  margin-right: 0.25em;
}
#category-lifestyle-desc #category-children h2 a {
  color: #FFF;
}

#category-lifestyle-desc.sale #category-lifestyle {
  width: 430px;
}
#category-lifestyle-desc.sale #category-children {
  width: 360px;
}


/* Sale category modifier */
#category-lifestyle-desc.sale-lifestyle #category-image {
  width: 430px;
}
#category-lifestyle-desc.sale-lifestyle #category-children {
  width: 360px;
}
