﻿@charset "utf-8";
/* CSS Document */
@import "header.css";
@import "form.css";
@import "style.css";
@import "ad.css";
@import "table.css";
*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
}
select,input,textarea{
	font:11px Arial, Helvetica, sans-serif;
}
body{
	font:11px/130% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fffcdc;
}
/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}

/* layout */
#warp{
	margin:0 auto;
	padding:0 7px;
	width:962px;
	background-color:#fff;
}
#header{
	margin:7px auto 0;
	padding-bottom:3px;
}
#footer{
	width:976px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	clear:both;
	font:9px Tahoma, sans-serif;
	color:#472f0a;
}
#footer a:link{
	color:blue;
	text-decoration:underline;
}
#friendlink ul{
	text-align:center;
	padding:5px;
}
#friendlink li{
	border-bottom:1px solid #ab9e96;
}
#left{
	width:203px;
	float:left;
}
.box{
	border:1px solid #a79e97;
	padding:1px;
	margin-bottom:3px;
}
#onescreen{
	margin-bottom:3px;
}
#rightside{
	width:754px;
	margin-left:3px;
	float:left;
}
#middle{
	width:597px;
	border-bottom:1px solid #ffc90a;
	margin:0 3px;
	padding-bottom:50px;
	margin-bottom:20px;
	float:left;
}
#crumb{
	padding:11px 0px 11px 10px!important;
	padding:11px 0px 10px 10px;
	background-color:#000099;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#crumb a{
	color:#00fff6;
	display:block;
	float:left;
	padding:0 12px 0 5px;
	background:url(img/arrow.gif) no-repeat right center;
	text-decoration:none;
}
#crumb strong{
	color:#00fff6;
	padding:0 12px 0 5px;
}
#category_list{
	width:154px;
/*	height:auto!important;
	height:500px;
	min-height:500px;*/
	float:left;
	background:#02b1ff url(img/category_nav_bottom.gif) no-repeat left bottom;
	padding-bottom:50px;
}
.bt,.bb{
	width:154px;
	height:12px;
	overflow:hidden;
	background:url(img/category_top.gif) no-repeat 0 0;
}
.bb{
	background:url(img/category_bottom.gif) no-repeat 0 0;
}
#category_list ul{
	width:142px;
	margin:0 6px;
	background-color:#0196ff;
}
#category_list li{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 5px 8px 10px;
	text-transform: capitalize;
}
#category_list li a:link,#category_list li a:visited{
	color:#01644e;
	text-decoration:none;
}
#category_list li a:hover{
	color:#002418;
	text-decoration:underline;
}
.pagenav{
	height:25px;
	line-height:25px;
	text-align:right;
}
.pagenav a{
	padding-right:5px;
}
/* tools */
.clear_left{
	clear:left;
}
.line1{
	margin:0 20px;
	height:1px;
	line-height:1px;
	overflow:hidden;
	background-color:#02b1ff;
}
.hackbox{
	line-height:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.cspace{
	padding:20px 10px;
}
.jspace{
	padding:20px 10px;
	text-align:center;
}
.blueblock{
	background-color:#02b1ff;
	height:36px;
	margin-left:3px;
	float:left;
	width:154px;
}
