﻿@charset "UTF-8";
/* CSS Document */
/* Search Content Wrap*/	
#search_wrap {
	width:964px;
	/* margin-left:-18px;
	margin-right:-18px; */
	float:left;
	clear:both;
	padding:15px 18px 0 18px;
	margin-bottom:30px;
	border-top: 1px solid #e5e5e5;
}

/* Search Results Form*/
#search_box_wrap{
	padding-bottom:10px;
}
#results_found{
	width:200px;
	padding-top:6px;
	color:#999;
}
#search_box{
	width:246px;
	height:30px;
	float:right;
	display:inline;

}	
#search_box input.search_input{
	border:1px solid #e5e5e5;
	height:20px;
	width:178px;
	color:#999999;
	font-size:12px;
	float: left;
	display:inline;
	margin-top:1px;
	margin-right:3px;
	padding: 2px 2px 0 2px;
	}
	
#search_box button.main_submit{
	width: 56px;
	height: 26px;
	overflow: hidden;
	background:transparent url(/Images/search_results/main_submit.png) no-repeat 0 -1px;
	text-indent: -5000px;
	white-space:nowrap;
	border:none;
	outline: none;
	cursor: pointer;
	}

#search_box button.main_submit_over{
	background-position: 0 -43px;
}

#search_box button.main_submit_click{
	background-position: 0 -84px;

}


/*Search Results List*/

#search_results p{
	margin:0;
	padding:0;
}
#search_results .end{
	border-top:1px solid #e5e5e5;
	margin-bottom:62px;
}
#search_results ul{
	width:100%;
	list-style:none;
}
#search_results li{
	width: 964px;
	clear:both;
	display:block;
	padding: 9px 0;
	border-top:1px solid #e5e5e5;
}
#search_results li a {
	float:left;
	clear:both;
	width: 964px;
	color:#666;
	display:block;
	background:url(/Images/search_results/right_to_down_small_arrow.png) no-repeat 944px 12px;
}

#search_results li a:hover {
	color:#333;
	background-position: 944px -88px;
	text-decoration:none;
}
#search_results li.click a:hover {
	background-position: 944px -188px;
}
#search_results li a h4{
	color:#333;
}
#search_results li a:hover h4{
	color:#000;
}

#search_results li a:hover {
	text-decoration:none;
}


#search_results li a img{
	float:left;
	display:inline;
	border:none;
	margin-right:15px;
	margin-bottom:9px;
	border:1px solid #fff;
	width:40px;
	height:40px;
}

#search_results li a:hover img{
	border-color:#d7d7d7;
}
#search_results .sr_wrap{
	width:800px;
	padding-bottom:7px;
	float:left;
	display:inline;
}

/*Installer Locator*/
#search_wrap #installer_info{
	width:455px;
	float:left;
	display:inline;
	padding-top:6px;
}
#search_wrap #installer_search{
	width:455px;
	float:left;
	display:inline;
	margin-right:18px;
}
#installer_box{
	width:964px;
	height:30px;
	padding-bottom:8px;
	border-bottom:1px solid #e5e5e5
}	
#installer_box input.search_input{
	border:1px solid #e5e5e5;
	height:22px;
	width:182px;
	color:#999999;
	font-size:12px;
	float: left;
	display:inline;
	margin-top:1px;
	margin-right:3px;
	}
	
#installer_box button.main_submit{
	width: 56px;
	height: 26px;
	overflow: hidden;
	background:transparent url(../images/search_results/main_submit.png) no-repeat 0 -1px;
	text-indent: -5000px;
	white-space:nowrap;
	border:none;
	outline: none;
	cursor: pointer;
	}
#installer_box label{
	float:left;
	display:inline;
	margin-right:4px;
	padding-top:6px;
}

#installer_box button.main_submit_over{
	background-position: 0 -43px;
}

#installer_box button.main_submit_click{
	background-position: 0 -84px;

}


#installer_search ul{
	width:455px;
	list-style:none;
	clear:both;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:30px;
}
#installer_search li{
	clear:both;
	display:block;
	width: 419px;
	padding: 9px 18px;
	border-top:1px solid #e5e5e5;
}
#installer_search #results_found{
	padding-bottom:12px;
}


/*more results bottom nav*/
#more_results{
	width:166px;
	float:right;
	display:inline;
}
#more_results ul li, #more_results ul li a{
	float:left;
	display:inline;
	border:none;
	display:block;
	list-style-type:none;
}
#more_results li.left_single a, #more_results li.right_single a, #more_results li.left_double a, #more_results li.right_double a{
	width: 24px;
	height: 26px;
	padding:0;
	margin:0;
	overflow: hidden;
	text-indent: -5000px;
	white-space:nowrap;
	border:none;
	outline: none;
	cursor: pointer;
}

#more_results li.left_single a{
	background: url(/Images/search_results/search_left_single.png) no-repeat 0 0;
	}
#more_results li.left_single a:hover{
	background-position:0 -100px;
	}
#more_results li.left_double a{
	background: url(/Images/search_results/search_left_double.png) no-repeat 0 0;
	}
#more_results li.left_double a:hover{
	background-position:0 -100px;
	}
#more_results li.right_double a{
	background: url(/Images/search_results/search_right_double.png) no-repeat 0 0;
	}
#more_results li.right_double a:hover{
	background-position:0 -100px;
	}
#more_results li.right_single a{
	background: url(/Images/search_results/search_right_single.png) no-repeat 0 0;
	}
#more_results li.right_single a:hover{
	background-position:0 -100px;
	}
#more_results li.click a:hover{
	background-position:0 -200px;
}
#more_results li.right_single_inactive, #more_results li.right_double_inactive, #more_results li.left_single_inactive, #more_results li.left_double_inactive {
	width: 24px;
	height: 26px;
	padding:0;
	margin:0;
	overflow: hidden;
	text-indent: -5000px;
	white-space:nowrap;
	border:none;
	outline: none;
}
#more_results li.right_single_inactive {
	background: url(/Images/search_results/search_right_single.png) no-repeat 0 -300px;
}
#more_results li.right_double_inactive {
	background: url(/Images/search_results/search_right_double.png) no-repeat 0 -300px;
}
#more_results li.left_single_inactive {
	background: url(/Images/search_results/search_left_single.png) no-repeat 0 -300px;
}
#more_results li.left_double_inactive {
	background: url(/Images/search_results/search_left_double.png) no-repeat 0 -300px;
}

#more_results li.page_text {
	height:26px;
	padding:5px;
	}
#not_found_wrap{
	width:964px;
	height:290px;
	float:left;
	display:inline; /* ie6 hack */
	clear:both;
	padding:30px 18px 0 18px;
	margin-bottom:30px;
	background: url(/Images/404/pergo_404.jpg) no-repeat bottom right;
	border-top: 1px solid #E5E5E5;
}
#not_found_wrap h3{
	margin-bottom:18px;
}


