body {
	background: #e4e3db url(../images/page_background.jpg) repeat-x center top;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a img {
	border: 0;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	background: white url(../images/wrapper_background.jpg) no-repeat center top;
}


div#top {
	padding: 30px;
}

div#logo {
	float: left;
	width: 200px;
}

div#nav {
	margin: 0 0 0 205px;
}

div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

div#nav ul li {
	display: inline;
	font-size: 10px;
	margin-left: 7px;
}

div#nav ul li a {
	border-bottom: 3px solid white;
	padding-bottom: 2px;
	color: #5a5950;
	font-weight: bold;
	line-height: 2.2em;
}

div#nav ul li a:hover,
div#nav ul li a:focus {
	border-bottom: 3px solid #ff9900;
	text-decoration: none;
}

div#nav ul li a.on {
	border-bottom: 3px solid #aac034;
	text-decoration: none;
}

div#mainArea {
	clear: both;
	padding: 10px 30px 30px 30px;
}

div#leftCol {
}

div#heading {
	background: transparent url(../images/heading_background.gif) no-repeat left top;
	padding-left: 10px;
	margin-top: 6px;
}

div#heading h1 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 31px;
	color: #666;
	font-size: 180%;
}

div#content {
	font-size: 120%;
}

div#content p {
	line-height: 1.5em;
}

div#rightCol {
	float: right;
	width: 235px;
}

div#rightCol div.formPanel {
	width: 235px;
	margin-bottom: 10px;
}

div#rightCol div.formPanel div.background {
	padding-top: 0;
	padding-right: 6px;
}

div#chapterPanel {
	background-color: #999966;
	width: 235px;
	margin-top: 6px;
	font-size: 120%;
}

div#chapterPanel ul {
	list-style-type: none;
	margin: 0;
	padding: 7px 10px;
}

div#chapterPanel ul li {
	display: inline;
}

div#chapterPanel ul li a {
	display: block;
	color: white;
	border-bottom: 1px dashed white;
	padding: 5px;
}

div#authorLoginPanel {
	background: transparent url(../images/author_login_bottom.gif) no-repeat left bottom;
	height: 153px;
}

div#authorLoginPanel div.background {
	background: transparent url(../images/author_login_top.gif) no-repeat left top;
}

div#signUpNow {
	background: #c8db5d url(../images/sign_up_box.gif) no-repeat left top;
	text-align: center;
	width: 235px;
	height: 60px;
	margin-bottom: 10px;
}

div#signUpNow a {
	color: white;
	text-decoration: underline;
	font-size: 240%;
	font-weight: bold;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
}

div#signUp {
	background: transparent url(../images/sign_up_header.gif) no-repeat left top;
	font-size: 200%;
	font-weight: bold;
	padding: 2px 0 0 0;
	text-align: center;
	width: 235px;
	margin-top: 6px;
	height: 31px;
}

div#signUp a {
	color: white;
	text-decoration: underline;
}

div#publisherSearchPanel {
	background: transparent url(../images/publisher_search_bottom.gif) no-repeat left bottom;
}

div#publisherSearchPanel div.background {
	background: transparent url(../images/publisher_search_top.gif) no-repeat left top;
}

div#rightCol div.formPanel form {
	margin: 0;
	padding: 0;
}

div#rightCol div.formPanel form input,
div#rightCol div.formPanel form select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	padding: 3px;
}

div#rightCol div.formPanel form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

div#rightCol div.formPanel form fieldset legend {
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

div#authorLoginPanel legend {
	color: white;
}

div#publisherSearchPanel legend {
	color: #6B6A61;
}

div#rightCol div.formPanel div.row {
	margin: 1em 0;
}

div#rightCol div.formPanel div.submit {
	text-align: right;
}

div#rightCol div.formPanel form {
	padding: 15px !important;
}

div#rightCol div.formPanel form input,
div#rightCol div.formPanel form select {
	width: 195px;
}

div#footer {
	background: transparent url(../images/footer_background.jpg) no-repeat center bottom;
	clear: both;
	text-align: right;
	color: #999;
	height: 30px;
	padding: 10px 30px;
}

div#footer a {
	color: #999;
	text-decoration: underline;
}

div#footer a.wiredmedia {
	color: #ff9900 !important;
}

div#content form div.row {
	padding: 4px 5px;
	vertical-align: middle;
	clear: both;
}

div#content form div.striped {
	background-color: #eee;
}

div#content form fieldset p {
	margin: 0;
}

div#content form fieldset label {
	width: 30%;
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}

div#content form fieldset input,
div#content form fieldset textarea,
div#content form fieldset select {
	width: 65%;
}


div#content form label.auto {
	margin-right: 1em;
	font-weight: normal;
}

