/* project: WanerSoft, Waner.Net Studio
   author: isong (www.isonge.cn) 
   email:isong.ge@gmail.com								
   time:12/12/2007		0:33
   											*/

   
/* default styles
   -------------- */
   
* { 
	padding:0;
	margin:0;
	border:0;
}

body {
	font-family: "宋体";
	font-size: 12px;
	color: #2E2E2E;
	background:url(../images/bg_body.gif) repeat-x;
	line-height:1.65em;
}


a {
	color:#008D42;	
	background: inherit;
	text-decoration: none;
}

a:hover { 
	color:#DD6F00;  
	background:inherit; 
}

h2 { font-size:1.1em; font-weight:normal; line-height:21px;
 }
 
h3 { font-size:1.25em; font-weight:normal; color:#008D42; line-height:1.8em;}


ul,li{ list-style:none; }


img { 
	border: none;
}

.float_r { float:right;}

.float_l { float: left;}

.clear { clear:both; }

.blank { height:15px; clear:both;}


.line { border-bottom:1px dotted #008D42; clear:both; }

div#wrapper {
	width:961px; 
	margin:0 auto 30px auto;
}

div#topWrapper {
	height:100px;
	width:100%;
	padding:20px 0 0 10px;
}

div#contentWrapper {
	width:100%;
	height:auto;
}

div#leftWrapper { 
	display:table;
	background:url(../images/bg_softList.gif) repeat-x;
	width:526px;
	float:right;
	border:1px solid #d3d3d3;
	padding:15px 0 0 0;
}

div#rightWrapper {	
	display:table;
	width:425px;
	float:left;
}

div#bottomWrapper {
	display:table;
	color:#6A6A6A;
	width:100%;
	padding:6px 0 20px 0;
	margin-top:10px;
	border-top:1px dotted #d3d3d3; 
		text-align: center;
}

ul.softList { 

}

ul.softList li {
	padding:5px;
	margin:0 5px 0 5px;
}

ul.softList li span {
	color:#434343;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
}

a.softDown {
	color:#008D42;
	background:url(../images/download.gif) no-repeat;
	width:46px;
	display:block;
	float:right;
	margin:5px 0 0 8px;
	padding-top:40px;
	text-align: center;
}

a.softDown:hover {
	 color:#2E2E2E;	
	 background:url(../images/download.gif) no-repeat 0 6px;
}

ul.softList img {
	float:left;
	margin:0 10px 0 0;
}

.t1 { background-color:#fff;}/* 第一行的背景色 */
.t2 { background-color:#f5fcf0;}/* 第二行的背景色 */
.t3 { background-color:#f0fbeb;}/* 鼠标经过时的背景色 */



div.box {
	display:table;	
	width:205px;
	padding:1px;
	border:1px solid #9bdf70;
	margin-bottom:4px;
	line-height:1.2em;
}

div.box h2 {
	color:#fff;
	background:url(../images/bg_title.gif) repeat-x ;
	padding:0 0 0 10px;
}

div.box ul {
	background:url(../images/bg_softList.gif) repeat-x;
	margin:0 0 4px 0;
}

div.box li { 
	background:url(../images/bg_li.gif) no-repeat 6px 7px;
	padding:9px 0 0 28px;
}

div.box li a { color:#2E2E2E;}

div.box li a:hover { color:#008D42;}



