#filters{
	margin:0 auto 15px;
	border-bottom:1px dotted #CCC;
	overflow:hidden;
	text-align:center;
	font-weight:bold;
	
    }

#filters a{
	display:block;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-size:small;
	color:#000000;
	cursor:pointer;
	padding:7px 14px;
	background-color:;background-repeat:repeat;
	border-width:0px;
	border-style:none;
	border-color:;
	font-family:Droid Arabic Kufi, serif;
	}
 	

#filters li{
	display:inline-block;
	margin:0 2px 15px 5px; /* margin:0 15px 5px 0; */
	-moz-box-shadow:#666666 2px 2px 2px;
	-webkit-box-shadow:#666666 2px 2px 2px;
	box-shadow:#666666 2px 2px 2px;
	background-color:#BBB8A6;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));  
	background-image:linear-gradient(180deg,rgba(255,255,255,0.6),rgba(255,255,255,0));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	font:20px Droid Arabic Kufi, sans-serif;
	color:#555555;
	text-shadow:#FFFFFF 1px 1px 1px;
	filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#99FFFFFF,endColorstr=#00FFFFFF)}
	}

#filters li a{
	text-decoration:none;
	text-transform:uppercase;
	line-height:16px;
	color:#707070;
	float:left;
	padding:0 6px;
	font-size:11px;
	
	
}

#filters li.current a,#filters li a:hover{
	color:#fff;
	background-color:#D41C1C;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border-style:none;
	color:#FFFFFF;
	-moz-box-shadow:#666666 2px 2px 2px;
	-webkit-box-shadow:#666666 2px 2px 2px;
	box-shadow:#666666 2px 2px 2px;
	background-color:#D41C1C;
	background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));
	background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));  
	background-image:linear-gradient(180deg,rgba(255,255,255,0.6),rgba(255,255,255,0));  
	background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.6),rgba(255,255,255,0));
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

 #filters li:hover>a, #filters li a.pressed{
	border-style:none;color:#FFFFFF;}
 #filters li:hover>a, #filters li > a.pressed{
	border-style:none;color:#FFFFFF;text-decoration:none;}
 
 #filters a:active,  #filters a:focus{
	outline-style:none;}

 