body
{
    margin: 0px;    
    background-color: #fff;
    height: 100%;
}
html
{
    height: 100%;
}

body,div,table
{    
    font-family: Î¢ÈíÑÅºÚ,ËÎÌå, Verdana; 
    font-size: 12px;
}

ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

img
{
    border: 0px;
}

a
{    
    color: #000000;    
    text-decoration: none;
}
a:hover{    color: #f60;    text-decoration: none;}

input,select{
    font-family: ËÎÌå, Verdana;    font-size:12px;}


#main
{
    height: 100%;    
}

#menu
{
    overflow: hidden;
    height: 26px;
}
#menu li
{
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 9px;
    padding-right: 9px;
    color: #000;
}
#menu li.unsel
{
    border-bottom: #bbb 1px solid;
}
#menu li.sel
{
/*    background-image:url(../images/menu_sel_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;*/
    border-left: #bbb 1px solid;
    border-right: #bbb 1px solid;
    height: 26px;
    font-weight: bold;
}
.body
{
/*    background-image: url(../images/body_bg.gif);
    background-repeat: repeat-x;*/
    height:307px;
    clear: both;
    overflow: hidden;
}
a.bb
{
    color: #444;
}
a.bb:hover
{
    color: #f60;
}
ul.rss_list
{ 
    clear: both;
    overflow: hidden;
}

ul.rss_list li
{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
    height: 18px;
    white-space: nowrap;
}
.sub_title
{
    clear: both;
}
.list li
{
    background-image: url(/start/images/prefix_1.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    line-height: 21px;
    margin-left: 10px;
}
.list2 li
{
    background-image: url(/start/images/prefix_1.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 8px;
    float: left;
    width: 200px;
}

#soft_recommend
{
    border: #bbb 1px solid; 
    background-color: #fff;
    padding: 4px 0px;
    overflow: hidden;
    padding-left: 8px;
    height:85px;
    
}

#soft_recommend li
{
    line-height: 17px;
    height: 17px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 160px;
}
.date
{
	float:right;
	padding-right:10px;
}
.title 
{
	float:left;
}


#content
{
  overflow-y:scroll ; overflow-x:hidden; width:350px; height:190px; display:block
}