@charset "utf-8";
/* CSS Document */
@import url("reset.css");
/* CSS Document */
html, body {
      height: 100%;
      width: 100%;
      margin: 0;
}
body {font-family:Verdana, Arial, Helvetica, sans-serif;}
/*共用語法*/
#TOP, #HEADER, #CONTENT, #FOOTER {width:100%;}
#TOP .TOP_inner, #HEADER .HEADER_inner, #CONTENT .CONTENT_inner, #FOOTER .FOOTER_inner{width:980px; margin:0 auto;}/*置中*/

/* ---- 頁首 ---- */
#TOP{
	height:28px;
	background:#b5998b url(../images/header_top_bg.jpg) repeat;
}
#TOP .TOP_inner{
	position:relative;
	height:28px;
	background:#b5998b url(../images/header_top_bg.jpg) repeat;
}
#TOP ul.L_textmenu {
	position:absolute;
	top:5px;
	left:16px;
	width: 171px;
}
#TOP ul.L_textmenu li{
	float:left;
	padding:0 4px;
}
#TOP ul.L_textmenu a{
	text-align:center;
	color:#383838;
	font-size:12px;
	letter-spacing:1px;
	text-decoration:none;
}
#TOP ul.L_textmenu a:hover{color:#b9430f;}
/* ---- 頁首區和LOGO --- -*/
#HEADER{
	background:#eadfd8 url(../images/header_content_bg.jpg) repeat;
}
#HEADER .HEADER_inner{
	position:relative;
	height:160px;
	background:#eadfd8 url(../images/header_content_bg.jpg) repeat;
}
.HEADER_inner .udnnovel_logo {
	position:absolute;
	left:15px;
	top:3px;
}
.HEADER_inner .hongxiu_logo {
	position:absolute;
	left:182px;
	top:12px;
}
/* ---- 登入及文字選單區 --- -*/

.HEADER_inner ul.R_textmenu {
	position:absolute;
	top:0px;
	left:345px;
	height: 24px;
}
.HEADER_inner ul.R_textmenu li {float: left;}
/* ---- Hi文字 --- -*/
.HEADER_inner ul.R_textmenu li.hi {
	display: block;
	width:180px;
	height:25px;
	text-align:right;
	line-height: 20px;
	color: #b9430f;
	font-size: 13px;
	text-decoration:none;
	margin-right:5px;
}
.HEADER_inner ul.R_textmenu li.hi span{margin-right:3px;}
.HEADER_inner ul.R_textmenu li a {
	display: block;
	/*width:65px;*/
	height:25px;
	line-height: 20px;
	color: #383838;
	font-size: 13px;
	text-decoration:none;
}
.HEADER_inner ul.R_textmenu a:hover {color:#b9430f;}
/* ---- 登入圖 --- -*/
.HEADER_inner .sign_in{
	position:absolute;
	left: 910px;
	top: -10px;
}
/* ---- 主選單區 --- -*/
ul.menu {
	position:absolute;
	left: 13px;
	top: 79px;
	width: 963px;
}
ul.menu li{float:left;}
ul.menu li a{
	display:block;
	height:57px;
	text-indent:-9999px;
	background-position:left top;
	outline:none;
}
ul.menu li a:hover{
	background-position:left bottom;
}
/* ---- HOME+7分類按鈕 --- -*/
ul.menu li.m_home a {
	width:50px;
	background-image:url(../images/menu/menu_home.png);
}
ul.menu li.m_b1 a {
	width:86px;
	background-image:url(../images/menu/menu_01.png);
}
ul.menu li.m_b2 a {
	width:88px;
	background-image:url(../images/menu/menu_02.png);
}
ul.menu li.m_b3 a {
	width:88px;
	background-image:url(../images/menu/menu_03.png);
}
ul.menu li.m_b4 a {
	width:88px;
	background-image:url(../images/menu/menu_04.png);
}
ul.menu li.m_b5 a {
	width:88px;
	background-image:url(../images/menu/menu_05.png);
}
ul.menu li.m_b6 a {
	width:88px;
	background-image:url(../images/menu/menu_06.png);
}
ul.menu li.m_b7 a {
	width:88px;
	background-image:url(../images/menu/menu_07.png);
}
/* ---- 搜尋 --- -*/
ul.menu li.m_search p{
	margin:0;
}
ul.menu li.m_search {
	float:left;
	height:45px;
	width:239px;
	background-image:url(../images/menu/menu_textinput.png);
	padding-top:12px;/*13*/
	padding-left:17px;/*15*/
}
ul.menu li.m_search_btn {
	float:left;
	width:40px;
	background-image:url(../images/menu/menu_search.png);
}
/* ---- 輸入框 --- -*/
#text {
	width:228px;/*240*/
	height:30px;/*31*/
	font-size:17px;
	color:#383838;
	padding-left: 3px;
	padding-right: 3px;
	outline:none;
	background:none;
	border:none;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ---- 內容區 --- -*/
#CONTENT{
	background:#ebebeb url(../images/paper_1.png) repeat;
	min-height: 100%;/*讓表格列數少時背景維持在一定高度不會下方留白*/
}
/* ---- 控制底圖位置 --- -*/
#CONTENT .CONTENT_inner{
	clear:both;
	height: 100%;/*讓表格列數少時背景維持在一定高度不會下方留白*/
	padding:10px 10px 15px 10px;
	position:relative;
}
/* ---- 路徑 --- -*/
/*現在的頁面*/
#CONTENT .path{
	font-size:12px;
	width:960px;
	height:20px;
	margin-left:13px;
	color: #383838;
}
/*其他的頁面*/
#CONTENT .path a{
	border-bottom: 1px solid #83675b;
    color: #96664e;
    text-decoration: none;
}
#CONTENT .path  a:hover {border:none;}
/* ---- 書本底圖下方陰影 --- -*/
.bookcontent{
	width: 960px;
	margin-left:13px;
	padding-bottom: 10px;
	background:url(../images/book_content_bg.png) no-repeat left bottom;
}
/* ---- 書本底圖上方陰影 --- -*/
.bookcontent h3.bookupshadow {
	background:url(../images/book_content_bg.png) no-repeat left top;
	line-height:20px;
	text-indent: -9999px;
}
/* ---- 書本底圖中間重複自然伸縮 --- -*/
.bookcontent_inner{
	overflow:hidden;
	background-image:url(../images/book_repeat.png);
	font-size: 12px;
	padding: 5px 0px 5px 0px;
}
/* ---- 書本左大欄 --- -*/
.bookcontent_inner .bookcontent_L{
	float:left;
	width:230px;/*260-22-8=230*/
	padding:0px 22px 10px 8px;
}
/* ---- 書本右大欄 --- -*/
.bookcontent_inner .bookcontent_R{
	float:right;
	width:653px;/*653-25-22=606*/
	padding:0px 25px 10px 22px;
}
.bookcontent_inner .readcontent_R{
	float:right;
	width:678px;/*653-25-22=606*/
	padding:0px 0px 10px 22px;
}
/* ---- 書本右大欄 內容區域 -----*/
/*----------------------------*/

