@charset "utf-8";
/* CSS Document */

.search_results a {
color:#CCCCCC;
text-decoration:underline;
}

#search_landing_banner{
	background:url(../images/products/landing_banner.jpg) no-repeat;
	height:63px;
}

#left_nav ul li.search_selected{
	background:url(../images/nav_sub_back.gif) #222222 no-repeat;
	width:269px;
	overflow:hidden;
	
}

#left_nav ul li.search_selected a.deselect{
	background:url(../images/search/x.gif) #222222 no-repeat;
	padding-left:18px;
	width:269px;
	overflow:hidden;
}
#left_nav ul li.search_selected a.deselect:hover{
	background:url(../images/search/x-over.gif) #222222 no-repeat;
	padding-left:18px;
	width:269px;
	overflow:hidden;
}


#search{	
	background:url(../images/products/products_back.gif) no-repeat;
	height:100%;
}

#search .content {
padding-bottom:10px;
padding-left:20px;
padding-top:20px;
}

#search .content a{
	color: #999;
	text-decoration: underline;
}
#search .content a:hover{
	color: #e5282e;
}

.search_results h2 {
font-size:14px;
font-weight:bold;
}
.search_results h3 {
font-size:12px;
font-weight:normal;
padding-top:20px;
margin-left:20px;
}



.search_results p{
	padding-top:10px;
	margin-left:20px;	
}

.search_results p .highlight{
	background-color: #CC0000;
	padding: 2px 4px;
	filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;

}

.search_results .image{
	width:160px;
}

.search_results{
	padding-bottom:20px;
}

#search_landing_banner h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:15px;	
	padding-top:29px;
}


