.result-wraper
{
	position: absolute;
	z-index: 2;
	height: 0px;
}

.result-content
{
	position:absolute;
	top:0;
	left:0;
	z-index: 9;
	
	width:auto;
	min-width:200px;
	
}
.result-content ul
{

    text-align      : left;
    border    : 1px solid #a3a5a8;
    
    	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;

   
    white-space     : nowrap;
    width           : 100%;
    padding         : 5px;
    
    background      : #ffffff;
    z-index         : 10;
    list-style      : none;
    margin          : 0;
}

.result-content ul li
{
		
    display         : block;
    cursor          : default;
    color           : #000;
    text-decoration : none;
    background      : #ffffff;
    width           : 98%;
    line-height: 30px;
    font-size: 14px;
    padding-left: 5px;
    cursor: pointer;
}


.result-content ul li.selected-li
{
	
    color           : #000;
    background      : #dddddd;
}

.result-content li.list-li-footer
{
	display:none;	
}