/*
 * boohee's main.css
 * by hulala
 * 2009-12-02
 */

/*---------- module ----------*/
/*----- module > headline -----*/
.module .headline-wrap{
height:35px;
}
.module .headline-wrap .lcorner,
.module .headline-wrap .rcorner,
.module .headline,
.module .headline span{
height:35px;
background:url(/images/common/module-head-bg.gif) no-repeat;
}
.module .headline-wrap .lcorner,
.module .headline-wrap .rcorner{
float:left;
width:10px;
margin-top:-35px;
}
.module .headline-wrap .lcorner{
background-position:0 0;
}
.module .headline-wrap .rcorner{
float:right;
background-position:100% 0;
}
.module .headline{
height:25px;
line-height:25px;
padding-bottom:10px;
margin:0 10px;
background-position:0 -35px;
background-repeat:repeat-x;
}
.module .headline span{
float:left;
height:25px;
padding-right:60px;
font-size:14px;
font-weight:bold;
color:#FFF;
background-position:100% -70px;
background-color:#ff88bd;
}
.module .headline span a{
color:#FFF;
}
/*----- module > head -----*/
.module .head-wrap,
.module .foot-wrap{
height:10px;
}
.module .head-wrap .lcorner,
.module .head-wrap .rcorner,
.module .head,
.module .foot-wrap .lcorner,
.module .foot-wrap .rcorner,
.module .foot{
overflow:hidden;
height:10px;
background:url(/images/common/module-head-bg.gif) no-repeat;
}
.module .head-wrap .lcorner,
.module .head-wrap .rcorner,
.module .foot-wrap .lcorner,
.module .foot-wrap .rcorner{
float:left;
width:10px;
margin-top:-10px;
}
.module .head-wrap .lcorner{
background-position:0 -105px;
}
.module .head-wrap .rcorner,
.module .foot-wrap .rcorner{
float:right;
background-position:100% -105px;
}
.module .head,
.module .foot{
margin:0 10px;
background-position:0 -95px;
background-repeat:repeat-x;
}
/*----- module > foot -----*/
.module .foot-wrap .lcorner{
background-position:0 -115px;
}
.module .foot-wrap .rcorner{
background-position:100% -115px;
}
.module .foot{
background-position:0 -125px;
}
/*----- module > body -----*/
.module .body-wrap,
.module .body{
background:url(/images/common/module-body-bg.gif) repeat-y;
}
.module .body-wrap{
background-position:0 0;
background-color:#fff9fc;
}
.module .body{
line-height:2;
padding:0 15px;
background-position:100% 0;
} 


/*--------------------------------------------------------------------------------point*/

.main-hint,
.main-error-hint,
.main-success-hint{
	padding-left:20px;
	padding-bottom:2px;
	margin-left:10px;
    }
.main-hint{
	background:url(/images/common/red-asterisk.gif) no-repeat 0 0;
    }
.main-error-hint{
	color:#E39;
	font-weight:bold;
	background:url(/images/common/main-error-hint.gif) no-repeat 0 0;
    }
.main-success-hint{
	color:#390;
	font-weight:bold;
	background:url(/images/common/main-success-hint.gif) no-repeat 0 0;
}


/*--------------------------------------------------------------------------------other*/
.txt-dist1{
	padding-left:6px;
}

.txt-dist2{
	padding-left:7px;
}

.tips{
	border-bottom:2px dashed #F60;
	padding-left:1px;
	cursor:help;
}

/*---------- header ----------*/
.header-wrap{
	height:100px;
	margin-bottom:25px;
	}
.header{
	width:950px;
	height:100px;
	margin:auto;
}

.header #logo { 
	float:left;
  width:180px; 
  height:40px; 
  margin-top:30px; 
  background:url(/images/common/bohe_logo.png) no-repeat; 
  text-indent:-999em; 
}

/*----- main-nav -----*/
.main-nav{
  float:right;
  height:60px;
	text-align:center;
	font-size:14px;
  }
.main-nav li,
.main-nav a{
	float:left;
	}
.main-nav li{
	position:relative;
	z-index:1000;
	padding-left: 20px;
  }
.main-nav a{
	color:#666;
	height:60px;
  line-height:60px;
	padding-bottom:5px;
	cursor:pointer;
	}
.main-nav a.new{
  float:left;
	padding-right:12px;
	background:url(/images/common/main_indicator.png) no-repeat 100% 18px;
  }
.main-nav a.current,
.main-nav a:hover{
	color: #f69;
	}
.main-nav a.current{
	padding-bottom: 0;
	border-bottom: 5px solid #f69;
}