/* ---- 所有標題h2文字位置 --- -*/	
#CONTENT h2{
	display:block;
	width:0px;
	height:0px;
	text-indent:-9999px;
	font-size:1px;
}
/* ---標題圖-- -*/	
.position_title{
	position:absolute;
	left: 8px;
	top: 8px;
}
/* ---標題虛線 左邊有小插圖用-- -*/	
.hr_title{
	display:block;
	position:absolute;
	width:95%;
	height:1px;
	border:none;
	border-bottom:1px dashed #c2c2c2;
	left: 9px;
	top: 35px;
}
/* ---標題虛線 ---*/	
.hr_book{
	width:95%;
	height:1px;
	border:none;
	border-bottom:1px dashed #c2c2c2;
	margin:0px auto 8px 0px;
	clear:both;/*清除chapterlist_timg的浮動*/
}
.hr_read{
	width:95%;
	height:1px;
	border:none;
	border-bottom:1px dashed #c2c2c2;
	margin:8px auto 8px 0px;
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ----評價--- -*/
.bookcontent_L .evaluate{
	width:229px;/*240-11=229*/
	height:144px;/*152-8=144*/
	background:#f0f0f0;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:8px 0px 0px 11px;
	position:relative;
}
/*評價字圖*/
.evaluate_title{float:left;}
/*選單圖*/
ul.evaluate_list{
	width:72px;
	height:27px;
	float:left;
	margin-left:49px;
	margin-bottom:15px;
	background:url(../images/book/evaluate_column.png) no-repeat;
	}
.evaluate_list li ul {display: none;}/*隱藏欄位*/
/*下拉按鈕*/
li.evaluate_optionL a.option_btn{
	display:block;
	height: 22px;
	width:20px;
	cursor: pointer;
	margin-left:40px;
	padding-top:4px;
	padding-left:8px;
	color:#6f6e6e;
}
/*下拉出現的底圖*/
li.evaluate_optionL ul.option_ul{
	width:63px;
	height:97px;	
	position:absolute;
	left:106px;
	top:30px;
	background:url(../images/book/bar_bg.png) no-repeat;
}
/*下拉的分數字*/
li.evaluate_optionL li a.option_a {
	display: block;
	width:60px;
	height: 10px;
	padding-left:20px;
	margin-bottom:8px;
	text-decoration: none;
	font-size: 12px;
	color:#6f6e6e;
	cursor: pointer;
}
li.evaluate_optionL li a:hover{color:#000;}
/*人數底圖*/
.evaluate .numberOfPeople{
	width:54px;
	height:25px;
	float:left;
	margin-left:2px;
	margin-bottom:15px;
	background:url(../images/book/evaluate_number.png) no-repeat;
	}
/*人數*/
.numberOfPeople p{
	font-size:9px;
	color:#6f6e6e;
	margin-top:5px;
	margin-left:25px;
	}
/*分數*/
.evaluate .fraction{
	clear:both;
	float:left;
	font-size:20px;
	font-weight:bold;
	margin-left:5px;
	color:#c63767;
	}
.evaluate ul.star{
	display:block;
	width:180px;
	height:30px;
	margin:42px 0 20px 48px;
	}
.evaluate .star li{
	display:block;
	float:left;
	width:36px;
	height:30px;
}
/*分隔線*/
.evaluate_line{
	clear:both;
	margin-left:-11px;
	height:2px;
	border:none;
	border-top:2px solid #cecece;
}
/*整顆星星*/
.evaluate li.star_all{background:url(../images/book/star.png) no-repeat 0 0;}
/*半顆星星*/
.evaluate li.star_helf{background:url(../images/book/star.png) no-repeat 0 -28px;}
/*空的星星*/
.evaluate li.star_empty{background:url(../images/book/star.png) no-repeat 0 -57px;}
/*收藏和閱讀按鈕*/
ul.twobtn{
	width:210px;
	height:40px;
	margin-left:13px;
}
ul.twobtn li{float:left;}
/*收藏按鈕*/
ul.twobtn li a.collect_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/collect_btn.png) no-repeat left top ;
	margin-right:23px;
}
/*已收藏按鈕*/
ul.twobtn li a.collected_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/collect_btn.png) no-repeat 0px -82px ;
	margin-right:23px;
}
/*扣點閱讀按鈕*/
ul.twobtn li a.discount_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/discount_btn.png) no-repeat left top ;
}
ul.twobtn li a:hover.collect_btn{background:url(../images/collect_btn.png) no-repeat left -43px;}
ul.twobtn li a:hover.discount_btn{background:url(../images/discount_btn.png) no-repeat left -43px;}
a.shortcut{
	display:block;
	width:188px;
	height:40px;
	background:url(../images/read/synopsis.png) no-repeat left top;
	margin-left:14px;
	margin-top:8px;
	cursor:pointer;
}
a:hover.shortcut{background:url(../images/read/synopsis.png) no-repeat left bottom;}

