/* CSS Document */

body	{
	background-color: #e6dfca;
	z-index: 5;
	}
	

#header	{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 128px;
	width: 597px;
	background-image: url('ebi2.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	z-index: 5;
	text-align: left;
	}

ul#tab{
	position: relative;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	top: 109px;
	left: 143px;
	height: 19px;
	width: 414px;
	background-color: #e6ce8c;
	border-bottom: 1px solid #000000;
	z-index: 1;
}

ul#tab li.current {
	width: 60px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
	float: left;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px 3px 0px 3px;
	z-index: 1;
}

ul#tab li.ncurrent {
	width: 60px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background-color: #EEEEEE;
	float: left;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px 3px 0px 3px;
	z-index: -1;
}
ul#tab li.current a{
	color: #000000;
	text-decoration: none;
	}
ul#tab li.ncurrent a{
	color: #000000;
	text-decoration: none;
	}

ul#tab li.ncurrent a:hover{
	display: block;
	height: 17px;
	width: 100%;
	border: 0px 0px 0px 0px;
	background-color: #e6dfca;
	text-decoration: none;
	}
	
#content{position: relative;
	width: 597px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-family: verdana, sans-serif;
	font-size: 10px;
	overflow: hidden;
	z-index: 0;
	}	

#info	{
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: left;
	border: 1px dashed #e6ce8c;
	width: 405px;
	overflow: hidden;
	z-index: 5;
	}

#infosubtitle	{
	border-bottom: 1px black solid;
	position: relative;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	width: 415px;
	overflow: hidden;
	font-family: "Garamond", sans-serif;
	font-weight: bold;
	z-index: 5;
	}

.nav	{
	position: relative;
	margin: 5px 5px 5px 5px;
	border-right: solid 1px #000000;
	overflow: hidden;
	z-index: 5;
	}
	
.nav a{
	text-decoration: none;
	color: #a77c07;
	}
	
.nav a:hover{
	text-decoration: underline;
	}
	
.line	{
	position: relative;
	margin-left: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 1px;
	width: 130px;
	border-bottom: 1px dashed black;
	overflow: hidden;
	z-index: 5;
		}

#right	{
	float: right;
	width: 430px;
	margin: 0px 5px 20px 5px;
	text-align: left;
	overflow: hidden;
	z-index: 5;
	}

#left 	{ 
	float: left;
	width: 150px;
	height: auto;
	font-size: 10px; 
	background: #eeeeee; 
	margin-bottom: 30px; 
	text-align: left;
	overflow: hidden;
	z-index: 5;
	border-top: 1px solid #000000;
	}

#footer { 
	clear: both; 
	width: 597px; 
	padding: 10px 15px; 
	background: #e6ce8c; 
	color: #FFFFFF; 
	text-align: center; 
	font-size: 10px;
	border-top: 1px solid black;
	overflow: hidden;
	z-index: 5; 
	}
	
p.head{
	font-size: 14px;
	color: #a77c07;
	font-weight: bold;
	border-bottom: 1px solid #a77c07;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
p.title{
	position: static;
	width: 400px;
	font-size: 14px;
	color: #a77c07;
	font-weight: bold;
	border-bottom: 1px solid #a77c07;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	}
	
p.author{
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 250px;
	height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
p.price{
	font-size: 10px;
	font-weight: bold;
	float: right;
	width: 50px;
	height: 12px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

div.title{
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	}
	
div.descrip{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	}


div.book{
	float: right;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.bookImages{
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	

}
p.book {
	font-size: 10px;
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
img.book{
	width: 92px;
	height: 69px;
	overflow: hidden;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #000000;
	}
	
p.text{
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
p.text a{
	text-decoration: none;
	color: #a77c07;
	}
	
p.text a:hover{
	text-decoration: underline;
	}
	
.search{ 
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
		
.searchb {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	 }
