.selectanalog{
	position:relative;
}
.selectanalog_head{
	font-size:20px;
	color:#000;
	line-height:20px;
	padding:7px;
	background:#fff;
	border:2px #8c8c8c solid;
	cursor:pointer;
}
.selectanalog_head:after{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-4px;
	width:13px;
	height:8px;
	background:url(pip.png) no-repeat;
	opacity:0.5;
}
.selectanalog_head:hover:after{
	opacity:1;
}
.selectanalog_option_cont{
	display:none;

	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	background:#fff;
	border:1px #8c8c8c solid;
	border-top:0px;
}
.selectanalog_option{
	padding:5px 5px 5px 10px;
	background:#fff;
	cursor:default;
}
.selectanalog_option:hover{
	background:#dfdfdf;
}
.selectanalog_option.selected{
	background:#dfdfdf;
}

.selectanalog_html{
	min-height:30px;
}
.selectanalog_html:after{
	content:'';
	display:block;
	clear:both;
}
.selectanalog_html_div0{
	padding-top:5px;
}
.selectanalog_html_div1{
	float:left;
	width:30px;
}
.selectanalog_html_div1 img{
	width:30px;
}
.selectanalog_html_div2{
	margin-left:40px;
	padding-top:5px;
}