html { overflow:-moz-scrollbars-vertical;overflow-y:scroll; }

body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #b5b5b5;
}

a img{
	border:0;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-style:solid;
	border-width:0 0;
}

/* Header */

.header_bk{
	width: 972px;
	height: 152px;
	margin-left:-6px;
	background: url('/img/bk_left.jpg') left repeat-y;
}

.header_right{
	float:left;
	width:6px;
	height:152px;
	background: url('/img/bk_right.jpg') left repeat-y;
}

.header_bottom{
	width: 963px;
	height:6px;
	margin-left:-2px;
	margin-bottom:7px;
	background: url('/img/bk_bottom.jpg') top repeat-x;
}

#header {
	float:left;
	width: 960px;
	height: 152px;
	margin: 0;
	margin-left:6px;
	background: url('/img/header.jpg') repeat-x;
}

#header_top{
	width:960px;
	height:100px;
}

#message{
	position:absolute;
	top:120px;
	right:50%;
	margin-right:-480px;
	text-align:right;
}

/* Logo */
#logo {
	float: left;
	height: 41px;
	width: 127px;
	margin:10px;
	color: #00629E;
	background: url('/img/logo.png') no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	display: none;
}

#logo h1 {
	display: block;
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
	width: 289px;
	height: 30px;
}

#logo h1 a {
	display: block;
	width :289px;
	height: 30px;
	text-indent: -1000px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #00629E;
}

/* Menu */
#menu{
	width:100%;
	height:52px;
}

#defaultmenu_product{
	float:left;
	padding:0;
	/*width:49.8%;*/
	width:478px;
	height:52px;
	/*background: url('/img/home_page/product.jpg') repeat-x;*/
	background: transparent url('/img/home_page/style/new_year/new_year_menu_bg_yellow.jpg') no-repeat 0 0;
}

.space {
	float:left;
	/*width: 0.4%;*/
	width:4px;
	height:52px;
	background: url('/img/home_page/space.jpg') repeat-x 0 0;
}

#menu_product{
	width:100%;
	height:52px;
	background: url('/img/home_page/libook_product.png') no-repeat center center;
}

#defaultmenu_service{
	float:right;
	/*width:49.8%;*/
	width:478px;
	height:52px;
	/*background: url('/img/home_page/service.jpg') repeat-x;*/
	background: transparent url('/img/home_page/style/new_year/new_year_menu_bg_red.jpg') no-repeat 0 0;
	/*background: transparent url('/img/home_page/style/valentines/valentines_menu_bg.jpg') no-repeat 0 0;*/
}

#menu_service{
	width:100%;
	height:52px;
	background: url('/img/home_page/libook_service.png') no-repeat center center;
}

#menu_produce{
	width:100%;
	height:52px;
	background:#b5b5b5;
}

#menu_produce img{
	margin:10px 5px;
}

#menu_produce img:first-child{margin-left:10px;}

#defaultmenu_product:hover, #defaultmenu_service:hover{
	background-position:0% 100%;
}

/* Header Menu */
#header_menu {
	position: relative;
	float: right;
	width: 180px;
}

.header_menu_userlogin{
	font-size: 1.2em;
	margin: 5px 10px;
	position: absolute;
	left: 130px;
}

.header_menu_userlogin a{color: #9e3600;}

#header_menu ul{
	float: right;
	font-size:110%;
	position: absolute;
	top: 65px;
	left: 35px;
	padding-left: 0px;
	margin-left: 0px;
}

#header_menu li{
	display:inline;
}
.bbh_logo {
	height: 25px;
	margin-left: 20px;
	position: relative;
}

/* Footer */
#footer {
	width: 972px;
	height: 41px;
	margin: 10px auto 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	border-width:0 0px;
	background: url('/img/bottom.jpg') repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #9e3600;
}

#footer a {
	color: #9e3600;
}

/* Home page SlideShow*/
.slideshow_top{
	width:963px;
	height:6px;
	margin-left:-2px;
	margin-top:-6px;
	background: url('/img/bk_top.jpg') top repeat-x;
}

.slideshow_left{
	width: 972px;
	height: 261px;
	margin-left:-6px;
	background: url('/img/bk_left.jpg') left repeat-y;
}

.slideshow_right{
	float:left;
	width:6px;
	height:261px;
	background: url('/img/bk_right.jpg') left repeat-y;
}

.slideshow_bottom{
	width: 963px;
	height:6px;
	margin-left:-2px;
	margin-bottom:9px;
	background: url('/img/bk_bottom.jpg') top repeat-x;
}

#slideshow{
	float:left;
	width:960px;
	height:261px;
	margin-left:6px;
}

#slideshow img {
	position:absolute;
	top:165px;
	*top:171px;
	left:50%;
	z-index:8;
	margin-left:-480px;
	*margin-left:-481px;
}

#slideshow img.active {
	z-index:10;
}

