@charset "utf-8";

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/h2_bg.gif);
	background-repeat: repeat;
	border: 1px solid #990000;
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#product-img {
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 30px;
}
#product-price {
	text-align: center;
	width: 250px;
	margin-top: 20px;
}
.price-text {
	font-size: 14px;
	font-weight: bolder;
	color: #CC0000;
	text-align: center;
	margin-top: 10px;
}
#product-details {
	float: left;
	width: 335px;
	margin-bottom: 30px;
}
#product-details table {
	width: 335px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#product-details td {
	margin: 0px;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#product-details th {
	margin: 0px;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	background-image: url(../img/details_bg.gif);
	background-repeat: repeat;
	width: 90px;
}
#option {
	margin: 10px 0px 0px;
	padding: 0px;
}
#option table {
	width: 335px;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
#option td {
	margin: 0px;
	padding: 3px;
	text-align: center;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#option th {
	margin: 0px;
	padding: 3px;
	text-align: center;
	background-image: url(../img/details_bg.gif);
	background-repeat: repeat;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#product-details-form {
	width: 335px;
	margin-top: 10px;
}
#product-details-form table {
	width: 335px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#product-details-form td {
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
#product-btn {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 292px;
}
#product-btn ul{
	padding: 0px;
	margin: 0px;
	width: 292px;

}
#product-btn li{
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#product-box{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 600px;
}
#product-box table {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#product-box td {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#product-box th {
	margin: 0px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align: left;
}
.comment {
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.comment-text {
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product-box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#product-box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.text_B {
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	text-align: center;
	background-color: #DEE6F3;
}
.top_R {
	text-align: right;
	padding-right: 10px;
}
