/* QualityPS stylesheet */
/* mainpage.css */
/* defines mainpage styles */

/* START MAINPAGE STYLES */

#main-onsale {
  width: 446px;
  float: right;
  margin-top: 3em;
}

#main-onsale-head {
  width: 100%;
  height: 36px;
  background: transparent url('images/12.jpg') top left no-repeat;
}

#main-onsale-header {
  float: left;
  display: inline;
  font-size: 125%;
  color: #FFFFFF;
  margin: 0;
  padding: .7em 0 0 1em;
  text-transform: uppercase;
}

#main-onsale-viewall {
  font-size: 77%;
  padding: 1.5em 1em 0 0;
  float: right;
}

#main-onsale-viewall a {
  color: #FFFFFF;
  font-weight: normal;
}

#main-onsale-body {
  width: 394px;
  background: transparent url('images/11.jpg') bottom left no-repeat;
  padding: 1em 2em 2em 2em;
}

#main-onsale-left {
  width: 150px;
  float: left;
}

#main-onsale-left img {
   border: 1px solid #989898;
}

#main-onsale-left img:hover {
   border-color: #000000;
}

#main-onsale-right {
  margin-left: 160px;
}

#main-onsale-itemnumber, #main-onsale-quantity {
  font-weight: normal;
  font-size: 70%;
}

#main-onsale-itemname a {
  color: #ca8243;
  font-size: 115%;
}

#main-onsale-itemname a:hover {
  color: #000000;
}

#main-onsale-quantity {
  margin-bottom: 1em;
}

#main-onsale p {
  font-size: 93%;
}

#main-onsale-price {
  color: #ed1c24;
  font-size: 250%;
  text-align: right;
}

#main-onsale-listprice {
  text-align: right;
  font-weight: normal;
  font-size: 77%;
}

#main #yui-main .yui-b {
  background: transparent url('images/10.jpg') 1.5em 1.5em no-repeat;
}

#main-descript {
  color: #949494;
  width: 446px;
  float: right;
  margin: 6em 0 0 24em;
}


/* end mainpage.css */
