@charset "utf-8";
#LIBOUTER{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background-color:#FFF;
	border:1px #ddd solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px -4px 3px -1px rgba(50%,50%,50%,0.1);
	-webkit-box-shadow:0px -4px 3px -1px rgba(50%,50%,50%,0.1);
	box-shadow:0px -4px 3px -1px rgba(50%,50%,50%,0.1);
	margin-bottom:55px;
}
.libtop{
	position:relative;
	width:980px;
	height:104px;
	background:url(../images/libtop_bg.png) no-repeat;
	}
.libtop p{
	position:absolute;
	left: 24px;
	top: 30px;
	color:#666;
	font-size:15px;
	text-shadow: 0px 1px 2px rgba(147, 147, 147, 1);
	}
.libtop .libsearch{
	line-height: 60px;
	position: absolute;
	right: 13px;
	top: 11px;
	}
.libtop .libsearch .searchbox{
	background:url(../images/libsearch.png) no-repeat 10px 5px;
	padding-left: 30px;
	width: 120px;
	height: 26px;
	border: 1px solid #CECECE;
	border-radius: 200px;
	background-color: #FCFCFC;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75),inset 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75),inset 0 1px 4px rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75),inset 0 1px 4px rgba(0, 0, 0, 0.1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	outline:none;
}
.libtop .libsearch a{
	display:block;
	position:absolute;
	text-indent:-9999px;
	width:16px;
	height:16px;
	left: 10px;
	top: 2px;
	}
.libtop .libsearch .searchbox:focus{
	background-color:#FCFCFC;
	border:1px #00a0e9 solid;
	-webkit-box-shadow: 0px 0px 7px #96d9ff;
	-moz-box-shadow: 0px 0px 6px #96d9ff;
	box-shadow: 0px 0px 6px #96d9ff;
	outline:none;
	width:190px;
	}
.libmenu{
	width:934px;
	height:26px;
	padding:6px 23px;
	background:url(../images/dust.png);
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.1) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.1) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.1) inset;
	}
.libmenu ul{}
.libmenu ul li{float:left;}
.libmenu ul li a{
	display:block;
	width:92px;
	font-size:15px;
	line-height:26px;
	letter-spacing:1px;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.6);
	color:#666;
	text-decoration:none;
	margin-right:10px;
	text-align:center;
	}
.libmenu ul li.whenlib a{
	width:90px;
	height:28px;
	border-radius: 200px;
	background-color: #fff;
	border:1px solid;
	border-color: #bbd0da #d1e8f3 #e8eef2 #d1e8f3;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;}
.libmenu ul li a:hover{
	width:90px;
	height:28px;
	border-radius: 200px;
	background-color: #fff;
	border:1px solid;
	border-color: #bbd0da #d1e8f3 #e8eef2 #d1e8f3;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	}
.change_list{padding-top:4px;}
/*--條列式小圖示--*/
.change_list a.icon_text{
	display:block;
	float:right;
	width:19px;
	height:19px;
	background:url(../images/change_list_icon.png) no-repeat 0 0;
	margin-right:10px;
	}
/*--圖式小圖示--*/
.change_list a.icon_pic{
	display:block;
	float:right;
	width:19px;
	height:19px;
	background:url(../images/change_list_icon.png) no-repeat 0 -19px;
	margin-right:1px;
	}
#LIBMAIN_OUTER{
	overflow:hidden;
	background:url(../images/libsub_outer.jpg) repeat-y;
	}
#LIBSUB{
	float:left;
	width:175px;
	height:auto;
	border:-right:1px #dddddd solid;
	background:#dfe5e8;
	padding:20px 0;
	}
#LIBCONTENT{
	float:right;
	width:745px;
	background:#fff;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	}
.libsubpic {padding-left:43px;}
.libsubpic img{
	border-radius: 5px;
	-moz-box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
	box-shadow:0px 4px 3px rgba(20%,20%,40%,0.5);
	margin-bottom:9px;
	}
.libmemberid p{
	display:block;
	width:90px;
	margin:0 auto;
	font-size:13px;
	color:#666;
	text-align:center;
	text-justify:distribute;/*齊行*/
	table-layout:fixed;/*英文字串自動換行*/
	word-break:break-all;/*英文字串自動換行*/
	margin-bottom:5px;
	}
	
.libmemberid a{
	text-decoration:none;
}
	
