@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	font:8pt/16pt georgia, serif;
	font-size:11px;
	color:#464128;
	margin:0px;
	padding:0px;
	text-align:left;
}
	
h1 {
	font: bold 8pt/16pt georgia, serif;
	text-align: center;
	font-size:14px;
	color:#464128;
}
h2 {
	font: bold 8pt/16pt georgia, serif;
	text-align: center;
	font-size:12px;
	color:#464128;
}
.auto_hi_wi {
	height:auto;
	width:auto;
	float:left;
}

.main {
	width:960px;
	height:auto;
	margin:0 auto;
}

a {
	color: #0099cc; 
	background-color: transparent;
}
a:hover {
	color: #A29D66;
	background-color: transparent;
}
.button {
	padding:4px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background-color:#393515;
	text-decoration:none;
	text-align:center;
}

.button:hover {
	color: #A29D66;
	background-color: transparent;
}
.input-text {
	border: 1px #877C32 solid; 
}
.main-body {
	text-align: center;
	width: 80%;
}

.search-tab-bar {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 1px;
	display: inline;
	text-align: center;
}

.search-tab {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: table-cell;;
	text-decoration: underline;
	background-image: url("../img/tab.png");
	background-repeat: no-repeat;
	width: 106px;
	text-decoration: none;
	color: #3B1B07;
	font-size: 12px;
	text-align: center;
}

.search-tab:hover {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	display: table-cell;;
	text-decoration: underline;
	background-image: url("../img/tab-hilite.png");
	background-repeat: no-repeat;
	width: 106px;
	text-decoration: none;
	color: #EB8A4D;
	font-size: 12px;
	text-align: center;
}

.search-tab-selected {
	display: table-cell;;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	background-image: url("../img/tab-selected.png");
	background-repeat: no-repeat;
	width: 106px;
	cursor: default;
	text-decoration: none;
	color: #3B1B07;
	font-size: 12px;
	text-align: center;
}

.black-link {
	color: #A54B13;
	text-decoration: none;
}

.black-link:hover {
	color: #3B1B07;
}

.title-link {
	text-decoration: none;
	color: #A29D66;
}

.title-link:hover {
	text-decoration: underline;
}

.search-input-box {
	width: 100%;
	background-color: #EFF6C4;
	border: SOLID 2px #D7E96C;
	border-bottom: none;
	padding: 10px;
}

.shopping-cart-button {
	font-size: 12px;
	text-decoration: none;
	color: #8CA018;
	background-color: transparent;
	background-image: url('../img/cart.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 101px;
}

.footer-div {
	border-top: SOLID 1px BLACK;
	text-align: center;
	font-size: 10px;
	width: 90%;
}

.header-div {
	text-align: left;
	clear: both;
}

.book-card {
	width: 48%;
	height: 260px;
	float: left;
	vertical-align: middle;
}

.book-image {
	border: 0 SOLID;
	vertical-align: top;
}

.book-title {
	font-weight: bold;
	font-size: 11px;
}

.book-author {
	font-style: italic;
	font-size: 11px;
}

.book-normal {
	font-style: normal;
	font-size: 11px;
}

.book-discount {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
}

.book-atom {
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	background-color: #ECEACE;
}

.empty-div {
	height: 20px;
	width: 20px;
}

.nav-div {
	padding: 3px;
	text-align: right;
}

.nav-button-unselected {
	padding: 3px;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #464128;
	background-color: #E2DDB4;
	width: 35px;
	height: 30px;
}

.nav-button-selected {
	padding: 3px;
	cursor: default;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #464128;
	width: 35px;
	height: 30px;
	background-color: #A29D66;
}

.nav-button-unselected:hover {
	text-decoration: none;
}

.image-link {
	border: none;
}

.content-div {
	text-align: left;
	border: SOLID 1px #8CA018;
	background-color: #FFF;
	padding: 20px;
	-moz-border-radius: 10px;
	width: 80%;
}

.current-books-frame {
	border: none;
	width: 100%;
	height: 100%;
	_height: 600px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.login-div {
	font-size: 12px;
	vertical-align: middle;
	padding: 5px;
	background-color: #A29D66;
	width:200px;	
}

.book-field-label {
	font-weight: bold;
	font-size: 12px;
}

.book-field-value {
	font-weight: normal;
	font-size: 12px;
}


.shopping-cart {
	position: absolute;
	display: none;
	padding: 10px;
	top: 5%;
	width: 24%;
	left: 74%;
	height: 90%;
	border: SOLID #F9D964 2px;
	background-color: #FDF4BF;
}

.error-text {
	color: #BD5515;
	font-size: 10px;
}