.productPage {
	height: 480px;
	width: 640px;
	overflow: hidden;
	display: block;
	border: 1px solid #fff;
}

.productClipper {
	margin: 0;
}

.productArea {
	height: 315px;
	width: 480px;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	float: left;
	display: inline;
}

.productArea .productImg {
	margin-top: 20px;
	margin-left: 15px;
	height: 250px;
	width: 200px;
	float: left;
	position: relative;
	color: #999999;
	text-align: center;
}

.productArea .productImg a{
	color: #999;
	text-decoration: none;
}

.productArea .productImg a:hover {
	color: #000000;
}

.productArea .productImg a img {
	height: 235px;
	width: 200px;
	padding: 3px;
	border: 1px solid #999;
}

.productArea .productImg a:hover img {
	border: 1px solid #000;
}

.productDesc {
	margin-top: 20px;
	margin-left: 20px;
	width: 220px;
	height: 235px;
	float: left;
	position: relative;
}

.productDetails {
	height: 315px;
	width: 160px;
	background-color: #ccc;
	color: #000;
	overflow: hidden;
	float: left;
}

.productDetails p {
	text-align: center;
	margin: 5px;
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.productDetails a {
	font-weight: bold;
	color: #000;
}

.productDetails a:hover {
	color: #999;
}

.productDetails h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.productDetails hr {
	width: 40%;
}

.ProductOptions {
	text-align: center;
}

.nextAndPrevious {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align: right;
	float: right;
	margin: 10px 20px 10px 20px;
	position: inherit;
}

.nextAndPrevious a{
	color: #000;
}

.nextAndPrevious a:hover {
	color: #333;
}

.certifiedVeganProductPage {
	text-align: center;
	margin: 50px 20px 10px 20px;
	margin-bottom: 10px;
	position: inherit;
}

.weRecommendBox {
	margin-top: 5px;
	border-top: 2px solid #A1A1A1;
	border-bottom: 2px solid #A1A1A1;
	width: 640px;
	height: 16px;
	float: left;
	background-color: #999999;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.smallProductBox {
	margin-left: 4px;
	margin-top: 5px;
	position: relative;
	float: left;
	width: 208px;
	height: 130px;
	background-color: #fff;
	color: #A1A1A1;
	display: inline;
}

.smallProductBox .paragraph {
	margin: 0px 2px 0px 5px;
	width: 101px;
	float: left;
	font-size: 9px;
	text-align: center;
	color: #A1A1A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.smallProductBox .atc {
	margin: 0px 2px 0px 7px;
	width: 101px;
	float: left;
	text-align: center;
}

.smallProductBox .header {
	width: 101px;
	height: 25px;
	margin: 6px 2px 2px 5px;
	float: left;
	font-size: 9px;
	font-weight: bold;
	color: #A1A1A1;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}

.smallProductBox .hrule {
	margin: 0px 5px 0px 15px;
	width: 100px;
	float: left;
	/*margin-right: 5px;*/
	width: 40%;
	text-align: center;
}

.smallProductBox .prodImg {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 100px;
	width: 70px;
	float: left;
	border: 1px solid #A1A1A1;
	cursor: pointer;
}