/* The following styles split the Center Column in "tpl_product_info_display.php"
into two seperate "Containers" (left and right) making it two column area */

.centColumnLeftcontainer
{
	float: left;
	width: 250px;
	/*height: 100px;
	background-color: #cccccc;
	border: 1px solid #F30;
	*/
}
.centColumnRightcontainer
{
	float: left;
	width: 510px;
	/*height: 100px;
	background-color: #ffffff;
	border: 1px solid #cccccc;*/
	/*border: 1px solid #cccccc;*/
}

.johnsonboxguarantee {
  background-color: #FFFFDD;
  width: 325px;
  /*margin: 0px auto 20px;*/
  padding: 7px;
  border: 1px dashed #000000;
  text-align: left;
}
