.left
{
	display: block;
	float: left;
	width: 665px;
	margin: 0;
	padding: 0;
	background: url(../images/border.png) right repeat-y; 
}

.right
{
	display: block;
	float: left;
	width: 290px;
	margin: 0 0 0 25px;
}

.featured_book
{
	display: block;
	background: url(../images/bookbg2.jpg) repeat-y;
	width: 630px;
	height: 100%;
	min-height: 480px;
	border: 5px solid #dcd7c1;
	font-family: Georgia;
	margin: 0 0 0 0;
	padding-bottom: 10px;
}

.featured_book img
{
	display: block;
	float: left;
	width: 207px;
	height: 317px;
	margin: 25px 0 0 25px;
	padding: 0;
}

.featured_book h3
{
	display: block;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 250px;
	padding: 35px 25px 0 0;
	
}

.featured_book h4
{
	display: block;
	font-size: 12px;
	color: #ae5227;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0 0 250px;
	padding: 0 25px 0 0;
	
}

.featured_book p
{
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: 25px 0 0 250px;
	padding: 0 25px 0 0;
	
}

.featured_book a
{
	display: block;
	font-size: 12px;
	color: #ae5227;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 0 250px;
	padding: 0 25px 0 0;
	text-decoration: none;
	
}

.featured_book a:hover
{
	text-decoration: underline;
}

.nav
{
	display: block;
	width: 642px;
	height: 67px;
	margin: 20px 0 20px 0;
}

.nav a.all
{
	display: block;
	background: url(../images/linkbg.jpg) no-repeat;
	width: 297px;
	height: 67px;
	float: left;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #fffcf0;
	
}

.nav a.all p
{
	display: block;
	padding: 6px 0 0 50px;
	
}

.nav a.all img
{
	display: block;
	margin: 13px 15px 0 18px;
	float: left;
	
}

.nav a.all:hover
{
	display: block;
	background: url(../images/linkbghov.jpg) no-repeat;
	width: 297px;
	height: 67px;
	float: left;
	
}

.nav a.download
{
	display: block;
	background: url(../images/linkbg.jpg) no-repeat;
	width: 297px;
	height: 67px;
	float: right;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #fffcf0;
	
}

.nav a.download p
{
	display: block;
	padding: 6px 0 0 50px;
	
}

.nav a.download:hover
{
	display: block;
	background: url(../images/linkbghov.jpg) no-repeat;
	width: 297px;
	height: 67px;
	float: right;
	
}

.nav a.download img
{
	display: block;
	margin: 15px 15px 0 18px;
	float: left;
	
}


ul.stores
{
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: 660px;
}

ul.stores li
{
	display: block;
	float: left;
	margin: 0 18px 18px 1px;
}

ul.stores li img
{
	display: block;
	width: 140px;
	height: 88px;
	border: solid 3px #c2bc98;
}



ul.comments
{
	display: block;
	margin: 20px 0 0 0;
	font-family: Georgia;
}

ul.comments li
{
	display: block;
	margin: 30px 0 0 0;
	font-family: Georgia;
}

ul.comments li a#picture
{
	display: block;
	background: url(../images/chatbox.png) no-repeat;
	width: 80px;
	height: 66px;
	float: left;
}

ul.comments li a img
{
	display: block;
	padding: 4px 0 0 4px;
}

ul.comments li a.name
{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 4px 0 0;
	color: #463939;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;

}

ul.comments li a.name:hover
{
	text-decoration: underline;

}

ul.comments li p
{
	display: inline;
	margin: 0;
	padding: 0;
	color: #463939;
	font-weight: normal;
	font-size: 18px;

}

ul.comments p.comment
{
	display: block;
	margin: 10px 0 0 90px;
	padding: 0 25px 0 0;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #463939;
}
ul.comments li a p.about
{
	text-decoration: none;
	color:#463939;
	font-size: 12px;
	font-style: italic;
	margin: 0 4px 0 0;
	padding: 0;
}

