*{
  margin: 0px;
  padding: 0px;
}

html,
body{
  font-family: Arial, sans-serif;
  position: absolute;
  height: 230px;
  width: 300px;
  overflow: hidden;
}

#adWrapper{
  position: absolute;
  width: 99999px;
  height: 230px;
}

.deals-wrapper{
  float: left;
  position: relative;
}

.image-wrapper{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 230px;
  width: 100%;
}

.ad-container{
  float: left;
  position: relative;
  height: 230px;
  width: 300px;
  overflow: hidden;
}

.ad-container div.area {
  color: #FFFFFF;
  z-index: inherit;
  font-weight: bold;
  display: block;
  float: right;
  font-size: 14px;
  width: 130px;
  text-align: center;
  margin: 23px 12px 0 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.image-container{
  float: left;
  position: relative;
  height: 230px;
  width: 300px;
  overflow: hidden;
  background: #000000;
}

.deal-image{
  position: relative;
  display: block;
  margin: 0 -70px;
}

.inner-shadow{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 230px;
  width: 300px;
  background: url(/images/common/advert/inner-shadow.png) left top no-repeat;
}

.logo{
  position: absolute;
  top: 9px;
  left: 7px;
  height: 35px;
  width: 145px;
  background: url(/images/common/advert/245_logo.png) left top no-repeat;
  z-index: 1110;
}

#deal-info{
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 50px;
  left: 0px;
  background: url(/images/common/background-shade-60.png) left top repeat;
}

#deal-info h3{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 10px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#deal-info h4{
  color: #CCCCCC;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#price-view{
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: #F0F0F0;
  border: 1px solid #dddddd;
}

#price-view a#main-link{
  float: left;
  display: inline;
  height: 43px;
  width: 92px;
  margin: 2px;
  background: url(/images/common/advert/245_button.png) 0px 0px no-repeat;
  position: relative;
  z-index: 99999;
}

#price-view a#main-link:hover{ background-position: 0px -44px; }
#price-view a#main-link:active{ background-position: 0px -89px;}

#price-view .price{
  float: left;
  font-size: 30px;
  line-height: 51px;
  font-weight: bold;
  color: #000000;
  padding: 0 10px;
}

#price-view .price-area{
  float: right;
}

#price-view dl{
  padding: 10px 0;
}

#price-view dl.discount-area{
  float: right;
  margin-right: 15px;
}

#price-view dl dt{
  padding: 3px 0 1px;
  color: #006699;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
}

#price-view dl dd{
  color: #555555;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}

#site-chooser{
  position: absolute;
  top: 82px;
  left: 0px;
  height: 0px;
  overflow: visible;
  width: 100%;
  z-index: 9999;
}

#site-chooser a.go-left{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 57px;
  background: url(/images/common/advert/area-selector.png) left top no-repeat;
}

#site-chooser a.go-left:hover{
  background-position: left bottom;
}

#site-chooser a.go-right{
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 57px;
  background: url(/images/common/advert/area-selector.png) right top no-repeat;
}

#site-chooser a.go-right:hover{
  background-position: right bottom;
}

#bottom-link {
  position: absolute;
  right: 5px;
  top: 20px;
  z-index: 100000;
}

#bottom-link a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #006699;
  text-decoration: none;
  display: block;
}

#link-holder{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1111;
}

#link-holder #main-link{
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}

span.sold-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 144px;
  height: 144px;
  background: url(/images/common/banner-sold-small.png) left top no-repeat;
}