#SubCatList {
	list-style:none;
}

#SubCatList li {
	margin:0;
	float:left;
	width:35%;
	padding:0 5% 0 10%;
	margin-bottom:20px;
}

#SubCatList li .inner {
	border:1px solid red;
	padding:0 15px 0 30px;
}

#PlacesList {
	list-style:none;
}
