/* CSS Document */
.main{

	margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
	background:#FFFFFF;	
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#000000;   /*#666666*/
	text-align:center;
	vertical-align:top;
}




a{
	font-size: 12px;
	color:#0066FF;/*#1E33F7*/	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#0066FF;
}
a:hover {
	text-decoration:none;
	color:#990099;/*颜色变换*/
}
a:active {
	text-decoration: none;
	color:#0066FF;
}

td{
vertical-align:top;
text-align:left;
}

hr{
color:#CCCCCC;
height:1px;
margin-top:5px;
margin-bottom:5px;
padding:0px;
overflow:hidden;
} 


h1{
font-size:14px;
color:#000000;
text-align:left;
margin-bottom:5px;
font-weight:bold;
display : inline;
}

.bookname{
font-size:16px;
color:#194105;
text-align:left;
margin-bottom:5px;
display : inline;
}



#divhead{
width:100%;
}

.headtable{
width:100%;
}

.headtable td{
padding:10px 50px 25px 135px;
}

#divmenu{
	width:100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #82B211;
	background-color:#1C3F09;
	text-align:center;
	padding:10px 0px 10px 0px;
	font-size:14px;
	/*background-image:url(../images/menubg.gif);*/
}

#divmenu a{
	font-size: 14px;
	color:#FFFFFF;/*#1E33F7*/	
	font-weight:bold;
}
#divmenu a:link {
	text-decoration: none;
	font-weight:bold;
}
#divmenu a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
#divmenu a:hover {
	text-decoration:none;
	color:#999999;/*颜色变换*/
	font-weight:bold;
}
#divmenu a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

#divsearch{
	width:100%;
	background-color:#B6B684;
	text-align:center;
	padding:5px 0px 5px 0px;
	color:#FFFFFF;
	font-weight:bold;
}

#divad{
width:900px;
MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
}

#divcontent{
	width:900px;
	background-color:#FCFDEF;
	border: 1px solid #EEEDDB;
	MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
	
}

#divpagecontent{
	width:900px;
	margin-top:10px;
	MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
}

.listtitle{
    padding:5px 0px 5px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size:14px;
	font-weight:bold;
	color:#1C3F09;
}

.listtd{
    padding:5px 0px 5px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.listcontent{
    background-color:#FCFDEF;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	width:99%;
}

.listcontent td{
padding:20px;
}



.infocontent{
    background-color:#FCFDEF;
	border: 1px solid #CCCCCC;
	margin-left:5px;
	width:99%;
}

.infocontent td{
padding:5px;
}

.booklist{
width:100%;
margin:0px;
padding:0px;
}
.booklist td{
text-align:center;
width:25%;
margin:0px;
padding:10px;
}

.divbookpic{
width:131px;
height:145px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:8px;
	overflow:hidden;
	display:table-cell;
	position:relative;
	text-align:center;
	vertical-align:middle;
}

  
.divbookpic img {
	position:static;
	position:relative;
	top:5%;
	
	}
  
 
 
 
 
 
 .divbookcover{
    width:300px;
    height:300px;
	border: 3px solid #F3F2DE;
	background-color:#FFFFFF;
	margin:8px;
	overflow:hidden;
	position:relative;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

  
.divbookcover img {
	position:static;
	position:relative;
	top:5%;
	padding-left:20px;
	padding-right:20px;
	
	}
 
 
 
 
  
.divlisttitle{
line-height:120%;
}





#divfoot{
	width:100%;
	clear:both;
	background-color:#EFEEDC;
	margin-top:15px;
}

.ctl{
width:100%;
margin-top:2px;
margin-left:2px;
table-layout:fixed;
}

.ctl td{
text-align:left;
text-overflow:ellipsis;
overflow:hidden;
white-space: nowrap;
padding:3px;
}

.inputtable{
	width:130px;
	height:14px;
	border: 1px solid #999999;
}


.inputbutton{
color:#000000;
background-color:#FFFFFF;
padding:1px;
	border: 1px solid #999999;
}

/*分页*/ 

.pagination{ 
    padding: 5px;
    width: 600px;
    margin: 5px;
	text-align:center;
} 

.pagination ul{ 
    margin:5;
    padding:5;
    font-size:12px;
}

.pagination li{ 
    list-style-type: none;
    display: inline;
    padding: 1px;
    margin: 1px;
}

.pagination a, .pagination a:visited{ 
    padding: 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
} 

.pagination a:hover, .pagination a:active{ 
    border: 1px solid #2b66a5;
    color: #000;
    background-color: lightyellow;
} 

.pagination li.currentpage{ 
font-weight: bold;
padding: 5px; 
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
} 

.pagination li.disablepage{ 
padding: 5px;
border: 1px solid #929292;
color: #929292;
} 

.pagination li.nextpage{ 
    font-weight: bold;
    padding: 5px;
} 

/*分页*/ 



.upline{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B0BEC7;
	padding-top:5px;
	padding-bottom:5px;
	margin:20px;
}



.textinput{
margin-left:10px;
font-size:12px;
width:150px;
height:14px;
border:1px solid #A4B5BD;
}

.textarea{
margin-left:10px;
font-size:12px;
width:500px;
height:55px;
border:1px solid #A4B5BD;
}


#logindiv{
background-image:url(../images/loginbg.gif);
width:305px; 
height:361px; 
background-repeat:no-repeat; 
margin:20px;
}

.carttable{
	border: 1px solid #CCCCCC;
	width:100%;
	background-color:#E1FFE1;
}



.tableopen{
text-align:center;

}

.tableopentd01{
	text-align:center;
	border: 1px solid #FFFFFF;
	padding:3px;
	color:#FFFFFF;
}

.tableopentd02{
	text-align:center;
	padding:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C5E0E2;
	border-right-color: #C5E0E2;
	border-bottom-color: #C5E0E2;
	border-left-color: #C5E0E2;
}

.tableopentd03{
	text-align:center;
	padding:3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C5E0E2;
	border-right-color: #C5E0E2;
	border-bottom-color: #C5E0E2;
	border-left-color: #C5E0E2;
}

.searchtable{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	border: 1px solid #CCCCCC;
}