/* Auction
----------------------*/

#auction a.print {
color: #999;
font-size: 0.9em;
background-color: transparent;
text-transform: capitalize;
/* Structure */
float: right;
margin: 4px 5px 0 0;
}
#auction h2 {
background-color: #383838;
color:#fff;
/* Structure */
padding: 5px 0 5px 5px;
margin-bottom: 5px;
margin-top:20px;
}
#auction dl {
border-bottom:1px solid #383838;
/* 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: normal;
/* Structure */
float: left;
width: 150px;
padding-top:35px;
}
#auction dd.link {
padding-top:35px;
/* Structure */
float: right;
}
#auction dd.link a  {
color: #FFF;
text-transform: capitalize;
}
