#productWrapper
{
	width: 100%;
	position: relative;	
}

#productWrapper .columnLeft
{
	width: 270px;
	float: left;
	margin: 10px;
}

#productWrapper .columnRight
{
	position: relative;
	width: 210px;	
	float: right;
	margin-right: 0px;
	margin-top: 10px;	
}

#productWrapper .pricePrimary
{
	font-size: 20px;
	font-weight: bold;	
	line-height: 20px;
}

#productWrapper .priceSpecial
{		
	font-weight: bold;
}


#productWrapper table.priceSecondary
{
	
	margin-bottom: 20px;
}

#productWrapper table.otherInfo
{
	width: 100%;	
	padding: 0px;
	margin: 0px;
	margin-bottom: 45px;
	border-spacing: 0px;
}

#productWrapper table.otherInfo td
{
	height: 20px;	
}

                                            
#productWrapper table.priceSecondary td
{
	font-size: 11px;	
}


#productWrapper .addtocart
{               
	color: white;
	position: absolute;
	bottom: -10px;
	right: -10px;	
	background-color: rgb(174, 115,  98);
	text-align: right;
	padding: 5px;		
	width: 210px;	
}

#productWrapper .option
{
	margin-bottom: 20px;
}
 
 
#productWrapper #options
{
	margin-top: 20px;
	margin-bottom: 45px;
}

#productWrapper #options select
{
	width: 100%;
}

#images
{

}

#images img
{
	margin: 5px;				
}

