@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


table.productTable1 {
	width: 280px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #CC3C3C;
}

table.productTable1 th {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: #fff2f2;
	border-width: 1px;
	border-style: solid;
	border-color: #CC3C3C;
}

table.productTable1 td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CC3C3C;
}

span.unit {
	font-size: 80%;
}

div.productImage1 {
	width: 43%;
	padding-bottom: 15px;
	text-align: right;
	float: right;
}

div.productDetail1 {
	padding-bottom: 15px;
	width: 55%;
	float: left;
}

h3.productName {
	width: 500px;
	height: 26px;
	margin-bottom: 10px;
	line-height: 23px;
	color: #ffffff;
	text-indent: 22px;
	background: url(../images/prd_title-bg.gif) left top no-repeat;
}