ul.comments li a.book
{
	display: block;
	margin: 5px 0 0 90px;
	padding: 0 20px 0 0;
	color: #ae5227;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

ul.comments li a.book:hover
{
	color:#463939;

}

ul.comments li .border3
{
	display: block;
	background: url(../images/borderlong.png) repeat-x;
	width: 642px;
	height: 2px;
	
	margin: 40px 0 0 0;
}


a.more
{
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
	color: #ae5227;
	margin: 20px 25px 25px 0;
}

a.more:hover
{
	text-decoration: underline;
}

a.see
{
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
	color: #ae5227;
	margin: 10px 25px 30px 0;
}

a.see:hover
{
	text-decoration: underline;
}

ul.recommend_list
{
	display: block;
	margin: 0;
	padding: 0;
}


ul.recommend_list li a
{
	display: block;
	background: url(../images/otherbghov.jpg) no-repeat top left;
	width: 273px;
	height: 105px;
	margin: 10px 0 0 0;
}

ul.recommend_list li a:hover
{
	display: block;
	background: url(../images/otherbghov.jpg) no-repeat bottom left;
	height: 105px;
	text-decoration: none;
}

ul.recommend_list li a img
{
	display: block;
	width: 61px;
	height: 82px;
	float: left;
	margin: 10px 10px 0 10px;
}

ul.recommend_list li a h3
{
	display: block;
	font-family: Georgia;
	font-size: 14px;
	color: #38342e;
	font-weight: bold;
	padding: 30px 0 0 0;
	margin: 0;
}

ul.recommend_list li a h4
{
	display: block;
	font-family: Georgia;
	font-size: 12px;
	color: #ae5227;
	font-weight: normal;
	font-style: italic;
	padding: 0;
	margin: 0;
}

p.price
{
	display: block;
	float: left;
	clear: both;
	margin: 25px 0 0 25px;
	font-size: 14px;
	color: #463939;
	font-family: Georgia;
	font-style: normal;
	padding: 0;
}

p.format
{
	display: block;
	float: left;
	clear: both;
	margin: 10px 0 0 25px;
	font-size: 11px;
	color: #463939;
	font-family: Georgia;
	font-style: normal;
	padding: 0;
}

p.isbn
{
	display: block;
	float: left;
	clear: both;
	margin: 0 0 0 25px;
	font-size: 11px;
	color: #463939;
	font-family: Georgia;
	font-style: italic;
	padding: 0;
}

h3.price
{
	display: block;
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 0 25px;
	font-size: 24px;
	color: #ae5227;
	font-family: Georgia;
	font-style: normal;
}

a.buybtn
{
	display: block;
	margin:10px 0 20px 15px;
	padding: 0;
	width: 111px;
	height: 26px;
	background: url(../images/buy.png) bottom left no-repeat;
}

a.buybtn:hover
{
	display: block;
	margin:10px 0 20px 15px;
	padding: 0;
	width: 111px;
	height: 26px;
	background: url(../images/buy.png) top left no-repeat;
}

.author
{
	display: block;
	background: url(../images/authorbg.jpg) no-repeat;
	width: 135px;
	height: 137px;
	padding: 13px 0 0 0;
}

.author img
{
	display: block;
	margin: 0 0 13px 13px;
	width: 110px;
	height: 112px;
}

.right h3
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #38342e;
	font-family: Georgia;
	margin: 0 0 0 0;
	padding: 0;
}

.right p
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #38342e;
	font-family: Georgia;
	font-style: italic;
	margin: 0 0 0 0;
}

.right a
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #a90000;
	font-family: Georgia;
	font-style: italic;
	margin: 10px 0 0 0;
}

.right a:hover
{
	text-decoration: underline;
}

.author_info
{
	display: block;
	margin: 0 0 25px 0;
}

form
{
	display: block;
	margin: 20px 0 0 0;
}

form textarea
{
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	width: 630px;
	height: 200px;
	padding: 10px 0 0 10px;
}

a.submit
{
	display: block;
	background: url(../images/save.png) bottom left no-repeat;
	width: 42px;
	height: 20px;
	float: left;
	margin: 8px 0 0 0;
}

a.submit:hover
{
	display: block;
	background: url(../images/save.png) top left no-repeat;
	width: 42px;
	height: 20px;
}

h3.warning
{
	display: block;
	float: right;
	margin: 8px 20px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia;
	color: #463939;
}

h5.title
{
	display: block;
	background: url(../images/booktitlebg.jpg) repeat-x;
	width: 635px;
	height: 38px;
	font-family: Georgia;
	font-size: 18px;
	color: #463939;
	padding: 7px 0 0 10px;
	margin: 15px 0 0 0;
	font-weight: normal;

}

h5.title a
{
	
	display: block;
	float: right;
	margin: 3px 8px 0 0;
	padding:0;
	font-size: 14px;
	color: #ae5227;
	font-style: italic;
	font-weight: bold;
	
	#margin-top: -20px;
	
}

h5.title2
{
	display: block;
	background: url(../images/booktitlebg.jpg) repeat-x;
	width: 265px;
	height: 38px;
	font-family: Georgia;
	font-size: 18px;
	color: #463939;
	padding: 7px 0 0 10px;
	margin: 15px 0 0 0;
	font-weight: normal;
	clear: both;
	
}

h5.title2 a
{
	display: block;
	float: right;
	margin: 3px 8px 0 0;
	padding:0;
	font-size: 14px;
	color: #ae5227;
	font-style: italic;
	font-weight: bold;

	#margin-top: -20px;
}
