.suggestBox {
z-index: 1000;
}

.suggestionsContainer {position:absolute; z-index:999;}
.suggestionsContainer .suggestBox {
background:white;
width:auto;
border:1px solid #333;
width:208px;
padding-bottom:0px;
margin-left:-10px;
}

.suggestionsContainer .suggestElement:hover{
background:#d9e3ed;
cursor:pointer;
}

.suggestionsContainer .suggestBox .selected {
background:#814586;
cursor:pointer;
color: #fff;
}

.suggestionsContainer .suggestBox .selected b{color:#fff;}

.suggestionsContainer .suggestElement{
color:#333;
font-size:11px;
padding:5px 15px;
padding-bottom:7px;
margin:0px;
text-align:left;
}

.suggestionsContainer .suggestElement b{
color:#FA37AD;
font-weight:bold;
}

.suggestionsContainer .closeBar {
text-align:left;
width:193px;
margin-left:-10px;
border:1px solid #333;
padding:5px 15px 5px 0;
text-align:right;
background:#fff;
color:#FA37AD;
border-top:0;
font-size:10px;
cursor:pointer;
}

.suggestionsContainer .close {border-bottom:0;}
.suggestionsContainer .closeBar:hover{
text-decoration:underline;
}

.valid {
background:#cec;
}

.invalid {
background:pink;
}

.suggestionsContainer .suggestionsLeft{float:left;} 
.suggestionsContainer .imageBox{ padding:5px; background:#333; float:left;border:1px solid #3366CC;background:#C3D9FF;margin-left:1px;}


/* User Search - Community Page */
/* ---------------------------- */

#community .suggestionsContainer .suggestBox {width:180px; margin-left:0;}
#community .suggestionsContainer .suggestElement {padding:5px;}
#community .suggestionsContainer .closeBar {width:165px; margin-left:0;}





/* Support - Answers Search */
/* ------------------------ */

#support .suggestionsContainer.support .suggestBox {width:167px; margin-left:0;}
#support .suggestionsContainer.support .suggestElement {padding:5px;}
#support .suggestionsContainer.support .closeBar {width:152px; margin-left:0;}
#support .suggestionsContainer.support .suggestElement b{color:#fc4493;}