/* ----作者其他作品----------------------------------*/
.bookcontent_L .otherworks{
	width:229px;/*240-11=229*/
	/*height:157px;/*165-8=157*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:8px 0px 10px 11px;
}
.bookcontent_L .otherworks li{margin-bottom:6px;}
.bookcontent_L .otherworks a{
	display:block;
	width:208px;/*218-10*/
	/*height:18px;*/
	line-height:18px;
	letter-spacing:1px;
	padding-left:10px;
	background:#dedede repeat;
	text-align:left;
	color:#535353;
	font-size:13px;
	text-decoration:none;
}
.bookcontent_L .otherworks a:hover{background:#fbe3d9 repeat;}
/* ----廣告--- -*/
.bookcontent_L .ad{
	width:240px;
	height:80px;
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
}
/* ----書籍推薦--- -*/
.bookcontent_L .bookrecommend{
	width:229px;/*240-11=229*/
	/*height:197px;/*205-8=197*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:8px 0px 10px 11px;
}
.bookcontent_L .bookrecommend ul{width: 210px;}
.bookcontent_L .bookrecommend li{
	border-bottom:1px dashed #c2c2c2;
	padding-bottom:2px;
	line-height:1.7;
	list-style-type:none;
}
.bookcontent_L .bookrecommend li a{
	color: #535353;
	font-size: 13px;
	text-decoration:none;
}
.bookcontent_L .bookrecommend li a:hover{color: #de6d21;}

/* ----其他人也看了--- -*/
.bookcontent_L .alsoView{
	width:214px;
	/*height:700px;*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	margin:0 9px 26px auto;
	padding:15px 15px 15px 11px;
	overflow:hidden;
}
.bookcontent_L .alsoView ul{
	margin-top:10px;
}
.bookcontent_L .alsoView a{
	font-size:13px;
	color:#2e2e2e;
	text-decoration:none;
	outline:none;
}
.bookcontent_L .alsoView a:hover{color:#de6d21;}
.bookcontent_L .alsoView ul li img{
	float:left;
	margin-left:0;
	margin-right:5px;
}
.bookcontent_L .alsoView h3{
	font-size:13px;
	line-height:1.4;
	color:#2e2e2e;
	font-weight:normal;
}
.bookcontent_L .alsoView p{
	font-size:12px;
	color:#dc8f5a;
	line-height:1.4;
}

.bookcontent_L .alsoView li.page_listread{
	margin-bottom:8px;
	padding-left:2px;/*控制小標和圖片距離*/
	line-height:30px;

	background-repeat:no-repeat;
	background-position:0 19px;/*控制小標在中央*/
}

.bookcontent_L .alsoView li div{
        min-height: 60px;
}

/* ----標籤--- -*/
.bookcontent_L .tag{
	width:229px;
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#cecece', Direction=130, Strength=2); /* ie */
	padding:8px 0px 10px 11px;
	overflow:hidden;
	margin-bottom:30px;
}
.bookcontent_L a.addtag{
	display:block;
	width:192px;
	height:35px;
	background:url(../images/book/add_tag.png) no-repeat left top;
	margin-left:20px;
	margin-bottom:2px;
}
.bookcontent_L a:hover.addtag{background:url(../images/book/add_tag.png) no-repeat left bottom;}

.tag ul li{float:left;}
.tag li a.top1,.tag li a.top2,.tag li a.top3{
	display:block;
	margin-right:4px;
	margin-bottom:4px;
	height:15px;
	padding:4px;
	font-size: 13px;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
}
.tag li a.top1{
	background-color:#ffa975;
	color: #eaeaea;
}
.tag li a.top2{
	background-color:#bbbbbb;
	color: #eaeaea;
}
.tag li a.top3{
	background-color:#e8e8e8;
	color: #717171;
}
.tag li a.top1:hover{
	background-color:#F96;
	color: #eaeaea;
}
.tag li a.top2:hover{
	background-color:#aeaeae;
	color: #eaeaea;
}
.tag li a.top3:hover{
	background-color:#efefef;
	color: #797979;
}
/* ---- 書本左大欄 內容區域 --- -*/
/* ----書籍資訊等--- -*/
.bookcontent_R .infotab{
	width:653px;
	margin-bottom:30px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info_tab {
	clear: right;
	width: 659px;
	margin:0;
}
ul.tabs {
	width: 100%;
	height: 32px;
}
ul.tabs li {
	float: left;
	overflow: hidden;
	margin-top:1px;
	margin-left:3px;
}
.info_tab .tab_container{
	margin-top:-2px;
}
/*-------------------MORE更多內容連結------------------------------------*/
.more_link{float:right; margin-right:10px; margin-top:10px;}
.more_link a{
	font-size:10px;
	color:#968b8b;
	text-decoration:none;
}
.more_link a:hover{color:#000;}
/*----------------tab1變換 創作文學 -------------------*/
ul.tabs li.l1 a{
	display:block;
	height: 29px;
	width:70px;
	background:url(../images/book/book_info.png) left top;
	margin-right:1px;
}
ul.tabs li.l1 a:hover{background:url(../images/book/book_info.png) no-repeat left bottom;}
ul.tabs .l1.active a{background:url(../images/book/book_info.png) no-repeat left bottom;}
/*----------------tab1變換-------------------*/

/*----------------tab2變換-------------------*/
ul.tabs li.l2 a{
	display:block;
	height: 29px;
	width:70px;
	background:url(../images/book/content_info.png) no-repeat left top;
	margin-right:1px;
}
ul.tabs li.l2 a:hover{background:url(../images/book/content_info.png) left bottom;}
ul.tabs .l2.active a{background:url(../images/book/content_info.png) left bottom;}

/*----------------tab2變換-------------------*/
/*----------------tab3變換-------------------*/
ul.tabs li.l3 a{
	display:block;
	height: 29px;
	width:70px;
	background:url(../images/book/auther_intro.png) no-repeat left top;
	margin-right:1px;
}
ul.tabs li.l3 a:hover{background:url(../images/book/auther_intro.png) left bottom;}
ul.tabs .l3.active a{background:url(../images/book/auther_intro.png) left bottom;}
/*----------------tab3變換-------------------*/
/*----------------右側fb按讚-------------------*/
ul.tabs li.l4_fb{
	margin-top:5px;
	padding-left:360px;
	margin-right:-60px;
}
/*----------------右側fb按讚-------------------*/
/*------------------內容區塊--------------------------*/
#tab1,#tab2,#tab3{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
}
/*區塊一最外層底色*/
#tab1{
	width: 625px;/*653-28*/
	background:#f2e7e2;
	padding:14px;
	border:1px #decfc7 solid;
	clear:both;
	overflow:hidden;
}
/*區塊二最外層底色*/
#tab2{
	width: 643px;/*653-10*/
	background:#e4d4c9;
	padding:14px 5px;
	border:1px #e8c5ad solid;
}
/*區塊三最外層底色*/
#tab3{
	width: 649px;/*653-4*/
	background:#dabea9;
	padding:10px 2px;
	border:1px #ebb48b solid;
}
/*區塊一的內容*/
/*書封*/
#tab1 .tab1_bookcover{
	float:left;
	width:167px;/*175-8*/
	height:219px;/*225-10*/
	background:url(../images/book/booktext01_bg.jpg) repeat;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	padding-left:8px;/*控制圖片位置*/
	padding-top:12px;
}
/*書籍資訊的文字內容區*/
#tab1 .tab1_bookinfo{
	float:left;
    width:413px;/*439-26*/
	background:url(../images/book/booktext01_bg.jpg) repeat;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	padding:13px;
	margin-left:10px;
}
/*書名*/
#tab1 h1{
	font-size:18px;
	color:#383838;
	margin-bottom:5px;
}
/*其它資訊的文字*/
#tab1 h4{
	font-size:15px;
	color:#535353;
	line-height:1.7;
	letter-spacing:2px;
	font-weight:normal;
}
/*除了標題以外的字*/
#tab1 h4 a{
	color:#44362f;	
}
#tab1 h4 a.author{
	color:#44362f;	
    text-decoration:none;
}
#tab1 h4 a.author:hover{
	color: #de6d21;
}
/*閱讀連結*/
#tab1 .gotoreadlink{
	float:right;
	width:77px;
	height:30px;
	margin-top:-8px;
}
/*區塊一的內容*/
/*區塊二的內容*/
#tab2 .book_intro{
	width:596px;
	background:url(../images/book/booktext02_bg.jpg) repeat;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	padding:13px;
	margin-left:10px;
	text-align:justify;/*齊行*/
	text-justify:distribute;/*齊行*/
	table-layout:fixed;/*英文字串自動換行*/
	word-break:break-all;/*英文字串自動換行*/
	word-wrap: break-word;
	font-size:13px;
	color:#535353;
	line-height:1.6;
	letter-spacing:2px;
}
#tab2 p{
	font-size:13px;
	color:#535353;
	line-height:1.6;
	letter-spacing:2px;
}

