#productName {
	color : #000;
	font-size : 22px;
	margin-top: -4px;
float: left;
}

#productDateAdded {
	margin-bottom: 1em;
}

.imgLink {
	font-weight:normal;
	font-size: 10px;
	line-height : 2em;
}

#productWrapperBox {
	margin:0.5em 0 1em 0;
	padding:0;
	width:100%;
	/*border:1px solid #000;*/
	background-color : #FEFEFC;
}

#productImageBox {
	margin:0;
	padding:0;
	float:left;
	width:32%/*250px*/;
}
#productMainBox {
	margin:0;
	padding:0;
	float:right;
	width:66%/*440px*/;
}
#productPrices {
	line-height: normal;
	font-size: 14px;
	font-family : Georgia, "Garamond", "Times New Roman";
	color : #C60000;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: 10px;
	float: left;
}
#productAttributeBox {
	margin:0;
	padding:0;
	float:left;
	width:48%;
}
.optionName {
   margin: 0 0.5em 0.2em 0.5em;
	line-height: normal;
	font-size: 1.1em
}
#productBuyBox {
	margin:0;
	padding:0 ;
	float:right;
	width:48%;
}
#cartAdd {
	margin: .2em;
	/*padding: 0 .2em;*/
	padding-top: 3px;
    width: 300px;
	border: 0px solid #B7005B;
	margin-top: -2px;
	margin-right: -4px;
	text-align: right;
	float: right;
	}
#cartAdd ul li {
list-style: none;
	}
#productDescriptionBox {
	margin:1em 0 0 0;
	padding:.2em 0;
	width:100%;
}

#productDescription {
	margin-top: -14px;
}

