#center .product .optionalStuff{
	float					: left;
	clear					: both;
	margin					: 30px 0 0 0;
}
#center .product .optionalStuff div.each{
	float					: left;
	clear					: none;
	padding					: 30px 30px 0 30px;
	width					: 280px;
}
#center .product .optionalStuff div.each:first-child{
	border-right			: 2px dotted #aaa;
}
	#center .product .optionalStuff div div.imagecontainer{
		width					: 280px;
		height					: 400px;
	}
#center .product .optionalStuff div img{
	margin-left				: 350px;
	clear					: both;
}
#center .product .optionalStuff div h4{
	display					: block;
	font-weight				: normal;
	margin-top				: 40px;
}
#center .product .description{
	float					: left;
	clear					: both;
	margin					: 30px 0 0 0;
	width					: 840px;
	text-align				: left;
}
	#center .product .description p ul li{
		line-height				: 180%;
		font-size				: 12px;
		font-weight				: normal;
	}
	#center .product .description p{
		font-weight				: normal;
		width					: 90%;
	}
	.description li{
		font-size				: 12px;
		font-weight				: normal;
		line-height				: 300%;
		list-style-type				: none;
	}
	#center .product .description p span{
		display					: inline;
	}
	#center .product .description img{
		margin					: 0 0 0 25%;
		padding					: 0 10px 10px 10px;
	}