.clear{
	font-size:0;
	height:0;
	clear:both;
}
/* Auction box */
#auction h4{
	padding:10px;
}
#auction{
	border:1px solid #DDDDDD;
	padding:10px;
}

#auction .title{
	display:block;
	float:left;
	width:150px;
	padding:3px;
	font-weight:bold;
	color:#777;
}

.bid-box{
	border:1px solid #DDDDDD;
	width:250px;
	padding:10px 20px 20px 20px;
	margin:10px 0 0 0;
}
#auction .bid-box .title{
	width:180px;
}
#bid_price{
	width:150px;
}

.bid-box .validation-advice{
	display:none;
}

.auction-error{
	color:#ff0000;
	font-weight:bold;
}
.auction-success{
	color:#00ff00;
	font-weight:bold;
}

.timeleft-text{
	font-size:18px;
	font-weight:bold;
	color:#000044;
}
.timeleft{
	text-align:center;
	margin-bottom:10px;
	padding:10px;	
}

#auction_info .value{
	display:block;
	float:left;
	text-align:center;
}

#auction_info .curr_price, #auction_info .bidder,#auction_info .total_bid{
	display:block;
	width:80px;
	text-align:center;
}
#auction_info .bidder{
	font-weight:bold;
	font-style:italic;	
}
#auction .curr_price{
	color:#434343;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}
/* End Auction box */

/*List Auction*/
#listauction .item{
	text-align:center;
}

#listauction .row{
	margin:0 0 0 10px;
	text-align:center;
}

#listauction .current_price, #listauction .bidder{
	text-align:center;
	width:100px;
	margin:0 0 5px 0;
	display:block;
}

#listauction .bidder{
	font-weight:bold;
}

#listauction .current_price {
	color:#3B4A59;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
#listauction .timeleft{
	text-align:center;
	padding:0px;
	background:none;
}
/*End List Auction*/

/* My Auctionbids */
#list-auctionbid table{
	width:90%;
}
#list-auctionbid  th{
	padding:5px;
}
#list-auctionbid  .tr-0{
}
#list-auctionbid  .tr-0{
}
#list-auctionbid  td{
	padding:5px;
}
/* End My Auctionbids */

/*Auction history*/
.bid-history-box .head{
	display:block;
	padding:5px 5px 5px 20px;
	text-align:center;
}
#bid-history .product-img-box{
	text-align:center;
	width:160px;
}
#bid-history .product-shop{
	width:180px;
}
.bid-history-box{
	width:70%;
	margin:0px 20px 0 0;
	float:left;
}
#list-bid{
	padding:10px 0px 10px 0px;	
	margin:0 0px 10px 0;
	width:96%;
}
#bid-history-header{
	padding:0px 20px 10px 10px;	
	margin:0 0px 20px 0;
	width:96%;
}
#bid-history-header .col{
	float:left;
	margin: 0 60px 0 0px;
	font-size:13px;
	font-weight:bold;
}

#bid-history-header .col span{
	color:#777;
}
.bid-history-box table{
	width:100%;
	padding:0px;
}

.bid-history-box  th{
	padding:5px;
}
.bid-history-box  .tr-0{
}
.bid-history-box  .tr-0{
}
.bid-history-box  td{
	padding:5px;
}
#product-overview{
	float:left;
	width:24%;
}
/*End Auction history*/

/* Page Navigation */
div.auction-nav {
	font-weight:bold;
}
div.auction-nav a{

	margin:0 4px 0 4px;
	text-decoration:none;
;
}
/* End Page Navigation */

/*Create Bidder name Form */
#form-bidder-name{
	padding:20px 20px 30px 20px;
	margin:15px 0 0px 0;
}

#form-bidder-name .row{
	:10px 0 0 0;
}

#form-bidder-name .value input{
	width:200px;
	margin:0 0 5px 0;
}

#form-bidder-name .title{
	font-weight:bold;
	display:block;
	float:left;
	margin: 0 20px 0 0;
}
#form-bidder-name .value{
	display:block;
	float:left;
}
#form-bidder-name .button{
	margin:0 0 0 20px;
}
#bidder-notice{

}
/*End Create Bidder name Form */
