@charset "utf-8";
/* CSS Document */

.topics{    
	width:618px;
	padding:15px 15px 5px 15px;
	/*height:430px;*//*FF*/
	border:1px solid #EBEBEB;
	background:white;
	background:url(images/post_bg2.jpg) repeat-x bottom;
}

.topics:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.topics-title{    
	margin-bottom:20px;
	font-size:23px;
	font-weight:bold;
	/*background:url(images/text-st.jpg) no-repeat center left;*/
}

/**/
.topics-frame{
	width:186px;
	padding:10px;
	height:90px;
	float:left;
	display:inline;/*ie6fdp*/
	border-right:0px dotted #B4B4B4;
	border-bottom:0px dotted #B4B4B4;
}

.topics-frame-title{
	height:25px;
	margin-bottom:5px;
	width:80%;
}

.topics-frame-title span{
	width:80%;
}

.topics-frame-title span a, .topics-frame-title span span a:visited{
	display:block;
	padding:5px 10px;
	border:1px solid #64A0C8;
	color:#649FC6;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

.topics-frame-title span a:hover{
	background-color:#64A0C8;
	color:white;
}

.topics-frame-text{
	font-size:14px;
	line-height:20px;
	color:#333;
	height:60px;
}

.topics-frame-text a, .topics-frame-text a:visited {
    color:#333;
}

.topics-frame-text a:hover{
	color:#64A0C8;
}
/**/

.topics-all{
	width:650x;
	height:30px;
	margin:20px 0 20px 0;
}

.topics-all-frame{
	height:30px;
	width:240px;
	font-weight:bold;
	color:#649FC6;
	text-align:left;
	font-size:23px;
	padding:0px 15px 0 0px;
	line-height:30px;
	background:url(images/last_bg.jpg) no-repeat center right;
}