.libmemberid p.edited_icon{
	display:block;
	width:90px;
	font-size:13px;
	color:#666;
	text-align:center;
	text-justify:distribute;/*齊行*/
	table-layout:fixed;/*英文字串自動換行*/
	word-break:break-all;/*英文字串自動換行*/
	margin-bottom:20px;
	background:url(../images/camera.png) no-repeat;
	background-position:15px 4px;
	padding-left:15px;
	text-decoration:none;
}

.libmemberid p.edited_icon:hover{
	color:#000;
	text-decoration:underline;
}
.libsubmenu {
	width: 175px;
}
.libsubmenu img {
	cursor: pointer;
}
.libsubmenu ul{
	padding-top:10px;
	padding-bottom:10px;
	}
.libsubmenu ul li {
	list-style: none;
	padding-left:34px;
	margin-bottom:5px;
}
.libsubmenu ul li a {
	text-decoration: none;
	color:#666;
	font-size:13px;
}
.libsubmenu ul li a:hover {
	color:#00a0e9;
}
.libsubmenu ul li.on_libsub a {
	text-decoration: none;
	color:#00a0e9;
	font-size:13px;
	}
.libsubmenu ul li a.tagmanage_btn{
	display: block;
	width: 113px;
	height: 33px;
	background: url(../images/tagmanage_btn.png) no-repeat 0 0;
	text-indent: -9999px;
	}
.libsubmenu ul li a.tagmanage_btn:hover{
	background:url(../images/tagmanage_btn.png) no-repeat 0 -33px;
	}
.announcement{
	position:relative;
	width:745px;
	height:37px;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
	}
.announcement p{
	position:absolute;
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	left: 136px;
	top: 9px;
	}
.announcement font{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	left: 136px;
	top: 9px;
	}
.announcement p a{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	text-decoration:none;
	}
