﻿html
{
	/*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
}

*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:宋体, Tahoma;
	font-size:12px;
	background-color:#333333;
	color:#623B16;
}

INPUT, SELECT, TEXTAREA
{
	font-family:宋体;
	font-size:12px;
}

/*超链接*/
A:link, A:visited
{
	color:#623B16;
	text-decoration:none;
}
A:hover
{
	color: #990000;
	text-decoration: none;
}
/* 高亮超链接 */
A.Highlight:link, A.Highlight:visited
{
	color:Red;
}
A.Highlight:hover
{
	color:#CC0000;
}

/* 窗口样式 */
DIV.WindowBox
{
	border:solid 1px #A8924B;
}
/* 窗口标题栏 */
DIV.WindowBox DIV.WindowTitle
{
	background:url("../images/w_title_bg_1.gif") repeat-x;
	height:23px;
}
/* 窗口标题栏文字 */
DIV.WindowBox DIV.WindowTitle DIV
{
	color: #623B16;
	font-weight: bold;
	padding: 5px 8px 0px 8px;
}
DIV.WindowBox DIV.ClientArea
{
	padding:6px 10px;
	overflow:hidden;
}

/* 按钮样式 */
INPUT.ButtonNormal
{
	border: none;
	background: url(  "../images/button_1.gif" ) no-repeat;
	width: 61px;
	height: 20px;
	line-height:20px;	/* for IE8 beta2 */
	color: #E5E1BC;
}
INPUT.ButtonHover
{
	border:none;
	background: url(  "../images/button_1.gif" ) no-repeat;
	background-position:0px -20px;
	width: 61px;
	height: 20px;
	line-height:20px;	/* for IE8 beta2 */
	color: #E5E1BC;
}
/* 普通输入框样式 */
INPUT.InputBox
{
	border:solid 1px #7F9DB9;
	padding:2px 2px;
}
/* 需要与按钮同高度的输入框样式 */
INPUT.AlignToButton
{
	padding:3px 4px;
}

/* 图书封面 */
IMG.Bookcover
{
	width: 102px;
	height: 144px;
	border: 1px solid #999999;
}
SELECT
{
    padding:1px 1px;
}

#MainContainer
{
	width:960px;
	margin:0px auto;
	background-color:#E5E1BC;
}
#PageContainer
{
	clear:both;
	height:1%;
}

/* 页头 */
#Header
{
	clear:both;
	margin-bottom:10px;
}
/* 导航条 */
#NavBar
{
	height: 36px;
	background:url("../images/nav_bg.gif") no-repeat;
}
#NavBar UL
{
	padding-top:7px;
	padding-left:40px;
	list-style-type:none;
}
#NavBar UL LI
{
	float:left;
	width:76px;
	font-size:14px;
	text-align:center;
}
#NavBar UL LI.Spliter
{
	width:12px;
	color:#623B16;
}
#NavBar UL LI A:link, #NavBar UL LI A:visited
{
	color:#623B16;
}
#NavBar UL LI A:hover
{
	color:#990000;
}

/* 页面尾部信息栏 */
#ServiceInfo
{
	clear:both;
	margin-top:10px;
	line-height:2;
	text-align:center;
	background:url("../images/line_red.gif") repeat-x;
	background-position:bottom;
	height:36px;
}
#ServiceInfo SPAN
{
	padding:0px 20px;
}

/* 页脚 */
#Footer
{
	clear:both;
	margin-top:10px;
}

/* 最新公告窗口样式 */
#PlacardBox
{ 
	height:146px;
}

#PlacardBox UL
{
	margin-left:20px;
}
#PlacardBox UL LI
{
	line-height:1.8;
}
#PlacardBox UL LI SPAN
{
	float:right;
}

/* 会员登录窗口样式 */
#LoginBox
{
	height:139px;
	margin-top:10px;
}
#LoginBox DIV.ClientArea DIV
{
	padding:3px 0px;
}
#LoginBox DIV.ClientArea DIV SPAN.Username
{
	color: #006600;
}
#LoginBox DIV.ClientArea DIV.OperationArea
{
	line-height:1.5;
}
#LoginBox DIV.ClientArea DIV.OperationArea TD
{
	padding-left:15px;
}
/* “用户登录”窗口默认输入框宽度 */
#LoginBox INPUT.InputBox {width:126px;}
#LoginBox SELECT {width:131px;}

/* 站内搜索窗口样式 */
#SearchBox
{
	height:89px;
	margin-top:10px;
}
#SearchBox DIV.ClientArea DIV
{
	padding:3px 0px;
}
/* “站内搜索”窗口默认输入框和下拉列表框宽度 */
#SearchKeyTxt {width:158px;}
#SearchBox SELECT {width:168px;}

/* 图书分类窗口样式 */
#CategoryBox
{
	margin-top:10px;
	height:1%;
}
#CategoryBox DIV.ClientArea TD.ListItem
{
	padding:4px 0px;
	width:50%
}