/*----- main-nav > drop-menu -----*/
.main-nav .drop-menu{
	display: none;
	position: absolute;
	top: 55px;
	left: 20px;
  width: 120px;
	
	border-top: 5px solid #ddd;
	font-size: 14px;
	background: #eee;
  }
.main-nav .drop-menu ul{
	* zoom:1;
	text-align: left;
	}
.main-nav .drop-menu li,
.main-nav .drop-menu a{
	float: none;
	padding: 0;
	border-bottom: 1px solid #fff;
	}
.main-nav .drop-menu a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	}
.main-nav .drop-menu a.new{
	background-position: 98% 5px;
	}
.main-nav .drop-menu a:hover{
	color:#5ae;
}

/*---------- content ----------*/
.bodyer{
	width:920px;
	margin:20px auto 25px;
}

.crumb{
	* position:relative;
	height:35px;
	line-height:35px;
/*	margin-top:-25px;*/
	}
.crumb a{
	color:#666;
}


/*----------sub-nav----------*/
.sub-nav{
	* position:relative;
  height:35px;
	line-height:35px;
	/*margin:-25px auto 25px;*/
	margin:0 auto 25px;
	text-align:center;
	font-size:14px;
	border-bottom: 1px solid #eee;
	background:#f9f9f9;
	}
.sub-nav a{
	color: #666;
	}
.sub-nav a.current{
	color:#f69;
} 

/*---------- footer ----------*/
.footer-wrap{
	padding:10px 0;
	background:url(/images/common/footer-bg.gif?v1) repeat-x 0 0;
	}
.footer{
	width:920px;
    margin:auto;
	line-height:30px;
	text-align:center;
}
.help{
    height:25px;
	padding-left:30px;
	margin-bottom:15px;
	background:#CEB url(/images/common/help-left.gif) no-repeat left top;
    }
.help div{
    height:25px;
	line-height:25px;
	padding-right:12px;
	font-size:12px;
	font-weight:lighter;
	background:url(/images/common/help-right.gif) no-repeat right top;
}

.notice{
    color:#FF6600;
	font-size:14px;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #FF6600;
}

/* high light search keyworks */
.hilite { background:#FF0;}
.hilite1 { background:#FF0;}
.hilite2 { background:#0F0; }
.hilite3 { background:#0ff; }


/*是否在线*/
.user-online,
.user-unline{
	padding-left:18px;
	font-weight:bold;
	background:url(/images/profile/user-online.gif) no-repeat;
    }
.user-online{
	background-position:0px 0px;
    }
.user-unline{
	background-position:0px -25px;
}

.nice-mark{
  padding-left:20px;
  font-weight:bold;
  color:#E39 !important;
  background:url(/images/nice/nice-mark.gif) no-repeat 0 50%;
}

.gold-coin{
	padding-right:13px;
	background:url(/images/profile/gold-coin.gif) no-repeat right 1px;
	color:#F60;
	font-weight:bold;
}

.c-gold-coin{
	color:#F60;
    }
.c-level{
	color:#394
}

.visit-error-wrap{
	width:460px;
	padding:20px;
	border:2px solid #FEF;
	margin:50px auto;
	background:#fff3ff;
	}
.visit-error{
	_height:200px;
	min-height:200px;
	line-height:2;
	padding-left:135px;
	font-size:14px;
	background:url(/images/common/lock.gif) no-repeat 0 0;
	}
.visit-error .main-info{
	padding-bottom:7px;
	border-bottom:1px solid #FDE;
	margin:10px 0;
	font-size:16px;
	font-weight:bold;
	}
.visit-error .reco-link{
	padding-left:30px;
	background:url(/images/common/unlock-icon.gif) no-repeat 0 50%;
}





/*comment*/
.comment{
	
}

.comment .comment-intr{
	height:30px;
	line-height:30px;
	padding-left:45px;
	margin-bottom:15px;
	font-size:14px;
	background:#B9C9D9 url(/images/comment/comment-title.gif) no-repeat left top;
}

.comment .comment-list{
	height:auto;
	margin-bottom:15px;
}

.comment .observer-wrap{
	height:25px;
	padding-left:12px;
	background:#D7E0E9 url(/images/comment/observer-lf-bg.gif) no-repeat left center;
    }
.comment .observer{
	line-height:25px;
	background:url(/images/comment/observer-rt-bg.gif) no-repeat right center;
}

.comment .comment-text{
	line-height:25px;
	margin:0 12px;
}

.comment .pagination-wrap{
	height:25px;
	text-align:right;
}

.comment .form-textarea{
	width:515px;
	height:100px;
	margin-bottom:15px;
}

.fav-btn{
	display:inline-block;
	height:15px;
	line-height:1;
	padding-left:13px;
	color:#390 !important;
	font-weight:bold;
	background:url(/images/common/fav.gif) no-repeat 0 0; 
}


