/* CSS Document */
/*================================
基础样式表
版本:1.0
作者:Dennis Nelly
时间：2009.11.16--2009.12.7
网站地址:www.nonobo.com
================================*/

/*--重置相关标签的初始化设置--*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
fieldset, {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul,ol {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
 {
	border:none;
	vertical-align:top;
}
a,area{
	 blr:expression(this.onFocus=this.blur())
}
.clear:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}
* html .clear {
	height:1%;
}
/*--公共样式--*/
body {
    margin:0;
	padding:0;
	color: #797979;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	background: #fff;
	color:#333;
}
h1,h2,h3,h4 {
	font-weight:bold;
}
h1 {
	font-size:26px;
	color:#333;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
p {
	line-height:18px;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/*--表单--*/
input, textarea {
	color:#333;
	font-size:12px;
	padding:3px;
	text-indent:2px;
	border-top:1px solid #666;
	border-right:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	border-left:1px solid #666;
	width:250px;
}
textarea {
	line-height:18px;
	width:450px;
	height:150px;
	overflow-x:hidden;
}
label {
	width:60px;
	float:left;
	margin-right:11px;
	color:#555;
}
.button {/* 表单提交按钮*/
	border:1px solid #ccc ;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:25px;
	line-height:22px;
	letter-spacing:2px;
	padding:2px 5px!important;
	>padding:1px 5px!important;
    width:auto !important;
	background:#eee;
	color:#666;
	font-size:14px;
	cursor:pointer;
}
.button:hover {/* 表单提交按钮*/
	border:1px solid #ccc ;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	height:25px;
	line-height:22px;
	letter-spacing:2px;
	padding:2px 5px!important;
	>padding:1px 5px!important;
    width:auto !important;
	font-size:14px;
	cursor:pointer;	
	color:#fff;
	background:#1F9BD8;
	text-decoration:none;	
}
.moreButton .button{
	background:#1f9bdb;
	border:1px solid #1F9BD8 ;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	color:#fff;
}
.submit{
	margin-left:70px;
}
/*--表单报错样式--*/
#announceDiv {
	clear:both;
	background:#ffebe8;
	padding:4px;
	color:#333;
	text-align:center;
	margin-bottom:11px;
}
.formError {
	color:#f00;
}
.fieladWithErrors input {
	border:1px solid #f00;
}

/*--链接 样式--*/
a {
	color:#1F9BD8;
	padding:2px;
	cursor:pointer;
	text-decoration:none;
	outline-color:invert !important;
	outline-style:none !important;
	outline-width:medium !important;
}
a:hover {
	color:#fff;
	background:#1F9BD8;
	padding:2px;
	text-decoration:none;
}

.myContent a:hover img {/*-默认图片链接样式-*/
	padding:1px;
	border:1px solid #1F9BD8;
}
.img {
	background:none;
}
.img:hover {
	background:none;
}
.specialButton {/* 特殊按钮*/
	background:#396DDB none repeat scroll 0 0;
	border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	margin-right:10px;
	padding:4px 20px;
	line-height:20px;
	height:25px;
}
.specialButton:hover {/* 特殊按钮*/
	padding:4px 20px;
}
/*--结构框架 样式--*/
#wapper{
	padding:0 10.5% 0 10%;
    min-width:795px;/*fox最小宽度*/
	max-width:1024px;
	margin:0 auto;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" ); 
	width:expression(document.documentElement.clientWidth < 795? "795":"auto" );/*ie最小宽度*/
}
#content,#headReserved ,#footerReserved , #footer {
	clear:both;
}
#footer {
	margin-top:70px;
	float:left;
	width:100%;
	margin-bottom:30px;
	color:#ddd;
	background:#3294c2;
	padding:7px 0;
}
#head {
	float:left;
	width:100%;
	margin-bottom:30px;
}
#head li ,#footer li {
	display:inline;
}
#head li ,.personalNavigation ul li {
	color:#d4d4d4;
}
/*--登录头部样式 --*/
.defaultText {
	color:#999;
}
#nonoboLogo a ,#nonoboLogo a:hover {
	padding:0;
	background:none;
	color:#fff;
}
#nonoboLogo a img {
	border:none;
}

