#template('colorThemeInit.vm') .xhover{background:red;}
input[type="text"].suggest{border-width:1px;}
body{position:relative;}
div.suggestItems{position:absolute;border:1px solid $theme.borderColor;border-top:none;background:white;z-index:100013;text-align:left;}
div.suggestItems ul{margin:0;}
ul.suggestList{margin:0!important;text-transform:none;color:$theme.textColor;font-weight:normal;}
ul.suggestList .xhighlight{background-color:$theme.highlightColor;}
div.suggestItemName{text-indent:0;}
div.suggestItemInfo{color:#567;font-size:.8em;padding-left:20px;text-indent:0;}
div.suggestItemName,div.suggestItemInfo{text-decoration:inherit;}
.highlight{background-color:$theme.highlightColor;font-weight:bold;text-decoration:inherit;}
