/* column container */
	.colmaskProd {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		margin-top: 10px;
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colrightProd,
	.colmidProd,
	.colleftProd {
		float:left;
		width:100%;
		position:relative;
	}
	.col1Prod,
	.col3Prod {
		float:left;
		position:relative;
		padding:0 0 1em 1.2em;
		overflow:hidden;
		float: left;
	}
	
	.col2Prod {
	    width: 150px;
		margin-left: auto;
		margin-right: auto;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
        float: right;		
	}
	
	.col2Prod a {
	text-decoration: none;
	}
	
	/* 2 Column (right menu) settings */
	.rightmenuProd {
		background:#ffffff;		/* right column background colour */
	}
	.rightmenuProd .colleftProd {
		right:28%;			/* right column width */
		background:#ffffff;		/* left column background colour */
	}
	.rightmenuProd .col1Prod {
		width:72%;			/* left column content width (left column width minus left and right padding) */
		left:26%;			/* (right column width) plus (left column left padding) */
	}
	.rightmenuProd .col2Prod {
		width:22%;			/* right column content width (right column width minus left and right padding) */
		left:28%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

.friend {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

#product_name {
 font-family: Verdana, Arial, sans-serif;
 font-size: 2em;
 font-weight: bold;
 color: #003366;
 width: 600px;
}

.product_price
{font-family: Verdana, Arial, sans-serif;
 font-size: 2em;
 font-weight: bold;
 text-align: center;
 color: #003366;}
 
 .wrapperAttribsOptionsNew {
	margin: 0em 0em;
	}
	
h4.optionNameNew {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0.2em;
	margin: 0em 3px;
	}


