/* Style For Suggestions */
    .suggestions .suggest_item .suggestion_title {  text-align: left; font:16px Arial;}
/*
 For creating side border like this
 | item 1   |
 | item 2   |
 */
.suggestions .suggest_item{
	padding-bottom: 2px;
	padding-top: 2px;	background:transparent url(../images/flowers/search_rep.png) 0 0 repeat-y;	width:469px !important;
}

/*
 For creating top border like this
 ------------
   item 1
   ...
 */
.suggestions .suggest_item.first .suggestion_title{
    border-top: 1px solid #ccc;    font: 16px Arial;    margin: 0 7px;    text-align: left;    padding-top: 3px;
}.suggestions .suggest_item .suggestion_title{ padding-top:3px;}

/*
 For creating bottom border like this
   ...
   item 2  ------------
 */
.suggestions .suggest_item.last{
	background:transparent url(../images/flowers/search_bottom.png) left bottom no-repeat;
}

/*
 For coloring the selected item
 */
.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description{
	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: italic;
	font-size: 11px;
	color: #777;	text-align:left;
}