﻿body
{
	font: 12px arial,宋体,simsun;
	background: url(  "./images/broadview_01.gif" ) repeat-x top left #fff;
	color: #5d5c5c;
}
/*--- 页面布局效果(begin)---- */

/*设定页面主体内容居中*/
#container
{
width: 970px;
margin: 0 auto;
}
/*前台首页的两栏布局*/
#left_panel
{
	width:770px; 
	float:left;
}

#right_panel
{
	width: 184px; 
	float: right;
}

#footer
{
 clear:both;
 margin-top:10px;
}

/*--- 页面布局效果（end）---- */


/*链接效果*/
a:active
{
	color: #06A;
	
	text-decoration: none;
	background: #FF9933;
}
a:visited, a:link
{
	color: #111;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	background: #C0C0C0;
}
.clear
{
	clear: both;
}


/*柱状条背景样式*/
.bar_background
{
	width: 169px;
	height: 25px;
	background: url(  "./images/broadview_46.gif" ) no-repeat center center;
	list-style: none;
	margin: 0px auto;
	padding: 3px 0;
	line-height: 25px;
}
/*历史新闻与时间之间的小圆点连线*/
div.news_div
{
	width: 100%;
	line-height: 0px;
	background: url(  "./images/dot_line.gif" ) repeat-x bottom left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}


.centerstyle
{
	margin-left: auto;
	margin-right: auto;
}
/****************************************************************************************************
bookDetailPage
******************************************************************************************************/

#bookName
{
	height: 30px;
	line-height: 30px; /*border:1px dotted #888;*/
	color: #fff;
	margin-left: 20px;
	font-size: 20px;
	background: url(  "./images/bookDetailPage_06.gif" ) repeat-y top left;
}


/***********************************************************************
contribute
**********************************************************************/


.bottomDown
{
	padding-bottom: 0px;
}




#QuickSearch
{
	margin-bottom: 20px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:32px;
	width:100%;
	text-align:center;
	height:46px;
	background: url(  "./images/broadview_137.gif" ) no-repeat top left;
}


/*使用AJAX实现圆角*/

/*设置圆角面板背景和边框颜色*/
.round_corner_pannel
{
	background-color:#e1e1e1;
	border-color:#b4b4b4;
	text-align:center;
}
/* 圆角不支持向上滚动，使用背景图片实现圆角*/
.round_corner_pannel_bg
{
	text-align:center;
	background:url(./Images/broadview_114.gif) no-repeat top left;
	width:742px;
	height:130px;
	padding:15px 15px 15px 15px;
	line-height:20px;
}
/*圆角面板标题部分的样式,用于div上 */
.roundcorner_panel_title
{
	 
	  text-align:left; font-size:20px; 
	  font-weight:bold; 
	  border-bottom-style:double; 
	  border-bottom-width:3px; 
	  border-bottom-color:#b4b4b4;
	  padding-left:5px;
}
/*设置边角上的图片，下移20像素，以使小尖角能嵌入到面板中*/
.round_corner_image
{
	position:relative; top:20px;
}

.popupHover
{
	background-color:Yellow;
	z-index:1000;
}

/*导航按钮*/
.nav_button_black
{
	background-image:url(./Images/nav_button_black.gif);
	width:118px;
	height:42px; 
	text-align:center;
	padding-top:10px; 
	padding-bottom:0px; 
	background-repeat:no-repeat;
	float:left;
}
/*导航按钮字体的大小和颜色*/
.nav_button_black,.nav_button_red 
{
	font-size: 15px;
	text-decoration:none;
	color:Black;
}

.nav_button_red
{
	background-image:url(./Images/nav_button_red.gif);
	width:118px;height:42px; 
	text-align:center;
	padding-top:10px; 
	padding-bottom:0px; 
	background-repeat:no-repeat;
}



/*Tab页样式*/

/*卡片标题背景图片，用在Div上，有箭头*/
.tab_title_has_arrow
{
	background-image: url(./Images/roundcorner_arrow.gif); 
	width: 150px; height: 46px;
            text-align: center; 
            /*float:left; */
            padding-top: 10px; 
            padding-bottom: 0px; 
            background-repeat: no-repeat; 
            top:24px; 
            position:relative;
            color:White;
}
/*卡片标题背景图片，用在Div上，无箭头*/
.tab_title_no_arrow
{
	background-image: url(./Images/roundcorner_no_arrow.gif); 
	width: 150px; height: 46px;
            text-align: center; 
            /*float:left; */
            padding-top: 10px; 
            padding-bottom: 0px; 
            background-repeat: no-repeat; 
            top:24px; 
            position:relative;
            color:White;
}
/*卡片右端的more..图片样式,应用于它的容器span元素,注意,父亲元素定位方式要选为static之外的值才起作用*/
.tab_more_button
{
	position: absolute; right: 0; top: 12px;
}
/*卡片中间的直线图片样式,注意,它的父亲元素定位方式要选为static之外的值才起作用*/

.tab_middleline_image
{
	position: absolute;left:155px; top: 27px;
}

/*圆角的标题,用于Div上,显示信息*/
.roundcorner_title
{
	background-image: url(./Images/RoundTitle.gif); 
	width: 92px; height: 32px;
            text-align: center; 
            padding-top: 10px; 
            padding-bottom: 0px; 
            background-repeat: no-repeat; 
            top:10px; 
            color:White;
}

/*圆角面板的背景颜色*/
.panel_background_color
{
	background-color:#e1e1e1;
}


/*书详细信息分类标签*/

.label_title
{
	color: #0000FF;
	 font-weight:bold;
}



