.content div.newscategories
{
    border-bottom:solid 1px #C2E6F4;
    margin-bottom:10px;
    
}
.content ul.newscategories
{
	margin-bottom:10px;
	width:500px;
	overflow:auto;
}
.content .newscategories li
{
    float:left;
    margin-right:5px;
}
.content .newscategories li.sep
{    
    background-image:url(../../../images/mr1/header.png);
    background-position:-984px -253px;
    background-repeat:no-repeat;
    
    padding:8px 0;
    width:6px;
}
.content .newscategories li a
{
    
}

.content .news li
{
    float:none;
    width:auto;
    margin:0;
    border-bottom:solid 1px #c2e6f4;
    padding:5px 5px 5px 0px;
    /*margin-bottom:5px;*/
    overflow:auto;
    text-align:justify;
	clear:both;
}
.content .news img
{
    float:left;
    margin:3px 10px 10px 0;
    border:solid 1px #00a4e4;
}
.content .news .time
{
    margin-right:10px;
}
.content .news .more
{
    text-align:right;
    margin-bottom:10px;   
}
.content h3
{
    font-size: 14px;
    font-weight:bold;
}

.list .searchtabs h2
{
    margin:10px 0;
    font-weight:bold;
}
.list .searchtabs ul.ui-tabs-nav
{
	overflow:visible;
	border-bottom:solid 1px #555;
	height:26px;
	padding-left:2px;
	margin-left:-4px;
}

.list .searchtabs ul.ui-tabs-nav li
{
    float:left;
    display:block;
    width:auto;
    height:26px;
    padding:3px 5px;
    margin-right:2px;
    border:solid 1px #555;
    border-bottom:0;
}
.list .searchtabs ul.ui-tabs-nav li.ui-state-active
{
    background-color:#fff;
    font-weight:bold; 
    height:29px;
    margin-top:-3px;
}

.list .searchtabs .multi
{
    padding:10px;
}

