.waistcoat a{
	background: #fafafa;
    float: left;
    margin: 0 6px 4px 0;
    padding: 0;
    width: 116px;
    /* height: 32px; */
    overflow: hidden;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 12px;
    text-decoration: none !important;
    border: 1px solid #EEE;
    padding: 3px;
}
.waistcoat dd {
    height: 14px;
    overflow: hidden;
    margin: 0;
    padding: 1px 0 0;
    line-height: 14px;
    margin-bottom: 5px;
}
.waistcoat em{
    padding: 0;
    margin: 0;
    color: #CCC;
    line-height: 12px;
    font-variant: normal;
    font-weight: normal;
}
.waistcoat img {
    float: left;
    padding: 0;
    margin: 6px 4px 0 0px;
    width: 26px;
    height: 26px;
}
.waistcoat_list{
	display: none;
	position:absolute;
	background: #EEE;
    width: 566px;
    padding: 8px 4px 4px;
    border: 1px solid;
    min-width: 60px;
    border-color: #DDD;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
    z-index: 666;
    top: 47px;
}
.waistcoat_list_box{
    border: 1px solid #B5CFD9;
    background: #fff;
    overflow: hidden;
    width: 552px;
    padding: 5px 5px 5px 5px;
    text-align: left;
    margin: 8px 0;
    overflow-y: scroll;
    height: 92px;
}
.waistcoat_list_box a:hover{
	background: #eaeaea;
}