#tab2 a{
	color:#de6d21;
	font-size:13px;
	letter-spacing:2px;
	text-decoration:none;
}
#tab2 a:hover{color:#535353;}
/*區塊二的內容*/
/*區塊三的內容*/
#tab3 .auther_intro{
	width:604px;
	background:url(../images/book/booktext01_bg.jpg) repeat;
	box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	padding:13px;
	margin-left:10px;
	text-align:justify;/*齊行*/
	text-justify:distribute;/*齊行*/
	table-layout:fixed;/*英文字串自動換行*/
	word-break:break-all;/*英文字串自動換行*/
	word-wrap: break-word;
}
/*作者*/
#tab3 h4{
	font-size:16px;
	color:#383838;
	line-height:1.8;
	letter-spacing:2px;
}
#tab3 p{
	font-size:13px;
	color:#535353;
	line-height:1.6;
	letter-spacing:2px;
}
/*區塊三的內容*/

/* ----新版--- -*/
.bookcontent_R .newversion{
	width:645px;
	/*height:139px;/*150-11=139*/
	background:#f2f2f2;
	margin-bottom:30px;
	padding:8px 0px 10px 11px;
}
.newversion  a{ 
	overflow:hidden;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#535353;
}
.newversion  a:hover{color:#383838;}
.newversion p.newversion_text{
	display:block;
	width:635px;
	clear:both;
	font-size:15px;
	font-weight:bold;
	color:#C14870;
	line-height:1.6;
	letter-spacing:2px;
}

/* ----最新章節--- -*/
.bookcontent_R .newchapter{
	width:645px;
	/*height:139px;/*150-11=139*/
	background:#f2f2f2;
	margin-bottom:30px;
	padding:8px 0px 10px 11px;
}
.newchapter ul li.newchapter_info{
	display: block;
	width:635px;
	height: 25px;
	font-size: 13px;
	color: #535353;
	clear:both;
	overflow:hidden;
}
/*整塊*/
.newchapter ul li.newchapter_info p{
	display:block;
	height:25px;
	width:635px;
}
/*章節數*/
.newchapter ul li.newchapter_info span.new_chapters{
	font-weight:bold;
	display:block;
	width:40px;
	height:25px;
	background:url(../images/book/newchapter_numberbg.png) no-repeat;
	padding-top:2px;
	float:left;
	text-align:center;
	line-height:13px;
}
/*---章節名---*/
.newchapter ul li.newchapter_info a{ 
	display:block;
	width:462px;
	height:25px;
	float:left;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	color:#535353;
}
.newchapter ul li.newchapter_info a:hover{color:#383838;}/*章節名hover*/
.newchapter span.newchapter_date{
	/*float:right;*/
	margin-top:-25px;/*讓日期覆蓋在LI上*/
	font-size:13px;
	color:#968b8b;
}
/*newchapter未付費鎖住的章節鎖圖片*/
.newchapter span.newchapter_lock{
	display:block;
	float:left;
	width:50px;
	height:22px;
	background:url(../images/lock.png) no-repeat left top;
}
/*newchapter已付費鎖住的章節鎖圖片*/
.newchapter span.newchapter_openlock{
	display:block;
	float:left;
	width:50px;
	height:22px;
	background:url(../images/lock.png) no-repeat left -24px;
}
.newchapter p{
	display:block;
	width:620px;
	padding-left:3px;
	clear:both;
	font-size:13px;
	color:#535353;
	line-height:1.6;
	letter-spacing:2px;
}
/* ----書籍頁的書的列表-----------------------------------*/
.bookcontent_R .chapterlist{
	width:645px;/*653-8=645*/
	/*height:414px;/*425-11=414*/
	background:#f2f2f2;
	margin-bottom:30px;
	padding:8px 0px 0px 11px;
}
.chapterlist ul.bookcata_list{
	clear:both;
	width: 645px;
	overflow: hidden;
}
/*---每一小列---*/
.chapterlist ul.bookcata_list li{
	display: block;
	width: 615px;/
	height: 27px;/*27-7*/
	margin-bottom:9px;
	padding:0px 10px 0px 10px;
	/*----灰色底及文字設定----*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	box-shadow:1px 1px 1px #bbbbbb;
	background:#e7e6e6;
	font-size: 13px;
	color: #535353;
	clear:both;
	overflow:hidden;
}

/*整塊*/
.chapterlist ul.bookcata_list p{
	display:block;
	height:27px;
	width:615px;
}
/*章節數*/
.chapterlist span.bookcata_chapters{
	display:block;
	width:35px;
	height:22px;
	float:left;
	padding-top:5px;
	margin-right:5px;
	border-right:1px #bcbcbc solid;/*右邊直線裝飾*/
	overflow:hidden;
}
/*---章節名---*/
.chapterlist ul.bookcata_list li a{ /*章節名*/
	display:block;
	width:450px;
	height:18px;
	float:left;
	padding-top:5px;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-decoration:none;
	color:#535353;
}
.chapterlist ul.bookcata_list li a:hover{color:#383838;}/*章節名hover*/

/*--日期--*/
.chapterlist span.bookcata_date{
	float:right;
	margin-top:-22px;/*讓日期覆蓋在LI上*/
	font-size:13px;
	color:#968b8b;
}
/* ----回覆--- -*/
.bookcontent_R .reply{
	width:634px;/*645-11*/
	/*height:882px;/*890-8=882*//*高度依回覆內容*/
	background:#f2f2f2;
	padding:8px 0px 0px 11px;
}

/*----------閱讀頁左上第一區------------*/
.status{
	width:229px;/*240-11=229*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:20px 0px 10px 11px;
	position:relative;
}
.satuslabel_collected{
	position:absolute;
	left: 3px;
	top: 41px;
	width: 83px;
	height: 39px;
	background:url(../images/read/satatus_label.png) no-repeat left 1px;
	z-index:100;
}
.satuslabel_bought{
	position:absolute;
	left: 3px;
	top: 41px;
	width: 83px;
	height: 39px;
	background:url(../images/read/satatus_label.png) no-repeat left -38px;
	z-index:100;
}
.satuslabel_uncollected{
	position:absolute;
	left: 3px;
	top: 41px;
	width: 83px;
	height: 39px;
	background:url(../images/read/satatus_label.png) no-repeat left -75px;
	z-index:100;
}
.status img{
	margin-top:8px;
	margin-left:14px;
}

/*--------------書名---------------------*/
.read_bookname{
	width:221px;/*240-11-8*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:8px 8px 10px 11px;
}
.read_bookname a{
	font-size:15px;
	color:#b9430f;
	text-decoration:none;
}
.read_bookname a:hover{color:#535353;}
/*-----------閱讀頁左上目錄區-------------*/
.read_cata{
	width:229px;/*240-11=229*/
	background:#FFF;
	box-shadow:2px 2px 2px #cecece;
	-moz-box-shadow:2px 2px 2px #cecece;
	-webkit-box-shadow:2px 2px 2px #cecece;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=2); /* ie */
	margin-bottom:30px;
	padding:8px 0px 10px 11px;	
}
.read_cata ul li{margin-bottom:6px;}
.read_cata ul li a{
	display: block;
	width: 213px;
	height: 15px;
	line-height: 16px;
	background: url(../images/otherworks.jpg) repeat-x left top;
	color: #535353;
	font-size: 13px;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis
	 white-space:nowrap;
}
.read_cata ul li a.readcata_current{
	background:url(../images/otherworks.jpg) repeat-x left bottom;
}
.read_cata ul li span{
	font-weight:bold;
	margin-right:5px;
	color:#eca07f;
	display:block;
	width:31px;
	height:18px;
	float:left;
}
.read_cata ul li a:hover{background:url(../images/otherworks.jpg) repeat-x left bottom;}
/*-------------------字級切換---------------------------------*/
#CONTENT .CONTENT_inner ul.font_resize{
	position:absolute;
	width:166px;
	height:30px;
	left: 796px;
	top: 8px;
}
.font_resize li{float:left;}
a.f_b{
	display:block;
	width:54px;
	height:26px;
	background:url(../images/read/font_big.png) no-repeat left top;
	margin-right:2px;
	cursor:pointer;
}
a:hover.f_b{background:url(../images/read/font_big.png) no-repeat left bottom;}
a:active.f_b{background:url(../images/read/font_big.png) no-repeat left bottom;}
a.f_m{
	display:block;
	width:54px;
	height:26px;
	background:url(../images/read/font_middle.png) no-repeat left top;
	cursor:pointer;
}
a:hover.f_m{background:url(../images/read/font_middle.png) no-repeat left bottom;}
a.f_s{
	display:block;
	width:54px;
	height:26px;
	background:url(../images/read/font_small.png) no-repeat left top;
	cursor:pointer;
}
a:hover.f_s{background:url(../images/read/font_small.png) no-repeat left bottom;}
/*---------------------文章內容----------------------------------*/
.readcontent_R .article{
	width:613px;/*645-40*/
	/*height:882px;/*890-8=882*//*高度依回覆內容*/
	background:#f2f2f2;
	padding:22px 20px 20px 20px;
	margin-bottom:8px;
}
.article h1{
	font-size:21px;
	color:#383838;
	margin-right:10px;
	display:inline;
	font-weight:bold;
	letter-spacing:2px;
	display:block;
	margin-bottom:10px;
}
.article h3{
	/*display:inline;*/
	font-weight:normal;
	font-size:13px;
	color:#6f6e6e;
	letter-spacing:2px;
	line-height:1.6;
}
.article .articlecontent_s p,.article .articlecontent_m p,.article .articlecontent_l p{
	margin-bottom:1em;
}
.article .articlecontent_s,.article .articlecontent_m,.article .articlecontent_l{
	text-align:justify;/*齊行*/
	text-justify:distribute;/*齊行*/
	table-layout:fixed;/*英文字串自動換行*/
	word-break:break-all;/*英文字串自動換行*/
	word-wrap: break-word;/*英文字串自動換行*/
	letter-spacing:1px;
	color:#383838;
}
/*最小的字級*/
.article .articlecontent_s{
	line-height:1.6;
	font-size:15px;
}
/*中的字級*/
.article .articlecontent_m{
	line-height:1.7;
	font-size:17px;
}
/*大的字級*/
.article .articlecontent_l{
	line-height:1.7;
	font-size:20px;
}
.article p.read_date{
	color:#6f6e6e;
	letter-spacing:2px;
	margin-bottom:3px;
}
.article .articlecontent_s p.read_date{
	font-size:13px;
}

.article .articlecontent_m p.read_date{
	font-size:15px;
}
.article .articlecontent_l p.read_date{
	font-size:17px;
}
.article p.read_date span a{
	color:#333; 
	text-decoration:none;
	border-bottom: 1px solid #83675b;
}
.article p.read_date span  a:hover {
	border:none;
	color:#de6b21;
}
/*閱讀按鈕底圖*/
.read_control{
	width:577px;/*682*/
	height:70px;
	background:url(../images/read/read_controlbg.png) no-repeat;
	padding:25px 0px 0px 105px;
}
/*閱讀按鈕列*/
.read_control ul{
	width:440px;
	height:25px;
}
.read_control ul li{float:left; margin-right:12px;}
/*上一頁按鈕*/
.read_control ul li a.pre_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/read/pre_article.png) no-repeat left top ;
}
.read_control ul li a:hover.pre_btn{background:url(../images/read/pre_article.png) no-repeat left bottom ;}
/*下一頁按鈕*/
.read_control ul li a.next_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/read/next_article.png) no-repeat left top ;
}
.read_control ul li a:hover.next_btn{background:url(../images/read/next_article.png) no-repeat left bottom ;}
/*目錄按鈕*/
.read_control ul li a.cata_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/read/cata_btn.png) no-repeat left top ;
}
.read_control ul li a:hover.cata_btn{background:url(../images/read/cata_btn.png) no-repeat left bottom ;}
/*/*扣點並閱讀下一章按鈕
.read_control ul li a.bookandread_btn{
	display:block;
	height:33px;
	width:136px;
	background:url(../images/read/bookandread.png) no-repeat left top ;*/
