.paginationControl{
	clear: both;
}
.QA_container{
	width: 600px;
	margin: auto;
	min-height:400px;
	height:auto !important;
	height:400px;
	border: 1px solid #FF0000;
}
.QA_left{
	width: 280px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
}
.QA_right{
	width: 300px;
	float: right;
}
#fm_qa{
	display: none;
}

/*--- shop ---*/

.shop_img_li{
	list-style-type: none;
	float: left;
	height: 90px;
	width: 90px;
	border: 1px dashed #0000FF;
	text-align: center;
}
#shop_add_num{
	position: relative;
	height: 25px;
	width: 300px;
	left: 10px;
	top: -63px;
	background-color: #CCCCFF;
	display: none;
	padding:3px;
}
#add_cls,#add_sto{
	background-color:#666666;
	background-image:url(../web/images/green.gif);
	background-position:center center;
	background-repeat:repeat-x;
	border:1px solid #999999;
	color:#333333;
	cursor:pointer;
}