div#content form .auto {
	width: auto !important;
	display: inline !important;
	float: left !important;
}

div#content fieldset {
	border: 1px solid #CCC;
	margin-bottom: 2em;
	padding: 7px;
}

div#content fieldset legend {
	font-size: 140%;
	color: #aac034;
	font-weight: bold;
	padding: 3px 5px;
}

div#content fieldset div.fieldsetTopSpacer {
	height: 1em;
}

#content h2 {
	color: #aac034;
	font-size: 140%;
}


#contentHome,
#content.narrow {
	width: 487px;
}


a.biglink,
a.biglink:focus,
a.biglink:hover {
	font-size: 160%;
	color: #aac034;
	font-weight: bold;
}

div#chapterTwoCols {
	line-height: 1.5em;
	margin-top: 1em;
}

div#chapterTwoCols div.column {
	width: 43%;
	border: 1px solid #CCC;
	padding: 20px;
	background-color: #f9f9f9;
}

div#chapterTwoCols div.left {
	float: left;
}

div#chapterTwoCols div.right {
	float: right;
}

div#chapterInfo div.image {
	float: left;
	width: 100px;
}

div#chapterInfo div.info {
	margin-left: 130px;
}

div#chapterInfo dl {
	line-height: 1.5em;
}

div#chapterInfo dl dt {
	font-weight: bold;
	float: left;
	width: 100px;
}

div#chapterInfo dl dd {
	margin-left: 100px;
}

div#chapterInfo dl dd img {
	margin-top: 4px;
}

div#contentHome ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#contentHome ul li {
	float: left;
	margin-right: 5px;
}

ul.randomChapters li {
	width: 108px;
	height: 108px;
	border: 4px solid #EEE;
	text-align: center;
}

ul.randomChapters li img {
	margin-top: 4px;
}

ul.randomChapters li:hover {
	border: 4px solid #CCC;
}

img.thumbnail,
div.thumbnail {
	padding: 4px;
	border: 4px solid #EEE;
}

span.only {
	color: #6b6a61;
	font-weight: bold;
}

span.one {
	color: #b7b48b;
	font-weight: bold;
}

span.chapter {
	color: #aac034;
	font-weight: bold;
}

span.com {
	color: #ff9900;
	font-weight: bold;
}

div#contentHome h2 {
	margin-bottom: 0.25em;
border-bottom: 1px solid #ccc;
font-size: 140%;
padding-bottom: 0.25em;
}

div#contentHome h1 {
	margin-bottom: 0.25em;
	font-size: 140%;
	padding-bottom: 0.25em;
}

div#contentHome p {
	font-size: 110%;
	margin-top: 0;
	line-height: 1.35em;
}

div#searchResults div.image {
	float: left;
	width: 100px;
}

div#searchResults div.info {
	margin-left: 130px;
}

div#searchResults div.info p {
	font-size: 90%;
	margin: 1em 0;
}

div.image div.name {
	font-size: 90%;
	margin-top: 5px;
	font-weight: bold;
}

div#searchResults div.result {
	width: 48%;
	float: left;
	padding: 1em 0 0 0;
	margin: 1em 1em 0 0;
	border-top: 1px solid #eee;
}

div#content h3 {
	margin: 0;
	font-size: 120%;
	color: #f90;
}

div#topSearchPanel div.field {
	float: left;
	width: auto;
}

div#topSearchPanel form select {
	width: auto !important;
	margin-right: 7px;
}

a.buttonlink {
	color: #999966;
	border: 1px solid #999966;
	font-weight: bold;
	padding: 4px 6px;
	cursor: pointer;
	background-color: white;
}

a.buttonlink:hover,
a.buttonlink:focus {
	background-color: #e5e5d9;
	text-decoration: none;
	color: #663;
}

a.on {
	text-decoration: underline;
}

div#faqs {
	width: 485px;
}

div.toggler a:hover {
	text-decoration: none;
}

div.toggler a:visited{
	color:#000000;
}
div.toggler {
	background-color: white;
	border: 1px solid #aac034;
	color: #333;
	padding: 3px 5px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

div.accordion {
	margin: 5px;
	line-height: 1.5em
}


div#reviews div.review {
	border-bottom: 1px solid #CCC;
}

#content li {
	margin-bottom: 1em;
}

div.h2section {
	border-bottom:  1px solid #ccc;
	margin-top: 30px;
}

div.h2section h2,
div.h2section p {
	margin: 0 !important;
}

div.h2section h2 {
	float: left;
}
div.h2section p {
	float: right;
	color: #aac034;
	font-weight: bold;
}

div.h2section p a {
	color: #ff9900 !important;
}

div#i-Read {
	text-align: center;
	padding-top: 5px;
}

div#banner123 {
	margin-bottom: 20px;
}
 