.BigChocolate {
	width: 700px;
}
.SmallChocolate {
	width: 255px;
}
.options {
    border-top: 2px solid #008c00;
    color: #757575;
}
.options .option {
	width: 190px;
	height: 34px;
	background-color: #e8e8e8;
	color: #666;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	margin-right: 35px;
}
.options .current {
	background-color: #008c00;
	color: #fff;
	font-weight: bold;
}
.declaration {
	border: 2px solid #f1d8ba;
	padding: 10px;
	color: #333;
}
.declaration .title {
	color: #008c00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.declaration .content {
	line-height: 25px;
}
.publish p {
	margin-right: 20px;
}
.publish span {
	color: #ff8d00;
	font-weight: bold;
}
.everyone .title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #d3d3d3;
	height: 38px;
	line-height: 38px;
	text-indent: 15px;
}
.everyone .comments p {
	color: #333;
	line-height: 25px;
}
.everyone .comments .title2 {
	color: #008c00;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	text-indent: 25px;
	background: url(feedback3.jpg) no-repeat scroll 0 center transparent;
	height: 23px;
	line-height: 23px;
}
.everyone .comments .gray {
	color: #afafaf;
}
.comments li {
	border-bottom: 2px solid #ebebeb;
	padding: 20px 0;
}
.recommendation li {
	padding: 15px;
	border: 1px solid #ededed;
}
.recommendation .price .sale {
	color: #cc0000;
    font-family: Arial;
    font-size: 18px;
}
.recommendation .price .normal {
	color: #aeaeae;
    font-family: Arial;
    font-size: 14px;
    text-decoration: line-through;
}
.SmallChocolate .title {
	background-color: #008c00;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.ellipsis {
	height: 29px;
	background: url(feedback11.jpg) no-repeat scroll center 0 transparent;
}
a.more {
	background: url(feedback4.jpg) no-repeat scroll 0 0 transparent;
	width: 116px;
	height: 33px;
	margin: 20px auto 0;
	display: block;
	text-indent: -4000px;
}
.quiz {
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
}
.quiz .title {
	color: #757575;
	font-size: 14px;
	margin-bottom: 20px;
}
.quiz .kmj {
	color: #757575;
	padding: 10px 0 10px 20px;
}
.quiz .kmj input[type="text"] {
	border: 1px solid #c7c7c7;
	height: 26px;
	line-height: 26px;
	text-indent: 5px;
}
.quiz .tip {
	color: #afafaf;
	line-height: 25px;
}
