 div#snag_a_sale {
     margin: 0 0 10px 0;
 }
 div#snag_a_sale #left_column {
     float: left;
     width: 230px;
 }
 div#snag_a_sale #right_column {
     float: right;
     width: 715px;
 }
 div.sell_item a.snag-button {
     height: 30px;
     width: 85px;
     cursor: pointer;
     display: inline-block;
     background: url(/images/buttons/view_details_sprite.gif) no-repeat 0 -40px;
 }
 div.sell_item:hover a.snag-button  {
     background: url(/images/buttons/view_details_sprite.gif) no-repeat 0 0;
 }
 div.sell_item div.extra a,
 div.sell_item div.extra span{
     color: #999999;
 }
 div.sell_item:hover div.extra a {
     color: #3366CC;
 }
 div.sell_item:hover div.extra span.highest-offer {
     color: #CC0000;
 }
 div.sell_item:hover div.extra span.lowest-offer {
     color: #009900;
 }
 div.sell_item.online {
     border-top: solid 1px #FFDD00;
     background: url(/images/misc/yellow_gradient_large.jpg) repeat-x scroll center bottom;
 }
 .catcrumb img {
     margin-right: 3px;
 }
 .related_categories {
     margin-bottom: 15px;
 }
 .related_categories ul {
     margin: 0px;
 }
 .rounded-content.post-a-want-ad {
     padding: 0px 5px;
 }
 .rounded-content.post-a-want-ad .title {
     font-size: 18px;
     font-weight: bold;
     float: left;
     text-align: center;
     width: 150px;
     white-space: nowrap;
 }
 .rounded-content.post-a-want-ad p {
     margin: 0;
     padding: 0px 5px;
     text-align: justify;
 }
 .rounded-content.post-a-want-ad .learn-more {
     font-size: 21px;
     font-weight: bold;
     text-decoration: underline;
     float: right;
 }
 .rounded-container.small-post-a-want-ad {
     margin: 10px;
 }
 .rounded-container.small-post-a-want-ad p {
     float: left;
     text-align: justify;
     width: 595px;
     margin: 0 0 0 20px;
     padding: 0px;
 }
 .rounded-container.small-post-a-want-ad a,
 .rounded-content.post-a-want-ad a {
     color: #C97B1F;
 }