#slideshow img.last-active {
	z-index:9;
}
.slideshow_btn {
	width: 123px;
	height: 38px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 1.2em;
	letter-spacing: 2px;
	position: relative;
	z-index: 100;
}
#slideshow_btn {	
	top: 210px;
	left: 830px;
	background: transparent url('/img/home_page/button.png') no-repeat 0 0;
}
.valentines_btn1 {
	top: 170px;
	left: 20px;
	background: transparent url('/img/home_page/style/valentines/button.jpg') no-repeat 0 0;
}
.valentines_btn2 {
	top: 200px;
	left: 400px;
	background: transparent url('/img/home_page/style/valentines/button.jpg') no-repeat 0 0;
}
.valentines_active {
	width: 82px;
	height: 72px;
	float: left;
	color: #FFFFFF;
	text-align: center;
	line-height: 65px;
	font-size: 1.4em;
	letter-spacing: 3px;
	position: relative;
	z-index: 100;
	top: 170px;
	left: 370px;
	background: #FFFFFF url('/img/home_page/style/valentines/valentines_button.png') no-repeat 0 0;
}
.slideshow_btn:hover {
	background-position: 0 100%;
}

/* Home page Description*/

.desc_top{
	width:963px;
	height:6px;
	margin-left:-2px;
	margin-top:-6px;
	background: url('/img/bk_top.jpg') top repeat-x;
}

.desc_left{
	width: 972px;
	height: 213px;
	margin-left:-6px;
	background: url('/img/bk_left.jpg') left repeat-y;
}

.desc_right{
	float:left;
	width:6px;
	height:213px;
	background: url('/img/bk_right.jpg') left repeat-y;
}

.desc_bottom{
	width: 963px;
	height:6px;
	margin-left:-2px;
	margin-bottom:9px;
	background: url('/img/bk_bottom.jpg') top repeat-x;
}

#home_desc{
	float:left;
	width:960px;
	height:213px;
	margin-left:6px;
}
/*<== hot rank products start ==>*/
#hot{
	float:left;
	width:660px;
	height:140px;
	border:1px solid #cccccc;
}
#hot_header {
	width: 100%;
	height: 44px;
	background: #FFD600 url(/img/home_page/hot_header.jpg) no-repeat 0 0;
}
#hot_products {
	padding-left: 16px;
}
.product_rank {
	border: none 0px;
	float: left;
	*width: 158px;
	*height: 96px;
}
.product_rank:hover {
	border-left: solid #FFD600 1px;
	border-right: solid #FFD600 1px;
}
.rank_content { 
	width: 60px;
	float: left; 
	text-align: center;
	position: relative;
	top: 25px;
}
.rank_No {
	color: #B2B2B2;
	font-size: 1.6em; 
}
.rank_ch_title {
	color: #FFD600;
	font-size: 1.2em;
}
.rank_title {
	color: #B2B2B2;
	font-size: 1em;
	position: relative;
	left: 20px;
}
.table_img {
	*width: 130px;
	height: 96px;
	float: right;
	display: table;
	overflow: hidden;
	#position: relative;
	*top: -53px;
	*left: 25px;
}
.table_cell_img {
	display: table-cell; 
	vertical-align: middle;
	#position: absolute; 
	#top: 50%;
}
.rank_img {
	#position: relative;
	#top: -50%;
}
/*<== hot rank products end ==>*/

#new{
	float:right;
	width:297px;
	border:1px solid #cccccc;
	border-left:0;
}
#new_head{
	width:298px;
	height:44px;
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: normal;
	/*padding-left: 15px;*/
	line-height: 1.8em;
	/*background:#A3E300 url('/img/home_page/product_intro.jpg') no-repeat;*/
	background: transparent url('/img/home_page/style/new_year/new_year_head.jpg') no-repeat 0 100%;
	/*background: transparent url('/img/home_page/style/valentines/valentines_head.jpg') no-repeat 0 100%;*/
}

#new_content{
	width:278px;
	height:76px;
	padding:10px;
	color:gray;
	line-height:1.6em;
	font-size: 1.1em;
	letter-spacing: 2px;
}

/*#new_content a{
	color:gray;
}

#new_content a:hover{
	color:blue;
}*/
#start_btn {
	width: 131px;
	height: 38px;
	display: block;
	background: transparent url(/img/home_page/start_btn.png) no-repeat 0 0;
	position: relative;
	top: -20px;
	left: 150px;
}

#start_btn:hover {
	background-position: 100% 100%;
}

#news_part{
	float:left;
	width:958px;
	height:70px;
	border:1px solid #cccccc;
	border-top:0;
}

#news_icon{
	float:left;
	width:84px;
	height:70px;
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 70px;
	text-align: center;
	/*background:#A3E300 url('/img/home_page/news.jpg') no-repeat;*/
	background: transparent url('/img/home_page/style/new_year/new_year_news.jpg') no-repeat;
	/*background: transparent url('/img/home_page/style/valentines/valentines_news.jpg') no-repeat;*/
}

#news{
	float:left;
	/*width:492px;*/
	width: 860px;
	height:70px;
	line-height:1pt;
	overflow: hidden;
	*position: relative;
}

