

/* Countdown timer text prefix */
.auction_timer_text {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Countdown timer numbers display */
.auction_timer {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1.5em;
}

.auction_form {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

.auction_form .end_date {
	font-weight: bold;
	margin-bottom: 1em;
}

.bid_amount {
	float: left;
	margin-right: 7px;
	margin-top: 5px;
	width: 75px;
}

.bid_description {
	clear:both;
	color: #777;
	font-style: italic;
	padding-left: 7px;
}

.bid_count {
	float:left;
	padding-left: 10px;
}
.current_bid { 
	color: #85AD74;
	font-size: 1.25em;
}

.item_condition_wrap {
	color: #333;
	font-size: 1.25em;
	margin-bottom: 1em;
}

.item_condition {
	color: #777;
}

.stock_level {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#ignitewoo_auction_ended_wrap {
	background-color: #BBE7A1;
	border: 1px solid #008800;
	clear: both;
	font-weight: bold; 
	margin-bottom: 10px;
	padding: 5px 10px;
}

.bid_messages {
	background-color: #DEFFD9;
	border: 1px solid #008800;
	clear: both;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.bid_message {
	list-style-type: none;
}

.bid_errors {
	background-color: #FFEBE8;
	border: 1px solid #cf0000;
	clear:both;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.bid_error {
	list-style-type: none !important;
}


#bid_table tr th {
	text-align: left;
	font-weight: bold;
}

#bid_table tr th.bid_user, #bid_table tr td.bid_user {
	width: 25%;
	vertical-align:top;
	line-height: 1em;
}

#bid_table tr th.bid_amount, #bid_table tr td.bid_amount {
	width: 35% !important;
	vertical-align:top;
	line-height: 1em;
	float: none !important;
}

#bid_table tr th.bid_date, #bid_table tr td.bid_date {
	width:40%;
	vertical-align:top;
	line-height: 1em;
}

#bid_table tr td {
	text-align: left;
	line-height: 1em;
}

#bid_table .bid_hidden {
	display: none;
	color: #aaaaaa;
}

.in_watchlist {
	color: #333;
	margin-top: 1em;
}

.myaccount_watchlist_title, .myaccount_bids_title, .myaccount_won_title {
	margin-top: 1em;
}

.myaccount_watchlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;

}
.myaccount_watchlist .button {
	font-size: 14px !important;
	height: 2.5em;
	padding-top: 0 !important;
}
.myaccount_watchlist td, .myaccount_watchlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
}

.my_account_watchlist_header {
	text-align:left !important;
	width: 25%;
}

.myaccount_wonlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.myaccount_wonlist td, .myaccount_wonlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
	vertical-align: middle;
}
.my_account_won_header_item {
	text-align:left !important;
	width: 40%;
}
.my_account_won_header {
	text-align:left !important;
	width: 20%;
}
.myaccount_watchlist_items_removed {
	font-weight: bold;
	font-style: italic;
}
.myaccount_bidlist {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-collapse: separate;
	border-radius: 5px 5px 5px 5px;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
.myaccount_wbidlist td, .myaccount_bidlist th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 1em;
	vertical-align: middle;
}
.my_account_bid_header_item {
	text-align:left !important;
	width: 30%;
}
#auction_winner_message {
	border: 1px solid #008800;
	background-color: #BBE7A1;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 1em;
	text-align: left;
}

.auction_pay_now_button {
	float: right;
	margin-top: -3px !important;
}

.reserve_not_met {
	margin-top: -12px !important;
}

.product_high_bid {
	color: #85AD74;
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* Hide plus / minus QTY buttons on cart page for auction items, if possible */
.cart_auction_item .qty {
	border: 0px !important;
}

.cart_auction_item .plus, .cart_auction_item .minus {
	display: none !important;
}

.reserve_price {
	margin: 7px 0;
	font-style: italic;
	font-weight: bold;
}