.auctionstart .header {
	font-size:76px;
	text-align:center;
	background-color:#CCCCCC;
	margin:5px 0;
}

.auctionstart .tobasket .tobasketFunction input{
	width:60px;
}

.auctionstart #productPrice {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.auctionstart .tobasket .tobasketFunction {
    margin-bottom: 5px;
}

.auctionstart .tobasket .tobasketFunction .input-group-btn {
    float: left;
}
.auctionstart .tobasket .stockFlag, .auctionstart .tobasket .deliverytime {
    color: #777;
    font-size: 12px;
}
.auctionstart .tobasket .deliverytime::before {
    content: " // ";
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
}

.auctionstart .star-ratings {
    margin-bottom: 20px;
    margin-top: 5px;
}

.auctionstart .star-ratings {
    margin-bottom: 20px;
    margin-top: 5px;
}
.auctionstart .star-ratings .fa-star, .auctionstart .star-ratings .fa-star-half-o {
    font-size: 22px;
}
.auctionstart .star-ratings .rating-star-filled {
    color: #f60;
}
.auctionstart .star-ratings .rating-star-empty {
    color: #c7c7c7;
}

.auction_quick_bid button {
  background-color: #000000; /* Green background */
  border: 1px solid gray; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

.bidderBox button {
  background-color: #990000; /* Green background */
  border: 1px solid gray; /* Green border */
  color: white; /* White text */
  padding: 8px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
}

.bidderBox button:hover {
  background-color: #000000;
}

#bidderamount{
	padding:7px 5px;
}

.auction_quick_bid button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.auction_quick_bid:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.auction_quick_bid button:hover {
  background-color: #990000;
}

.cl-start .counter{
	padding-top:10px;
}

#productPrice .price-bids {
    font-size: 12px;
}
