.product_explain {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product_maintable {
	margin-top: 10px;
}

.product_image_size {
	width: 200px;
	height: 200px;
}

.large_image_size {
	width: 200px;
}

.large_image {
	border: 1px #BCBABC solid;
}

.small_image {
	width: 150px;
	height: 150px;
	border: 1px #BCBABC solid;
}


table.product_spec {
	background: #BCBABC;
}

table.product_spec th {
	background: #E2E2E2;
	padding: 5px;
	width: 120px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

table.product_spec td {
	background: #FFFFFF;
	padding: 5px;
}

table.product_spec table.num td {padding: 0px;}

table.product_spec td.sales {
	color: #FF0000;
	font-weight: bolder;
}

.cart_in {
	margin-top: 20px;
	text-align: right;
}

.product_buttons {
	margin-top: 20px;
	text-align: right;
}

.option_explain{
	margin-top: 5px;
	text-align: right;
}

.nodata {
}
