

/* ============================================================== *
 * IMPORTANT NOTE!
 * This file is designed for A/B testing the column position
 * on the product page.  These styles move the column from 
 * the left to the right and adjust the main container.  If 
 * this proves beneficial... the class names NEED TO BE CHANGED 
 * and more design work needs to be performed         
 * ============================================================== */
.mainForm {
	position:relative;
}

#leftcolumn {	
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	position: relative;
	top:0;
	left:659px;
}

#maincolumn {
	margin-left:0;
}