#nonoboLogo span {
	display:block;
	color:#555;
}
#nonoboLogin {
	text-align:right;
}
#nonoboLogin input {
	width:160px;
	margin-top:-18px;
}
#nonoboLogin .button {
	color:#fff;
}
#nonoboLogo {
	margin-top:20px;
	float:left;
}
#loginForm .remember {
	margin-bottom:7px;
	>margin-bottom:12px;
}
#loginForm .formError {
	margin-bottom:0px;
}
#loginForm .remember label {
	margin-right:87px;
}
#loginForm .remember input {
	display:inline;
	border:medium none #FFF;
}
#loginForm ,#formError {
	padding-top:7px;
}
#loginForm {
	float:right;
}
#rememberMe {
	width:auto;
	margin-right:5px;
	float:left;
}
.accountsTips {
	color:#666;
}
#newUserNav {
	text-align:right;
	margin-bottom:5px;
	color:#333;
}
/*--内页头部样式 --*/
#navigation {
	text-align:right;
}
#myNavigation {
	margin-bottom:7px;
}
#myNavigation #reader{
	color:#666;
}
#reader a {
	font-weight:bold;
	text-transform:capitalize;
}
#myNavigation a {
	color:#61afda;
}
#myNavigation a:hover {
	color:#1F9BDB;
	text-decoration:underline;
	background:none;
}
#myNavigation .myMailNumber {
	background:url(/images/myMailNumber.gif) no-repeat left center;
	padding-left:20px;	
}
#myNavigation .myMailNumber:hover {
	background:url(/images/myMailNumber.gif) no-repeat left center;
	padding-left:20px;	
}
#nonoboNavigation ul {
	float:left;
	margin:0 0 0 35px;
	font-size:16px;
}
#nonoboNavigation ul a {
	background:#3298cf;
	color:#efefef;
	font-weight:bold;
	padding-top:4px;
	line-height:18px;
}
.webNavigation {
	display:none;
}
#nonoboSearch {
	float:right;
	width:26%;
	>width:26%;
	position:relative;
}
#searchchoices {
	position:absolute;
	left:0;
	margin-top:3px;
	height:16px;
	margin-left:2px;
	border:medium none;
	margin-bottom:0;
	margin-left:2px;
	text-align:left;
	line-height:normal;
}
#nonoboSearch input {
	width:78%;
	border:none;
	text-align:left;
	padding:3px;
}
#nonoboSearch .button ,#fullTextSearch .button {
	background :#666 ;
	border:1px solid #666;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	letter-spacing:3px;
	padding:2px 0px;
	text-align:center;
	margin-left:0px;
	height:23px;
	float:right;
	vertical-align:middle;
	width:21%!important;
	cursor:pointer;
}
#fullTextSearch .button {
	>height:24px;
	>line-height:22px;
	>padding:1px 0 4px 0;
}
#nonoboSearch .button {
	width:20%;
}
#registerButton {
	width:auto;
}
#searchContent input {
	height:14px;
	margin-left:30px;
}
.myContent h1 {
	margin-bottom:15px;
}
/*--搜索-*/
#chooseSearchType {
	background:url(/images/chooseSearchType.png) no-repeat left center;
	padding-right:4px;
	border-right:1px solid #666;
}
#searchchoices ul {
	float:none;
	margin:0 0 0 -2px;
	position:absolute;
	width:200px;
	top:20px;
	>top:22px;
	left:0;
	cursor:pointer;
	z-index:110;
}
#searchchoices ul li {
	display:block;
	width:100%;
	border-bottom:1px solid #fff;
	font-size:12px;	
}
#searchchoices ul li a {
	color:#666;
	background:#e3e3e3;
	display:block;
	padding:1px 5px;
}
#searchchoices ul li a:hover {
	color:#fff;
	background:#1F9BD8;
	display:block;
	padding:1px 5px;
}
#chooseSearchType img {
	padding-left:15px;
	vertical-align:middle;
}
#searchContent {
	float:left;
	width:76%;
	margin-bottom:0;
	border:1px solid #333;
}
.listSearch {
	display:none;
}
.showChoices .listSearch {
	display:block;
}
.overButton{
	background:#1F9BD8!important;
}
/*--页脚 样式--*/
.notice {
	background:#ffc;
	color:#090;
	padding:10px;
	font-size:14px;
	width:100%;
	border-bottom:1px solid #f2f2f2;
}
/*--页脚 样式--*/
#footer p {
	float:left;
	margin-left:10px;
	display:inline;
}
#footer ul {
	text-align:right;
	margin-right:10px;
}
#copy2009 {
	color:#ddd;
	padding-right:6px;
	margin-right:10px;
	border-right:1px solid #ccc;
}
#footer ul a {
	color:#fff;
}
#footer ul a:hover {
	text-decoration:underline;
	background:none;
}
/*--我的个人导航 样式表--*/
.personalHead {
	float:left;
	margin-bottom:30px;
	width:100%;
}
.personalHead li {
	display:inline;
	margin-right:5px
}
.pageTitle img {
	float:left;
	margin-right:25px;
}
.personalHead .personalNavigation {
	float:left;
	width:65%;
}
.personalHead  .personalOperation {
	float:right;
	width:28%;
	padding:10px 0;
	background:#eff5fb;
	border-bottom:1px solid #bdd6ee;
}
.personalOperation ul {
	padding:0 10px;
	font-weight:bold;
}
.personalOperation ul a {
	color:#56bf00;
}
.personalHead .pageTitle h1 {
	margin-left:80px;
}
.pageTitle #largeIcon {
	margin-right:15px;
}
#personalNavigation ul {
	margin-left:80px;
	margin-top:5px;
	font-size:14px;
}
.personalNavigation ul#useHome li {
	color:#545454;
}
#personalNavigation ul#useHome {
	margin-top:14px;
	font-size:12px;
	margin-left:25px;
	padding-left:140px;
	background:url(/images/pIcon.gif) no-repeat 120px top;
}
#useHomemotto {
	display:block;
}
#content .knowledges .zsd a, #content .bookmarks .sq a,#content .friends .py a,#content .reader .zy a,#content .books .shu a, #content .mySetup .sz a {
	color:#494949;
}
#content .knowledges .zsd a:hover, #content .bookmarks .sq a:hover ,#content .friends .py a:hover ,#content .reader .zy a:hover ,#content .books .shu a:hover, #content .mySetup .sz a:hover {
	color:#fff;
	font-weight:bold;
}
