
.countdown-text {
    color: 	 #B22525;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.countdown {
    background: none repeat scroll 0 0 #EEEEEE;
    margin-bottom: 10px;
	margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.current_price_label {
    color: #3B4A59;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.current_price {
    color: #C76200;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.products-grid li.item {
    float: left;
    padding: 12px 10px 80px;
    text-align: center;
   width: 20%;
}
.bidder{
	color: #C76200;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#auction {
    border: 1px solid #DDDDDD;
    padding: 10px;
}
#auction h4 {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 10px;
}

#auction .title {
    color: #777777;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px;
    /*width: 150px;*/
}
#auction_info .curr_price, #auction_info .bidder, #auction_info .total_bid {
    display: block;
    text-align: center;
    /*width: 80px;*/
}
#auction_info .bidder {
    font-style: italic;
    font-weight: bold;
}
#auction .curr_price {
    color: #434343;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
#auction_watcher {
    margin: 5px 0 0;
}
.bid-box {
    border: 1px solid #DDDDDD;
    margin: 10px 0 0;
    padding: 10px 20px 20px;
    /*width: 250px;*/
}
#bid_price {
    /*width: 100px;*/
}

.auction-error {
    color: #FF0000;
    font-weight: bold;
}
.auction-success {
    color: #00FF00;
    font-weight: bold;
}
#auction_watcher {
    margin: 5px 0 0;
}
#auction_watcher a {
    background: url("images/watch_icon.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #1F1F1F;
    font-size: 11px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.auction_winner {
    background: url("images/winner_icon.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #1F1F1F;
    font-size: 13px;
    padding: 0 0 0 30px;
    text-decoration: none;
}