@charset "utf-8";
/* CSS Document */
#productsboxes {
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	height: 325px;
}
#productbox1 {
	display: inline;
	width: 235px;
	position: absolute;
	/*margin-right: 12px;*/
}
#productbox2 {
	display: inline;
	width: 235px;
	/*margin-right: 12px;*/
	position: absolute;
	left: 247px;
	top: 0px;
}
#productbox3 {
	display: inline;
	width: 235px;
	/*margin-right: 12px;*/
	position: absolute;
	left: 494px;
	top: 0px;
}
#productbox4 {
	display: inline;
	width: 235px;
	position: absolute;
	left: 741px;
	top: 0px;
}