/*}
.read_control ul li a:hover.bookandread_btn{background:url(../images/read/bookandread.png) no-repeat left bottom ;}*/
.read_control ul li a.readcollect_btn{
	display:block;
	height:33px;
	width:84px;
	background:url(../images/collect_btn.png) no-repeat left top ;
}
.read_control ul li a:hover.readcollect_btn{background:url(../images/collect_btn.png) no-repeat 0px -43px ;}
/*------------------------------------------------------目錄列表的CSS---------------------------------------------------------------------------*/
/* ---- 目錄底圖下方陰影 ----*/
.catacontent{
	width: 960px;
	height:30px;
	margin-left:13px;
	background:url(../images/cata_content_bg.png) no-repeat left bottom;
}
/* ---- 目錄底圖上方 --- -*/
.cataupshadow {
	background:url(../images/cata_content_bg.png) no-repeat left top;
	width: 860px;
	height:60px;/*75-5*/
	margin-left:13px;
	padding-top:15px;
	padding-left:100px;
}
/* ---- 您尚未登入底圖上方 --- -*/
.loginnoneupshadow {
	background:url(../images/loginnone_top.png) no-repeat left top;
	position:relative;
	width: 860px;
	height:60px;/*75-5*/
	margin-left:13px;
	padding-top:15px;
	padding-left:100px;
}
.cataupshadow h1{
	display:inline;
	overflow:hidden;
}
.cataupshadow h1 a{
	font-size:20px;
	color:#F0F0F0;
	letter-spacing:2px;
	text-decoration:none;
}
.cataupshadow h1 a:hover{color:#FFF;}
.cataupshadow span{
	font-size:12px;
	display:inline;
	color:#60402c;
	letter-spacing:1px;
}
.cataupshadow span a{
	color:#60402c;
	text-decoration:none;
}
.cataupshadow span a:hover{color: #ac3100;}
/* ---- 目錄底圖中間重複自然伸縮 --- -*/
.catacontent_inner{
	overflow:hidden;
	/*background-color:#6FC;*/
	background:url(../images/cata_repeat.png) repeat-y;
	width: 804px;/*960-80-76=880*/
	margin-left:13px;
	padding-left:80px;
	padding-right:76px;
	font-size: 12px;
	}
/* ---- 您尚未登入底圖中間重複自然伸縮 --- -*/
.loginnone_inner{
	overflow:hidden;
	/*background-color:#6FC;*/
	background:url(../images/cata_repeat.png) repeat-y;
	width: 804px;/*960-80-76=880*/
	height:500px;
	margin-left:13px;
	padding-left:80px;
	padding-right:76px;
	font-size: 12px;
	}
.catacontent_inner .term{
	margin:0 auto;
	width: 750px;
	padding:5px 20px 20px 9px;
}
.catacontent_inner .term h3{
	font-size:17px;
	font-weight:bold;
	line-height:18px;
	color:#96664e;
	list-style-type:none;
	background:url(../images/bookmark.png) no-repeat;
	padding-left:20px;
	margin-bottom:12px;
}
.catacontent_inner .term h4{
	font-size:15px;
	font-weight:bold;
	color:#de6d21;
}
.catacontent_inner .term p{
	margin-bottom:25px;
	font-size:15px;
	text-align:justify;/*齊行*/
	text-justify:distribute;/*齊行*/
	color:#383838;
	line-height:1.4;
}
.catacontent_inner .term a{
	color:#535353;
	text-decoration:none;
}
.catacontent_inner .term a:hover{color:#de6c21;}
/* ---- 您尚未登入讀小說圖----*/
.loginnone_inner .novels {
	position:absolute;
	left: 130px;
	top: 125px;
}
/* ---- 您尚未登入讀小說圖----*/
.loginnone_inner .wait{
	position:absolute;
	left: 582px;
	top: 80px;
	z-index:3;
}
/* ---- 您尚未登入告示----*/
.loginnone_inner .textwait {
	position:absolute;
	left: 186px;
	top: 182px;
	z-index:2;
}
/*--------閱讀數----------*/
.read_number{
	float:left;
	width:80px;/*140*/
	height:23px;/*30-10*/
	background:url(../images/cata/readnumber_bg.png) no-repeat;
	padding-top:7px;
	padding-left:60px;
	font-size:13px;
	color:#564338;
}
/*--------收藏人數----------*/
.collect_number{
	float:left;
	width:80px;/*140*/
	height:23px;/*30-10*/
	background:url(../images/cata/collectnumber_bg.png) no-repeat;
	padding-top:7px;
	padding-left:60px;
	font-size:13px;
	color:#564338;
	margin-bottom:3px;/*距離下面拉開*/
}
/*--------章數資訊----------*/
.catacontent_inner .chapter_about{
	float:right;
	height:20px;
    width:auto;
	padding-right:6px;
}
.catacontent_inner .chapter_about ul{}
.catacontent_inner .chapter_about li{
	float:left;
	padding-top:10px;
	margin-left:8px;
	color:#6f6e6e;
	font-size:13px;
}
/*------------目錄列表----------------------------------------------------------------------------------------------------------------------------*/
.catacontent_inner ul.cata_list{
	clear:both;
	width: 805px;
	overflow: hidden;
}
/*---每一小列---*/
.catacontent_inner ul.cata_list li{
	display: block;
	width: 770px;/*805-28略小讓右陰影出現*/
	height: 27px;/*27-7*/
	margin-bottom:4px;
	padding:0px 14px 0px 14px;
	/*----灰色底及文字設定----*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	-webkit-box-shadow:1px 1px 1px #bbbbbb;
	-moz-box-shadow:1px 1px 1px #bbbbbb;
	box-shadow:1px 1px 1px #bbbbbb;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=130, Strength=1); /* ie */
	background:#e7e6e6;
	font-size: 13px;
	color: #535353;
	clear:both;
	overflow:hidden;
}
/*整塊*/
.catacontent_inner ul.cata_list p{
	display:block;
	height:27px;
	width:770px;
}
/*章節數*/
.catacontent_inner span.cata_chapters{
	font-weight:bold;
	display:block;
	width:40px;
	height:22px;
	float:left;
	padding-top:5px;
	margin-right:5px;
	border-right:1px #bcbcbc solid;/*右邊直線裝飾*/
	overflow:hidden;
}
/*---章節名---*/
.catacontent_inner ul.cata_list li a{ /*章節名*/
	display:block;
	width:600px;
	height:22px;
	float:left;
	padding-top:5px;
	overflow:hidden;
	text-decoration:none;
	color:#535353;
}
.catacontent_inner ul.cata_list li a:hover{color:#383838;}/*章節名hover*/

/*--日期--*/
.catacontent_inner span.cata_date{
	float:right;
	margin-top:-22px;
}
.catacontent_inner span.cata_date_2{
	margin-left:5px;
	line-height:27px;
}
/*未付費鎖住的章節鎖圖片*/
span.cata_lock{
	display:block;
	float:left;
	width:50px;
	height:22px;
	background:url(../images/lock.png) no-repeat left top;
	margin-top:5px;
}
/*已付費鎖住的章節鎖圖片*/
span.cata_openlock{
	display:block;
	float:left;
	width:50px;
	height:22px;
	background:url(../images/lock.png) no-repeat left -24px;
	margin-top:5px;
}
/*頁數*/
.cata_pages{
    clear:both;
	float:left;
	margin-top:8px;
    margin-bottom:6px;
}
/*所在頁數*/
.cata_pages em{
	font-style: normal;
	font-weight: 700;
	background: #666;
	border: 1px #666 solid;
	color: white;
	padding: 0 5px;
	border-image: initial;
}
.cata_pages a{
	border: 1px solid #CCCCCC;
    padding: 0 5px;
    text-decoration: none;
	color:#333;
}
.cata_pages a:hover{
	border: 1px solid #666;
    padding: 0 5px;
    text-decoration: none;
	background: #CCC;
	color:#333;
}
/*回到網頁上面*/
p.page_top{
	width: 50px;
	height:20px;
	float: right;
	text-align:right;
	padding-right:10px;
}
p.page_top a{
	text-decoration:none;
	color:#535353;
	font-size:10px;	
	display: block;
	color: #AAA;
	text-transform: uppercase;
	padding: 3px 3px 0;
	font-size: 12px;
	font-family: araial;
	color: #555;
	line-height: 160%;
}
p.page_top a:hover{color:#333;}
/*------------------------------------------------------目錄列表的CSS---------------------------------------------------------------------------*/
/*------------------------------------------------------熱門書籍列表的CSS---------------------------------------------------------------------------*/
.hotbookcata_pages{
	clear:both;
	float:left;
    margin-bottom:6px;
	width:800px;
	height:18px;
	padding-top:3px;
	overflow:hidden;
}
/*所在頁數*/
.hotbookcata_pages em{
	font-style: normal;
	font-weight: 700;
	background: #666;
	border: 1px #666 solid;
	color: white;
	padding: 0 5px;
	border-image: initial;
}
.hotbookcata_pages a{
	border: 1px solid #CCCCCC;
    padding: 0 5px;
    text-decoration: none;
	color:#333;
}
.hotbookcata_pages a:hover{
	border: 1px solid #666;
    padding: 0 5px;
    text-decoration: none;
	background: #CCC;
	color:#333;
}
/*標題圖*/
.hotbookcata_title{
	clear:both;
	width:800px;
	height:50px;
}
/*排序*/
ul.hotbookshelf{float:right;width:165px;margin-right:5px;}
ul.hotbookshelf li{float:left;}
ul.hotbookshelf li a{
	font-size:12px;
	color:#b9430f;
	font-weight:normal;
	text-decoration:none;}
ul.hotbookshelf li a:hover{
	color:#535353;
}

/*---書名---*/
.catacontent_inner ul.cata_list li a.hotbname{ 
	width:330px;
	height:22px;
	border-right:1px #bcbcbc solid;/*右邊直線裝飾*/
}
/*--作者名--*/
.catacontent_inner ul.cata_list li a.hotbername{
	width:215px;/*220-5*/
	height:22px;
	border-right:1px #bcbcbc solid;/*右邊直線裝飾*/
	padding-left:5px;/*直線與下一文字區塊間隔*/
}
.catacontent_inner ul.cata_list li a.hotbreadnum{
	width:77px;
	height:22px;
	border-right:1px #bcbcbc solid;/*右邊直線裝飾*/
	padding-left:3px;
}
/*===================================================================================================================*/
/*-----搜尋結果上方資訊-------*/
.bookcontent_R .search_info{
	position:relative;
	width:653px; 
	height:55px;
	border-bottom:1px #c2c2c2 dashed;
}
.bookcontent_R .search_info ul.about{
	position:absolute;
	left: 5px;
	top: 1px;
}
.bookcontent_R .search_info ul.about li{
	color:#383838;
	margin-bottom:15px;
}
.bookcontent_R .search_info ul.about li span{
	color:#b9430f;
}
.bookcontent_R .search_info ul.about li strong{
	color:#b9430f;
	font-weight: 700;
}
#search_uboxstyle{
	position:absolute;
	left: 504px;
	width: 153px;
	top: 25px;
}
#search_uboxstyle p{
	float:left; 
	line-height:24px;
	color:#535353;
}
/*---------select--------------*/
#search_uboxstyle .select_box{width:100px;height:24px; margin-left:45px;}
#search_uboxstyle div.tag_select{display:block;color:#a3a3a3;width:80px;height:24px;background:transparent url(../images/manage/ubox-select.gif)  no-repeat 0 0;padding:0 10px;line-height:24px;}
#search_uboxstyle div.tag_select_hover{display:block;color:#a3a3a3;width:80px;height:24px;background:transparent url(../images/manage/ubox-select.gif) no-repeat 0 -24px;padding:0 10px;line-height:24px;}
#search_uboxstyle div.tag_select_open{display:block;color:#a3a3a3;width:80px;height:24px;background:transparent url(../images/manage/ubox-select.gif)  no-repeat 0 -48px;padding:0 10px;line-height:24px;}
#search_uboxstyle ul.tag_options{position:absolute;padding:0;margin:0;list-style:none;background:transparent url(../images/manage/ubox-select.gif)  no-repeat right bottom;width:100px;padding:0 0 5px;margin:0;}
#search_uboxstyle ul.tag_options li{background:transparent url(../images/manage/ubox-select.gif)  repeat-y -100px 0;display:block;width:80px;padding:0 10px;height:24px;text-decoration:none;line-height:24px;color:#a3a3a3;}

#search_uboxstyle ul.tag_options li.open_hover{background:transparent url(../images/manage/ubox-select.gif)  no-repeat 0 -72px;color:#fff}
#search_uboxstyle ul.tag_options li.open_selected{background:transparent url(../images/manage/ubox-select.gif)  no-repeat 0 -96px;color:#fff}
/*--------------搜尋結果列表----------------------*/
.bookcontent_R .searchlist ul li.item{
	padding:23px 0 15px 0;
	height:117px;
	width:653px;
	border-bottom:1px #c2c2c2 dashed;
	position:relative;
}
/*--------------搜尋結果列表 書封底色----------------------*/
.bookcontent_R .searchlist a.searchlistcover{
	display:block;
	position:absolute;
	width:85px;
	height:107px;
	background:#CCC;
	left: 6px;
	top: 29px;
}
/*--------------搜尋結果列表 書封----------------------*/
.bookcontent_R .searchlist li.item img{
	position:absolute;
	width:88px;
	height:110px;
	left: -6px;
	top: -6px;
}
/*--------------搜尋結果列表 右方文字區塊----------------------*/
.bookcontent_R .searchlist ul li.item .itemtextarea{
	position:absolute;
	width:550px;
	height:113px;
	left: 103px;
	top: 23px;
}
/*--------------搜尋結果列表 書名----------------------*/
.bookcontent_R .searchlist ul li.item h3{
	font-size: 16px;
    font-weight:normal;
	line-height:23px;
	letter-spacing:1px;
}
.bookcontent_R .searchlist ul li.item h3 span{
	color:#b9430f;
	font-weight:bold;
}
.bookcontent_R .searchlist ul li.item h3 a {
	color:#383838;
	text-decoration:none;
}
.bookcontent_R .searchlist ul li.item h3 a:hover{
	border-bottom:1px #383838 solid;
}
/*--------------搜尋結果列表 作者名----------------------*/
.bookcontent_R .searchlist ul li.item h4{
	color:#535353;
	font-size:13px;
	font-weight:normal;
	line-height:23px;
	letter-spacing:1px;
}
.bookcontent_R .searchlist ul li.item h4 a{
	color:#535353;
	text-decoration:none;
}
.bookcontent_R .searchlist ul li.item h4 a:hover{color:#de6c21;}
.bookcontent_R .searchlist ul li.item span.bookstu,
.bookcontent_R .searchlist ul li.item span.bookarticles,
.bookcontent_R .searchlist ul li.item span.booktime{
	font-size:13px;
	color:#535353;
	line-height:23px;
	margin-right:18px;
	line-height:30px;
}
.bookcontent_R .searchlist ul li.item div{
	font-size:13px;
	color:#535353;
	line-height:1.4;
	letter-spacing:1px;
    width: 500px;
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 第2行要顯示點點點 */
	-webkit-box-orient: vertical;
}
.bookcontent_R .searchlist ul li.item p span{
	color:#b9430f;
	font-weight:bold;
}
.bookcontent_R .searchlist ul li.item p a{
	color:#535353;
	text-decoration:none;
}
.bookcontent_R .searchlist ul li.item p a:hover{
	color:#de6c21;
}
/*--------------搜尋結果列表 右上方選單(三顆)----------------------*/
.bookcontent_R .searchlist ul li.item ul.searchitem_menu{
	position:absolute;
	width:87px;
	height:24px;/*31-7=24*/
	padding-top:7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;
	border:2px #c4c8cb solid;
	left: 558px;
	top: 7px;
}
.bookcontent_R .searchlist ul li.item ul.searchitem_menu li{float:left;}
.bookcontent_R .searchlist ul li.item ul.searchitem_menu li a{
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
}
.bookcontent_R .searchlist ul li.item ul.searchitem_menu li a.sim01{background:url(../images/search/search_menu.png) no-repeat 0 0; margin-right:11px; margin-left:7px;}
.bookcontent_R .searchlist ul li.item ul.searchitem_menu li a.sim02{background:url(../images/search/search_menu.png) no-repeat 0 -18px; margin-right:11px;}
.bookcontent_R .searchlist ul li.item ul.searchitem_menu li a.sim03{background:url(../images/search/search_menu.png) no-repeat 0 -36px; margin-right:4px;}
/*-----搜尋不到結果----------*/
.bookcontent_R .nonesearch{
	width:653px;
	height:168px;
	position:relative;
}
.bookcontent_R .nonesearch img{
	position:absolute;
	left: 134px;
	top: 49px;
}
.bookcontent_R .nonesearch p{
	position:absolute;
	font-size:15px;
	color:#383838;
	line-height:1.4;
	letter-spacing:1px;
}
.bookcontent_R .nonesearch p.nonep1{
	left: 190px;
	top: 48px;
}
.bookcontent_R .nonesearch p.nonep2{
	left: 190px;
	top: 71px;
}
.bookcontent_R .nonesearch p span{
	color:#b9430f;
}
/*--------------------------------*/
.page_center{
	width:653px;
	height:20px;
	padding-top:5px;
	text-align:center;
}
/*所在頁數*/
.page_center em{
	font-style: normal;
	font-weight: 700;
	background: #666;
	border: 1px #666 solid;
	color: white;
	padding: 0 5px;
	border-image: initial;
}
.page_center a{
	border: 1px solid #CCCCCC;
    padding: 0 5px;
    text-decoration: none;
	color:#333;
}
.page_center a:hover{
	border: 1px solid #666;
    padding: 0 5px;
    text-decoration: none;
	background: #CCC;
	color:#333;
}
/*===================================================================================================================*/
/* ---- 頁尾區 --- -*/
.footer_top{background:#FFF;border-top:1px solid #CCC;height:5px;}
#FOOTER{
	clear:both;
	overflow:hidden;
	height:75px;
	background:#e9dcd6 url(../images/header_content_bg.jpg) repeat;
}
#FOOTER .FOOTER_inner{
	width:958px;
	height:67px;
	padding:20px 11px 0 11px;
    font-size: 12px;
	color: #414141;
	background:#e9dcd6 url(../images/header_content_bg.jpg) repeat;
}
#FOOTER .FOOTER_inner .udn_notice{
	margin-bottom:5px; 
	float:left;
}
#FOOTER .FOOTER_inner p{
	display:block;
	width:850px;
	line-height:12px;
	color:#867c75;
}
#FOOTER span{
	margin-left:3px;
	color:#c7916f;
}
#FOOTER span a{
	color:#c7916f;
	text-decoration:none;
}
#FOOTER span a.footer_link{color:#d45200;}
#FOOTER span a:hover{color:#a28979;}
#FOOTER .totop{
	float:right;
	margin-top:-1px;
}

.bookcontent_R .chapterlist .chapterlist_timg{
	float:left;
	clear:both;
	overflow:hidden;
}
/*------書籍頁的書的列表表排列順序切換---------*/
.chapterlist .order{
	width:100px;
	height:20px;
	float:left;
	padding:2px 0 0 5px;
}
.order a.order_up{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/book/order_change.png) 0 0;
	cursor:pointer;
	float:left;
}
a:hover.order_up{background:url(../images/book/order_change.png) 0 -18px;}
.order em.on_order_up{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/book/order_change.png) 0 -18px;
	cursor:pointer;
	float:left;
}
a.order_down{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/book/order_change.png) 0 -36px;
	cursor:pointer;
	float:left;
}
a:hover.order_down{background:url(../images/book/order_change.png) 0 -54px;}
.order em.on_order_down{
	display:block;
	width:18px;
	height:18px;
	background:url(../images/book/order_change.png) 0 -54px;
	cursor:pointer;
	float:left;
}
