#imageColumn
{
	float: left;
	margin-top: 3em;
	width: 380px;
}
	#imageColumn img
	{ }
	
	#imageColumn ul.thumbnails
	{
		margin-top: 10px;
	}
	#imageColumn ul.thumbnails li
	{
		display: inline;
		margin: 10px 20px 0px 0px;
	}
	#imageColumn ul.thumbnails li.current img
	{
		opacity: 0.6;
	}
	
#dataColumn
{
	color: #6699cc;
	line-height: 1.25em;
	margin-left: 400px;
	margin-top: 3em;
}
	#dataColumn h1
	{
		color: #969fa6;
		line-height: 1em;
		margin-bottom: 0.2em;
	}
dl.bidBox
{
	background:#EBEEF0 url(/images/bg_bidBox.jpg) no-repeat scroll 0% 0%;
	height:217px;
	line-height:37px;
	margin-top: 2em;
	padding:15px 26px;
	width:264px;
}
	dt
	{
		font-size: 0.85em;
		float: left;
		width: 9em;
	}
	dd
	{
		font-weight: bold;
		margin-left: 8.5em;
	}
	.money
	{
		color: #89b651;
	}
	#bid_check {}
	#bid_check img {
		margin-left: 5px;
		margin-top: 7px;
	}
input#bid
{
	background: #ffffff;
	border: 1px solid #6699cc;
	padding: 0.1em 0.3em;
	width: 4em;
	
}
button#btnBid
{
	background-attachment:scroll;
	background-color: #fff;
	background-position:50%;
	background-repeat:no-repeat;
	border:0px none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:80%;
	height:30px;
	line-height:25px;
	margin-top: 7px;
	text-transform:lowercase;
	vertical-align:middle;
	width:100px;
}
	body.lang-en button#btnBid
	{
		background-image: url("/images/en.btn_PlaceBid.png") !important;
		background-image: url("/images/en.btn_PlaceBid_Legacy.gif");
	}
	body.lang-en button#btnBid:hover
	{
		background-image: url("/images/en.btn_PlaceBid_Hover.png") !important;
		background-image: url("/images/en.btn_PlaceBid_Hover_Legacy.gif");
	}
	body.lang-fr button#btnBid
	{
		background-image: url("/images/fr.btn_PlaceBid.png") !important;
		background-image: url("/images/fr.btn_PlaceBid_Legacy.gif");
	}
	body.lang-fr button#btnBid:hover
	{
		background-image: url("/images/fr.btn_PlaceBid_Hover.png") !important;
		background-image: url("/images/fr.btn_PlaceBid_Hover_Legacy.gif");
	}
	
	button#btnBid span
	{
		position: absolute;
		left: -5000px;
	}

#bidInstructions
{
	display: block;
	font-weight: normal;
	line-height: 1.1em;
	margin-left: 1em;
}
