/* {{{ newstopics
 * ============================================================================================ */
#content .newstopics{margin-bottom:10px;}
#content .newstopics .section {
padding: 5px 5px 1px 5px;
margin: 0 5px 0 5px;
background-color: #eee;
}
#content .newstopics .entry {
margin: 0 0 5px 0;
background-color: #fff;
border: solid 1px #ccc;
color:#333;
}
#content .newstopics .entry h4 span.title {
display: inline; float: left;
}
#content .newstopics .entry .date {
font-size:12px; text-align: left;
}
#content .newstopics .entry .newshead {
background:url("../sd-img/common/down.png") left center no-repeat;
background-color:#000;
padding-left:33px;
padding-top:7px;
margin-bottom:0px;
height:28px;
padding-bottom:5px;
border-bottom:solid 3px #900;
line-height:30px;
color: #fff;
}
#content .newstopics .entry .newshead.active {
background:url("../sd-img/common/up.png") left center no-repeat;
background-color:#f0dd9b;
padding-left:33px;
padding-top:7px;
margin-bottom:5px;
height:28px;
padding-bottom:5px;
border-bottom:solid 3px #900;
line-height:30px;
color: #333;
}
#content .newstopics .entry .newshead img{vertical-align: middle; margin-right: 5px;}
#content .newstopics .entry .box {
display:none;
padding:5px;
background-color:#fff;
margin-bottom:5px;
}
#content .newstopics .entry .box .imgbox{
clear:both;
margin:0 auto;
text-align: center;
}
#content .newstopics .entry .box .imgbox img{
margin:0px;
width:80px; border: solid 1px #900; margin-right: 5px;
}

/* }}} ======================================================================================== */