﻿
/* 基本样式表 */

body
{
    font-size: 12px;
    margin: 0px;
    font-family: 宋体, Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.width, .topDiv, .footDiv,.listDiv
{    
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.LeftDiv
{
    float: left;
}
.RightDiv
{
    float: right;
}

a
{
    text-decoration: none;
    url: expression(this.onFocus=this.blur()) /* 清除热区链接的虚框，for IE */;
    color: #000066;
}

:focus { outline: none; }  /* 清除热区链接的虚框，for Firefox */

img
{
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

hr
{
    border-style: solid none none none;
    border-top-color: #CCCCCC;
    border-top-width: 1px;
    line-height: 1px;
}

.coverImg
{
    margin: 0px 20px 10px 0px;
    border: 3px double #C0C0C0;
}

.coverSpan
{
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seriesCover
{
    margin: 0px 4px 5px 4px;
}

input, textarea, select
{
    margin: 1px 0px 1px 0px;
    border: 1px solid #B2B2B2;
    vertical-align: middle;
    font-size: 12px;
    background-color: #efefef;
}

form
{
	margin: 0px;
	padding: 0px;
}

.topDiv
{
    background-image: url( 'Images/TopBG.png' );
    background-repeat: no-repeat;
    height: 120px;
}

.topDiv .LeftDiv .ad
{
    margin: 30px 0px 0px 10px;
    padding: 2px 70px 18px 430px;
    background-image: url('Images/topbar.gif');
    background-repeat: no-repeat;
}

h3
{
	margin: 6px;
	font-size: 12px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	padding-bottom: 12px;
}

h4
{
    font-size: 12px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
}
.PageButton,.PageButtonNum
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #008080;
	background-color: #CCFFFF;
}
.PageButtonCurrent
{
	padding: 2px 5px 2px 5px;
	border: 1px solid #008080;
	background-color: #009999;
}

/* 模板样式表 */

.TopNavLinkDown
{
	background-color: #9FABDF;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

.MainDiv
{
    padding: 0px 9px 0px 9px;
    background-image: url('Images/OneColumnBG.png');
    background-repeat: repeat-y;
    width: 782px;
    margin-right: auto;
    margin-left: auto;
}

.mainDiv2
{
    padding: 0px 9px 0px 9px;
    background-image: url('Images/ThreeColumnBG.png');
    background-repeat: repeat-y;
    width: 782px;
    margin-right: auto;
    margin-left: auto;
}

.listDiv
{
    background-image: url('Images/TwoColumnBG.png');
    background-repeat: repeat-y;
}

.listDiv .left
{
    margin-left: 15px;
    width: 160px;
    float: left;
    display: inline;
}

.listDiv .right
{
    width: 585px;
    float: right;
    margin-right: 15px;
    display: inline;
}

.LeftTD, .MidTD, .RightTD
{
    display: inline;
}

.LeftTD
{
    width: 174px;
    float: left;
}

.MidTD
{
    width: 426px;
    float: left;
    margin-left: 1px;
}

.RightTD
{
    width: 176px;
    float: right;
}

.footDiv
{
	background-image: url('Images/footBG.png');	
	background-repeat: no-repeat;
	height: 84px;
	text-align: center;
	line-height: 24px;
	padding-top: 10px;	
}


.FootPageDiv
{	
	padding-bottom: 5px;
	text-align: right;
}
.MessageDiv
{
    border: 1px dashed #C0C0C0;
    padding: 5px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}

.PanelPostImg
{
    margin: 20px 0px 10px 0px;
    padding: 0px 0px 5px 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666699;
}

.softwareMenuLine
{
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #E1E1E1;
    padding-left: 8px;
}

.softwareTop
{
    margin: 0px 5px 3px 5px;
    padding: 0px 4px 3px 4px;
    display: block;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CDCDCD;
}

.ListViewTopDiv
{	
	line-height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #D4D0C8 #D4D0C8 #FFFFFF;
	padding: 5px;
	background-color: #EFEFEF;
	margin-right: 2px;	
}

.ListViewFootDiv
{
    margin: 0px 9px 10px 8px;
    line-height: 16px;
    border-color: #D4D0C8 #D4D0C8 #D4D0C8 #FFFFFF;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    background-color: #F9F9F9;
}

.seriesSpan
{
    width: 49%;
    display: inline-block;
}

.bookNameSpan
{
    width: 80%;
    display: inline-block;
    margin-top: 5px;
}

.bookDateSpan
{
    width: 20%;
    display: inline-block;
}

.leftTitleDiv
{
    padding: 7px 2px 0px 2px;
    background-image: url('Images/leftTitleBG.png');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.leftBodyDiv
{
    padding: 5px 8px 5px 5px;
    background-repeat: repeat-y;
    background-image: url('Images/leftBodyBG.png');
}

.leftFootDiv
{
    padding: 2px;
    background-image: url('Images/leftFootBG.png');
    background-repeat: no-repeat;
    line-height: 1px;
}

.leftFootDivSpan
{
    display: block;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #800080;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.midTitleDiv
{
    background-image: url('Images/midTitleBG.png');
    background-repeat: no-repeat;
    padding-top: 9px;
    margin-top: 5px;
}

.midBodyDiv
{
    padding: 5px 10px 5px 10px;
    background-image: url('Images/midBodyBG.png');
    background-repeat: repeat-y;
}

.midFootDiv
{
    background-image: url('Images/midFootBG.png');
    background-repeat: no-repeat;
    padding-top: 5px;
}

.rightTitleDiv
{
    background-image: url('Images/rightTitleBG.png');
    background-repeat: no-repeat;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
}

.rightBodyDiv
{
    background-image: url('Images/rightBodyBG.png');
    background-repeat: repeat-y;
    padding: 3px;
}

.rightFootDiv
{
    padding: 3px;
    background-image: url('Images/rightFootBG.png');
    background-repeat: no-repeat;
}
#slideshow
{
    position: relative;
    height: 240px;
}    
#controls
{
    z-index: 1000;
    position: absolute;
    display: none;
    background-color: #ffc;
    border: 1px solid #ddd;
    margin: 0 5 0 5;
    padding: 2px;
    width: 94%;
    bottom: 0px;
    left: 10px;
}

#controls span
{
    margin: 0 5px;
}
#controls a
{
    margin: 2px 1px 2px 1px;
    padding: 2px;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}

#controls a.activeSlide
{
    text-decoration: underline overline;
}


.imgRight
{
    margin-right: 8px;
    float: left;
}

.bookDetailDiv
{
    padding: 10px;
    float: right;
    width: 71%;
    background-color: #FFFFFF;
    line-height: 18px;    
}

.bookDetailSpan p,.bookDetailSpan ul
{
    padding: 0px;
    margin: 5px 0px 5px 0px;
    text-indent: 2em;
}
.bookDetailSpan ul
{
    list-style-position: inside;
}

.LeftAD
{
    position: absolute;
    top: 20px;
    width: 125px;
}
.LeftAD img{filter:alpha(opacity=5);-moz-opacity : 0.05;}
.RightAD
{
    position: absolute;
    top: 20px;
    width: 125px;    
}

.RightAD img{filter:alpha(opacity=5);-moz-opacity : 0.05;}

 
.clearfloat
{
    /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.titleDiv
{
    padding: 5px 0px 5px 0px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 5px;
}

.messageDiv
{
    margin: 15px 6px 0px 0px;
    padding: 10px;
    background-color: #e4e4e4;
    line-height: 20px;
}

.messageTextArea
{
    width: 100%;
}
