/*__________________________________________________________________________ # BODY - #content
*/
#content .brand_title {
  margin-top: 46px !important;
}

#content ul li {
  padding: 0;
  background: none;
}

#content ul li ul li {
  width: 285px;
  padding-left: 17px;
  background: url('../images/ul_image.gif') no-repeat 0 10px;
}

#content ul li.left_li {
  float: left;
}

#content ul li.right_li {
  float: right;
}

/*__________________________________________________________________________ # BODY - #content .top_sellers
*/

#content .top_sellers {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
  width: 608px;
  background: url('../images/top_sellers_repeat_bg.jpg') repeat-y top center;
}

#content .top_sellers h1 {
  width: 608px;
  height: 29px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 49px;
  font-size: 17px;
  font-weight: bold;
  color: #ece0c8;
  background: url('../images/top_sellers_bg.jpg') no-repeat top center;
}

#content .top_sellers ul {
  margin-left: 12px;
}

#content .top_sellers ul li {
  float: left;
  margin-left: 5px;
  text-align: center;
  padding-top: 10px;
  width: 188px;
}

#content .top_sellers ul li p {
  margin-bottom: 5px;
  font-size: 18px;
  width: 188px;
}

#content .top_sellers ul li a {
  border: 2px solid #a29376;
  display: block;
}

#content .top_sellers .top_sellers_bottom {
  position: absolute;
  bottom: -42px;
  width: 608px;
  height: 52px;
  background: url('../images/top_sellers_bottom.jpg') no-repeat top center;
}