/* Style For Suggestions */

    

/*

 For creating side border like this

 | item 1   |

 | item 2   |

 */

 
 .suggestions {z-index:2120;margin:5px 0px 0px 0px;}
 
.suggestions .suggest_item{

	padding: 6px 5px 6px 5px;
	line-height:16px;
	background-color:#FDFDFD;

	border-left:1px solid #E5E5E5;

	border-right:1px solid #E5E5E5;

	z-index:2121;
	font-size: 12px;		
}



/*

 For creating top border like this

 ------------

   item 1

   ...

 */

.suggestions .suggest_item.first{

	border-top:1px solid #E5E5E5;

}



/*

 For creating bottom border like this

   ...

   item 2
  ------------

 */

.suggestions .suggest_item.last{

	border-bottom:1px solid #E5E5E5;

}


/*

 For coloring the selected item

 */

.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description{

	background-color:#F1EFF0;

	color:#9C9C9C;

	cursor:pointer;

}

/*
 Image thumbnail
 */
.suggestions .suggest_item .thumbnail{
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 1px 2px 1px 2px;
	float: left;
	width: 50px;
	height: 50px;
}

/*
 Description
 */
.suggestions .suggest_item .description{
	font-style: normal;
	font-size: 12px;
	color: #333333;
	line-height:16px;
}