.forum-title {
	font-size: 1.2em;
}

.classes ul {
	border: 0;
	margin: 0;
	padding: 4px;
	list-style: none;
	overflow: hidden;
	width: 940px;
}
.classes ul li {
	position:relative;
	width: 19%;
	float: left;
	height: 24px;
}

.classes ul a {
	padding: 0 0 0 36px;
	float: left;
	line-height: 24px;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.classes ul a img {
	position: absolute; top: 0; bottom: 0; left: 0;
	margin: auto 8px;
}

.forum {
	/*font-size: 1.1em;*/
}

.forum ul {
	display: block;
	white-space: nowrap;
}

.forum ul li {
	background: url('/assets/images/forum/bg-row-blue.png') top repeat-x;
	border: 1px solid #000;
	display: block;
	line-height: 2.8em;
	list-style-type: none;
}

.forum ul li:hover {
	background: url('/assets/images/forum/bg-row.png') top repeat-x;
}

.forum ul li:hover dd {
	border-left-color: #444;
}

.forum ul li dl {
	padding: 2px 0;
	/*height: 1%;*/
	overflow: hidden;
}

.forum ul li dt {
	padding-top: 4px;
	display: block;
	float: left;
	line-height: 1.3em;
	margin-left: 42px;
	width: 517px;
}

.forum ul li dd {
	background:  url('/assets/images/forum/divider.gif') left no-repeat;
	display: block;
	/*border-left: 1px solid #222;*/
	float: left;
	text-align: center;
	padding: 3px 0;
	width: 83px;
}

.forum li.header {
	background: url('/assets/images/forum/bg-row.png') top repeat-x;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 12px;
}

.forum li.header dt a:link, .forum li.header dt a:visited
{
	color: #888;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
}

.forum li.header dt a:hover, .forum li.header dt a:active {
	color: #ddd;
}

.forum li.header dd {
	background:  url('/assets/images/forum/divider-header.gif') left no-repeat;
}

.forum dd.lastpost {
	line-height: 1.3em;
	width: 186px;
}

.forum dd.lastpost a {
	font-size: 1.1em;
}

.forum h2 a {
	font-size: 1.4em;
}

.forum a {
	font-size: 1.3em;
}

.forum ul li dt p {
	color: #888;
	font-size: 1em;
	margin: 1px 0 0 8px;
}

.forum ul li dt a {
	display: block;
	height: 100%;
	width: 100%;
	margin-right: 20px;
	cursor: pointer;
}

.forum ul li dt a span {
	display: block;
	color: #888;
	font-size: 0.8em;
	margin: 1px 0 0 8px;
}

.forum-icon {
	background-position: 8px 5px;
	background-repeat: no-repeat;
}

.forum-login ul {
	margin: auto auto;
	width: 420px;
}

.forum-login ul li {
	margin: 12px 0;
}

.forum-login ul li dl dt, .forum-login ul li dl dd {
	float: left;
}

.forum-login input {
	background: #0f0f0f bottom repeat-x !important;
	border: 1px solid #0a1c2e;
	color: #ababab;
	letter-spacing: 1px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	width: 242px; 
}

/*
.linklist, .rightside, .navlinks, .search-box, .right, .linklist a {
	height: 0; width: 0;
	visibility: hidden;
}
*/