/*
+----------------------------------------------------------------------+
| Advanced Filter Mod                                                  |
+----------------------------------------------------------------------+
| Copyright (c) 2009-2010 BCSE LLC. dba BCS Engineering                |
+----------------------------------------------------------------------+
|                                                                      |
| Advanced Filter Mod is subject for version 2.0 of the BCSE           |
| proprietary license. That license file can be found bundled with     |
| this package in the file BCSE_LICENSE. A copy of this license can    |
| also be found at                                                     |
| http://www.bcsengineering.com/license/BCSE_LICENSE_2.0.txt           |
|                                                                      |
+----------------------------------------------------------------------+
*/

#customer_filter{
	border: 1px solid black;
	padding: 35px 0;
	margin: 10px 0px;
	float: left;
	clear: both;
	overflow: hidden;
	position: relative;
	background:#cccccc url(../../images/XcarlinkCompatiblityWizardSearch.png) no-repeat;
	color:#000;
	width:710px;
	height:27px;
}

.filter_select_wrapper{
	float: left;
	margin: 0 10px 0 0;
margin-right: 0 !important;
}

.filter_dropdown_wrapper{
/*	float: left; */
	width:100%;
}

.filter_select{
	padding: 2px 5px;
	font-weight: bold;
	float: left;
}

.filter_input{
 text-align: center;
 width: 40px;
}

.filter_input input{
	border: 1px solid black;
	cursor: pointer;
	background:#d72219;
	color:#ffffff;
	position:absolute;
	margin-top:15px;
}

.clear_div{
	clear: both;
}

.ajax_overlay{
	background: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	overflow: hidden;
	position: absolute;
	z-index: 499;
}

.ajax_overlay img{
	width: 100px;
	height: 100px;
	margin: 5px auto 0 auto;
}

.bcse-filter-reset{
 text-align: center;
 padding: 10px 0 0 0;
 line-height: 12px;
}

.bcse-filter-reset a:link,
.bcse-filter-reset a:active,
.bcse-filter-reset a:visited,
.bcse-filter-reset a:hover{
 font-weight: bold;
 font-size: 10px;
 text-decoration: underline;
 color: black;
}

.bcse-filter-reset a:hover{
 text-decoration: none;
 color: black;
}
