/* @override http://hotpepperbooks.com/dev/main.css */

/* @override http://hotpepperbooks.com/dev/main.css */

/* @override http://hotpepperbooks.com/dev/main.css */

body {
	background-color: #333333;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
}
div.textPageBodyArea {
	font: 14px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
}
div.headingBold {
	font: bold 21px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
}

div.topnav {
	border-bottom: 1px solid black;
	background-color: white;
}
div.alphaTopNav {
	background: url(images/nav_logo_alpha.png) no-repeat;
	height: 172px;
	z-index: -1;
	position: absolute;
	right: 0;
	width: 426px;
}
div.mainBody {
	background: url(images/bg-texture-repeat.jpg) repeat;
	padding-top: 10px;
	color: #333333;
}

h2 {
	color: #333333;
	margin-top: 0;
}
div.footer {
	background: url(images/bg-footer-repeat.gif) repeat-x;
	height: 75px;
	width: 100%;
	color: white;
	padding-top: 15px;
}
div.footer a {
	color: white;
}
.grey {
	color: gray;
}
div.leftNavISBN {
	background: url(images/isbn_input2.png) no-repeat;
	width: 284px;
	height: 382px;
	margin-top: 10px;
	text-align: left;
}
textarea.isbns {
	position: relative;
	top: 35px;
	left: 25px;
	width: 180px;
	height: 120px;
}
div.topNavLoginArea a {
	color: #006633;
}
img.navTabImage {
	margin-left: 30px;
}
input.submitISBNsimage {
	position: relative;
	top: 40px;
	left: 140px;

}
div.bodyArea {
	margin-left: 30px;
	text-align: left;
	margin-top: 10px;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 15px;
}

div.bodyArea a { color: #006633; }
div.bodyArea a:hover { color: #000000; text-decoration: none; }
div.bodyArea a:visited { color: #006633; text-decoration: none; }

div.bodyArea ul {
	line-height: 1.4;
}

div.cart_highlight_total {
	border: 2px solid #006633;
	font-weight: bold;
	padding: 10px;
}
div.cart_highlight_low_total {
	border: 2px solid red;
	font-weight: bold;
	padding: 10px;
}



div.pleaseWait {
	display: none;
	text-align: center;
	width: 100%;
	height: 2500px;
	position: absolute;
	z-index: 2;
	background: url(images/transparent_grey.png) repeat;
	top: 0;
	left: 0;
	
}

div.pleaseWaitInterior {
	background-color: white;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	top: 200px;
	position: relative;
	padding: 25px;
}

div.letterOuter {
	background-color: white;
	padding: 0px;
	width: 470px;
}
div.letterInner {
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 30px;
	border: 1px solid #999999;
	color: #333333;
}
div.faqQuestion {
	font: bold 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #006633;
}
div.faqAnswer {
	margin-bottom: 30px;
	margin-left: 30px;
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #333333;
}

.arial12 {
	font: 12px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
.italic {
	font-style: italic;
}
