@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------- */
/* -------------- Overite "main.css" to show book cover image ---------------- */
/* ------ Image is crop on the left and right due to overflow = hidden ------- */
/* --------------------------------------------------------------------------- */
#content{
	overflow:visible;
}
/* --------------------------------------------------------------------------- */
/* --------------------------- Big Book BG Photo ----------------------------- */
/* --------------------------------------------------------------------------- */
#book-photo-bg{
	width:100%;
	height:464px;
	position:absolute;
	top:6px;
	left:0px; /* (1200 - 940) / 2 = 130px */
	z-index:1;
	/*
		background-color:rgba(0,0,0,0.4);
	*/
}
/* --------------------------------------------------------------------------- */
/* ------------------------------ Breadcrumbs -------------------------------- */
/* --------------------------------------------------------------------------- */
ul#breadcrumbs{
	position:relative;
	list-style:none;
	font-size:0;
	z-index:100;
}
ul#breadcrumbs li{
	display:inline-block;
	height:24px;
	padding:6px 10px 0;
	font-size:16px;
	background-color:#ba8827;
}
ul#breadcrumbs li.start{
	width:10px;
	padding:6px 0 0 0;
	background:url(../images/bg-breadcrumbs-start.png) no-repeat;
}
ul#breadcrumbs li.center{
	width:12px;
	padding:6px 0 0 0;
	background:url(../images/bg-breadcrumbs-center.png) no-repeat;
}
ul#breadcrumbs li.end{
	width:10px;
	padding:6px 0 0 0;
	background:url(../images/bg-breadcrumbs-end.png) no-repeat;
}
/* --------------------------------------------------------------------------- */
/* ------------------------------- Book Cover -------------------------------- */
/* --------------------------------------------------------------------------- */
#book-cover{
	position:relative;
	width:990px;
	height:210px;

	margin-left:-25px;
	z-index:300;
}
/* --------------------------------------------------------------------------- */
/* ------------------------- Copy and Specifications ------------------------- */
/* --------------------------------------------------------------------------- */
#column-set-up{
	width:940px;
	padding-top:20px;
	overflow:hidden;
}
/* --------------------------------------------------------------------------- */
#column-set-up #copy{
	width:590px;
	float:left;
}
#column-set-up #copy ul{
	list-style:square;
	margin-left:40px;
	padding-bottom:0.9em;
	
}
#column-set-up #copy li{
	list-style:square;
	padding-left:10px;

}
/* --------------------------------------------------------------------------- */
#column-set-up #specifications{
	width:330px;
	float:right;
	margin-top:-15px;
	position:relative;
	z-index:30000;
}
#column-set-up #specifications table{
	width:268px;
	margin:15px;
	padding:15px;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.3);
	/* ----------------------------- */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	/* ----------------------------- */
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
}
#column-set-up #specifications table tr{

}
#column-set-up #specifications table tr th{
	padding:8px 0 2px;
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#612f1d;
}
#column-set-up #specifications table tr td{
	padding:8px;
	text-align:center;
	color:#FFF;
	background-color:#ba8827;
	font-size:14px;
}
#column-set-up #specifications table tr td span.title{
	color:#612f1d;
	padding:2px;
	margin:2px 0;
	display:block;
	background-color:#d8b36b;
}
#column-set-up #specifications table tr td span.title:before{
    content: '[ ';
}
#column-set-up #specifications table tr td span.title:after{
    content: ' ]';
}	
/* --------------------------------------------------------------------------- */
/* ---------------------------------- XXX ------------------------------------ */
/* --------------------------------------------------------------------------- */