/*
+----------------------------------------------------------------------+
| Advanced Filter Mod                                                  |
+----------------------------------------------------------------------+
| Copyright (c) 2009 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{
	padding: 0 0 0 0;
	margin: 0 0 8px 0;
	float: left;
	clear: both;
	overflow: hidden;
}

.filter_select_wrapper{
	float: left;
	padding-left:5px;
}

.filter_dropdown_wrapper{
	float: left;
}

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

.filter_select select{
width:155px;
}

.filter_input{
	padding: 5px 0px 0px 0px;
	clear:left;
}

.filter_input input{
	border: 1px solid #BEBEBE;
	background: url(filter.jpg) repeat-x;
	background-position: left bottom;
	cursor: pointer;
	float:left;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #283749;
	font-weight:bold;
	padding: 2px;
}

.clear_div{
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}

.ajax_overlay{
	background-color: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	position: absolute;
	z-index: 499;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

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

.refine_filter_input{
	padding: 0px 0px 0px 0px;
}

.refine_filter_input input{
	border: 1px solid #BEBEBE;
	background: #fff;
	background-position: left bottom;
	margin-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #283749;
	font-weight:bold;
	padding: 2px;
}

