/* 	----------------------
	start:search result area 
 	---------------------- */

.searchResults p {
	margin-bottom:15px;
}

.greenHeader, .greenHeader a, .greenHeader a:visited {
	color:#A6CE39;
}
.blueHeader {
	color:#003366;
}
.greyText {
	color:#898989;
}

.row0 {
	background-color:#e8e8e8;
}

.row1 {
	background-color:#fff;
}

.searchItem  {
	font-size:14px;
	line-height:18px;
	padding: 10px 5px 5px 10px;
}
.searchItem .image {
	width:110px;
	height:110px;
}
.searchItem .descr {
	width: 790px;
}

.searchItem .mainTitle {
	width:100%;
}
.searchItem .descrSub_left {
	width:360px;
}

.searchItem .descrSub_right {
	width:250px;
}

.searchItem .searchAdd {
	width:185px;
}

.searchItem .title {
	color: #5f5f5f;
}

/* 	----------------------
	end:search result area 
 	---------------------- */

/* SEARCHRESULTS */

#searchresults {
	position:absolute;
	margin-left:62px;
	top:220px;
	border-width:1px;
	border-color:#919191;
	border-style:solid;
	width:400px;
	background-color:#a0a0a0;
	font-size:10px;
	line-height:14px;
	z-index: 99;
	}
#searchresults a { display:block; background-color:#e4e4e4; clear:left; height:90px; text-decoration:none; }
#searchresults a:hover { background-color:#b7b7b7; color:#ffffff; }
#searchresults a img { float:left; padding:5px 10px; }
#searchresults a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#searchresults a:hover span.searchheading { color:#ffffff; }
#searchresults a span { color:#555555; }
#searchresults a:hover span { color:#f1f1f1; }
#searchresults span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#searchresults span.seperator { float:right; padding-right:15px; margin-right:5px;
      background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#searchresults span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; }
#searchresults .tdHalf {width:150px;}
#searchresults .highlight {color:#ff0000 !important; }