@CHARSET "UTF-8";

#productFilter {
	position: relative; 
	width: 98%;
	display: block; 
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
}

#productFilter p, #productFilter h4 {
	color: #808181;
}

.filterOption { float: left; margin-right: 10px; margin-bottom: 5px; }
.filterOption1 { float: right; margin-right: 10px; margin-bottom: 5px; }
#productFilter .filterOption h4, .filterResultCounter h4 { padding: 0; margin: 0; font-weight: bold; color: #b858dd; }
.filterOption1 h4, .filterResultCounter h4 { padding: 0; margin: 0; font-weight: normal; color: #000; }
.clearboth { clear: both; height: 0px; font-size: 0px; }
#amount { border:0; color:#855c86; font-weight:bold; background-color: none; background: transparent; margin-bottom: 5px; }
#slider { width: 200px; }
.leftpaddedMsg { float: left; padding-left: 5px; padding-right: 7px; }
.show_filter_results_btn, .reset_filter_results_btn { float: left; padding: 2px; }
.filterResultCounter { float: left; width: 100%;}
.paddedButton { margin-top: 2px; margin-bottom: 2px; margin-left: 10px; margin-right: 5px; }
.sortInputs { margin-left: 25px; float: left; }

.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(img/dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(img/dropdown_hover.png);
	border-color: #9b3ea1;
}

.ui-dropdownchecklist-text {
	color: #808181;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #9b3ea1;
}

.ui-dropdownchecklist-item {

}

.ui-dropdownchecklist-item-hover {
	background-color: #a482a3;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}
.ui-dropdownchecklist-dropcontainer-wrapper { z-index: 10; }
.ui-dropdownchecklist-wrapper { margin-right: 4px !important; }

#processing_overlay {
	position: absolute;
	z-index: 99998;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color:#000;
	opacity:0.5;
	filter: alpha(opacity=50);
	cursor:wait;
}						

#processing_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #855c86;
	color: #000;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#processing_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	background-color:#669900;
	color: #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#processing_content {
	text-align: center;
	padding: 1em 1.75em;
	margin: 0em;
}

#processing_message {
	text-align:center;
	vertical-align:middle;
}


.oneColumn { margin-bottom:5px; padding:10px; }
.oneColumn .leftBox { float:left; }
.oneColumn .rightBox { float:right; padding-right:0; width:150px; }
.oneColumn .middleBox { height:1%; margin-left:143px; margin-right:150px; }
.oneColumn .leftBox .background { margin:0; padding:0; height:106px; width: 133px;}
.imageThumb { background-color:#FFFFFF; background-position:center center; background-repeat:no-repeat; border:1px solid #CCCCCC; float:left; height:106px; width:133px; }
img.noimageThumb, .imageThumb img { height:106px; width:133px; }
.product_listing .price_box { margin-bottom:10px; margin-left:auto; margin-right:auto; text-align:center; width:126px;}
.price_box .price { color:#3B3B3B; font-weight:800; padding:10px 0;}
.vpe, .taxInfo, .shippingLink, .shippingLink a { font-size:9px; }
.price_box .price_addon { margin:0 0 5px; }
.product_listing h1 { font-size:12px; font-weight:800; text-align:left; margin:0 0 5px; padding:0; width:auto; }
.products_sort { background-color:#E0F3CD; padding: 2px; margin-bottom: 10px;}
a.pageResults { /*color: #000; border:1px solid;*/ padding:2px 3px; }

.twoColumned {
	float: left;
	width: 50%;
	display: block;	
	padding: 0px !important;
}
