/* Search Suggest Beta */
/* --------------------------------------------------------------------------------------- */
#search-suggestions{background-color:#fff; border:3px solid #dbdbdb; top:50px; left:0px; position:absolute; z-index:8184;}
.search-suggestion-wrapper{width: 300px;}
.search-suggestion-wrapper-full{width: 621px;}
.search-suggestion-contents{position: relative;}
.search-suggestion-left-panel,.search-suggestion-right-panel{width:300px;float:left;}
.search-suggestion-right-panel{border-left:solid 2px #dbdbdb;margin-left: -1px;}
.search-suggestion-left-panel{border-right:solid 2px #dbdbdb;text-align: left;}
.search-suggestion-left-panel-hitgroup-header{height: auto;font-weight: bold;margin:0 0 8px 0;}
.search-suggestion-left-panel-hitgroup{color:#555555;margin: 10px 0 10px 10px;}
.search-suggestion-left-panel-hitgroup-link{margin-left:1em;}
.search-suggestion-normal-link{}
.search-suggestion-left-panel-hit{margin-left:1em;}
.search-suggestion-normal-link:hover,
.search-suggestion-left-panel-hitgroup-link:hover,
.search-suggestion-left-panel-hit:hover{text-decoration: underline;}
.search-suggestion-right-panel-product{height: 75px;margin-top: 1em;margin-left: 1em;text-align: left;}
.search-suggestion-right-panel-product-last{height: 75px;margin:1em;text-align: left;}
.search-suggestion-right-panel-product-hover{background-color: red;}
.search-suggestion-right-panel-product-image{display: inline;width:25%;display: inline-block; margin-left:1px;text-align: left;}
.search-suggestion-right-panel-product-image img{width: 50px;height: auto;text-align: left;}
.search-suggestion-right-panel-product-details{color: #333333; height: auto;display: inline;width: 70%;float: right;text-align: left;}
.search-suggestion-right-panel-phrasewrapper{}
.search-phrase-suggestion{margin-top: 1em;margin-left: 1em;text-align: left;}
.search-suggestion-right-panel .whole-phrase{font-style: italic;}
.search-suggestion-right-panel .search-suggest-guess{text-decoration: underline;font-weight: bold;}
.search-suggestion-right-panel .first-term-italic{font-style: italic;}
.search-suggestion-right-panel .first-term-bold{font-weight: bold;}
.search-suggestion-left-panel-parent-category{color:#999999}