.announcement p a:hover{color:#00a0e9;}
.announcement a:hover font{
	color:#00a0e9;
	}
/* ==電子書列表頁數========================== */	
div.pagecontrol {
    margin: 5px 0 20px;
    overflow: hidden;
	clear:both;
}
div.pagecontrol p {
    font-size: 12px;
    height: 25px;
    line-height: 30px;
    text-align: right;
	color:#666;
}
div.pagecontrol ul {
    text-align:center;
	background:#b5b5b5;
    letter-spacing: -0.4em;
}
div.pagecontrol ul li {
    display: inline-block;
    /display: inline;
    letter-spacing: normal;
}
div.pagecontrol ul li a {
	display: inline-block;
	width: 47px;
	height: 27px;
	padding: 0px;
	line-height: 27px;
	text-align: center;
	background-color:#b5b5b5;
    font-weight:bold;
    color:#ffffff;
    border-right: 1px solid #fff;
    text-decoration:none;
	font-size:13px;
}
div.pagecontrol ul li.pagecontrol_prev a,
div.pagecontrol ul li.pagecontrol_next a {
    width:59px;
}
div.pagecontrol ul li.pagecontrol_prev a {
    background:#b5b5b5 url(../images/icon_gr_m_left.png) no-repeat 50% 50%;
    text-indent:-9999px;
}
div.pagecontrol ul li.pagecontrol_next a {
    background:#b5b5b5 url(../images/icon_gr_m_right.png) no-repeat 50% 50%;
    text-indent:-9999px;
}
div.pagecontrol ul li.pagecontrol_first a{width:72px;}
div.pagecontrol ul li.pagecontrol_last a {width:71px;}
div.pagecontrol ul li.pagecontrol_first a span {
    padding-left:12px;
    background:url(../images/icon_gr_m_preleft.png) no-repeat 0 50%;
}
div.pagecontrol ul li.pagecontrol_last a span {
    padding-right:12px;
    background:url(../images/icon_gr_m_preright.png) no-repeat 100% 50%;
}
div.pagecontrol ul li.page_stop a {
    background-color:#aaaaaa;
}
div.pagecontrol ul li a:hover {
    background-color:#aaaaaa;
}
div.pagecontrol ul li.page_on a {
    background-color:#969696 !important;
}
/*--------條列式--------------*/
.liblist{
	clear:both;
	overflow:hidden;
	width:715px;
	padding:15px;
	border:1px #ddd solid;
	}
.liblist_text{
	clear:both;
	overflow:hidden;
	width:715px;
	padding-bottom:10px;
	font-size:13px;
	color:#666;
	border-bottom:1px #ddd solid;
	margin-bottom:25px;
	}
.last_liblist_text{
	clear:both;
	overflow:hidden;
	width:715px;
	height:145px;
	font-size:13px;
	color:#666;
	}
.liblist_text input[type="checkbox"], .last_liblist_text input[type="checkbox"]{
	float:left;
	margin-right:25px;
	}
img.liblist_text_img{
	float:left;
	width:90px;
	height:auto;
	min-height:110px;
	max-height: 130px;
	margin-right:20px;
	}
img.liblist_text_tagimg{
	float:left;
	width:70px;
	height:auto;
	min-height:95px;
	max-height: 100px;
	margin-right:20px;
	}
.liblist ul{
	display:block;
	width:416px;
	/* height:127px; */
	float:left;
	}
.liblist ul.tagmanagelist{
	display:block;
	width:380px;
	height:127px;
	float:left;
	}
.liblist ul li h2{
	color:#161616;
	font-size:15px;
	padding-bottom:5px;
	}
.liblist ul li h2 a{
	color:#161616;
	text-decoration:none;
	}
.liblist ul li h2 a:hover{color:#00a0e9;}
.liblist ul li span.liblist_text_tltle{
	float:left;
	display:block;
	width:60px;
	color:#161616;
	}
.liblist ul li.liblist_text_c1,.liblist ul li.liblist_text_c2,.liblist ul li.liblist_text_c3{
	min-height:23px;
	padding-top:4px;
	color:#666;
	}
.liblist ul li.liblist_text_c1 p,.liblist ul li.liblist_text_c2 p,.liblist ul li.liblist_text_c3 p{
	display:inline-block;
	width:356px;
	}
.liblist_text_deviceicon{
	float:right;
	width:189px;
	height:40px;
	padding-top:87px;
	}
.liblist_text_notemanage{
	float:right;
	width:79px;
	height:40px;
	padding:87px 0 0 50px;
	}
.liblist_text_deviceicon img,.magliblist_text_deviceicon img{
	margin-right:3px;
	}
.magliblist_text_deviceicon{
	float:right;
	width:189px;
	height:70px;
	padding-top:37px;
	}

.last a{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -905px 0px;
	float:left;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:31px;
	letter-spacing:1px;
	margin-bottom:10px;
	cursor:default;
	}
.renewal a{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -724px 0px;
	float:left;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	line-height:31px;
	letter-spacing:1px;
	margin-bottom:10px;
	}
.renewal a:hover{background:url(../images/mylibrary_btn.png) no-repeat -724px -31px;}
.lib_subscription a{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat 0px 0px;
	float:left;
	margin-bottom:10px;
	text-indent:-9999px;
	}
.lib_subscription a:hover{background:url(../images/mylibrary_btn.png) no-repeat 0px -31px;}
/*-----------TAG-------------------*/
.tag_button{
	clear:both;
	padding-top:10px;
	min-height: 25px;
	height: auto;
	}
.tag_button p span a img{
	margin-left:3px;
	vertical-align:-9%;
	}
a.listtag_add{
	display:block;
	width:25px;
	height:28px;
	background:url(../images/tag_icons.png) no-repeat 0 0;
	padding:0;
	border:none;
	box-shadow:none;
	text-indent:-9999px;
	}
a.listtag_add02{
	display:block;
	float:left;
	width:25px;
	height:27px;
	background:url(../images/tag_icons.png) no-repeat 0 -2px;
	padding:0;
	margin-right:3px;
	border:none;
	box-shadow:none;
	text-indent:-9999px;
	}
a.listtag_add:hover{
	background:url(../images/tag_icons.png) no-repeat 0 -28px;
	border:none;
	box-shadow:none;
	padding:0;
	}
a.listtag_add02:hover{
	background:url(../images/tag_icons.png) no-repeat 0 -28px;
	border:none;
	box-shadow:none;
	padding:0;
	}
a.listtag_manage{
	display:block;
	width:25px;
	height:26px;
	margin:0 auto;
	background:url(../images/tag_icons.png) no-repeat 0 -56px;
	padding:0;
	text-indent:-9999px;
	}
a.listtag_manage:hover{
	background:url(../images/tag_icons.png) no-repeat 0 -82px;
	}
a.listtag_delete{
	display:block;
	width:25px;
	height:26px;
	margin:0 auto;
	background:url(../images/tag_icons.png) no-repeat 0 -108px;
	padding:0;
	text-indent:-9999px;
	}
a.listtag_delete:hover{
	background:url(../images/tag_icons.png) no-repeat 0 -135px;
	}
li.already_tag,li.notyet_tag,li.on_already_tag,li.on_notyet_tag{
	float:right;
	margin-left:10px;
	}
li.already_tag a,li.notyet_tag a,li.on_already_tag a,li.on_notyet_tag a{
	display:block;
	width:113px;
	height:43px;
	text-indent:-9999px;
	cursor:pointer;
	}
li.already_tag a{background:url(../images/alreadytag.png) no-repeat 0 0;}
li.notyet_tag a{background:url(../images/alreadytag.png) no-repeat 0 -86px;}
li.on_already_tag a{background:url(../images/alreadytag.png) no-repeat 0 -43px;}
li.on_notyet_tag a{background:url(../images/alreadytag.png) no-repeat 0 -129px;}
a.tag_apply{
	display: block;
	width: 113px;
	height: 33px;
	float:right;
	background: url(../images/tagmanage_btn.png) no-repeat 0 -66px;
	margin:15px 0;
	cursor:pointer;
	text-indent: -9999px;
	}
a.tag_apply:hover{
	background:url(../images/tagmanage_btn.png) no-repeat 0 -99px;
	}
/*--------圖片式--------------*/
.libpiclist{
	clear:both;
	overflow:hidden;
	width:655px;/*745-90*/
	padding:35px 35px 20px 55px;
	border:1px #ddd solid;
	}
.libpiclist ul{
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
	}
.libpiclist ul li{
	float:left;
	margin-right:45px;
	}
.libpiclist ul li.libpiclist_lilast{
	margin-right:0px;
	}
.libpiclist ul li img{
	width:90px;
	height:auto;
	min-height:110px;
	max-height: 130px;
	margin-bottom:9px;
	-moz-box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	}
.libpiclist ul li h2{
	display:block;
	width:90px;
	font-size:13px;
	color:#161616;
	letter-spacing:1px;
	line-height:14px;
	text-align:center;
	}
.libpiclist ul li a{
	font-size:13px;
	color:#161616;
	line-height:1.4;
	text-decoration:none;
	}
.libpiclist ul li a:hover{color:#00a0e9;}
/*-----------個人藏書-------------------*/
.liblist_text_favorites{
	float:right;
	width:79px;
	height:82px;
	padding-top:25px;
	padding-left:110px;
	}
.cancel_button, .public_button{
	clear:both;
	padding-top:10px;
	min-height: 25px;
	height: auto;
	}
.cancel_button a{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2ZmZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffeded 69%, #ffeded 100%, #fff2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(69%,#ffeded), color-stop(100%,#ffeded), color-stop(100%,#fff2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffeded 69%,#ffeded 100%,#fff2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffeded 69%,#ffeded 100%,#fff2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffeded 69%,#ffeded 100%,#fff2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffeded 69%,#ffeded 100%,#fff2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff2f2',GradientType=0 ); /* IE6-8 */
	color: #535353;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
					 0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
					    0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
				0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	float:left;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 9px 3px 9px;
	margin-bottom: 6px;
	line-height: 18px;
	margin-right:5px;
	}
.cancel_button a:hover{
	background: #ffeded; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffeded 0%, #ffeded 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeded), color-stop(100%,#ffeded)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffeded 0%,#ffeded 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffeded 0%,#ffeded 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffeded 0%,#ffeded 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffeded 0%,#ffeded 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeded', endColorstr='#ffeded',GradientType=0 ); /* IE6-8 */
	}
.public_button a{
	background: #feffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2U0ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmZjZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #e4faff 76%, #effcff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(76%,#e4faff), color-stop(100%,#effcff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#e4faff 76%,#effcff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#e4faff 76%,#effcff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#e4faff 76%,#effcff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#e4faff 76%,#effcff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#effcff',GradientType=0 ); /* IE6-8 */
	color: #535353;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
					 0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
					    0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3),
				0px 0px 5px 0px rgba(255, 255, 255, 0.7) inset;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	float:left;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 9px 3px 9px;
	margin-bottom: 6px;
	line-height: 18px;
	margin-right:5px;
	}
.public_button a:hover{
	background: #feffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEzJSIgc3RvcC1jb2xvcj0iI2U0ZmFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2VmZmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZlZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #feffff 0%, #e4faff 13%, #effcff 87%, #fcfeff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(13%,#e4faff), color-stop(87%,#effcff), color-stop(100%,#fcfeff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#e4faff 13%,#effcff 87%,#fcfeff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#e4faff 13%,#effcff 87%,#fcfeff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#e4faff 13%,#effcff 87%,#fcfeff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#e4faff 13%,#effcff 87%,#fcfeff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#fcfeff',GradientType=0 ); /* IE6-8 */
	}
/*---------按下書本出現區塊-------------*/
.infobox{
	width:492px;
	padding:20px;
	border:1px #ddd solid;
	background:#fff;
	display:none;/*---------infobox popup實作-------------*/
	position: fixed;/*---------infobox popup實作-------------*/
	top: 50%; left: 50%;/*---------infobox popup實作-------------*/
	z-index: 99999;/*---------infobox popup實作-------------*/
	}
.boxClose{
	background: url(../images/btn_close.png);
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	cursor: pointer;
	}

.infobox_info img{
	float:left;
	width:120px;
	height:auto;
	min-height:160px;
	max-height: 170px;
	-moz-box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	box-shadow:0px 3px 5px rgba(20%,20%,40%,0.5);
	}
.infobox_info{
	width:492px;
	height:179px;
	font-size:13px;
	color:#666;
	overflow:hidden;
	margin-top:19px;
	margin-bottom:25px;
	}
.infobox_info ul{
	display:block;
	width:343px;
	float:left;
	margin-left:15px;
	}
.infobox_info ul li{
	margin-bottom:15px;
	}
.infobox_info ul li span{
	display:block;
	float:left;
	width:60px;
	color:#161616;
	}
.infobox_info h2{
	color:#161616;
	font-size:15px;
	padding-bottom:5px;
	}
li.infobox_device{
	clear:both;
	overflow:hidden;
	display:block;
	width:492px;
	margin-bottom:15px;
	}
li.infobox_device img{
	float:left;
	margin-right:10px;
	}
.infobox_info ul li p{
	display:inline-block;
	width:265px;
	}
li.infobox_device p{
	display:block;
	width:218px;
	height:32px;
	border-radius:5px;
	border:1px #666 solid;
	float:left;
	font-size:13px;
	color:#161616;
	padding:3px 8px;
	margin-right:10px;
	}
li.infobox_device a.openread{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -543px 0px;
	float:left;
	text-indent:-9999px;
	margin-top:4px;
	}
li.infobox_device a.openread:hover{background:url(../images/mylibrary_btn.png) no-repeat -543px -31px;}

/* for new pc viewer add epub and pdf read start*/
li.infobox_device a.openread_pdf{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -1086px 0px;
	float:left;
	text-indent:-9999px;
	margin-top:4px;
	}
li.infobox_device a.openread_pdf:hover{background:url(../images/mylibrary_btn.png) no-repeat -1086px -31px;}
li.infobox_device a.openread_epub{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -1267px 0px;
	float:left;
	text-indent:-9999px;
	margin-top:4px;
	}
li.infobox_device a.openread_epub:hover{background:url(../images/mylibrary_btn.png) no-repeat -1267px -31px;}
/* for new pc viewer add epub and pdf read end*/

li.infobox_device a.decivedescrip{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -181px 0px;
	float:left;
	text-indent:-9999px;
	margin-top:4px;
	}
li.infobox_device a.decivedescrip:hover{background:url(../images/mylibrary_btn.png) no-repeat -181px -31px;}
li.infobox_device a.adownload{
	display:block;
	width:181px;
	height:31px;
	background:url(../images/mylibrary_btn.png) no-repeat -362px 0px;
	float:left;
	text-indent:-9999px;
	margin-top:4px;
	}
li.infobox_device a.adownload:hover{background:url(../images/mylibrary_btn.png) no-repeat -362px -31px;}
p.searchresult{
	color:#161616;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.4;
	}
.searchresult span{
	color:#00a0e9;
	}
p.libdevicediscr{
	color:#666;
	font-size:13px;
	letter-spacing:1px;
	margin-bottom:25px;
	}
p.libdevicediscr img{
	vertical-align:bottom;
	margin-right:7px;
	}
p.libdevicediscr a{
	color:#00a0e9;
	text-decoration:none;
	}
p.libdevicediscr a:hover{color:#666;}
p.quantity{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	display:block;
	padding:10px;
	background:#EEE;
	border: 1px solid #D0D0D0;
	}
p.quantity em{font-weight:900; color:#900; margin-right:5px;}
#LIBCONTENT .add_tag{
	color:#666;
	font-size:15px;
	letter-spacing:1px;
	height:20px;
	padding:10px;
	background:#EEE;
	border: 1px solid #D0D0D0;
	}
#LIBCONTENT .add_tag p{
	padding-top:3px;
	}
#LIBCONTENT .add_tag input[type="text"]{}
table.devicetable{
	width: 100%;
	table-layout: fixed;
	border: 1px solid #D0D0D0;
	word-wrap: break-word;
	border-spacing: 2px;
	border-color: gray;
	}
table.devicetable thead {
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	}
table.devicetable tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	}
table.devicetable thead th {
	font-size:15px;
	color:#161616;
	padding: 4px 0;
	background: #EEE;
	border: 1px solid #D0D0D0;
	text-align: center;
	}
table.devicetable tr.firstr td {
	border-top: 2px solid #999;
}
table.devicetable td {
	border: 1px solid #D0D0D0;
	text-align: center;
	color:#666;
	font-size:13px;
	padding: 10px 0;
}
table.devicetable td.d_tdleft{
	text-align:left;
	}
table.devicetable td.d_tdbottom{
	background:#EEE;
	padding:7px 0;
	}
table.devicetable td a.devicedelete{
	display:block;
	width:67px;
	height:25px;
	background:url(../images/cancel_device.png) no-repeat 0 0;
	text-indent:-9999px;
	margin:0 auto;
	}
table.devicetable td a.devicedelete:hover{background:url(../images/cancel_device.png) no-repeat 0 -25px;}
table.devicetable td input[type="text"]{
	margin-right:7px;
	margin-left:15px;
	}
table.devicetable td input[type="radio"] {
	margin-left:15px;
	margin-right:3px;
}
table.devicetable td.d_tdbottom input[type="button"]{
	padding:3px 5px;
	font-family:\5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,Verdana,Helvetica,Arial,sans-serif;
	}
	
/*---------infobox popup實作-------------*/
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}
/*---------infobox popup實作-------------*/

