/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# Wg Dynamic Search by WebGraphiq
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# http://www.webgraphiq.com, webgraphiq@gmail.com
# (C)opyright WebGraphiq, all rights reserved.
# @license - Copyrighted Commercial Software
# Full license at: http://www.webgraphiq.com/license.html
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.suggestionsBox {
	width: auto;
	max-width:800px;
	display: none;
	z-index: 999;
	position:absolute;
	margin: -8px 0px 0px 15px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	_overflow:hidden;
	*overflow:hidden;
	text-align: left;
	border: 1px solid #a6a6a6;
}	
.suggestionList {
	margin: 0 3px;
	padding: 0px;
	_margin-top: -15px;   
	*margin-top: -15px;
}	
.suggestionList li {		
	margin: 3px 0;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
	vertical-align: middle;
}
.suggestionList li a, .suggestionList li a:visited, .suggestionList li a:active, .suggestionList li a:hover {		
	text-decoration: none;
	color: #000;
}
.suggestionList li a:hover {
	text-decoration: underline;
}
.suggestionList li img{		
	margin: -5px 10px 0px 0px;
}	

.DynPreviewWraper { border: 1px solid #a0acb8; background: #fff; z-index: 1000; position: absolute; overflow: hidden;}
#DynPreviewContainer { width: 100%; text-align: center; position: absolute; top: 40%;}
.DynPreviewTitle { padding: 4px 7px 4px 7px; margin: 0; color: #1b1b1b; background: #fff; font-size: 11px; font-weight: normal; }
.DynPreviewTempLoad { padding: 6px; text-align: center; vertical-align: middle; }
.DynPreviewTempLoad img { text-align: center; vertical-align: middle; }
.DynPreviewLoaderBg { width: 113px; background: #f2f3f5; font-size: 1px; position: relative; top: 8px; left: 8px; height: 13px; }
.DynPreviewLoader { padding: 10px 0 16px 0; margin: 0 auto; width: 135px; border: 1px solid #d7dce1; display: block; color: #333; background: #fff; text-align: left; z-index: 1255; }
#DynProgress { width: 1px; background: #dde0e5; font-size: 1px; height: 12px; position: relative; top: 1px; left: 10px; }
#DynPreviewPlace { display: none; position: absolute; z-index: 1110; }