/**
* OPTION FILTERS AND SORT AND SEARCH
*/

#product-filters 
{
	padding: 0px 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 15px;
	
	border: solid 0px #ddd;
	border-radius: 0px;
	
	background: #feedf2;
}

#product-filters select,
#product-filters input
{
	margin-bottom: 0px;
}

#product-filters input#search-keyword
{
	max-width: 150px;
}

#product-filters .selectboxit-container .filter-id
{
	max-width: 100px;
}

#product-filters .selectboxit-container .sort-id
{
	max-width: 150px;
}

#product-filters .selectboxit-container ul
{
	width: 150px;
}

#product-filters input#search-keyword.inactive
{
	color: #ccc;
	font-style: italic;
}

#product-filters #reset-keyword
{
	display: inline-block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;	
	background: url(../../images/checked_0.png) center no-repeat;
	z-index: 10;
	cursor: pointer;
}

#product-filters #reset-keyword.inactive
{
	display: none;
}

#product-filters .filter-block
{
	position: relative;
	display: inline-block;
	padding: 10px 5px;
	vertical-align: middle;
}

#product-filters .filter-block select
{
	max-width: 200px;
	width: auto;
}


/*
ATTRIBUTE FILTERS
*/
#attributes-filter
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#attributes-filter h3
{
	margin: 0px 0px 5px 0px; 
	padding: 3px 8px;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
	
	background: #3e3038; /* Old browsers */
	background: -moz-linear-gradient(top,  #3e3038 0%, #0e0b0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3038), color-stop(100%,#0e0b0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e3038 0%,#0e0b0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e3038 0%,#0e0b0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e3038 0%,#0e0b0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e3038 0%,#0e0b0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3038', endColorstr='#0e0b0c',GradientType=0 ); /* IE6-9 */		
}

#attributes-filter .reset-attr-group
{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 5px;
	float: right;
	background: orange url(../../images/remove.png) center no-repeat;
	background-size: 80%;
	cursor: pointer;
	visibility: hidden;
}

#attributes-filter .reset-attr-group.active
{
	visibility: visible;
}

#attributes-filter .reset-attr-group:hover
{
	background-color: #ccc;
}

#attributes-filter .attribute-block
{
	min-width: 80px;
}

#attributes-filter .wrap
{
	padding: 5px;
	border: solid 1px #ccc;
	margin: 3px;
	border-radius: 5px;
}

#attributes-filter a.param-value
{
	display: inline-block;
	margin: 1px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	text-decoration: underline;
	padding: 3px 10px 3px 10px;
	border-radius: 1px;
}

#attributes-filter a.param-value:hover
{
	background: #ddd;
	text-decoration: none;
}

#attributes-filter a.param-value.active
{
	color: #fff;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
	background: orange url(../../images/remove.png) right center no-repeat;
	background-size: 12px 12px;
}

#attributes-filter .buttons-block
{
	background: #eee;
	padding: 5px;
	border-radius: 5px;
	margin-top: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#attributes-filter .buttons-block a
{
	margin: 7px 5px;
}

#attributes-filter .buttons-block a:first-child
{
	margin-left: 10px;
}

#attributes-filter .buttons-block select
{
	margin-bottom: 0px;
}

#attributes-filter .buttons-block label
{
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	font-size: 13px;
}

#attributes-filter .buttons-block #search-keyword
{
	width: 180px;
	margin: 0px 5px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

#attributes-filter .buttons-block #search-keyword.inactive
{
	color: #ccc;
	font-weight: normal;
}



/**
* OPTION FILTERS
*/


#options-filter
{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#options-filter h3
{
	margin: 0px 0px 5px 0px; 
	padding: 8px 8px 1px 8px;
	font-size: 13px;
	color: inherit;
	font-weight: bold;
}

#options-filter .reset-option-group
{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 5px;
	float: right;
	background: orange url(../../images/remove.png) center no-repeat;
	background-size: 80%;
	cursor: pointer;
	visibility: hidden;
}

#options-filter .reset-option-group.active
{
	visibility: visible;
}

#options-filter .reset-option-group:hover
{
	background-color: #ccc;
}

#options-filter .option-block
{
	min-width: 80px;
}

#options-filter .wrap
{
	background: #f3e6ce;
	margin: 3px;
	padding: 5px 5px 10px 5px;
	border-radius: 5px;
	border: solid 1px #e4d5b8;
	box-shadow: inset #fff 0px 0px 10px;
}

#options-filter a.option-value
{
	display: inline-block;
	margin: 2px;
	font-size: 11px;
	line-height: 11px;
	color: inherit;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border-radius: 4px;
	border: solid 1px #ddd;
	background: #fff;
}

#options-filter a.option-value:hover
{
	background: #F9EED6;
	text-decoration: none;
}

#options-filter a.option-value.active
{
	color: #fff;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
	background: orange url(../../images/remove.png) right center no-repeat;
	background-size: 12px 12px;
}

#options-filter .option-values {
	margin: 0px 5px;
}

#options-filter .buttons-block
{
	margin-left: 3px;
	margin-top: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#options-filter .buttons-block a
{
	margin: 7px 5px;
}

#options-filter .buttons-block a:first-child
{
	margin-left: 10px;
}

#options-filter .buttons-block select
{
	margin-bottom: 0px;
}

#options-filter .buttons-block label
{
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	font-size: 13px;
}

#options-filter .buttons-block #search-keyword
{
	width: 180px;
	border-radius: 6px;
	padding: 5px;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: top;
	color: inherit;
	
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
}

#options-filter .buttons-block #search-keyword.inactive
{
	color: #ccc;
	font-weight: normal;
}

#options-filter .buttons-block .btn {
	vertical-align: top;
	margin: 1px 5px 0px 5px;
	padding: 5px 10px;
	padding-left: 35px;
	font-size: 12px;
	border: solid 1px #ded0b4;
	box-shadow: inset #fff 0px 0px 10px;
	color: inherit;
}

#options-filter .buttons-block .btn:hover {

	text-decoration: underline;
}

#options-filter .buttons-block .btn-apply {
	background: #DEE7CB url(../../images/checked_1.png) 10px 50% no-repeat;
}

#options-filter .buttons-block .btn-reset {
	background: #FBDEDE url(../../images/checked_0.png) 10px 50% no-repeat;
}