@charset "utf-8";
/*
主?名?: Fanz Revamp
URI: the-theme's-homepage
描述: 黑紅灰
作者: Grin.Zhou
模板: none
版本: v0.1
最後修改日期: 2009-10-29

[目?表] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Extras

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #fff;
	color: #222;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.show {
	display:block;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #111;
	text-decoration:none;
}
a:hover {
	color: #be0101;
}
a:active {
	color: #be0101;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em Arial, Geneva, Helvetica, sans-serif;
}
h2 {
	font: bold 1.5em Arial, Geneva, Helvetica, sans-serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.container {
	margin: 0 auto;
	width: 960px;
}

.text_abbr {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.text_abbr br {
	display:inline;
}

.highLight_red_text {
	color: #be0101;
}

.btn_black_h19 {
	height:19px;
	padding:3px 10px 4px 10px;
	font-size:12px;
	background:url(/images/revamp1/btn_black_h19.gif) repeat-x top;
}

.btn_black_h21 {
	height:21px;
	padding:3px 10px 4px 10px;
	font-size:12px;
	background:url(/images/revamp1/btn_black_h21.gif) repeat-x top;
}

.btn_black_h26 {
	height:26px;
	padding:6px 20px;
	font-size:14px;
	background:url(/images/revamp1/btn_black_h26.gif) repeat-x top;
}

.btn_gray_h26 {
	height:26px;
	padding:6px 20px;
	font-size:14px;
	background:url(/images/revamp1/btn_gray_h26.gif) repeat-x top;
}

.btn_black_h19,
.btn_black_h21,
.btn_black_h26,
.btn_gray_h26 {
	font-weight:bold;
	color:#f5f5f5;
	cursor:pointer;
}

.btn_black_h19:link, .btn_black_h19:visited,
.btn_black_h21:link, .btn_black_h21:visited,
.btn_black_h26:link, .btn_black_h26:visited,
.btn_black_h26:link, .btn_gray_h26:visited
{
	color:#f5f5f5;
}

.btn_black_h19:hover,
.btn_black_h21:hover,
.btn_black_h26:hover,
.btn_gray_h26:hover {
	color:#fff;
}

input.btn_black_h19,
input.btn_black_h21,
input.btn_black_h26,
input.btn_gray_h26 {
	border:none;
}

.rating_star {
	float:left;
	display:block;
	width:16px;
	height:15px;
	background:url(/images/revamp1/ico_rating_satr_red.png) no-repeat;
	margin-right:5px;
	_behavior: url(/css/revamp1/iepngfix.htc);
}

.rating_star_off {
	float:left;
	display:block;
	width:16px;
	height:15px;
	background:url(/images/revamp1/ico_rating_star_black.png) no-repeat;
	margin-right:5px;
	_behavior: url(/css/revamp1/iepngfix.htc);
}

.btn_more {
	clear:both;
	position:relative;
	float:right;
	padding:4px 6px;
	cursor:pointer;
}
.btn_more:link,
.btn_more:visited {
	color: #f5f5f5;
	background:#8b0000;
}
.btn_more:hover {
	color:#fff;	
	background:#910000;
}
.btn_more_nonBg {
	clear:both;
	position:relative;
	float:right;
	padding:4px 6px;
	cursor:pointer;
}

.btn_gray_w80 {
	margin:5px auto 0 auto;
	width:80px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#fff;
	background:#999 url(/images/revamp1/btn_gray_w80.gif)
}
.btn_gray_w95 {
	margin:5px auto 0 auto;
	width:95px;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#fff !important;
	background:#999 url(/images/revamp1/btn_gray_w95.gif)
}

a.btn_gray_w80,
a.btn_gray_w95 {
	display:block;
	cursor:pointer;
}
a.btn_gray_w80:hover,
a.btn_gray_w95:hover {
	color:#000 !important;
}

.btn_redBg_WhiteTxt {
	color: #f5f5f5;
	background:#8b0000;
	cursor:pointer;
}
.btn_redBg_WhiteTxt:hover {
	color:#fff;	
	background:#910000;
}

.non_content {
	_height:80px;
	min-height:80px;
	text-align:center;
}

.warp {
	padding:10px;
}

.bg_white {
	padding:10px;
	background:#fff;
}


.pager {
	clear:both;
	position:relative;
	padding:10px 0;
}
.pager a {
	font-size:11px;
	margin:0 1px;
	padding: 0 1px;
}
.pager a.curPage {
	/*font-size:18px;
	font-weight:bold;
	color:#cc3366;
	cursor:default;*/
}

.pager .upNdown {
	position:absolute;
	right:0;
	top:10px;
}
.pager .upNdown a {
	padding:2px;
	font-size:11px;
	font-family:PMingLiU;
	color:#fff;
	background:#9c0000;
}
.pager .upNdown a:hover {
	background:#be0101;
}



.video_clip {
	display:block;
	position:absolute;
	z-index:10;
	width:124px;
	height:94px;
	left:0;
	cursor:pointer;
	background:url(/images/revamp1/video_clip.png) no-repeat;
	_behavior: url(/css/revamp1/iepngfix.htc);
}

.video_clip_80x60 {
	display:block;
	position:absolute;
	z-index:10;
	width:88px;
	height:66px;
	left:0;
	cursor:pointer;
	background:url(/images/revamp1/video_clip_80x60.png) no-repeat;
	_behavior: url(/css/revamp1/iepngfix.htc);
}

 .vip_avatar {
	display:block;
	position:absolute;
	z-index:10;
	width:17px;
	height:16px;
	margin-top:-5px;
	margin-left:-5px;
	cursor:pointer;
	background:url(/images/flag_certUser_small.png) no-repeat;
}
 .vip_avatar_large {
	display:block;
	position:absolute;
	z-index:10;
	width:124px;
	height:32px;
	margin-top:-5px;
	margin-left:-5px;
	cursor:pointer;
	background:url(/images/flag_certUser_large.png) no-repeat;
	_behavior: url(/css/revamp1/iepngfix.htc);
}

.navigation_bar {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:5px 0;
	text-align:right;
}
.navigation_bar span {
	margin:0 3px;
	color:#e00000;
}
.navigation_bar a {
	margin:0 3px;
}



