#masthead-secondary-content img
{
	float:right;
	margin-top: 15px;
}
	#masthead-secondary-content h1
	{
		color:#89b651;
		margin: 10px 0px 8px;
	}
	body.lang-en #masthead-secondary-content h1
	{
		background: transparent url("/images/en.titlePullUpAChairHome.png") no-repeat scroll 50% 50%;
		height: 65px;
		width: 289px;
	}
	body.lang-fr #masthead-secondary-content h1
	{
		background: transparent url("/images/fr.titlePullUpAChairHome.png") no-repeat scroll 50% 50%;
		height: 70px;
		width: 335px;
	}
	
#items
{}
	#items li
	{
		display:block;
		width: 9.3em;
		float: left;
		font-size:0.8em;
		line-height:1.4em;
		text-align:center;
		height:200px;
		padding: 25px;
	}
	
	
	#items li strong
	{
		color: #9BA0A4;
		display: block;
		font-weight: bold;
		min-height: 3em;
	}
	#items li a
	{
		text-decoration: none;
	}
	#items li .imageContainer
	{
		display: block;
		height: 110px;
		line-height: 110px;
		overflow:hidden;
		vertical-align: text-bottom;
	}
	#items li .imageContainer img
	{
		vertical-align: bottom;
	}
	#items li .currentBid
	{
		font-size: 95%;
		color: #6699cc;
	}
	#items li .currentBid .bidAmount
	{
		color: #89b651;
	}
	#items li a.placeBidButton
	{
		width: 100px;
		height: 31px;
		background-attachment: scroll;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		color: #ffffff;
		display: block;
		line-height: 28px;
		vertical-align: middle;
		text-transform:lowercase;
		font-size: 90%;
	}
	body.lang-en #items li a.placeBidButton
	{
		background-image: url("/images/en.btn_PlaceBid.png") !important;
		background-image: url("/images/en.btn_PlaceBid_Legacy.gif");
	}
	body.lang-fr #items li a.placeBidButton
	{
		background-image: url("/images/fr.btn_PlaceBid.png") !important;
		background-image: url("/images/fr.btn_PlaceBid_Legacy.gif");
	}
	body.lang-en #items li a.placeBidButton:hover
	{
		background-image: url("/images/en.btn_PlaceBid_Hover.png") !important;
		background-image: url("/images/en.btn_PlaceBid_Hover_Legacy.gif");
	}
	body.lang-fr #items li a.placeBidButton:hover
	{
		background-image: url("/images/fr.btn_PlaceBid_Hover.png") !important;
		background-image: url("/images/fr.btn_PlaceBid_Hover_Legacy.gif");
	}
	
	#items li a.placeBidButton span
	{
		position: absolute;
		left: -5000px;
	}