#contentMain .searchByPanel {
	float: left;
	width: 369px;
	border: 1px solid #183152;
	background-color: #C4D7ED;
	background-image: url(../../ECM/Images/Products-Solutions/search-panel-bg.gif);
	background-repeat: repeat-x;
	background-position: left toppx;
	padding: 0px;
}
.searchByPanel h3 {
	font-size: 13px;
	color: #C4D7ED;
	margin: 0px;
	padding-left: 20px;
	display: block;
	height: 18px;
	border: 1px solid #E1E6FA;
	background-image: url(../../ECM/Images/Products-Solutions/hdrBullet.gif);
	background-repeat: no-repeat;
}
#contentMain #searchResults {
	height: 442px;
	width: 723px;
	overflow: auto;
	margin-top: 0.25em;
	background-color: #dedede;
	padding:10px;
	background-image: url(../../ECM/Images/Products-Solutions/search-results-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #183152;
	background-attachment: fixed;
	background-position: left 80%;
}
#searchResults .productDetails h4 {
	font-weight: normal;
	color: #659DCE;
	font-size: 16px;
}
#searchResults .productDetails li {
	font-size: 10px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	list-style-position: outside;
	list-style-type: square;
	margin-right: .25em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}

#searchResults .productDetails {
	float: left;
	width: 325px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
}


.searchByPanel ul {
	margin: 0px;
	padding: 0px;
}
.searchByPanel li
{
	
	font-size:11px;
	color:#183152;
	
}
.searchByPanel li.even
{
	color:#183152;
	background-color:#E1E6FA;
}

.searchByPanel li a, li .empty{
	padding:2px;
	text-decoration:none;
	color:#183152;
	display:block;
}

	
.searchByPanel li a:hover
{
	background-color:#183152;
		color:#C4D7ED;
}

