@charset "UTF-8";

/*************** container ***************/
body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e3e3e3;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
}

/*************** header ***************/
.nav {
}
.nav a img  {
	padding-top: 1px;
	padding-left: 2px;
	border: none;
}
.nav ul {
	list-style: none;
	padding-top: 20px;
	margin-bottom: -5px;
	padding-left: 0px;
	position: relative;
	z-index:1;
}
.nav li {
	display: inline;
	padding-left: 20px;
	margin-left: -5px;
	margin-bottom: -3px;
}
.nav ul li a {
	text-decoration: none;
	color: #000000;
}
.nav li a:hover {}
.bar {
	height: 5px;
	background-color: #ff2311;
	margin-left: 0px;
	padding-right: 20px;
}

/*************** main content ***************/
h1 {
	margin-top: -5px;
	margin-bottom: 3px;
}
.body {
	padding-top: 50px;
}
.home_text {
    padding-top: 65px;
}
.home_text a {
	color: #000;
}
.body_text {
}
.body_text a {
	color: #000;
}
.pic img {
	float: right;
}
.bookcover a img {
	border: none;
}
.bookcover_buy a img {
	padding-bottom: 30px;
	border: none;
}
.bookcover {
	text-align: center;
}
.bookcover a {
    font-size: 13px;
	color: #000000;
}
/*************** sidebar content ***************/

.title {
	background-color: #ff2311;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
.sidebar {
	padding-top: 10px;
	font-size: 13px;
}
.sidebar a {
	color: #000;
}
.praise_author {
	text-align: right;
	font-size: 12px;
	padding-bottom: 30px;
	padding-top: 10px;
}
.praise_author a {
	color: #000;
}
.review_author {
	text-align: right;
	padding-bottom: 30px;
	padding-top: 10px;
}
.review_author a {
	color: #000;
}
/*************** footer ***************/
.footer {
	font-size: 11px;
	color:#666;
	text-align: center;
	padding-top: 15px;
}
.footer a {
	color: #666;
	text-decoration: none;
}
