@charset "utf-8";
/* CSS Document */
html {
	scrollbar-highlight-color : #fff;
	scrollbar-face-color: #fefefe;
	scrollbar-darkshadow-color: #fff;
	scrollbar-3dlight-color: #dedede;
	scrollbar-base-color : #fff;
	scrollbar-arrow-color : #3692dc;
}
body {
	background: url(images/tcl_tv.png) no-repeat center;
	padding: 0;
	margin: 0;
	font: 12px/1 Tahoma, Arial, Helvetica, sans-serif, "\5FAE\8F6F\96C5\9ED1", serifl;
	color: #333;
	font-family: "宋体"
}
button {
	cursor: pointer;
	border: none;
}
.hidden {
	display: none;
}
a img {
	border: none;
}
a:hover img {
	filter: Alpha(opacity=100);
	opacity: 1;
}
a:link, a:visited {
	color: #7c8187;
	text-decoration: none;
}
a:hover {
	color: #266680;
	text-decoration: none;
}
.clear {
	clear: both;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bigger_text {
	font-size: 16px;
}
.red {
	color: #ff0000;
}
.blue {
	color: #00a1e9;
}
.green {
	color: #009944;
}
.green_light {
	color: #7ab727;
}
.gray {
	color: #959595;
}
.white {
	color: #fff;
}
.block {
	display: block;
}
.w_100 {
	width: 1200px;
	padding: 0;
	margin: auto;
}
.top_info {
	height: 37px;
	border-bottom: 1px solid #dadada;
	background: #f3f3f3;
	line-height: 37px;
	font-size: 12px;
	color: #000;
}
.top_info a {
	color: #000;
}
.top_info span {
	color: #848484;
}
/*page*/
.page {
	height: 60px;
	line-height: 160px;
	padding: 0 10px;
	font-size: 14px;
}
.page button {
	margin: -5px 8px 5px 8px;
	margin: 5px 8px -5px 8px\9;
*margin:0 8px 0 8px;
	_margin: 5px 8px -3px 8px\9;
}
.pages_number {
	width: auto;
	margin: 15px auto;
	font-size: 14px;
}
.pages_number ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 42px;
	text-align: center;
}
.pages_number ul li {
	display: inline;
	height: 42px;
	padding: 0;
	margin: 0 5px;
}
.pages_number ul li a,  .pages_number ul li a:link,  .pages_number ul li a:visited {
	border: 1PX solid #E5E5E5;
	display: inline-block;
	height: 42px;
	text-align: center;
	padding: 0 20px;
	line-height: 42px;
	color: #777777;
}
.pages_number ul li a:hover,  .pages_number ul li a.current_page:link,  .pages_number ul li a.current_page:visited {
	color: #00a1e9;
	background: #f7f7f7;
	font-weight: bold;
}
.pages_number ul li a.gray_page:link,  .pages_number ul li a.gray_page:visited {
	color: #000;
	background: #f7f7f7;
}
.page .pages_number {
	margin: 0 auto;
	_margin: 3px auto;
}
