@charset "utf-8";

.none {
	display: none;
}

#topics_container {
	width: 745px;
}

.topic_article {
	clear: both;
	overflow: hidden;
}

#bgt_topics {
	background: url(../image/topic/bg_title.jpg) no-repeat right;
}

.title_topics {
	background: url(../image/topic/title_topics.gif) no-repeat;
	height: 84px;
	display: block;
	margin: 0px 0px 20px;
}

.title_article {
	background: url(../image/topic/bg_articles.gif) repeat-x top;
	line-height: 40px;
	color: #b24d97;
	clear: both;
	font-size: 90%;
	text-indent: 6px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.title_article a {
	color: #b24d97;
	font-weight: bold;
}

.title_article a:hover {
	color: #ff006c;
}

.news_histoy a {
	color: #ef6300;
}

.news_histoy a:hover {
	background-color: #ffb47f;
}

.img_bg {
	background:url(../image/topic/bg_image.gif) repeat-x;
	border: 1px solid #d5d5d5;
	background-color: #fcf1f7;
	padding: 10px;
	width: 242px;
	float: left;
	margin: 0px 20px;
}

.bgt_content {
	background: url(../image/topic/bgt_cont.gif) repeat-x;
	width: 420px;
	float: left;
	margin: 0px 0px 10px;
}

.title_content {
	background: url(../image/topic/title_content.gif) no-repeat;
	height: 14px;
	width: 68px;
	margin: 0px;
	padding: 0px;
}

.topic_article p {
	padding-bottom: 20px;
	font-size: 87%;
}

