
/* forum addon */
div#forums a {
	text-decoration: none;
}

div#forums a:hover {
	color: #000;
}

table.header {
	table-layout: auto;
	margin: 0;
	width: 694px;
}

table.header td {
	color: #000;
	padding: 9px;
	text-align: left;
}

table.header td.forums {
	font-size: 18px;
	width: 329px;
}

table.header td.topics, 
table.header td.posts {
	width: 52px;
}

table.header td.latest {
}

ul.forums {
	border-bottom: 1px solid #d7d7d7;
	margin: 0 0 24px;
	padding: 0;
}

ul.forums li.header {
	background: #dcdcdc url(/cssimg/sprites-bg.png) 0 -495px repeat-x;
	border-bottom: 1px solid #cdcdcd;
	margin: 0;
	width: 100%;
}

ul.forums li {
	border-bottom: 1px solid #d7d7d7;
	list-style: none;
}

ul.forums li:last-child {
	border: none;
}

ul.forums img {
	float: left;
	margin: 6px 0 0 9px;
	display: inline;
}

table.forum {
	margin: 0;
	width: 661px;
}

table.forum h3 {
	font-size: 14px;
	text-align: left;
}

table.forum h3 a {
	color: #0066bc;
	display: block;
	text-decoration: none;
}

table.forum h3 a:hover {
	text-decoration: underline;
}

table.forum td {
	font-size: 10px;
	padding: 9px;
	text-align: left;
}

table.forum td.name {
	width: 300px;
}

table.forum td.topics,
table.forum td.posts {
	width: 50px;
}

table.forum td.lastpost {
}

ul.cap-top, ul.cap-bottom {
	height: 36px;
	margin: 0;
	padding: 0;
}

ul.cap-bottom {
	margin: 18px 0 0;
}

ul.cap-top  li, ul.cap-bottom li {
	display: inline;
	height: 36px;
	list-style: none;
}

li.actions a {
	margin-left: 18px;
}

li.actions a img {
	margin: 0;
}

div.forum-container {
}

div.forum-container img {
	margin: 0;
}

div.forum-container li.nav-page, div#forums li.breadcrumb {
	float: left;
}

ul.cap-top li.breadcrumb {
	display: none;
}

body#page-support li.breadcrumb {
	color: #000;
	display: inline;
}

.breadcrumb .topic {
	display: none;
}

div.forum-container li.actions, div.forum-posts-container li.actions  {
	float: right;
}

table.topic-list {
	margin-bottom: 36px;
	width: 99%;
}

table.topic-list th {
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
}
table.topic td{
	border-width:0 0 1px 0;	
}
table.topic-list th.name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

div#catforumoutput {
	border-top: 0px solid #ccc;
}

table.topic {
	border-bottom: 0px solid #ccc;
	height: 36px;
	width: 100%;
}

table.topic td {
	font-size: 11px;
	padding: 3px 0;
	vertical-align: middle;
}

th.name, td.name {
	width: 400px;
}

table.topic div.icon {
	float: left;
	margin: 0 6px 0 0;
	display:none;
}

table.topic td.name {
	font-size: 12px;
	font-weight: bold;
}

th.replies, td.replies, th.views, td.views {
	font-size: 11px;
	text-align: center;
	width: 10%;
}

th.date, table.topic td.date {
	font-size: 11px;
	padding-left: 24px;
	text-align: left;
	width: 24%;
}

table.topic td.date {
	padding-left: 30px;
}

div#forums h1 {
	font-size: 18px;
	font-weight: bold;
}

div#forums div.forum-registration h2 {
	font-size: 14px;
	font-weight: bold;
}

div#forums div.form {
	margin: 0 0 18px;
}

body#page-support div.user {
	position: absolute;
	right: 18px;
	top: 9px;
}

div.forum-posts-container h2 {
	font-size: 18px;
	margin: 0 0 3px;
}

div.post {
	border-bottom: 1px solid #ccc;
}

table.box {
	font-size: 12px;
	width: 100%;
}

#catforumoutput table.box .action a {
	color: #fff;
	text-decoration: none;
}

div.post table.box .action a:hover {
	color: #fff;
}

div.post td.post {
	font-size: 12px;
	line-height: 18px;
	padding: 18px;
	vertical-align: top;
}

div.post td.action {
	border-top: 1px solid #ddd;
	height: 27px;
	padding: 3px;
	text-align: right;
	vertical-align: middle;
}

div.post h3 {
	background: #eee;
	color: #666;
	font-size: 11px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0 9px;
	letter-spacing: 0.1em;
}

div.post td.author {
	padding: 18px 18px 0 0;
	vertical-align: top;
	width: 172px;
	text-align: right;
}

div.post h4.name {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px 0;
	text-align: right;
}

div.post p.total-posts {
	font-size: 11px;
	font-weight: normal;
	margin: 18px 0;
}

div.post td.post, div.post td.action {
	border-left: 1px solid #ddd;
}

table.topic td.name .icon img {
	margin: 0 6px 0 0;
}


