/*推荐栏目名称超连接*/
a.tj_title
{ 
color: #013C50; 
text-decoration: none;
font-weight:bold;
}
a.tj_title:hover
{ 
color: #013C50;  
font-weight:bold;
text-decoration: underline 
}
/*边框1绿色的表格*/
.border
{
border:1px #ffffff solid;
}
/*边框1灰色的表格*/
.border2
{
border:1px #D6D1D1 solid;
}
/*边框1底为白色的表格*/
.border3
{
border-left:1px #D6D1D1 solid;
border-right:1px #D6D1D1 solid;
border-top:1px #D6D1D1 solid;
border-bottom:1px #ffffff solid;
}
/*边框1底为DBF3FB的表格*/
.border4
{
border-left:1px #000000 solid;
border-right:1px #000000 solid;
border-top:1px #000000 solid;
border-bottom:1px #DBF3FB solid;
}
/*推荐软件标题*/
.tjt
{
color:#FF0000;
font-weight:bold;
}
/*软件标题2*/
.softt2
{
color:#006D91;
text-align:center;
}
/*按纽样式*/
.button
{
	border: 1px dotted #000000; 
	background-color: #DBF3FB;
	color:#666666;
}
/*文本框样式*/
.text
{
	border: 1px dotted #000000;
	background-color: #DBF3FB;
}
/*下拉菜单样式*/
.select
{
	border: 1px solid #154A5F;
	background-color: #ffffff;
}
/*星级CSS样式*/
.stars_w{
	text-indent: 0px;
	margin: 0px;
	BORDER: #111111 1px solid;
	BACKGROUND-color: #ffffff;
	font-size:1;
	height:3;
	vertical-align: middle;
}
.stars_n{
	text-indent: 0px;
	margin: 0px;
	BORDER:medium NONE;
	BACKGROUND-color: #00BD00;
	font-size:1;
	height:3
}
.test {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}
.Dlist {
	line-height: 140%;
	text-indent: -18px;
	margin:0px 4px 0px 20px;
	word-break:break-all
}
.urllist {
	line-height: 25px;
	text-indent: -18px;
	margin:0px 4px 0px 20px;
	word-break:break-all
}
.L_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.L_list li {
	margin: 2px 0px 2px 18px;
	padding: 0px;
	list-style-type: none;
	text-indent: -15px;
	word-break:break-all;
    display: block;
}
.L_list a {
	display: inline;
    margin: 1px 0px 1px 0px;
    padding: 2px 0px 2px 15px;
    font: 12px 宋体;
    color: #000;
    BACKGROUND: url('/images/arrow.gif') no-repeat -7px 6px;
	text-decoration: none; 
	word-break:break-all;
}
.L_list a:hover
{
    background: #fff url('/images/arrow.gif') no-repeat 6px -9px;
	text-decoration: none; 
}
.tjbg
{
height:25px;
text-align:center;
font-weight:bold;
color:#FFFFFF;
padding-top:5px;
background-color:#395A9F;
}
.tjtitle
{
height:24px;
text-align:center;
color:#CC3300;
background-color:#EEEEEE;
padding-top:5px;
}
.tjtitle2
{
height:24px;
text-align:center;
color:#CC3300;
background-color:#F0F0F0;
padding-top:5px;
}
.tjtd
{
height:24px;
text-align:center;
background-color:#EEEEEE;
padding-top:5px;
}
.tjtd2
{
height:24px;
text-align:center;
background-color:#F0F0F0;
padding-top:5px;
}