
.left {
	width: 450px;
	float: left;
}

.left ul {
	list-style-type: none;
}

.left li {
	border-top: 1px solid #414441;
	padding: 10px 0 20px 0;
}

 .left li h2 {
	padding-bottom: 10px;
}

 .left li a {
	text-decoration: none;
}


/* MIDDLE & RIGHT */
 .right,
 .middle {
	width: 250px;
	float: left;
	margin: 20px 10px 0 10px;
}

 .right { width: 200px; }

 .right h3,
 .middle h3 {
	margin-bottom: 10px;
}

 .right ul,
 .middle ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

 .right li,
 .middle li {
	float: left;
	clear: both;
	width: 100%;
}

 .categorys a {
	border-top: 1px solid #414441;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	float: left;
	width: 90%;
}

.categorys a.feed {
	background: url('../../images/feed-icon-14x14.png') no-repeat center center;
	height: 25px;
	width: 15px;
	float: left;
}

a.feed span {
	display: none;
}

 .right a { border: 0px solid #414441; }
 .right a img { border: 0px solid #414441; }



 .middle a span {
	margin-left: 10px;
}

 .right h3,
 .middle h3 {
	font-size: 1.4em;
}

 .portalbox {
	margin-top: 20px;
	clear: both;
	float: left;
}

