/* Babytree common styles v1.0, 2010.12 */

html {
color: #000;
background-color: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0;
}

body {
font-family: "Arial", sans-serif;
font-size: 12px;
line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}

ol,
ul {
list-style-type: none;
}

a {
color: #06C;
text-decoration: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

img {
-ms-interpolation-mode: bicubic;
}

fieldset,
img {
border: 0;
}

input,
button,
select,
textarea {
font-size: 12px;
font-family: "Arial", sans-serif;
line-height: 120%;
color: #666;
padding: 2px;
}

input,
button,
select {
vertical-align: middle;
}

sup,
sub {
vertical-align: baseline;
}

em,
cite,
optgroup {
font-style: normal;
}

q:before,
q:after {
content: '';
}


/* footer */

#bb-footer {
width:950px;
margin:20px auto 10px;
clear:both;
zoom:1;
color:#898989;
text-align:center;
}

#bb-footer:after {
content:".";
display:block;
height:0;
overflow:hidden;
visibility:hidden;
clear:both;
}

#bb-footer .bLogo {
float:left;
margin:0 12px 0 0;
padding:0 15px 0 0;
background:transparent url(/img/header_footer/footer-gap-bar.png) no-repeat right center;
display:none;
}

#bb-footer .bLinkList {
/*float:left;*/
white-space:nowrap;
line-height:16px;
margin:3px 0 0;
padding:2px 0;
}

#bb-footer .bLinkList li {
/*float:left;*/
border-left:1px solid #9E9E9E;
display:inline;
}

#bb-footer .bLinkList li#bb-footer-our-home,
#bb-footer .bLinkList li#bb-footer-beian {
border:0;
}

#bb-footer .bLinkList li a {
margin:0 6px 0 9px;
/*display:block;*/
font-family:"Simsun";
color:#666;
}

#bb-footer .bLinkList li#bb-footer-our-home a {
margin:0 10px 0 0;
}

#bb-footer .bLinkList li#bb-footer-beian a {
margin:0 0 0 20px;
}

#bb-footer .bCopyright {
/*float:left;*/
white-space:nowrap;
line-height:20px;
/*display:inline;*/
font-size:10px;
letter-spacing:1px;
}

/* Pagination2011 */

div.pagejump {
	font-family:"宋体",;
	padding:3px;
	font-size:12px;
	margin:3px;
	color:#666;
	text-align:center;
	font-size:12px;
	white-space: nowrap;
}
div.pagejump a {
	background-position:50% bottom;
	background-image:url(/img/common/pagejump.jpg);
	border:1px solid #a3c5e8;
	color:#06c;
	padding:3px 5px 2px;
	margin:2px;
	text-decoration:none;
}
div.pagejump a.off,
div.pagejump a.off:hover {
    background-image: none;
    border-color: #CCC;
    color: #CCC;
    cursor: default;
}
div.pagejump span.current,div.pagejump a:hover {
	padding:3px 5px 2px;
	margin:2px;
	border:1px solid #ff9d8a;
	background:url(/img/common/pagejump.jpg) 0 -5px repeat-x;
	color:#DF3A0B;
}
div.pagejump .goto-input{
	padding:0;
	border:1px solid #cadbe7;
	margin:0 3px;
	width:30px;
	color:#666;
	height:17px;
	line-height:17px;
	}
div.pagejump .submit{
	background:#d4d0c8;
	border-bottom:1px solid #404040;
	border-right:1px solid #404040;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	color:#000;
	padding:0 2px;
	font-size:12px;
	*height:19px;
	line-height:17px;
	width:33px;
	cursor:pointer;
}
div.pagejump.page-inline {
	display: inline;
}

/* END Pagination2011 */

/* Error 2012 */

.global-error-404,
.global-error-50x,
.global-error-private {
	height: 280px;
	margin: 50px auto 200px;
	position: relative;
	z-index: 0;
}

.global-error-404 {
	width: 560px;
	background: transparent url(/img/header_footer/global-error-404.png) no-repeat;
}

.global-error-50x {
	width: 514px;
	background: transparent url(/img/header_footer/global-error-50x.png) no-repeat;
}

.global-error-private {
	width: 596px;
	background: transparent url(/img/header_footer/global-error-private.png) no-repeat;
}

.global-error-404 .message {
	position: absolute;
	top: 174px;
	left: 174px;
	font-size: 17px;
	font-weight: bold;
	color: #96C7ED;
}

.global-error-404 .return,
.global-error-50x .return,
.global-error-private .return {
	position: absolute;
	bottom: 40px;
	left: 174px;
	font-size: 14px;
	color: #333;
}

.global-error-404 .return a,
.global-error-50x .return a,
.global-error-private .return a{
	margin: 0 0 0 10px;
	font-size: 12px;
}

/* END Error 2012 */
