ul {list-style: none;}
a {text-decoration: none;}
.clear{clear: both;}
:focus{outline:0}
body {
	background: #f2f2f2;
	font: 13px 'Microsoft YaHei', 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
	color: #000;
	}

/** 侧边栏 **/
#sidebar {
	float: left;
	width: 330px;
	}
#sidebar h3 {
	padding: 0 0 0 15px;
	height:27px;
	line-height:27px; 
	color: #393939;
	font-weight: normal;
	}
#sidebar a:hover {
	color: #0196e3;
	}
.box-bottom {
	position:relative;
	background:#fff;
	width:330px;
	height:6px;
	margin:0 0 10px 0;
 	}
.box {
	background: #fff;
	padding: 5px 5px 0 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.box_c {
	background: #fff;
	width:330px;
	padding: 5px 0 5px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.widget ul li {
	list-style: none;
	margin: 0;
	line-height:23px;
	background: #fff;
	}
.box ul li{
	line-height:23px;
	}
/** tabs **/
#tabs {
	position: relative;
	width:340px;
	margin:29px 0 0 0;
    margin-bottom:0px;
	}
.htotabs {
	position:absolute;
	left:0px;
	top:-29px;
	}
.htotabs li { 
	float: left;
	display:inline;
	cursor: pointer;
	}
.htotabs li a{
	color:#fff;	
	margin:0 5px 0 0;
	padding: 4px 5px 4px 5px;
	display: block;
	text-shadow: 0px 1px 0px #393939;
	}
#tabs ul.htotabs li a.selected, 
#tabs ul.htotabs li a:hover {
	background:#717171 url(images/tab.png) no-repeat;
	margin:0 5px 0 0;
	color:#fff;
    }
.widget1 a{
	background:#7ab951 url(images/tab.png) no-repeat -144px 0;
    }
.widget2 a{
	background:#d03f42 url(images/tab.png) no-repeat -72px 0;
    }
.widget3 a{
	background:#467ebd url(images/tab.png) no-repeat -216px 0;
    }
.tab-inside{
	background: #fff;
	padding:1px 5px 2px 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
#tab-widget2 ,#tab-widget3 {
	display: none;
	}

.box_top {
	position:relative;
	background:#fff;
	width:350px;
	height:6px;
	border-top:0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	z-index: 1;
 	}
.tab_latest {
	padding: 3px 0 0 0;
    }
.tab_latest ul li {
    width:350px;
	height:27px;
    line-height:27px;
    border-bottom:1px dashed #ccc;
    overflow: hidden;
    }
.tab_latest a {
	background:#fff;
	}
/** 侧边分类 **/
.categories {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
.categories_c{
	padding: 5px 5px 0 5px;
	background: #fff;
	}
.categories_c ul li {
	float:left;
	width:60%;
	padding: 0;
	line-height: 26px;
	text-align:center;
	}
.tag_c {
	line-height: 26px;
	padding: 5px 10px 0 10px;
	}
 /** 网站统计 **/ 
.statistics ul {
	float:left;
	width:50%;
	}
.statistics_c ul {
	float:left;
	width:50%;
	}