.zydd_base{
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	border-top: 0px;
	display: none;
}

.zyddStyle_default{
	width:100px;
	height: auto;
	
}
.zyddStyle_item_default_n{
	float: left;
	width:100px;
	background-color: #fff;
	cursor: pointer;
}
.zyddStyle_item_default_v{
	float: left;
	width:100px;
	background-color: #ccc;
	cursor: pointer;
}

/*  发帖下拉 */
.zyddStyle_ft{
	width:80px;
	height: auto;
	border:1px solid #992262;
	background:url(../../bbs/images/cdmenubg.jpg) left top repeat-x #fff;
	padding:10px 0;
	
}
.zyddStyle_item_ft_n{
	float: left;
	width:90%;
	cursor: pointer;
	line-height:24px;
	margin-left:5%;
	text-align:center;
	border-bottom:1px dotted #E385A7;
}
.zyddStyle_item_ft_v{
	float: left;
	width:100%;
	background:#992262;
	cursor: pointer;
	color:#fff;
	text-align:center;
	border-bottom:1px dotted #E385A7;
	font-weight:bold;
}

/*  主题类型选择下拉 */
.zyddStyle_lxxz{
	width:80px;
	height: auto;
	border:1px solid #992262;
	padding:10px 0;
	
}
.zyddStyle_item_lxxz_n{
	float: left;
	width:90%;
	cursor: pointer;
	line-height:24px;
	margin-left:5%;
	text-align:center;
	border-bottom:1px dotted #E385A7;
}
.zyddStyle_item_lxxz_v{
	float: left;
	width:100%;
	background:#992262;
	cursor: pointer;
	color:#fff;
	text-align:center;
	border-bottom:1px dotted #E385A7;
	font-weight:bold;
}