/* 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: 120px;
	/*height: 100px;
	background-color: #cccccc;
	border: 1px solid #F30;
	*/
}
.centColumnRightcontainer
{
	float: right;
	width: 400px;
	/*height: 100px;
	background-color: #ffffff;
	border: 1px solid #cccccc;*/
}

/* The following controls how the box container that holds the Additional images
appears on the screen */
.addImagesBoxWrapper {
	border: 1px solid #cccccc;
	height: 1%;
	margin: 1.1em 0;
	}
h2.addImagesBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	}
.addImagesBoxHeading {
	margin: 0em;
	background-color: #336699;
	/*background-image: url(../images/tile_back-blue.gif);*/
	padding: 0.5em 0.2em;
	}
.addImagesBoxContents {
	float: left;
	}

/* Product Info Assurances Box
Extra box added to hold shipping info, availability, etc.. */
#productAssurancesBox
{
	margin: 0.5em 1em;
	float: left;
	width: 180px;
	border: 1px solid #cccccc;
	padding: 1em;
}

#productAttributes
{
	margin: 0.5em 1em;
	/*float: left;
	width: 200px;
	border: 1px solid #cccccc;*/
	padding: 1em;
}
#buybox {margin: 0; padding: 3px; width: 281px; text-align: center; background: #efefef; border: 1px solid #336699;}
#productAttributes {background-color: #efefef;}
.wrapperAttribsOptions {margin: 0.3em 0em;	text-align: left; background-color: #efefef;}
#attribsOptionsText {margin: 0; padding: 0.5em 5px; border: 1px solid #336699; background-color: #336699; color: #FFF; text-align: center; }
/* The below Style is marked as "h4.optionName" in "stysheet.css" */
.optionName {color: #336699; margin: 0; font-weight: bold; padding-left: 3px; text-align: left; background: #efefef; width: 20em;}
#cartAdd {margin: 1em; padding: 3px; font-size: 1em; /*width: 100px; height: 75px;*/ text-align: center;	/*border: 2px dotted blue;	background-color:  #efefef;*/}
#cartImage {margin: 0.5em 1em;}

/*
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	background-color:#efefef;
}
*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	font-size: 10px;
	font-weight: normal;
	color: #CC3300;

}

/* Additional Images styles */
#addimagesbox {margin: 0; padding: 1px; width: 90px; text-align: center; background: #ffffff; border: 1px solid #999999;}
