@charset "iso-8859-1";

/* BODY */

* {
	color: #000;
}

#mainField {
	width: 760px;
}

#category {
	float: left;
	width: 760px;
	height: 40px;
	margin-bottom: 10px;
}

#subcategory {
	float: left;
	width: 760px;
	height: 21px;
	text-align: left;
	padding-left: 15px;
	padding-top: 11px;
	margin-bottom: 10px;
}

#imageField,
#imageField2,
#imageField3,
#imageField4 {
	float: left;
	width: 230px;
	text-align: center;
	padding-left: 105px;
}

#product_name,
#product_name2 {
	float:left;
	width: 230px;
	text-align: center;
}

#textField,
#textField2,
#textField3,
#textField4 {
	float: left;
	width: 320px;
	text-align: center;
}

#product_category {
	float: clear;
	width: 320px;
	text-align: center;
}

#naviField,
#naviField2,
#naviField3,
#menuField,
#menuField2 {
	display: none;
}