/**
 * Style Sheet v1.0 for www.pbdcn.com
 *
 * You may adapt elements of this CSS in your own projects,
 * but the unique combination of images, colors, sizes, typography, and positioning ("the design") is
 * Copyright 2005 Easy2run Team and Penner<@http://blog.penner.cn/> Some Rights Reserved
 * and may not be reproduced.
 *
 * $Id: global.css,v 1.1 23:31 2005-5-23 penner Exp $
 */

/**
 * global config
 */
html { min-width: 776px; }
body { background: #c6cfd0 url(bg.gif) repeat-x; margin: 0px; padding: 0px; text-align: center; }
html, body, input, textarea, select, button, td {
    color: #000;
	font:small/122% arial,helvetica,clean,terminal,sans-serif;
	font:x-small;
}
a, h1, h2, h3, h4, h5, h6, p, dl, ol, ul, dt, dd, li, td { line-height: 150%; }
body > div {text-align:left; margin-right: auto; margin-left: auto; }

div#pbdcn {}

a { margin: 0px; padding:0px; border: 0px; }
a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover { color: #333; text-decoration: underline; }
ul { list-style-type:none; list-style-position:outside; }
form,h1,h2,h3,h4,h5,ul,dt,dd,dl { margin:0px; padding:0px; }
form { display: inline; }
h1 {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    margin: 8px;
    text-align: center;
    width: 100%;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}
.h3color {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #CC6600;
}
hr {
    border: 0px solid #999;
    border-top-width: 1px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
@media all { /* hide the next rule from Netscape 4 */
    img, a img, a:link img, a:visited img { color: inherit; border: none; }/* undo the color change above */
}
table { border: 0px; word-break: break-all; }
.eng { font-family: verdana,arial,helvetica,sans-serif; font-size:10px; }

div#home_flash { MARGIN-RIGHT: auto;
MARGIN-LEFT: auto; 
height:200px;
background:#F00;
width:400px;
vertical-align:middle;
line-height:200px;

}

div#header {
    padding: 0px;
    width: 776px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
/* root category */
dl#libCatalog {
	width: 100%;
}
dl#libCatalog dt {
	margin: 0px;
	padding: 5px;
	background: url(bg3_tr.gif) repeat-x;
	border-top: 1px solid #eee;
	border-bottom: thin solid #ccc;
	color: #888;
	font-size: 92%;
	font-weight: bold;
	letter-spacing
	text-align: center;
}
dl#libCatalog dd {
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    display: block;
	font-size: 73%;
    font-weight: bold;
    letter-spacing: 0px;
    height: 20px;
    margin: 0px 0px 4px 0px;
}
dl#libCatalog dd a {
    display: block;
    border: 0px;
    margin: 2px;
    text-indent: 5px;
    height: 16px;
}
dl#libCatalog dd a:hover {
    background: #e7e7e7;
    text-decoration: none;
}
dl#libCatalog dd.rootCurrent a {
    background: #e7e7e7;
    display: block;
    margin: 2px;
    letter-spacing: 0px;
    text-indent: 5px;
    height: 16px;
    text-decoration: none;
}
dl#libCatalog span.recordCount {
    letter-spacing: 0px;
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    margin-left: 5px;
}
/* sub categoty */
dl#libCatalog dd.sub {
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
    height: 20px;
    margin: 0px 0px 4px 10px;
}
dl#libCatalog dd.sub a {
    display: block;
    margin: 2px;
    letter-spacing: 0px;
    text-indent: 9px;
    height: 16px;
}
dl#libCatalog dd.sub a:hover {
    background: #e7e7e7;
    text-decoration: none;
}
dl#libCatalog dd.subCurrent {
    background: #f4f4f4;
    border: 1px solid #e7e7e7;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
    height: 20px;
    margin: 0px 0px 4px 10px;
}
dl#libCatalog dd.subCurrent a {
    background: #e7e7e7;
    display: block;
    margin: 2px;
    letter-spacing: 0px;
    text-indent: 9px;
    height: 16px;
    text-decoration: none;
}

div#main {
	clear:both;
    padding: 0px;
    width: 776px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#footer {
	clear: both;
    padding: 0px;
    width: 776px;
    margin-right: auto;
    margin-left: auto;
	color: #fff;
    text-align: center;
	background-color: #056A76;
}
div#footer a, div#footer a:visited {
	color: #fff;
	font-weight: bold;
}
div#footer #copyright {
	clear: both;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
    text-align: center;
}
div#poweredBy {
	padding: 0px 5px 0px;
	color: #eee;
	font: 10px tahoma;
	text-align: right;
}
div#poweredBy a, div#poweredBy a:visited {
	color: #fff;
	font-weight: bold;
}
/*hidden tj*/
#tj img {
	width: 0px;
	height: 0px;
}
/**
 * Local Variables:
 * mode: css
 * tab-width: 4
 * c-basic-offset: 4
 * End:
 */