@charset "big5";
body {
	margin: 0px;
	background: #B3B3B3 url(images/background.jpg);
}
img {
	border-width: 0px;
}
#container {
	margin: 0px auto;
	width: 980px;
	position: relative;
}
#topbar {
	background: #333;
}
#bookCover {
	width: 170;
	text-align: center;
	font: 10pt/18px Tahoma, "新細明體";
	color: #353537;
	position: absolute;
	left: 716px;
	top: 592px;
}
#content {
	vertical-align: top;
	color: #363636;
	font: 11pt/23px Georgia, "新細明體";
	letter-spacing: 0.5px;
	background: url(images/index_17.jpg) repeat-y;
	padding: 10px 70px 0px;
}
#content .titleImg {
	display: block;
	margin-left: -50px;
	margin-top: 50px;
}
#content .image {
	float: right;
}
#content h1 {
	color: #D00011;
	font-size: 14pt;
	font-weight: bold;
}
#content h2 {
	color: #132F5E;
	font-size: 11pt;
	font-weight: bold;
}
#content a {
	color: #06C;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content .image {
	float: right;
}
#bookCover {
	text-align: center;
	font: 10pt/18px Tahoma, "新細明體";
	color: #353537;
	position: absolute;
	left: 609px;
	top: 663px;
}
#bookInfo {
	width: 188px;
	text-align: left;
	font: 10pt/18px Georgia, "新細明體";
	color: #353537;
	position: absolute;
	left: 792px;
	top: 665px;
}
#youtube {
	width: 345px;
	position: absolute;
	left: 609px;
	top: 936px;
	height: 220px;
	background: #C6C6C6;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "新細明體";
	color: #FFF;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 930px;
}
#back-top a {
	width: 25px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 7px;
	background: #CC3333 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
#box {
	height: 400px;
	overflow: auto;
	padding-right: 10px;
}
#footer {
	background: url(images/index_18.jpg);
	text-align: right;
	height: 192px;
	padding-right: 80px;
}

.price {
	font-size: 11pt;
	font-weight: bold;
	color: #D63236;
}
.bookName {
	font-size: 11pt;
	font-weight: bold;
	color: #202020;
}
.commendName {
	color: #666;
	display: block;
	border-bottom: 1px dotted #999;
	text-align: right;
	font-size: 10pt;
}

.text01 {
	font-weight: bold;
	color: #333;
	background: #FFF;
	padding: 5px;
}
.text02 {
	color: #D63236;
}
.text03 {
	color: #008F83;
	font-size: 11pt;
	font-weight: bold;
}
.text04 {
	font-size: 9pt;
	font-weight: bold;
	vertical-align: text-top;
	color: #699;
}
.text05 {
	color: #547E7E;
	font-size: 10pt;
	line-height: 20px;
}
.more {
	font: 10pt Tahoma, "新細明體";
	color: #FFF;
	background: #547E7E;
	padding: 2px;
}
