/*
+----------------------------------------------------------------------+
| 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           |
|                                                                      |
+----------------------------------------------------------------------+
*/

.filter_select_wrapper {
	float: left;
}
.filter_dropdown_wrapper {
	float: left;
}
.filter_select {
	padding: 2px 5px;
	font-weight: bold;
	float: left;
}
.filter_input {
	float: right;
	padding: 0px 0px 0px 5px;
}
.filter_input input {
	border: 1px solid black;
	cursor: pointer;
}
.clear_div {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 0px;
}
.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;
}


/* new fields */
.adv_filter_sort {
	display:block;
}
.filter_top1 {
	display: block;
	width:650px;
	overflow:hidden;
	background: url(images/bg.gif) top left repeat-y;
}
.filter_top2 {
	display: block;
	padding:8px 19px 0px 14px;
	background: url(images/top.gif) top left no-repeat;
}
.filter_top2 td {
	padding:0px 0px 5px 0px;
	vertical-align:bottom;
}
.filter_bottom {
	display: block;
	width:650px;
	height:10px;
	overflow:hidden;
	background: url(images/bottom.gif) top left no-repeat;
}
.f_title {
	display:block;
	padding:0px 0px 10px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	font-weight:bold;
	color:#e50278;
}
.filter_title {
	display:block;
	float:left;
	margin-left:20px;
	padding:7px 0px 0px 0px;
	font-size:13px;
	text-align:right;	
}
.filter_title_first {
	margin-left:0px;
	width:70px;
}
.filter_select {
	display:block;
	padding:5px 0px 0px 0px;
	float:left;
}
.filter_hint {
	display:block;
	float:left;
	margin-left:18px;
	padding:7px 0px 0px 0px;
	font-size:12px;
}
.apply_filter {
	cursor:pointer;
}

/* filter for women products */
.filter_type1 {
	display: block;
	position:relative;
	width:650px;
	overflow:hidden;
	background: url(images/curls-for-women-filter-bg1.jpg) top left no-repeat;
	height:auto!important;
	height:100%;
	min-height:100%;
}
.filter_type1_bottom {
	position:absolute;
	bottom:0px;
	width:100%;
}
.filter_type1_bottom .inner {
	display: block;
	width:650px;
	height:26px;
	overflow:hidden;
	background: url(images/women-filter-bottom.png) top left no-repeat;
}
.filter_type1 .f_title {
	padding:12px 19px 10px 14px;
}
.filter_type1 .f_body {
	display:block;
	position:relative;
	z-index:2;
	width:450px;
	overflow:hidden;
	padding:0px 0px 10px 14px;
}
.filter_type1 .f_link {
	display:block;
	position:absolute;
	top:20px;
	right:0px;
	z-index:1;
}
.filter_type1 .f_link span {
	display:block;
	width:184px;
	height:84px;
	overflow:hidden;
	background: url(images/give-custom-cocktail.png) top left no-repeat;
	cursor:pointer;
}

/* filter for kids products */
.filter_type2 {
	display: block;
	position:relative;
	width:650px;
	overflow:hidden;
	background: url(images/curly-q-for-kids-filter-bg1.jpg) top left no-repeat;
	height:auto!important;
	height:100%;
	min-height:100%;
}
.filter_type2_bottom {
	position:absolute;
	bottom:0px;
	width:100%;
}
.filter_type2_bottom .inner {
	display: block;
	width:650px;
	height:26px;
	overflow:hidden;
	background: url(images/kids-filter-bottom.png) top left no-repeat;
}
.filter_type2 .f_title {
	padding:12px 19px 10px 14px;
}
.filter_type2 .f_body {
	display:block;
	position:relative;
	z-index:2;
	width:410px;
	overflow:hidden;
	padding:0px 0px 15px 14px;
}
.filter_type2 .f_link {
	display:block;
	position:absolute;
	top:6px;
	right:6px;
	z-index:1;
}
.filter_type2 .f_link span {
	display:block;
	width:258px;
	height:96px;
	overflow:hidden;
	background: url(images/select-the-best-products.png) top left no-repeat;
	cursor:pointer;
}
