body {
	margin: 0px;
	font-family: 'Lucida Grande Unicode', 'Lucida Grande', "Trebuchet MS", Arial, Verdana;
	color: #222;
	background-image: url(/images/bgstripe1.png);
	background-repeat: repeat-x;
	line-height: 160%;
}

a:visited { color: blue; }

h1,h2,h3 {
	color: #356AA0;
}
input.big {
	font-size: 1.3em;
	padding: 3px;
}
input.button {
	background-color: #008C00;
	border: 0px;
	padding: 10px;
	font-size: 1.4em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px #aaa;
	color: #fff;
	text-decoration: none;
}
input.button_red {
	background-color: #c00;
	border: 0px;
	padding: 10px;
	font-size: 1.4em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px #aaa;
	color: #fff;
	text-decoration: none;
}

ul.book {
	margin: 0px;
	padding: 0px;
}
ul.book li {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	padding-top: 8px;
}
ul.book li:hover {
	background-color: #f0f8ff;
}

pre {
	background-color: #ddd;
	border-left: 5px solid #aaa;
	padding: 15px;
	margin-bottom: 0px;
}

#head {
	position: relative;
	height: 100px;
}
#head ul.menu {
	position: absolute;
	margin: 0px;
	padding: 0px;
	bottom: 20px;
	left: 300px;
}
#head ul.menu li {
	float: left;
	list-style: none;
}
#head ul.menu li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 10px;
	margin-right: 10px;
}
#head ul.menu li a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 45px;
	font-size: 0.85em;
	line-height: 130%;
}

#side {
	float: right;
	font-size: 0.9em;
	width: 250px;
}

#main {
	float: left;
	width: 670px;
}

#foot {
	margin-top: 40px;
	font-size: 0.70em;
	color: #888;
	line-height: 120%;
}
#foot a {
	color: #888;
	text-decoration: none;
}

#book_details {
	margin-top: 30px;
	position: relative;
}
#book_details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#book_details ul li {
	display: inline;
}

#book_details ul li a.menutab {
	display: block;
	float: left;
	padding: 3px 10px;
	margin-left: 5px;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px solid #aaa;
	background-color: #ddd;
}
#book_details ul li a.sel {
	border-bottom: 1px solid #fff;
	background-color: #fff
}

#book_details_content {
	margin-top: -1px;
	border-top: 1px solid #aaa;
}



.page {
	width: 960px;
	margin: 0px auto;
}
.side {
	border-bottom: 1px solid #ccc;
}

a.button {
	padding: 3px 8px;
	border: 0px;
	background-color: #008C00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px #aaa;
	color: #fff;
	text-decoration: none;
}
a.button_red {
	padding: 3px 8px;
	border: 0px;
	background-color: #c00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 10px #aaa;
	color: #fff;
	text-decoration: none;
}


.book_big {
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 10px #aaa;
	padding: 10px;
}
.book_img {
	float: left;
	width: 120px;
}
.book_text {
	float: right;
	width: 500px;
}
.book_bump {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 0.8em;
}
.book_rebrand_button {
	position: absolute;
	bottom: 15px;
	right: 340px;
}
.explanation {
	font-size: 0.85em;
	color: #888;
	margin-top: -10px;
}

.red { color: #c00; }

.offer {
	border: 1px solid gold;
	padding: 8px;
	background-color: #fffacd;
}

ul.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.list li .field_top {
	float: right;
	text-align: right;
	padding-right: 5px;
	font-variant: small-caps;
	border-right: 1px solid #ddd;
	background-color: #ccc;
}
ul.list li .field {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	border-right: 1px solid #ddd;
}
ul.list li .field img {
	border: 0px;
}
ul.list li:hover {
	background-color: #fffacd;
}

.bt {
	border-top: 1px solid #ccc;
}
