@charset "utf-8";
/* CSS Document */

#product_framediv{
	width:950px;
	height: auto;
	border-bottom: 6px solid #CB0106;
	border-top: 1px solid #BEBEBE;
	float:left;
}

#product_descript {
	width: 950px;
	height: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	background-image: url(../images/bg_center.jpg);
	background-repeat: repeat-x;
	float:left;
}
#product_box {
	width: 256px;
	text-align: center;
	float:left;
}
#product_txt {
	width: 470px;
	float:left;
	padding-left: 18px;
	padding-right: 10px;
}


#feedback {
	float: right;
	width: 190px;
	border: 1px solid #8b91a0;
}

#feedback_title {
	background-image: url(../images/bg_title.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 176px;
	line-height: 28px;
	color: #FFF;
	padding-left: 4px;
	margin-left: 4px;
}

#feedback_content {
	width: 176px;
	margin-left: 8px;
	line-height: 20px;
	text-align: left;
	margin-bottom: 8px;
}

#feedback_content p
{
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555555;
}

#product_highlight {
	width:700px;
	float:left;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;

}

#main_right_awards {
	width: 190px;
	border: 1px solid #BEBEBE;
	background-color: #f3f3f3;
	padding-bottom: 20px;
	float: right;
	text-align: center;
	margin-top: 15px;
}