.sns_text{
	color:#666;
	font-size:13px;
	margin-bottom:15px;
	}
.sns_btn a{
	display:block;
	float:left;
	width:98px;
	height:33px;
	margin-right:6px;
	text-indent:-9999px;
	}
.sns_btn a.sns_allbtn{background:url(../images/sns_btn.png) 0 0 ;}
.sns_btn a.sns_allbtn:hover{background:url(../images/sns_btn.png) 0 -33px ;}
.sns_btn a.sns_cancelbtn{background:url(../images/sns_btn.png) 0 -66px ;}
.sns_btn a.sns_cancelbtn:hover{background:url(../images/sns_btn.png) 0 -99px ;}
.sns_btn a.sns_define{background:url(../images/sns_btn.png) 0 -132px ;}
.sns_btn a.sns_define:hover{background:url(../images/sns_btn.png) 0 -165px ;}
.quote{
	height:70px;
	padding:0 0 10px 90px;
	background:url(../images/quote.png) no-repeat;
	overflow:hidden;
	}
.quote p{
	color:#666;
	font-size:13px;
	}
.note{
	width:610px;
	color:#666;
	float:left;
	}
.deletenote{
	width:60px;
	float:right;
	}
.libmenu ul li a.w_more{
	width:130px;
	height:28px;
}
	
