.featured-cat {
	margin-left:0px;
	margin-right:13px;
	margin-top:10px;
	float: right;
	width: 140px;
	padding: 10px;
	border: 1px solid #C4C1BC;
}

.featured-cat-right {
	float: right;
	margin: 4px;
}

.featured-cat .cat-image {
	text-align: center;
}

.featured-cat .cat-image img {
	width: 140px;
	height: 140px;
	border: 1px solid #C4C1BC;
}

.featured-cat .cat-title {
	text-align: center;
	border-bottom: 1px solid #C4C1BC;
	margin-bottom: 8px;
	padding-bottom: 4px;
}

.featured-cat .cat-title a,
.featured-cat .cat-title a:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
	color: black;
}

.featured-cat ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px 0px 0px 4px;
	margin: 0px;
} 

.featured-cat li a, 
.featured-cat li a:hover
{
	padding-left: 4px;
	color: black;
}

