body 
{ 
  background-color: #f4f4dd; 
  color: #565934; 
  font-family: 'Trebuchet MS', Arial, sans-serif;
  margin: 0px;
  font-size: 14px;
}
img {
	border: 0;
}
a, a:visited
{
  color: #FF8503;
  text-decoration: none;
  background-color: transparent;
}
a:hover
{
  color: #000;
}
code
{
  color: #565934; 
  display: block;
  border: 1px dotted #676a45;
  background-color: #fafcef;
  margin: 20px;
  padding: 10px;
  overflow: auto;
}

a.main-buttons
{
	font-size: 20px; 
	color: #000000; 
	line-height: 40px;
}

a.main-buttons:hover
{
	font-weight:bold;
}

a.main-buttons-alt-green, a.main-buttons-alt-orange, a.main-buttons-alt-gray, a.main-buttons-alt-yellow
{
	font-size: 20px; 
	color: #000000; 
	line-height: 40px;
	height: 40px; 
	text-align: center; 
	-webkit-border-radius: 8px; -moz-border-radius 8px; border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;

}

a.main-buttons-alt-yellow
{
	background-color: #FFD400; 
	border: 3px solid #E3BE07; 
}

a.main-buttons-alt-yellow:hover 
{
	background-color: #EFC807; 
	border: 3px solid #D2B006;
}

a.main-buttons-alt-gray
{
	background-color: #AFB5BB; 
	border: 3px solid #818B95; 
}

a.main-buttons-alt-gray:hover
{
	background-color: #A5ACB3;
	border: 3px solid #00375C; 
}

a.main-buttons-alt-orange
{
	background-color: #F9A449;
	border: 3px solid #FF8503; 
}

a.main-buttons-alt-orange:hover
{
	background-color: #F99D3B;
	border: 3px solid #E77B07;
}

a.main-buttons-alt-green
{
	background-color: #6FD755; 
	border: 3px solid #00B050; 
}

a.main-buttons-alt-green:hover
{
	background-color: #66C66B;
	border: 3px solid #04843E; 
}

.bigger_list li {
	font-size: 15px;
	margin-top: 4px;
}

/* Clear default list items, browsers have different defaults */
ul, li { margin: 0px; padding: 0px; list-style-type: none; }
.user_icon
{
  border: 1px solid #444;
}

#page_heading
{
  height: 70px;
  margin: 0px auto;
  position: relative;
  background: #f4f4dd url('../img/header.jpg') top left repeat-x;
}
#page_heading h1
{
  margin: 0px;
  height: 45px;
  width: 190px;
  margin-left: 20px;
}

#page_heading h1 span.text
{
  display: none;
}
#account_subtext, #account_info_subtext
{
  font: 11px verdana, sans-serif;
  text-align: right;
  margin-top: 5px;
}

#loading, #navigation
{
  font: 10px verdana, sans-serif;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
  float: right;
  width: 100px;
}
#navigation
{
  background-color: #C5C199;
  color: #FFFFFF;
  font: 12px verdana, sans-serif;
  width: 80px;
}
a.nav, a:hover.nav, a:visited.nav
{
  color: #FFFFFF;
}

#loading
{
  background-color: #FF0000;
  color: #FFFFFF;
}

#main_content
{
  width: 980px;
  margin: 10px auto 0px;  
}

#footer
{
  clear: both;
  text-align: center;
  font: 11px Verdana, sans-serif;
}
#info_bar
{
  width: 240px;
  float: left;
  border: 1px solid #d4ddc7;
  border-width: 0px 1px 1px 1px;
  background-color: #f3f6e7;
  margin-left: 1px;
  padding: 0px;
}
#info_bar.book_sidebar
{
  padding-top: 0px;
  width: 320px;
}

.book_sidebar div.book_thumbnail
{
  text-align: center;
  height: 320px;
}
#info_bar h3
{
  background-color: #f9faf6;
  color: #676a45;
  border-top: 1px solid #d8d9d3;
  margin: 10px 0px;
  padding: 2px 10px;
}
#info_bar p
{
  margin: 10px;
}

#account_info
{
  position: absolute;
  right: 20px;
  top: 8px;
}

ul#site_nav
{
  margin: 0px auto;
  padding: 0px;
  display: block;
  position: absolute;
  top: 53px;
  left: 60px;
}
ul#site_nav li
{
  display: inline;
  padding: 0px;
  margin: 0px;
}

ul#site_nav a, ul#site_nav a:visited
{
  color: #676a45;
  float: left;
  width: 95px;
  text-align: center;
  background: transparent url('../img/tab_inac.png') top left no-repeat;
  font: 11px verdana, sans-serif;
  letter-spacing: 0.04em;
  padding: 1px 0px;
  height: 18px;
  margin-right: 4px;
}
ul#site_nav a:hover, ul#site_nav li.active a, ul#site_nav li.active a:visited
{
  background-image: url('../img/tab_acti.png');
}

div.darker, div.lighter
{
	border: 1px solid #DADCBA;
}

.lighter
{
	background-color: #F7F7E3;
}
.darker
{
	background-color: #F2F2DC;
}

/* Profile */


#block_details
{
  clear: left;
  margin-top: 5px;
}
#block_details h3
{
  clear: left;
  border-bottom: 1px solid #a6a994;
  background-color: #ced0ad;
  color: #000;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 1.1em;
  text-align: center;
}
#block_details p 
{
  padding: 0px 10px;
}

p.notify
{
	padding-top: 10px;
	font-size: 12pt;
}

p.margined, p.error 
{
	padding-left: 30px;
	padding-top: 10px;
	font-size: 12pt;
}

.leftmargined
{
	padding-left: 10px;
}
p.error
{
	color: #D20000;
}

