.wrapSuggest{
position:absolute;
background-color: black; 
border:1px solid #C8C7C7; 
display:none;
z-index:900;
overflow:auto;
/*opacity:0.7;*/
/*filter:alpha(opacity=70);*/
/*background-image: url(../img/estandar/overlay.png);*/
}

.suggestAll{
width:240px; 
top:0px; 
left:0px;
}

.inputAll{
width:97%;
}

.suggestTitle{
color:white;
font-size:14px;
text-align:center;
border:1px #EDEDED;
border-style:none none solid none; 
padding:5px 0px 5px 0px;
}

.suggestItems{
color:white;
font-size:12px;
text-align:left;
cursor:pointer;
border:1px gray;
border-style:none none solid none;
padding:5px 0px 5px 10px;
}
.suggestItems:hover{
color:black;
background-color:#EDEDED;
}

.suggestPage{
font-size:12px;
text-align:center;
padding:5px 0px 5px 0px;
}

.suggestUl{}
	
.suggestList{
color:gray;
cursor:pointer;
display:inline-block;
padding:0px 5px 0px 5px;
}
.suggestListAct{
color:white;
font-weight: bold;
}
.suggestList:hover{
color:white;
font-weight: bold;
}