.topic-list {}
.topic-list h1 {font-size:16px; font-weight:bold;}
.topic-list .cell-white, .topic-list .cell-gray {
	padding:5px 10px;
	border-bottom: 2px dotted #777; 
	color:#777; 
	height:45px;
}

.topic-list .cell-white {background: #eee;}
.topic-list .header {float:left; width:350px;}
.topic-list .header .service a {font-size:12px; color:#f00;}
.topic-list .features {float:right; width:150px; font-size:12px;}


.topic-view {padding:5px;}
.topic-view .header {
	padding:5px 30px;
	background:#aaa;
	color:#fff;
}
.topic-view .header h1 {
	font-size: 18px;
	font-weight:bold;
}
.topic-view .header a {color:#fff}
.topic-view .header a:hover {color:#ddd}
.topic-view .header .author {
	margin-top:20px;
	font-size: 16px;
	font-weight:bold;	
}
.topic-view .header .message {
	margin-top:20px;
	font-size: 14px;
	font-weight:bold;	
}

.add-comment {
	background:#fff;
	padding:0 50px;	
}
.comments {
	background:#fff;
	font-size:12px;
	font-family: Georgia,serif;
	padding:5px;
}
.comments .comment-gray, .comments .comment-white {
	padding:5px;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}
.comments .comment-gray {
	background:#F3F3F3;	
}
.comments .features {
	color:#aaa;
	text-align:left;
	font-size:11px;
	font-weight:normal;	
}
.comments .features a {color:green}

.create-theme {font-weight:bold; padding:3px; background:#aaa; color:#fff}
