div.caravan{
    margin-bottom:5px;
    border-top:solid 1px #ccc;
}
div.caravan img{
  float:right;
  margin-right:5px;
}

div.caravan img.sold{
  position:absolute;
  right:0;
  bottom:19px;
}

#body div.caravan h2{
    color:#333;
    font-size:18px;
    color:#de5e1f;
    margin:5px 0;
    font-weight:bold;
}
#body div.caravan h2.offer{
    color:#090;
    font-size:1em;
    text-align:left;
}

div.caravan span.sold{
    color:#C00;
}
div.caravan span.oldprice{
    color:#999;
    text-decoration: line-through;
}
div.caravan span.price{
    color:#384916;
    font-weight:bold;
}
#body div.caravan p{
    font-size:.9em;
    line-height:1.2em;
}
h2.price{

}
div.caravan a{
  background-color:#FFF;
  color:#333;
  text-decoration:none;
  font-weight:100;
  background-image:url(images/framework/info.png);
  width:80px;
  padding-top:0px;
  text-align:center;
  font-size:14px;
  color:#FFF;
  display:block;
  float:left;
  margin-right:20px;
  height:22px;
  line-height:22px;
}


