body {
	font-family: Lucida, Verdana, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	/*background-image: url(../img/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #c97f3d;*/
	background: #f8f3ed url(../images/page_back.gif) repeat-x;
}

a:link {
	color: #26234b;
}

a:visited {
	color: #26234b;
}


a:link.cat {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a:visited.cat {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:link.more {
	float: right;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: underline;
	color: #0b4110;
}

td.left-wrapper {
	border-right: 1px dotted #cccccc;
	background: #ffffff;
}

td.right-wrapper {
	background: #ffffff;
	padding-right: 10px;
}

td.header {
	background: #ffffff;
	padding: 10px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: small;
	color: #906151;

}

td.address {
	font-size: x-small;
	text-align: center;
	background: #fff;
}

td.footer {
	font-size: x-small;
	text-align: center;
}

td.bottom {
	background: url(../images/box-bottom.gif) no-repeat 0 10%;
}

td.top {
	background: url(../images/box-top.gif) no-repeat 0 10%;
}

#nav-menu ul {
	font-size: x-small;
	list-style: none;
	margin: 10px;
	padding: 0;
}

#search {
	padding-left: 10px;
}

#search input {
	margin-top: 5px;
	margin-bottom: 5px;
}

#browse {
	padding-left: 10px;
}

#nav {
	padding-left: 10px;
}

#nav a:link {
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

#nav a:visited {
	font-weight: bold;
	font-size: x-small;
	text-decoration: none;
}

#feature {
	margin-left: 10px;
	padding-bottom: 10px;
}

#feature h1 {
	font-size: large;
	margin-bottom: 10px;
}

#book-summary{
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
	margin-bottom: 10px;
}

#book-summary .title{
	color: #441e12;
	font-weight: bold;
	font-size: medium;
}

#book-summary .author{
	color: #904026;
	font-size: small;
	font-style: italic;
}

#book-summary .price{
	color: #904026;
	font-size: small;
	font-weight: bold;

}

#book-summary .cover-thumb {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.totals {
	font-weight: bold;
}