/* Comment */
#content .comment {
	position: relative;
	max-width: 960px;
	width: auto !important;
	width: 960px;
	margin-bottom: 10px;
	padding-top: 19px;
}

#content .comment .new {
	position: absolute;
	left: auto;
	right: 10px;
	top: 5px;
	width: 3em;
	padding: 0 0 2px;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#content .comment h3.title { display: none; }

#content .comment .comment-submitted {
	display: block;
	margin: 0;
	padding: 5px;
	position: absolute;
	left: 181px;
	top: 0;
	background: rgb(242,242,242) url() repeat-x left -35px;
	color: #aaa;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: none;
	border-left: 1px solid #999;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 9px;
	text-align: right;
}

#content .comment .comment-content {
	display: block;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	margin: 0 0 0 181px;
	padding: 10px;
	background: rgb(242,242,242) url() repeat-x left top;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

#content .comment .comment-content .content {
	max-width: 645px;
	width: auto !important;
	width: 645px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #fff;
	border-top: 2px solid rgb(230,230,230);
	border-right: 2px solid rgb(240,240,240);
	border-bottom: 2px solid rgb(250,250,250);
	border-left: 2px solid rgb(240,240,240);
}

#content .comment .comment-content .user-signature {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	border-top: 1px dashed #aaa;
}

#content .comment .links li {

}

#content .comment .links li a {
	margin-top: 3px;
	padding: 2px;
	color: #333;
	background: #eee url() no-repeat left center;
	border-top: 2px solid rgb(245,245,245);
	border-right: 2px solid rgb(240,240,240);
	border-bottom: 2px solid rgb(225,225,225);
	border-left: 2px solid rgb(240,240,240);
	outline: 1px solid #ddd;
	text-decoration: none;
}

#content .comment .links .comment_delete a {
	padding-left: 20px;
	background-image: url(/img/icon_delete_16.gif);
}

#content .comment .links .comment_edit a {
	padding-left: 20px;
	background-image: url(/img/icon_edit_16.gif);
}

#content .comment .links .comment_reply a {
	padding-left: 20px;
	background-image: url(/img/icon_comment_16.gif);
}

#content .comment .links li a:hover {
	text-decoration: underline;
}
