/* default styling for the magictags */

a {outline:0;}

ul.magictags{
	list-style:none;
	/* display:inline-block; */
	padding:0px;
	/* border-bottom:1px solid #E0E0E0; */
	margin-bottom:10px;
	margin-top:0px;
	padding-bottom:5px;
}

ul.magictags li{
	list-style:none;
	/* display:inline-block; */
	
	/* padding-left:17px; */

}




ul.magictags span{
	
	/* height:35px; */
	/* padding-right:17px; */
}


 


ul.magictags a{
	/* display: inline-block; */
	/* height:35px; */
	text-decoration:none;
	color:#3d3d3d;
	color:#666666;
	 /* background: url(../images/magictag_passive_mid.png) repeat-x; */
	padding:0px;
	/* line-height:10px; */
}

ul.magictags ul.location li{

font-size: .95em;
padding-bottom: 2px;
}

ul.magictags a:hover, ul.magictags a.selected:hover{
	color:black;
}

/* surrounding styles */
ul.magictags li.mtagcontrol-filter{
	
	color: #999999;
	padding:0px;
	padding-right:20px;
	line-height:15px;
	padding-top:20px;
	padding-bottom: 10px;
}

ul.magictags li.mtagcontrol-filter-date{
	
	color: #999999;

	line-height:15px;
	padding-top:10px;
	padding-bottom: 10px;
}


ul.magictags li.mtagcontrol-clear span{
	background:none;
	padding:0px;
}

ul.magictags li.mtagcontrol-clear{
	 /* background: url(../images/right_bracket.png) no-repeat; */
}

ul.magictags a.mtagcontrol-clear{
	background: none;
	color: #999999;
}


/* Selected Tags */
ul.magictags li.selected{
 /* background: url(../images/magictag_active_left.png) left no-repeat; */
}

ul.magictags span.selected{
	/* background: url(../images/magictag_active_right.png) right no-repeat; */
}

ul.magictags a.selected{
	color:black;
	text-decoration:underline;

/*	background: url(../images/magictag_active_mid.png) repeat-x; */
}