/* public */
* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
body {
	width: 100%;
	background: #CCCCCB;
}
#wrap {
	width: 100%;
}
#wrap-content {
	width: 960px;
	margin: 0 auto;
	background: #F1EFEB;
	overflow: hidden;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* top */
#wrap-content .top {
	width: 100%;
	background: #B5091F;
	padding: 3px;
}
.top #logo {
	width: 15%;
	float: left;
}
.top #logo a {
	background: url(../img/logo.png) no-repeat center center;
	height: 26px;
	width: 115px;
	display: block;
	margin-left: 10px;
}
.top .social {
	float: left;
	display: table-cell;
	width: 50%;
	overflow: hidden;
	margin-top: 3px;
}
.top .otherlink {
	width: 33%;
	float: right;
}
.top .otherlink ul {
	list-style: none;
	float: right;
	margin-right: 10px;
}
.top .otherlink ul li {
	display: inline;
	font-size: 10pt;
	padding: 0 5px;
	border-right: 1px #FFF solid;
}
.top .otherlink ul li a {
	color: #FFF;
	text-decoration: none;
}
.top .otherlink ul li:last-child {
	border-right: none;
}
.top .otherlink ul li a:hover {
	text-decoration: underline;
}

/* content */
#wrap-content #content {
	width: inherit;
}
.head_banner p {
	text-align: center;
}
#content .main {
	width: inherit;
	margin-top: 10px;
}
.main .main-left {
	width: 70%;
	float: left;
}
.main .main-right {
	width: 30%;
	float: right;
}

/* left */
.main-left .left-content {
	padding: 5px;
}
.left-content .focus-block {
	padding: 5px 10px;
	background: #FFF;
	border: 3px #F8EDB3 solid;
	-webkit-box-shadow: #A0A0A0 2px 2px 5px;
	-moz-box-shadow: #A0A0A0 2px 2px 5px;
	box-shadow: #A0A0A0 2px 2px 5px;
	margin-left: 5px;
	overflow: hidden;
}
.focus-block .book-pic {
	text-align: center;
	width: 40%;
	float: left;
	overflow: hidden;
}
.focus-block .book-detail {
	text-align: left;
	width: 60%;
	float: right;
}
.focus-block hr {
	border: 1px #ddd dashed;
	width: 100%;
	margin: 10px 0;
}
.book-detail h1 a {
	font-size: 19pt;
	color: #231815;
	text-decoration: none;
	line-height: 150%;
}
.book-detail h1 a:hover {
	text-decoration: underline;
}
.book-detail h2 {
	font-size: 13pt;
	color: #888;
	line-height: 150%;
	font-weight: normal;
	text-align: right;
}
.book-detail h2:before {
	content: " ─ ";
}
.book-detail h4, .social-share {
	font-size: 10pt;
	color: #C30D23;
	line-height: 150%;
	margin-top: 5px;
}
.book-detail ul, .second-block ul {
	list-style: circle inside;
	margin-left: 10px;
}
.book-detail ul li {
	color: #888;
	line-height: 150%;
	font-size: 10pt;
}
.book-detail ul li a, .second-block ul li a {
	text-decoration: none;
	color: #604C3F;
}
.book-detail ul li a:hover, .second-block ul li a:hover {
	text-decoration: underline;
}
.book-detail p {
	font-size: 10pt;
	color: #999;
	margin-left: 20px;
	vertical-align: bottom;
}
.book-detail p.price {
	font-size: 15pt;
	color: #C30D23;
	font-weight: bold;
	line-height: 150%;
}

.book-detail .cart {
	margin: 5px;
}
.book-detail .cart a {
	display: block;
	width: 320px;
	height: 45px;
	background: url(../img/cart.png) top no-repeat;
}
.book-detail .cart a:hover {
	height: 45px;
	background: url(../img/cart.png) bottom no-repeat;
	position: relative;
	top: 1px;
}
.focus-block .social-share {
	margin: 5px 0;
}
.social-share ul {
	list-style: none;
	text-align: center;
}
.social-share ul li {
	display: inline-block;
	padding: 0 5px;
}
.tipsy {
	padding: 5px;
	font-size: 10px;
	position: absolute;
	z-index: 100000;
	margin-top: 10px;
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #B5091F;
	color: white; 
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tipsy-arrow {
	position: absolute;
	width: 9px;
	height: 5px;
}
.tipsy-n .tipsy-arrow {
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.main-right .right-content {
	padding: 5px;
}
.right-content .second-block {
	padding: 5px;
	background: #ffedc9;
	margin-right: 5px;
	border: 3px #F8EDB3 solid;
	-webkit-box-shadow: #A0A0A0 2px 2px 5px;
	-moz-box-shadow: #A0A0A0 2px 2px 5px;
	box-shadow: #A0A0A0 2px 2px 5px;
}

/* right */
.second-block .banner {
	width: 260px;
}
.second-block h4 {
	font-size: 12pt;
	color: #FFF;
	line-height: 30px;
	margin-bottom: 5px;
	background: #B5091F;
	text-align: center;
}
.second-block ul li {
	font-size: 10pt;
	list-style: outside;
	line-height: 150%;
	color: #3E3A39;
	margin-left: 10px;
}
.second-block ul li a {
	font-weight: bold;
}

/* single */
#content .single-book {
	border: 3px #F8EDB3 solid;
	margin: 10px 8px 10px 10px;
	background: #FFF;
	padding: 5px 10px;
	width: 95%;
	-webkit-box-shadow: #A0A0A0 2px 2px 5px;
	-moz-box-shadow: #A0A0A0 2px 2px 5px;
	box-shadow: #A0A0A0 2px 2px 5px;
}
.single-book h2 {
	background: url(../img/h2_bg.png) left center no-repeat;
	color: #FFF;
	display: block;
	padding: 10px 0 8px 10px;
	font-size: 14pt;
}
.single-book .single-content {
	padding: 5px;
	width: 100%;
}
.single-book .single-content .book {
	width: 20%;
	float: left;
}
.book dl {
	text-align: center;
}
.book dl dd {
	font-size: 10pt;
	padding: 5px 0;
}
.book dl dd a {
	text-decoration: none;
	color: #604C3F;
}
.book dl dd a:hover {
	text-decoration: underline;
}
.single-content h6 a {
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	color: #555;
	text-decoration: none;
	position: relative;
	left: 94%;
}
.single-content h6 a:hover {
	text-decoration: underline;
}

/* ad-banner */
#wrap-content .ad-banner {
	width: 100%;
	height: 110px;
	padding-top: 10px;
}
.ad-banner .banner-a {
	width: 50%;
	float: left;
}
.ad-banner .banner-b {
	width: 50%;
	float: right;
}
.ad-banner .banner-a p, .ad-banner .banner-b p {
	text-align: center;
}

/* footer */
.footer {
	width: 100%;
}
.bottom {
	padding: 5px;
	background: #B5091F;
}
.bottom h6 {
	color: #FFF;
	font-size: 10pt;
	font-weight: normal;
	display: inline-block;
	float: left;
	margin: 3px 5px;
}
.bottom h6 a{
	color: #FFF;
	text-decoration: none;
}
.bottom h6 a:hover {
	text-decoration: underline;
}