#tort_choice{
	min-height: 1px;height: auto;overflow: hidden;
	padding: 10px 18px;
}
#tort_choice h3{
	height: 30px;line-height: 30px;
	font-size: 14px;font-weight: 600; color: #111;
}
#tort_choice dl{
	min-height: 1px;height: auto;overflow: hidden;
	padding: 6px 0;
}
#tort_choice dl dt{
	height: 20px;line-height: 20px;
}
#tort_choice dl dt label{
	font-size: 14px;color: #111;
}
#tort_choice dl dt label input[type="radio"]{
	vertical-align: middle;
}
#tort_choice dl dt label span{
	color: #666;
}
#tort_choice dl dd{
	min-height: 1px;height: auto;overflow: hidden;
	padding: 5px 0 0 40px;
}
#tort_choice dl dd p{
	min-height: 1px;height: auto;overflow: hidden;
	padding: 5px 12px;
	line-height: 20px;
	font-size: 12px;color: #111;
	border:1px solid #F0F0F0;
	background-color: #F0F0F0;
}
#tort_choice dl.active dd p{
	border:1px dashed #FFC299;
	background-color: #FFF7F2;
}
#tort_choice .tort-choice-btn{
	width: 100%;min-height: 1px;height: auto;overflow: hidden;
	text-align: center;
	padding: 10px 0;
}
#tort_choice .tort-choice-btn button.tort-choice-btn-sub,
#tort_choice .tort-choice-btn a.tort-choice-btn-close{
	display: inline-block;_zoom:1;_display:inline;
	margin:0 5px;
	width: 80px;height: 30px;line-height: 28px;
	vertical-align: middle;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
#tort_choice .tort-choice-btn button.tort-choice-btn-sub{
	border:none;
	background-color: #1C70C1;
	color: #fff;
}
#tort_choice .tort-choice-btn a.tort-choice-btn-close{
	background-color: #ddd;
	color: #111;
}
#tort_choice .tort-choice-btn a.tort-choice-btn-close:hover{
	text-decoration: none;
}