.mooSlide {
  background-color: #000000;
  display: none;
  width: 100%;
}
.mooslideClose {
  position:relative;
  float: right;
  width: 21px;
  height: 26px;
  z-index:999;
  position: absolute;
  right:    5px;
  top:      0px;
}
.mooslideClose a {
  display:  block;
  width:    100%;
  height:   20px;
  background: url(close20.png) no-repeat 0 0;
  border: none;
  text-decoration: none;
}
input.field {
  background-color:#C0C0C0;
  border:1px solid #808080;
}
#topad {
  height:350px;
  width:1000px;
  #background: url(featured_panel.jpg) no-repeat 0 0;
}
#topad h1 {
  font-size: 18px;
  margin-top:0px;
  margin-bottom:0px;
}
#topad h2 {
  font-size: 14px;
}
#topad input.field {
  border: 1px #1A1A1A solid;
  background: #414141;
}
#topad div.title {
  color:white;
  font: bold 30px Arial, Helvetica, sans-serif;
}
#topad div.price {
  color:#FF0047;
  font: bold 50px Arial, Helvetica, sans-serif;
}
#topad small {
  font: bold 24px Arial, Helvetica, sans-serif;
  position: relative;
  top: -9px;
}
#topad sup {
  font: bold 30px Arial, Helvetica, sans-serif;
  position: relative;
  top: 10px;
}

#bottomad {
  height:350px;
  width:1000px;
  #background: url(featured_panel.jpg) no-repeat;
  margin-left: auto;
  margin-right: auto;
}
#bottomad h1 {
  color:white;
  font-size: 18px;
  margin-top:0px;
  margin-bottom:0px;
}
#bottomad h2 {
  font-size: 14px;
}
#bottomad input.field {
  border: 1px #1A1A1A solid;
  background: #414141;
}
#bottomad div.title {
  color:white;
  font: bold 20px Arial, Helvetica, sans-serif;
  height:20px;
}
#bottomad div.price {
  color:#FF0047;
  font: bold 34px Arial, Helvetica, sans-serif;
  height:36px;
  margin-top:0px;
  margin-bottom:10px;
}
#bottomad small {
  font: bold 13px Arial, Helvetica, sans-serif;
  position: relative;
  top: -9px;
}
#bottomad sup {
  font: bold 24px Arial, Helvetica, sans-serif;
  position: relative;
  top: 7px;
}
#bottomad .mooslideClose {
  position:relative;
  float: right;
  width: 21px;
  height: 26px;
  z-index:999;
  position: absolute;
  right:    5px;
  top:      0px;
}
#bottomad .mooslideClose a {
  display:  block;
  width:    100%;
  height:   20px;
  background: url(close20.png) no-repeat 0 0;
  border: none;
  text-decoration: none;
}
#bottomad .mooslideClose a:hover {
  background: url(close20.png) no-repeat 0 0;
}

#navigation {
  width: 200px;
}
#navigation ul {
  margin:0px;
  padding:0px;
  background-color:##292929;
}
#navigation ul li {
  font: bold 14px Arial, Helvetica, sans-serif;
  height:25px;
  line-height:25px;
  list-style:none;
  padding-left:10px;
  color:#FFF;
  border-top:#FF0047 solid;
  border-width:1px;
  cursor:pointer;
}
#navigation ul li.last {
  font: bold 14px Arial, Helvetica, sans-serif;
  height:25px;
  line-height:25px;
  list-style:none;
  padding-left:10px;
  color:#FFF;
  border-top:#FF0047 solid;
  border-bottom:#FF0047 solid;
  border-width:1px;
  cursor:pointer;
}
#navigation ul li:hover {
  background-color:#FF0047;
  position:relative;
}
#navigation ul li:active {
  background-color:#FF0047;
  position:relative;
}
#navigation a {
  color: white;
  font: bold 14px Arial, Helvetica, sans-serif;
  text-decoration:none;
}
#navigation a:hover {
  color: yellow;
}
#navigation a:active {
  color: yellow;
}
