@charset "utf-8";
/* CSS Document */

div.title-gray {
	background: #898989;
	height: 32px;
	border-bottom: 2px solid #dedede;
	padding-top: 1px; margin-bottom: 20px;
}

div.title-gray h1 {
	background: url(../images/title_gray.jpg) no-repeat;
	height: 37px; line-height: 35px;
	font-size: 16px; color: #f8eeee;
	margin-top: -3px; padding-left: 15px;
}

.product {
	width: 294px;
	float: left;
	margin-bottom: 20px;
}

.product img {
	width: 248px; height: 196px;
	padding: 5px;
	border: 1px solid #d6d6d6;
	margin-right: 18px;
	margin-bottom: 10px;
}

.product p {
	position: relative;
	width: 60%;
	margin: auto;
	color: #9a0000;
	font-size: 13px;
}

.product p span {
	line-height: 24px;
	font-size: 14px;
}

.product p img {
	position: absolute;
	right: 0px;
}

.table {
	width: 375px;
	float: right;
}

.table .tableRow {
	line-height: 25px;
}

.table .leftContent {
	float: left;
	width: 170px;
	color: #7a4e22;
}

.table .rightContent {
	float: right;
	width: 240px
}

.table .description {
	margin-top: 10px;
}

.table .description h2 {
	color: #0d3c83;
	font-size: 13px; font-weight: bold;
}

.table .description p {
	line-height: 20px;
}

fieldset {
	border-color: #fff;
	width: 99%;
	-moz-border-radius: 8px;
}

fieldset legend {
	color: #167cad;
	font-weight: bold;
	margin-left: 10px;
}

fieldset p {
	line-height: 25px;
	margin: 10px;
	text-align: justify;
}

#subContent .noidung {
	margin-top: 20px;
}