#at-view ul#at-view-ul li span {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#at-view ul#at-view-ul li span.normal {font-weight:normal;}
#at-view ul#at-view-ul li span.bold {font-weight:bold;}
#at-view ul#at-view-ul li.alluser {padding: 3px 0 3px 10px;}
#at-view ul#at-view-ul li.alluser div {height:20px;}
    
#at-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
	z-index:999;
}

#at-view .cur {
    background: #3366FF;
    color: white;
}
#at-view .cur small {
    color: white;
}
#at-view strong {
    color: #3366FF;
}
#at-view .cur strong {
    color: white;
    font:bold;
}
#at-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
	border: 1px solid #83ACC6;/*rs*/
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);/*rs*/
}
#at-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
#at-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}

#at-view div {
	width: 160px;
	height: 40px;
}
#at-view img {
    width:30px;
	height:30px;
	float: left;
	margin: 5px;
	border-radius:3px;
}
#at-view span {
	float: left;
	width: 100px;
	height: 30px;
	margin: 5px;
	line-height: 30px;
	color: #333;
	font-weight: 700;
}

#at-view ul > li {
    padding: 0;
}

/************hfy 2015.04.24************/
#at-view-two ul#at-view-ul-two li span {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#at-view-two ul#at-view-ul-two li span.normal {font-weight:normal;}
#at-view-two ul#at-view-ul-two li span.bold {font-weight:bold;}
#at-view-two ul#at-view-ul-two li.alluser {padding: 3px 0 3px 10px;}
#at-view-two ul#at-view-ul-two li.alluser div {height:20px;}
    
#at-view-two {position:absolute;top: 0;left: 0;display: none;margin-top: 2px;background: white;border: 1px solid #CCC;
	/* border-radius: 3px;box-shadow: 0 0 5px rgba(0,0,0,0.1);*/min-width: 120px;z-index:999;max-height:411px;
	overflow-x:hidden;}
#at-view-two::-webkit-scrollbar {width:10px;}
#at-view-two::-webkit-scrollbar-thumb {background:#CCC;-webkit-box-shadow:none;border-radius: 8px;}
#at-view-two::-webkit-scrollbar-track {background-color: #fff;box-shadow: none;border-radius: 0;}

#at-view-two .cur {background: #3366FF;color: white;}
#at-view-two .cur small {color: white;}
#at-view-two strong {color: #3366FF;}
#at-view-two .cur strong {color: white;font:bold;}
#at-view-two ul {list-style:none;padding:0;margin:auto;/* border: 1px solid #83ACC6; */
	/*rs*/box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);/*rs*/}
#at-view-two ul li {display: block;padding: 5px 10px;border-bottom: 1px solid #DDD;cursor: pointer;}
#at-view-two small {font-size: smaller;color: #777;font-weight: normal;}
#at-view-two div {width: 160px;height: 40px;}
#at-view-two img {width:30px;height:30px;float: left;margin: 5px;border-radius:3px;}
#at-view-two span {float:left;width:100px;height:30px;margin:5px;line-height:30px;color: #333;font-weight: 700;}
#at-view-two ul > li {padding: 0;}
/******** end ********/