
.suggestionsBox {
    position: absolute;
		top:45px;
		right:17px;
		z-index:100;
		max-height:400px;
		overflow:auto;
		/*
    left: 150px;
    top:0px;
    */
		margin: 0px 0px 0px 0px;
    width: 400px;
    background-color: #fff;
    border: 1px solid #1D9340;
    color: #fff;
    clear:both;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList ul {
    margin: 0px;
    padding: 0px;
	list-style-type:none;
}

.suggestionList li {
	color:#333333;
    margin: 0;
    padding: 0;
    /*cursor: pointer;*/
    background: none;
	height:40px;
	overflow:hidden;
}

.suggestionList li img {
	width:34px;
	float:left;
	margin-top:3px;
	margin-left:3px;
	margin-right:5px;
}
.suggestionList li span.nopic {
	width:34px;
	float:left;
	margin-top:3px;
	margin-left:3px;
	margin-right:5px;
}
.suggestionList li p.artTitle {
	float:left;
	width:240px;
	height:45px;
}

.suggestionList li p.noResult {
	float:left;
	width:330px;
	height:45px;
}

.suggestionList li p.resultType {
	float:right; 
	width:90px;
	padding-left:5px;
	background-color:#1D9340; 
	height:45px;
	color:#FFF200;
}

.suggestionList li:hover {
    background-color: #B2D8B2 ;
}
.suggestionList li.firstRow:hover {
    background-color: #fff;
}
