﻿#leadstorypanel {
	width: 726px;
	height: 205;
	border:0px solid black;
	margin: 0px 0 0px 0;
	padding: 0;
	position: relative;	
}
/*灰色背景*/
#panelshade {
	position:absolute;
	border:0px solid black;
	bottom:2px;
	left:0px;
	width:728px;
	height: 75px;
	background: url("1x1_white80.png");
	display: block;
	moz-opacity:.8;
	filter: alpha(opacity= 80);
}

#leadstorypanel-content #leadstorypanel-content-image {
	width: 572px;
	height: 209px;
	font-size: 13px;
	font-family:  "Georgia";
	margin: 0;
	padding: 0;
}
/*最外围的边框*/
#leadstorypanel-content-image .image {
	display: none;
	position: absolute;
	border:0px solid black;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;	
}

#leadstorypanel-content #leadstorypanel-headline {
	margin: 0;
	padding: 0;
}
/*标题图片*/
#leadstorypanel-headline .headline {
	display: none;
	position: absolute;
	border:0px solid black;
	width: 572px;
	height: 27px;
	top: 144px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-family:  Georgia;
	font-weight: normal;
	line-height: 26px;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #3F5E66;
}

#leadstorypanel-content #leadstorypanel-text {
	margin: 0;
	padding: 0;
}
/*小字部分
	padding: 0;
	top: 162px;*/
#leadstorypanel-text .text {
	display: none;
	position: absolute;
	border:0px solid black;
	width: 572px;
	height: 25px;
	top: 160px;
	left: 10px;
	font-size: 13px;
	font-family:  "Georgia";
	font-weight: bold;
	margin: 0;
	padding: 15px 0 0 0;	
	border-right: 1px solid #3F5E66;
	color : #000000;
}

/*按钮部分*/
#leadstorypanel-content #leadstorycontrols {
	position: absolute;
	border:0px solid black;
	width: 110px;
	height: 22px;
	top: 142px;
	left: 600px;
	font-size: 13px;
	font-family:  "Georgia";
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
}

#leadstorycontrols #controlbuttons {
	float: left;
	width: 60px;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 0;	
}

#leadstorycontrols #counterBox {
	float: left;
	width: 20px;
	height: 22px;
	color : #000000;
	font-size: 13px;
	font-family:  "Georgia";
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;	
	margin: 5px 0 0 0;
	padding: 0;
}
a.bodylink:link, a.bodylink:active, a.bodylink:visited {
	color: #FF6600;
	font-size: 12px;
	font-family: Georgia, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
} 

a.bodylink:hover {
	color : #333333;
	font-size:12px;
	font-family: Georgia, Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 15px;
	text-decoration: underline;
}

