/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */

div.suggestFormWrap {
	position:absolute;	
	z-index:1001;
}

div.suggestLayer {
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: white;
	background: transparent;
    position: relative;
    top: -8px;
}

ul.suggestLayerList,ul.suggestLayerBlock{
	list-style: none;

	color: #58585a;
	font-size: 11px;
	background-color: white;
	cursor: pointer;
	border: 5px solid #efefef;
	-moz-box-shadow: 0 4px 3px #c2c4c6;
	-webkit-box-shadow: 0 4px 3px #c2c4c6;
	box-shadow: 0 4px 3px #c2c4c6;
	border-collapse: separate;
	padding: 0px;
}
ul.suggestLayerList li,ul.suggestLayerBlock li{
	list-style: none;
	display: block;
}

li.suggestHeader{
	color: #b0b1b3;
	font-weight: normal;
	font-size: 10px;
	border-bottom: 1px solid #d7d7d7;
	padding: 3px 10px 3px 5px;
	background-repeat: no-repeat;
	background-position: 98%;
}
li.suggestRow{
	padding: 5px 10px;
    overflow: hidden;
}
li.suggestRow:hover {
    background-color: #D0E0F0;
}
li.suggestRowWithImage{
	height: 40px;
	line-height: 40px;
}


span.suggestTextQuery{
	font-weight: bold;
}
span.suggestTextQueryTyped{
	color: #B5C568;
	text-decoration: underline;
}
span.suggestTextType{
	float: right;
	padding-left: 20px;
	font-size: 10px;
    color: #b5b5b5;
}
span.suggestTextAmount{
	float: right;
	padding-left: 10px;
	font-size: 10px;
	text-align: right;
	width: 90px;
}
li.suggestHighlight{
	background-color: #F3FCC8;
}
span.suggestImage{
	padding-right: 20px;
	height: 40px;
	float: left;
}
span.suggestImage img{
	max-height: 40px;
	max-width: 120px;
}

ul.suggestLayerBlock li.suggestHeader{
	background-image: none;
}
ul.suggestLayerBlock li.suggestHeader:first-child{
	background-repeat: no-repeat;
	background-position: 98%;
}

/* cg */
div.ui-slider {float:left;width:145px;margin:12px 0 7px 14px}
div.suggestLayer {top:0px!important;width:390px}
span.suggestTextQueryTyped {color: #ff4800}
span.suggestImage {height:25px}
ul.suggestLayerList, ul.suggestLayerBlock {box-shadow: 1px 1px 3px 0 #1d1d1c}
li.suggestRowWithImage {height:28px;line-height:15px}