/*#news p{*/
#news ul {
	padding-left: 2.5em;
	*padding-left: 0;
	position: relative;
}
#news li {
	color: red;
	font-size: 2em;
	padding-left: 3px;
	/*height: 70px;
	*height: auto;*/
	position: relative;
}

#news div{
	color: gray;
	font-size: 15px;
	letter-spacing: 7px;
	position: relative;
	/*zoom: 1;*/
}

#news a p:hover{
	color: blue;
}

#my_libook{
	float:left;
	width:84px;
	height:115px;
	border-left:1px solid #cccccc;
	background:#A3E300 url('/img/home_page/my_libook.jpg') no-repeat;
}

.share{
	float:left;
	border-right:1px solid #cccccc;
}

.share div{
	padding:10px 17px 28px;
}

.share div:first-child{
	padding:30px 17px 8px;
	*padding:27px 17px 14px;
}

.libook{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #ffd13b;
	letter-spacing:0pt;
}

/* Login & Register*/
#panel{
	border:1px solid #bfbfbf;
	padding-bottom:95px;
	color:#bfbfbf;
}

#login, #register, #forgot_password{
	width:100%;
	height:48px;
	background:#b5b5b5 url('/img/before_login/login.jpg') 1% no-repeat;
}

#register{
	background:#b5b5b5 url('/img/before_login/register.jpg') 1% no-repeat;
}

#forgot_password{
	background:#b5b5b5 url('/img/before_login/forgot_password.jpg') 1% no-repeat;
}

#login_first .input, #register_panel .input, #forgot_panel .input{
	margin-top:20px;
	margin-left:30px;
}

#login_first input[type="text"], #login_first input[type="password"], #register_panel input[type="text"], #register_panel input[type="password"], #forgot_panel input[type="text"], #forgot_panel input[type="password"]{
	border:1px solid #bfbfbf;
	margin-left:10px;
}

#UserEmail{
	width:240px;
}

#forgot_panel #UserEmail{
	width:320px;
}

#UserName{
	width:140px;
}

#login_first input[type="password"]{margin-left:43px;width:140px;}

#register_panel input[type="password"]{width:140px;}

#login_first input[type="submit"]{
	width:123px;
	height:38px;
	border:0;
	margin:20px 290px 10px;
	background:url('/img/before_login/login_but.jpg') no-repeat;
}

#login_yahoo, #login_google{
	margin:40px auto 5px;
	border:1px solid #bfbfbf;
	font-size:110%;
	letter-spacing:3pt;
}

#login_google{margin:20px auto 5px;}

#login_first label, #register_panel label, #forgot_panel label{
	color: #F48A18;
	font:normal 13px Arail;
	letter-spacing:2pt;
}

.green_plot{
	color:#A3E300;
	margin-right:5px;
	font-size:150%;
}

.red_plot{
	color: #E10000;
	margin-right: 5px;
	font-size: 1.2em;
}

.yellow_plot{
	color:#ffd13b;
	margin:auto 5px auto 10px;
	font-size:150%;
}

.yahoo_sub,.google_sub{
	padding:12px 5px;
}

/* Login */
.login_number{
	float:left;
	margin-left:-30px;
	font-size:300%;
	font-weight:bold;
}

.login_panel{
	width:45%;
}

#login_first{
	margin:50px auto 5px;
	border:1px solid #bfbfbf;
}

#login_second{
	text-align:right;
	margin:0px auto;
	font-size:110%;
	letter-spacing:3pt;
}

/* Register*/
#register_panel{
	width:92%;
	margin:50px 0 0 60px;
	padding-bottom:16px;
	background:url('/img/before_login/pencil.jpg') 53% top no-repeat;
}

#register_panel input[type="submit"], #cancel{
	float:right;
	width:123px;
	height:38px;
	border:0;
	background:url('/img/before_login/submit.jpg') no-repeat;
}

#cancel{
	margin-right:10px;
	background:url('/img/before_login/cancel.jpg') no-repeat;
}

/* Forgot password*/
#forgot_panel{
	width:96%;
	margin:40px 10px 0 auto;
	padding-bottom:50px;
	border:1px solid transparent;
	background:url('/img/before_login/ox.jpg') 75% top no-repeat;
}

#forgot_panel input[type="submit"]{
	float:right;
	width:123px;
	height:38px;
	border:0;
	margin:30px 0 0;
	background:url('/img/before_login/submit.jpg') no-repeat;
}

#login_first input[type="submit"]:hover, #register_panel input[type="submit"]:hover, #cancel:hover, #forgot_panel input[type="submit"]:hover {
	background-position:0% 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Shadow*/
.shadowleft{
	width:4px;
	height:100%;
	margin-left:-4px;
	background:url(/img/shadow/left.png) repeat-y;
}

.shadowright{
	float:right;
	width:4px;
	height:100%;
	display:inline;
	margin-right:-4px;
	background:url(/img/shadow/right.png) repeat-y;
}
/* social */
.social {
	color: gray;
	float: left;
	margin-right: 40px;
	font-size: 1.4em;
	letter-spacing: 5px;
}
