@charset "utf-8";
/* CSS Document */
#productBox {
	min-height:300px;
}
#description {
	padding:10px;
	width:400px;
	float:left;
}
#productImg {
	width:220px;
	padding:0;
	float:right;
	text-align:center;
}

