﻿/* ------- filteri -------- */

.filters-categories 
{
	border:solid 2px #1585DB; 
	width:198px; 
	clear:both; 
	float:left; 
	padding:10px; 
	margin:5px 0 0 0;
}
.filters-categories ul.filters-breadcrumbs { list-style-type:none;} 
.filters-categories ul.filters-breadcrumbs li { display:block; float:left; padding-right:5px;}
.filters-categories ul.filters-subcategories {list-style-type:none;}
.filters-categories ul.filters-subcategories li { display:block; float:left; padding-right:5px; }
.filters-categories .filters-breadcrumbs .current {  color:#FD8000; }



.filters 
{
	clear:both; 
    display:block; 
    float:left; 
    width:263px; 
    background: transparent url(assets/sidebar-bg2.png) 0 0 repeat-y;
}

.filters h2
{
	font-size:14px;
	float:left; 
	font-weight:bold; 
	margin:-27px 0 8px 8px; 
	padding:0 0 0 18px;
	color:#fff;
	background:transparent url(assets/heading-ball.png) left center no-repeat;
}
.filters a{color:#fff}

.filter 
{
	float:left; 
	display:block; 
	width:205px; 
	padding:3px 5px 3px 14px;
	font-size:12px; 
	overflow:hidden;
	margin:2px 0 2px 20px;
	position:relative;
	clear:both;
	background: transparent url(assets/filter-border.png) 0 bottom no-repeat;
}
*html .filter 
{
	margin:2px 1px 2px 1px;
}
.filter-name  
{
	display:block; 
	font-size:12px; 
	clear:both; 
	margin-bottom:4px;
	white-space:nowrap;
	clear:both;
	font-weight:bold;
	color:#faac01;
}
.openfilter{background:transparent url(DropDownMenu/arrow.png) right center no-repeat;}
.closefilter{background:transparent url(DropDownMenu/arrow-up.png) right center no-repeat;}
.filter-add   {padding-left:2px; display:block; float:left;  clear:both; font-size:9px; white-space:nowrap;}
.filter-add  a {font-size:12px; line-height:1.5em; text-decoration:none}
.filter-add  a:hover {text-decoration:underline;}
.filter-add span {color:#ddd; font-size:11px; font-weight:bold;}

.filter-pages 
{
	display:block; 
	position:absolute;
	bottom:5px;
	left:50px;
	font-size:9px; 
	width:100px; 
	text-align:center; 	
}

.filter-pages a {padding-left:8px;}

a.filter-remove  
{ 
	display:block; 
	float:left; 
	clear:both; 
	background:#35A2F5 ; 
	color:#000;
	width:215px; 
	font-size:14px;
	font-weight:bold;
	padding:3px 16px 3px 20px;
	margin-left:-14px;
	background:transparent url(assets/filter-remove.png) no-repeat left center;
}

.filter-removeAll 
{
	font-size:12px;
	font-weight:bold; 
	float:right;
	clear:both; 
	padding:2px 20px 2px 0;
	margin-right:20px;
	text-decoration:none; 
	color:#666;
	background:transparent url(assets/ukloni-sve-filtere.png) no-repeat right center;
}
.filter-removeAll:hover{color:red}

.filters-showitems
{
	float:left; 
	clear:both; 
	font-weight:bold; 
	padding:5px 0 10px 0;
	margin-bottom:5px;
	color:#2A2A86;
	background:transparent url(assets/arrow-expand.png) no-repeat center bottom;
}

/* ------- /filteri -------- */
