/* CSS Document */
/* top, right, bottom, left*/
#main ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
}
#main li {
	margin: 15px 5px 15px 0px;
	float: left;
	width: 225px;
}
#main .topic-desc {
	margin: 15px 0px 15px 0px;
}
#main .topic-url {
	font-weight: bold;
	font-size: 16px;
}
#sub {
	clear:both;
	margin: 10px 25px 15px 0px;
}
#sub ul {
	margin: 10px 15px 15px 0px;
	list-style:none;
}
#sub .topic-desc {
	margin: 10px 0px 20px 10px;
}
#sub li strong {
	font-size: 14px;
	color: #1384ac;
}
#sub hr {
	margin-top: -10px;
}
#sub .comments {
	border: #CCCCCC solid 1px;
	padding: 10px;
	margin: 15px 0px 0px 0px;
}
#sub .name a {
	font-weight: bold;
	color: #51b33c;
}

#sub .addcomment textarea {
	width: 100%;
}
#sub .thumb-div {
	float:right;
	height:18px;
	width:80px;
	text-align:right;
}
#sub .red {
	color:#ed2323;
}
#sub .green {
	color:#319915;
}
#sub p {
	 padding-top:3px;
}
.thumbbutton { 
	cursor:pointer;
}
.tools {
	background-color:#D7FFD7;
	padding:5px;
}