@charset "utf-8";

/* --- [ Auction Time Block ] --- */

.bid-history {
    text-align: left;
    width: 100%;
    position: relative;
	border-top: 1px solid #f3f3f3;	
}
.bid-history-title {
    color: #777;
    font-size: 1.2em;
    border-top: 1px solid #dedede;
    width: 100%;
    padding: 1em 0 0 0;
    text-indent: 8%;
}
.bid-history ul {
    margin: 0 8%;
    width: 84%;
}
.content-scroll {
    max-height: 230px;
}
.bid-history .auction-startbid {
    margin-top: 0;
    padding-bottom: 2px;
}
.bid-history .auction-price {
    font-size: 1.7em;
    width: 100%;
    float: left;
    margin: 0;
}
.bid-history ul li {
    float: left;
    margin: 0.8em 0 0;
    width: 100%;
}
.bid-history p {
    color: #777;
    float: left;
    font-size: 0.9em;
    width: 100%;
}
.auction-bid{
	margin-bottom:10px;
	position:relative;
	top:10px;
}
.auction-bid .button.bid {
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 51%;
}
.auction-bid input.form-field[type="text"] {
    -moz-appearance: textfield;
    background-color: #fff;
   
    background-position: 8px 14px;
    background-repeat: no-repeat;
    border: 1px solid #bbb;
    box-sizing: border-box;
    color: #9f9f9f;
    float: left;
    font-size: 15px;
    margin-right: 10px;
	margin-left:0px;
    min-width: 43% !important;
    padding: 6px 0;
    position: relative;
    text-align: left;
    text-indent: 25px;
    width: 43%;
	top:1px;
}
.auction-bid input.grey.form-field[type="text"] {
    background-color: #fff;
}
.auction-bid input.form-field[type="text"]:focus {
    background-color: #fff;
}
.result_error{
	background-color:#FFE4C4;
	height:55px;
}
.result_error p{
	font-size: 1.3 em;
	font-weight:bold;
	padding:10px;
}
.result_success{
	background-color:#90EE90;
}
.result_success1{
	background-color:#ff7f27;
}
.result_success1 p{
	font-size: 1.3 em;
	font-weight:bold;
	padding:10px;

}

.result_success p{
	font-size: 1.3 em;
	font-weight:bold;
	padding:10px;

}
.county-label-days, .county-label-hours, .county-label-minutes, .county-label-seconds
{
    font-size: 12px ;
    line-height: 18px ;
    height: 18px ;
    padding-right: 10px ;
    padding-left: 0px ;
    padding-top: 12px;
}
county > span
{
    display: inline-block;
    height: 48px;
    font-family: Arial;
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
    position: relative;
    overflow: hidden;
    padding-right: 12px;
}

.county-days-wrapper, .county-hours-wrapper, .county-minutes-wrapper, .county-seconds-wrapper
{
    
    position: relative ;
    height: 72px ;
    padding-left: 12px;
	margin-left:20px;
	font-size:16px;
}

.county-days-wrapper
{
	display: none;
}

#fade {
	width: 500px !important;
}
.county-hours{
	display:inline !important;
}
.county-minutes{
	display:inline !important;
}
.county-days{
	display:inline !important;

}
span .county-seconds {
	opacity: 1 !important;
}
#ending_counter{
		top: 55px;
		font-size: 11px;
	}
	#ending_counter strong{		
		font-size: 12px;
		top: 0;
	}

#ending_counter{
		top: 55px;
		font-size: 11px;
	}
	#ending_counter strong{		
		font-size: 12px;
		top: 0;
	}