.libmenu ul li a.w_more:hover{
	width:128px;
	height:28px;
	border-radius: 200px;
	background-color: #fff;
	border:1px solid;
	border-color: #bbd0da #d1e8f3 #e8eef2 #d1e8f3;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
}

.libmenu ul li.whenlib a.w_more{
	width:130px;
	height:28px;
	border-radius: 200px;
	background-color: #fff;
	border:1px solid;
	border-color: #bbd0da #d1e8f3 #e8eef2 #d1e8f3;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
}

.libmenu ul li.whenlib a.w_more:hover{
	width:130px;
	height:28px;
	border-radius: 200px;
	background-color: #fff;
	border:1px solid;
	border-color: #bbd0da #d1e8f3 #e8eef2 #d1e8f3;
	-moz-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	-webkit-box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
	box-shadow:0px 1px 2px 1px rgba(50%,50%,50%,0.2) inset;
}

.icon_empty{
	display:block;
	float:left;
	width:100px;
	height:125px;
	background-image:url(../images/icon_empty.png);
	margin-left:20px;
}

p.lead_empty{
	float:left;
	margin-bottom:20px;
	font-size:21px;
	font-weight:200;
	line-height:30px;
	padding:58px 0 0 5px;
}

.font_light a{
	color:#F60;
	opacity:1;
}

.font_light a:hover{
	color:#F60;
	opacity:0.7;
	text-decoration:none;
}	