@charset "utf-8";
/* HABBOTIMES ARTICLES 1.0.0 */

#article {
	margin: 25px 90px 25px 90px;
}

#article .date {
	float: right;
}

#article p {
	line-height: 1.7;
	margin: 10px 0;
	font-size: 11px;
}

.articlefull {
	font-size: 16px;
	color: #008ec3;
}

#article li {
	line-height: 1.6;
	/*max-width: 250px;*/
}

#article ul {
	list-style-image:url(list_style_image.gif);
}

#article .author {
	color: #5e7f92;
	font-size: 10px;
}

#article .autorbg {
	background: url(/assets/img/web_2.0.0/newslist_bg.png) 1px 1px repeat-y;
	margin: 20px 0;
	padding: 15px 0 5px 0;
}

#gallery {
	border: solid 1px #8ba7b8;
	padding: 5px;
	margin-top: 20px;
}

#gallery img {
	border: solid 1px #000000;
	margin: 1px;
}

#gallery_top {
	padding: 3px;
	background: #8ba7b8;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
}

#spoiler {
	height: 1px;
	overflow: hidden;
}

#spoiler_msg {
	border: 1px solid #36710e;
	padding: 10px;
	background: #f5ffef;
	color: #36710e;
	text-align: center;
	overflow: hidden;
}

#spoiler_msg input {
	border: 1px solid #36710e;
	background: #ffffff;
	color: #36710e;
}

.spoiler_comments {
	height: 9px;
}

#comments {
	margin: 10px 50px 20px 50px;
}

.comment_top {
	width: 615px;
	height: 10px;
	background: url(./../img/article_com_top.png) no-repeat center;
}

.comment_bg {
	width: 615px;
	background: url(/assets/img/web_2.0.0/newslist_bg.png) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

.comment_txt {
	padding: 4px 10px 10px 115px;
	font-size: 11px;
	line-height: 1.7;
	color: #455e6c;
	display: block;
	outline: none;
}

.comment_txt a{
	font-weight: bold;
}

.comment_msg {
	background: url(./../img/commentmsg.png) 50px center no-repeat;
}

.comment_txt strong {
	font-size: 12px;
}

.comment_date {
	color: #88a5b6;
	margin: 0 10px 0 115px;
	padding: 10px 0;
	border-top: 1px dotted #e1e7eb;
	font-size: 9px;
	font-weight: bold;
}

.comment_date a{
	font-weight: bold,
}

.comment_txt img{
	margin-top: 3px;
}

#comment_add {
	padding: 5px;
	text-align: right;
}