*{
  font-family:arial;
} 


.auctionListDiv p.price, .auctionSmallDiv p.price{
  display:inline;
  font-weight:normal;
  font-size:inherit;
}

.auctionListDiv{
  clear:both;
  border:1px solid #777;
  height:auto;
  overflow:show;
}
.auctionListDiv .content{
  padding-left:20px;
  width:300px;
  float:left;  
}

.auctionListDiv p{
  font-size:11px;
  color:#444;
}
.auctionListDiv div{
  border:1px solid #eee;
  margin:10px 0 0 0;
  text-align:center;
}
.auctionListDiv div.photo{
  width:150px;
  height:150px;
  float:left;
  border:1px solid #aaa;
  background:#f8f8f8;
  margin:0;
}


.auctionSmallDiv{
  float:left;
  border:1px solid #777;
  height:auto;
}
.auctionSmallDiv p{
  font-size:11px;
  color:#444;
}
.auctionSmallDiv div{
  border:1px solid #eee;
  margin:10px 0 0 0;
  text-align:center;
}
.auctionSmallDiv .photo{
  width:150px;
  height:150px;
  border:1px solid #aaa;
  background:#f8f8f8;
  margin:0 auto;
}
.auctionSmallDiv .photoXSmall{
  width:90px;
  height:90px;
  border:1px solid #aaa;
  background:#f8f8f8;
  margin:0 auto;
}


.cb{ clear:both; }


h2{
  margin:0px;
}

p{
  margin:5px 0 5px 0;
}


.auctionPrice{
  color:#000;
}
.auctionPriceActive{
  color:#f00;
}

.auctionTime{
  background-color:#fff;
  color:#000;
  font-size:17px;
  font-weight:bold;
}
.auctionTimeActive{
  background-color:#f55;
  color:#fff;
  font-size:17px;
  font-weight:bold;
}

.auctionUserName, .auctionUserName span{
  color:#666;
}
.auctionUserName span.active{
  color:#f00;
}

.auctionControll{
  color:#666;
}
.auctionControll a.light{
  color:#888;
}

a{
  color:#00f;
}

#user_bids_value{
  font-weight:bold;
}
