.tt-dropdown-menu{width:100%; background-color: white; padding: 10px 0; border: 1px solid #CCC; }
.tt-suggestions{ text-align: left; }
.tt-suggestion{padding: 5px 10px; color: #666}
.tt-suggestion.tt-is-under-cursor {background-color: #EAEAEA}
.suggestionDescription{ font-style: italic; color: #666;margin-top: 5px;margin-bottom: 15px; overflow: hidden; font-size:10px;}

.tt-dropdown-menu {
	min-width: 150px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
 
}
.suggestionImageContainer {
height: 80px;
width:80px;
float: left;
text-align: center;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
margin-right:10px;
}
.suggestionImage{
max-height:80px;
max-width:80px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.suggestionHeader {
    text-align: center;
    display: block;
}
.suggestionHeader a.advancedSearchLink {
    color: #535546;
}