html, body { 
	background-color: #EBEBEB;
	font-family: times;
	text-align:center;
	height: 100%;
}

h3 {
	font-size 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
}

#middle .text-input {
	font-family: sans-serif;
	border: 1px solid #666;
	font-size: 0.8em;
	color: #333;
	padding: 4px;
}

#middle .button-input, #middle button {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#ccc;
	color:#333;
	font-weight:bold;
	padding: 1px 2px;
	margin-top: 5px;
	font-size: 11px;
	font-family: arial, sans-serif;
}

#middle td {
	padding: 5px;
}	

#middle form {
	display: block;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
}

hr.dotted {
	border: 0;
	border-top: 1px dotted #999;
	clear: both;
}

#main {
	width: 864px;
	margin-right: auto;
	margin-left:auto;
	margin-top: 0px;
	background-image: url("../images/white.gif");
	background-repeat: repeat-all;
	height: 100%;
	text-align:left;
}

#header {
	height: 86px;
	width: 100%;
	position: relative;
}

#header > a {
	position: absolute;
	top: 18px;
	left: 5px;
}

#searchbox {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#searchbox span, #searchbox a {
	text-decoration: none;
	font-size: 0.8em;
}

#searchbox form, #searchbox a.golink {
	padding-top: 0em;
	color: #fff;
}

#searchbox input {
	color: #666;
	font-size: 0.8em;
	border: 1px solid #999;
	padding: 3px;
}

.middle_divider {
	float: left;
	height: 85%;
	margin-top: 1em;
	margin-bottom: 1em;
    width: 2px;
    border-right: 1px dotted #999;
    /*background-color: #fff;*/
}

#left {
	width: 99px;
	float: left;
	padding: 13px;
	margin-bottom:0px;
    /*background-color: #fff;*/
	_width: 139px;
}

#left ul {
	font-size: 0.8em;
	color: #777;
	padding-top: 1em;
}

#left li {
	padding-bottom: 0.7em;
}

#left li > a {
	color: #777;
	text-decoration:none;
}

#left li > a:hover {
	color: #777;
	text-decoration:underline;
}

#info {
	font-size: 0.7em;
	padding-top: 3em;
	color: #333;
}

#info strong {
	font-weight: bold;
}

#info a {
	text-decoration: none;
	color: #333;
}


/* center column styles */
#middle {
	width: 545px;
	float: left;
	padding: 13px;
    /*background-color: #fff;*/
}

#middle p {
	font-size: 0.75em;
	color: #888;
}

#middle em {
	font-style: italic;
}

#middle strong {
	font-weight: bold;
}

#middle u {
	text-decoration: underline;
}

#middle_info p {
	padding-top: 1em;
	font-size: 0.9em;
	color: #333;
}

#type_container {
	text-align: center;
}

.type {
	padding-top: 1.3em;
	padding-bottom: 1em;
	font-size: 0.8em;
	width: 33%;
	float: left;
}

.type a {
	text-decoration: none;
	color: #333;
}

.type a:hover {
	text-decoration: underline;
	color: #000;
}

div.type:hover {
	background-color: #fffdbe;
}

.type span {
	display: block;
}

.type span.name {
	padding: 1em;
	color: #333;
	font-size: 1.1em;
}

.type span.more {
	padding: 0.5em;
	color: #771100;
	font-variant: small-caps;
}

#bottom_categories {
	width:90%;
	margin: 25px;
	text-align:center;
	float:left;
}

#bottom_categories hr {
	padding-bottom: 1em;
}

.bottom_cat {
	font-size: 0.8em;
	display:inline;
	padding: 0 1em;
	font-family:sans-serif;
	text-wrap: suppress;
}

.bottom_cat a {
	text-decoration: none;
	color: #333;
}

.bottom_cat a:hover {
	text-decoration: underline;
	color: #333;
}

/* right column styles */
#right {
	width: 136px;
	float: left;
	padding: 13px;
	color: #333;
	font-size: 0.8em;
	height: 1%;
    /*background-color: #fff;*/
	_width: 156px;
}

#sale {
	padding-top: 1em;
}

#news {
	padding-top: 1.3em;
}

#news p {
	padding-top: 0.5em;
}

#news strong {
	font-weight: bold;
}

#news em {
	font-style: italic;
}

#sale li {
	padding-bottom: 0.8em;
	clear: both;
}

#sale strong {
	font-weight: bold;
	color: #771100;
	display: block;
}

#sale strong > a {
	text-decoration:none;
}

#sale strong > a:hover {
	text-decoration:underline;
}

.sale_price {
	color: #771100 !important;
}

.bold {
	font-weight: bold;
}

.caps {
	font-variant: small-caps;
	font-size: 1.1em;
}

#events li {
	padding-bottom: 0.8em;
}

#events strong {
	font-weight: bold;
	display: block;
	padding-top: 1em;
}

.product-link {
	text-decoration: none;
	color: #333;
}

.book_container {
	display: block;
	min-height: 10em;
}

.book_title {
	font-size: 1.2em;
	color: #666;
	display:block;
}

.extra_padding {
	padding-top: 1em;
}

.book_title a {
	color: #666;
	text-decoration:none;
}

.book_title a:hover {
	color: #666;
	text-decoration:underline;
}

.book_author {
	font-size: 0.9em;
	color: #666;
	display:block;
	font-family: sans-serif;
}

.book_image {
	float: left;
	display: block;
	width: 200px;
}

.book_moreinfo {
	float:right; 
	margin:20px 20px 0px 0px;
	font-size: 0.8em;
	font-family: sans-serif;
}
.book_moreinfo a {
	color: #666;
	text-decoration: none;
}
.book_moreinfo a:hover {
	color: #666;
	text-decoration: underline;
}

.micro_book_image {
	float:left;
	display:block;
	padding: 0 4px 4px 0;
	width: 50px;
}

.zoom_book_image {
	display: block;
}

.book_url {
	display:none;
}

.book_image img {
	padding: 10px 20px 10px 0;
}

.right_section { 
	padding-top: 1em;
}

p.book_description {
	font-size: 0.8em;
	color: #666;
	display:block;
	font-family: sans-serif;
	width: 60%;
}

.book_details {
	font-size: 0.8em;
	color: #666;
	font-family: sans-serif;
}


/* google checkout override styles */

