
.modules{
	padding-top:8px;
}

.module{	
	background-color:#000;
	border:1px solid #222;
	padding:0;
	margin:0;
}

.module_header h2 {
	font-family: "Arial Narrow", Helvetica, sans-serif;
    float: none;
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #CCC;
    background: #333;
    padding: 8px 24px;
	margin:0;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, .25);
    
}


/* FILTER LIST */

.active_filter {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 8px 24px 8px 24px;
    font-weight: bold;
    color: #CCC;
    font-size: 15px;

}
.active_filter li{
	margin:0;
	padding:0;
}


.active_filter .filter .filter-clear {
    text-indent: -9999px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 11px;
    background: url(/images/close.gif) no-repeat;
}

.active_filter .filter .filter-clear:hover {
    background-image: url(/images/close_hover.gif);
}

.inactive_filter {
    list-style-type: none;
    position: relative;
    font-size: 15px;

    margin: 0;
    color: #CCC;
	padding: 8px 24px 8px 24px;
	
}

.inactive_filter li{
	margin:0;
	padding: 0px 0px 5px 0px;
	
}