/* Auction
----------------------*/

#auction a.print {
background-color: transparent;
background-image: url(/_lib/professional/000/img/btn_printlist.gif);
background-position: bottom left;
background-repeat: no-repeat;
display: block;
float: right;
width: 56px;
height: 16px;
padding: 0;
margin: 5px 5px 0 0;
text-indent: -9999em;
}

#auction h2 {
background-color: #777777;
color:#fff;
/* Structure */
padding: 5px 0 5px 5px;
margin-bottom: 5px;
margin-top:20px;
}
#auction dl {
border-bottom:1px solid #777777;
/* Structure */
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
#auction dl.stripe {
/* left blank incase you want the stripe */
}
#auction dt {
/* Structure */
width: 250px;
display: block;
float: left;
}
#auction dd.address {
/* Structure */
float: left;
width: 260px;
padding-top:35px;
}
#auction dd.address strong {
text-transform: capitalize;
}
#auction dd.time {
font-weight: bold;
/* Structure */
float: left;
width: 150px;
padding-top:35px;
}
#auction dd.link {
/* Structure */
float: right;
}
#auction dd.link a  {
background-color: transparent;
background-image: url(/_lib/professional/000/img/btn_more.gif);
background-position: bottom left;
background-repeat: no-repeat;
display: block;
float: right;
width: 78px;
height: 16px;
padding: 0;
margin: 45px 0 0 0;
text-indent: -9999em;
}