p.notify
{
	color: #757575;
	font-weight: bold;
}

p.error_small
{
	font-size: 8pt;
	color: #D20000;
}
/* Product Item */
#results 
{
  width: 680px;
}
.book_results
{
  width: 700px;
}
li.product_item
{ 
  position: relative;
  float: left;
  width: 300px;
  margin: 0px 10px;
  padding: 0px 10px;
  border-bottom: 1px dotted #b4bda7;
}
li.product_item .book_thumbnail
{
  margin-top: 5px;
  float: left;
  width: 110px; 
  height: 150px;
  padding-left: 2px;
  margin-bottom: 10px;
}


.book_thumbnail img
{
  border: 1px solid #000;
}
li.product_item .clear
{
  clear: left;
}
li.product_item h4
{
  font-size: 1.0em;
  margin: 0px;
  padding: 2px 5px;
  background-color: #f4f4dd;
  border: 1px solid #e4e4cd;
}
li.product_item p
{
  margin: 0px;
}
.author 
{
  font-style: italic;
}
.action_list
{
  margin-top: 25px;
}
li.product_item .manage_entry, li.product_item .entry_type
{
  margin-top: 10px;
}
li.product_item .manage_container p, li.product_item .manage_container table
{
  margin: 5px 10px;
}
li.product_item .manage_container p, #block_details li.product_item .manage_container p
{
  padding: 0px;
}
.block_entries .manage_dialog 
{
  left: 5px;
  top: 5px;
}
li.product_item h4
{
  position: relative;
}
li.product_item .manage_dialog h4
{
  border-color: #565934;
  margin-bottom: 0px;
  background-color: #f4f4dd;
  border-bottom-color: #f4f4dd;
}
.product_item h4 .close_button
{
  display: block;
  position: absolute; 
  top: 2px; 
  right: 5px;
  font-size: 1em;
}
li.text_item
{
  clear: left;
  text-align: center;
}

.block_entries li.product_item
{
  padding: 10px;
  width: 210px;
  margin: 5px 0px;
}

.block_entries li.product_item .book_thumbnail
{
  width: 50px;
  height: 60px;
}
.block_entries .manage_entry 
{
  margin-top: 0px;
  text-align: center;
}
.content li.product_item
{
  margin: 10px 6px;
  float: left;

}
.front_page li.product_item
{
  float: none;
  width: 290px;
}
.grouped_by_author li.product_item p.author, #block_details p.entry_type { display: none; }
.grouped_by_author li.product_item { padding: 5px; margin: 0px; }
.content .block_entries 
{
  width: 670px;
}
.content .manage_entry
{
  text-align: left;
}
.content .block_entries .product_item
{
  border-bottom-width: 0px;
}
input, textarea, select
{
  letter-spacing: 0.04em;
  font: 11px verdana, sans-serif;
  background-color: #f3f3e4;
  color: #565934;
  border: 1px solid #d6d6c2;
}
textarea#review_content
{
  width: 620px;
  height: 350px;
}
input:hover,textarea:hover,select:hover,
input:focus,textarea:focus,select:focus
{
  border-color: #bac385;
}
input 
{
  background: #f3f3e4 url('../img/input_ba.png') repeat-x top left;
}
input.heavier {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

input.bigger , textarea.bigger, select.bigger{
	font-size: 12px;
	padding: 2px 6px 2px 6px;
}

form 
{
  margin: 0px;
}
#new_account, #center_div
{
	padding-left: 30px;
	padding-top: 10px;
}
#account_menu 
{
	font: 12px verdana, sans-serif !important;
 }
#account_menu2
{
	margin:0;
	padding:0;
}
#change_password label, #new_account label, #dialog_login label 
{
  float: left;
  width: 200px;
}
#new_account label , #dialog_login label, #center_div label { width: 120px; }
.h3_links
{
margin: 0px;
}
#main_content .review_body h2
{
  background-image: none;
  margin: 0px 10px;
  padding: 0px;
  font-size: 1.2em;
  background-color: #f9faf6;
}

/* Errors */

.fieldWithErrors 
{
  display: inline;
}
.fieldWithErrors input
{
  border-color: #f70;
}
.formError 
{
  margin-left: 20px;
  color: #f70;
}


/* Settings Table */
.centered { text-align: center }

ul.chevron_list li
{
  list-style-type: square;
  list-style-image: url('../img/bullet_c.gif');
  margin-left: 30px;
  margin-bottom: 2px;
}
#view_book_people ul.chevron_list li
{
  margin-left: 10px;
}
.book_show
{
  width: 620px;
}

span.form_field_margin 
{
	padding-left: 20px;
}

div#error_place 
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #D20000;
}

span.screen
{
	color: #A1A47C;
	font-weight: bold;
}

img.screen {
	border: 1px solid #D5D8AD;
}

/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:#F8F9EC;
	color: #000000;
}
#outer{
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	margin-left:330px;
	background:#FCFDEF;
	border-left:1px solid #D9D9C6;
	border-right:1px solid #D9D9C6;
	margin-bottom:-52px;
	color: #000000;
}
* html #outer{height:100%;margin-left:327px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:70px;
	background:#F9F9F0;
	border-top:1px solid #D9D9C6;
	border-bottom:1px solid #D9D9C6;
	overflow:hidden;
	color: #000000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:330px;
	float:left;
	margin-left:-326px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:72px;/*needed to make room for header*/
	left:-1px/* line things up exactly*/
}
* html #left {margin-right:-3px}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:50px;
	border-top:1px solid #D9D9C6;
	border-bottom:1px solid #D9D9C6;
	background-color: #F4F4DD;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearheader{height:72px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px; }/* combat IE's 3 pixel jog */