/**
 * 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  {
	border: solid 1px silver;
	padding: 15px 0px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0px 0px 4px; 
	-moz-box-shadow: rgba(0, 0, 0, 1) 0px 0px 4px; 
	-o-box-shadow: rgba(0, 0, 0, 1) 0px 0px 4px; 
	-khtml-box-shadow: rgba(0, 0, 0, 1) 0px 0px 4px;  
	box-shadow: rgba(0, 0, 0, 1) 0px 0px 4px;
	background: #A43A22 url('../images/raghousebackground.png') right bottom no-repeat;
}

#productAuction .categoryIcon {
	border: none;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

#productAuction span.button_help.png {

}



#productAuction .productAuction  {
	text-align: center;
	vertical-align: top;
	padding: 0em;	
}
#productAuction .productGeneral {
	vertical-align: top;
	padding: 1em;
}

#productAuction .AuctionBold {
	font-weight: bold;
	color: red;
	background-color: white;
	font-size: 1em;
	padding: .5em;
	margin: .5px;
	line-height: .9em;
	}

#productAuction #productName {
	color: #000000;
	font-weight: bold;
	}

#productAuction .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;
}

#productAuction #productMainImage {
	float: left;
	border: none;
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}

div.productAuction.biggerText.auctionwinner {
	float: left;

/*	border: solid 1px silver; */
}

#productAuction #productdescription {
	width :65%;
	float: right;
}