/* WP Auctions Default - Last Modified July 15th, 2008 */

.wpauction { background: #fff !important; border-top: 3px double #ccc !important; color: #000 !important; font: normal 0.9em Verdana !important; margin-bottom: 15px !important; }
.wpauction a { color: #0066FF !important; }
.wpauction a:hover { color: #0033CC !important; text-decoration: none !important; }
.wpauction h3, .wpauction h6 { font: normal 1.3em Verdana !important; text-align: center !important; padding: 5px !important; margin: 0 !important; text-transform: capitalize !important; }

/* Headings */

.wpauction h3 { border-bottom: 3px double #ccc !important; margin-bottom: 15px !important; }

/* Images */
	
.auctionimages { padding: 5px !important; margin-bottom: 5px !important; text-align: center !important; }
.auctionimages img { background: #fff !important; border: 1px solid #ccc !important; display: inline !important; margin: 0 10px !important; padding: 0.059em !important; }

/* Description */

.auctiondescription { /* custom styles can come here */ padding: 5px 5px 0; !important; margin-bottom: 10px !important; }
.auctiondescription p { color: #000 !important; }

p.current-bid, p.refresh { background: #eee !important; text-align: center !important; font-size: 1.3em !important; color: #000 !important; padding: 5px !important; margin: 0 !important; border-bottom: 1px solid #fff !important; }
p.refresh { font-size: 0.859em !important; margin-bottom: 15px !important; }
p.current-bid:hover, p.refresh:hover { background: #ccc !important; cursor: default !important; }
		
/* Details */
	
.auctiondetails { /* custom styles come here */ }
.auctiondetails h6 { border-bottom: 1px solid #ccc !important; margin-bottom: 15px !important; }
.auctiondetails ul { padding: 0 !important; margin: 0 25px !important; }
.auctiondetails ol { padding: 0 !important; margin: 0 0 0 45px !important; }
.auctiondetails li { font-size: 0.9em !important; padding: 0 0 15px !important; margin: 0 !important; }
.auctiondetails ol li { list-style: decimal !important; }
		
/* Fields and Buttons */
	
.bid-input { width: 14em !important; padding: 0.3em 0.2em !important; font-size: 0.9em !important; border: 1px solid #A7A6AA !important; letter-spacing: 1px !important; }
.bid-input[type="text"]:focus{ border: 1px solid #000 !important; }
.auction-button { padding: 0.3em 1em !important; font: normal 1em Georgia !important; background: #ddd !important; border-top: 1px solid #fff !important; border-left: 1px solid #fff !important; border-right: 1px solid #777 !important; border-bottom: 1px solid #777 !important; color: #222 !important; width: 13.1em !important; }
.auction-button:hover { cursor: pointer !important; border-top: 1px solid #333 !important; border-left: 1px solid #333 !important; border-right: 1px solid #ccc !important; border-bottom: 1px solid #ccc !important; background: #ccc !important; color: #000 !important; }

/* Tables */

.auctiontables { background: #eee !important; border-top: 3px double #ccc !important; margin: 0 !important; }
.auctiontables p { border-top: 1px solid #fff !important; padding: 10px !important; font-size: 0.859em !important; font-style: italic !important; margin: 0 !important; }
.auctiontables span { font-size: 0.8em !important; text-align: center !important; display: block !important; padding: 0 0 5px !important; }
.auctiontables table { background: #f1f1f1 !important; margin: 0 !important; padding: 0 !important; border-bottom: 3px double #ccc !important; border-top: 1px solid #fff !important; }
.auctiontables td { padding: 5px 10px !important; border-bottom: 1px solid #fff !important; text-align: left !important; }
.auctiontables tr:hover { background: #fff !important; }