/**
 * Product Auction CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_auction.css 0001 2009-04-04 06:18:46Z $
 */

.productAuction  {
	text-align: center;
	vertical-align: top;
	padding: 1.2em;
}
.productGeneral {

	vertical-align: top;
	padding: 1.2em;
}

.AuctionBold {
	font-weight: bold;
	color: red;
	font-size: 12px ;
	}

#productName {
	color: #000000;
	font-weight: bold;
	}

/*nifty corners layout */
div#box{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; margin:auto; }
div#box2 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; clear:both; margin: 0 auto; padding:10px 0; }
div#container{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; margin: 0 auto; padding:10px 0; text-align:left; }
div#box3{ background: #fff; float:right; width:300px; padding:10px 0; }
div#box4{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float:left; width:110px; padding:10px 0; }
div#box5 { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:240; padding: 5px; margin:10 auto; }

.countdown {
    padding:5px;
	background-image: url(../images/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


