.catlist {
	width:100%;
}
.catlist .title{
	display:none;
}
.catlist .images-catlist,.catlist .name-catlist  { display:none; }
.catgrid {
	margin:0;
	float: left;
	width: 50%;
}
.catlist .last {
	border-right: none;
}
.footer-static-content .catlist  li { line-height:25px; }
.footer-static-content .catlist  li a {
	color: #b6b6b6;
	font-family: 'Khula', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#afafaf;
	padding-left:30px;
    text-transform: uppercase;
	background:url("../images/bg-catlist.png") no-repeat 0 0;
}
.footer-static-content .catlist  li a:hover {
	background:url("../images/bg-catlist.png") no-repeat 0 0;
	padding-left:30px;
	color:#ca7379;
}
.footer-static-content .catlist  li a:before { display:none; }
.catgrid ul li a {
	color: #000;
	padding-left: 10px;
	text-decoration:none;
}
.catgrid ul li a:hover {
	padding-left: 10px;
	text-decoration:underline;
}

.catlist_level_top h3 {
	color: #4C4C4C;
	font-size: 1.3em;
	line-height: 2.8em;
	margin-bottom: -5px; 
	padding-left: 10px;
	text-transform: uppercase;
}

.catlist_level_top img {
	padding: 0 20px;
}
@media (max-width: 410px) {
	.catgrid { width:100%; }
}