html, body {
	width: 100%;
	height: 100%;
}
body, div, ul, li, table, td, th, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #333333;
	text-align: left;
	line-height: 1.3em;
}
div, ul, li {
	position: relative;
}
input {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}
h6 {
	display: none;
}
a, a:link, a:visited, a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-position: 0 0; /*for IE6 */
}
img {
	vertical-align: top;
   border: 0px none;
}
/* GENERAL CLASS DEFINITIONS...
   ============================*/
.centre {
	text-align: center;
}
.right {
	text-align: right;
}
.clearB {
	clear: both;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
.copyright {
   clear: both;
	font-size: 0.8em;
}
.copyright b {
	font-size: 1.2em;
}
.cursorP {
	cursor: pointer;
}
.floatL {
	position: relative;
	float: left;
}
.floatR {
	position: relative;
	float: right;
}
.grey {
	color: #666666;
}
.greyBorder {
	border: 1px solid #333333;
}
.light {
	color: #cccccc;
}
.red {
	color: #cc0000;
}
.requiresScript {
	display: none;
}
.scroll-pane {
	overflow: auto;
}
.smaller {
	font-size: 0.9em;
}
.spacer {
	height: 5px;
}
.spacer10 {
	height: 10px;
}
.spacer20 {
	height: 20px;
}
.talic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.upperGrey {
	border-top: 1px solid #cccccc;
}
.zero {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.helper {
	display: none;
}
.helperMark {
	color: #6666ff;
	padding: 0 2px;
	cursor: pointer;
	font-size: 11px;
}
#theHelper {
	position: absolute;
	background-color: #f8f8ff;
	border: 3px outset #000099;
	display: none;
	padding: 2px 6px;
	cursor: pointer;
}
#theHelperText {
	width: 220px;
	font-size: 11px;
	color: #000099;
}
/*section colours...*/
.bgcol__default {
	background-color: #c6c6c6;
}
/*if a section is added to the backend, 
  it needs adding here too!*/
.bgcol_fiction {
	background-color: #dca105;
}
.bgcol_nonfiction {
	background-color: #2bb3c3;
}
.bgcol_children {
	background-color: #4aa701;
}
/*non-section colours...*/
.bgcol_home {
	background-color: #c6c6c6;
}
.bgcol_about {
	background-color: #8d898a;
}
.bgcol_libraries {
	background-color: #c6c6c6;
}
.bgcol_publishers {
	background-color: #8d898a;
}
.bgcol_previous {
	background-color: #ff6666;
}
.bgcol_register {
	background-color: #ffffff;
}
.bgcol_contact {
	background-color: #ffffff;
}
.bgcol_finalists {
	background-color: #cc66cc;
}
.bgcol_voting {
	background-color: #ff4e28;
}
.vertical_menu {
	border: 1px solid #ffffff;
	border-left: 0px none;
	width: 100%;
}
.vertical_menu a,
.vertical_menu a:link,
.vertical_menu a:visited,
.vertical_menu a:active,
.vertical_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
.vertical_menu.vmenu_hover {
	border-color: #000000;
}
.sectionLink,
a.sectionLink {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 3px 0px;
	font-weight: bold;
}
div.sectionLink {
	width: 200px;
}
.sectionLink span,
a.sectionLink span {
	padding-left: 15px;
}
.sectionLink span.subInset,
a.sectionLink span.subInset {
	padding-left: 40px;
}
.sectionTitle {
	padding: 3px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.main_text {
	padding: 20px;
}
/* SPECIFIC ID DEFINITIONS...
   ==========================*/
/*SCRIPT ENABLED?*/
#needScript {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 200;
}
/*PREVIEW FROM ADMIN...*/
#runningPreview {
	position: absolute;
	top: 0;
	left: 50%;
	visibility: hidden;
	z-index: 60;
	margin-left: -180px;
	width: 360px;
	text-align: center;
	background-color: #fff0f0;
	border: 2px solid #cc0000;
	border-top: 0px none;
}
/*GENERAL PAGE LAYOUT*/
#pageShadowRight {
	/*2*18px (shadows) + 2*1px (borders) + 900...*/
	width: 938px;
	margin: 0px auto;
	background: #ffffff url(../images/page_right_shadow.jpg) no-repeat 100% 0;
}
#pageShadowLeft {
	background: transparent url(../images/page_left_shadow.jpg) no-repeat 0 0;
	padding: 0px 18px;
}
#pageBorder {
	background-color: #4d4d4d;
	padding: 0px 1px 1px 1px;
}
#page {
	width: 100%;
	background-color: #ffffff;
}
#header {
	padding-left: 87px;
	padding-top: 125px;
	background: #ffffff url(../images/logo.jpg) no-repeat 10px 14px;
	z-index: 40;
}
#headerBanner {
	position: absolute;
	background: transparent none;
	top: 17px;
	right: 10px;
	width: 650px;
	height: 100px;
	overflow: hidden;
}
#headerInner {
	border-top: 1px solid #cccccc;
	padding-top: 6px;
	width: 100%;
}
#breadcrumb {
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}
#breadcrumb .sectionLink {
	float:left;
}
#headToFoot {
	padding-top: 25px;
	background: #ffffff url(../images/page_right_shadow.jpg) no-repeat 201px 75px;
}
#content,
#footerInner {
	float: right;
	width: 660px;
}
#content .subContent {
	padding-right: 15px;
}
#content .content_centre {
	float: left;
	width: 445px;
	z-index: 5;
}
#content .content_right {
	float: right;
	width: 170px;
	text-align: right;
	z-index: 10;
}
.content_right img {
	margin-bottom: 12px;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 50px;
}
#footer {
	clear: both;
	padding-bottom: 10px;
}
#footerInner {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
/*PHOTO CYCLE...*/
div.photoCycle {
	width: 162px;
	height: 108px;
	padding: 0;
	margin: 0px 0px 12px 8px;
}
div.photoCycle img {
	position: absolute;
	width: 162px;
	height: 108px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background-color: #ffffff;
}
/*SEARCHBOX...*/
#searchForm {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 30;
}
#searchExtend,
#searchFields {
	display: block;
   position: absolute;
	top: auto;
   bottom: 0;
   right: 0px;
	font-size: 0.9em;
	text-align: right;
	width: 436px;
}
#searchFields {
	background-color: #ffffff;
	top: 0;
	z-index: 10;
}
#searchExtend {
	background-color: #cccccc;
	z-index: 5;
	top: -40px;
	bottom: auto;
	visibility: hidden;
}
#searchFields .zero {
	padding-top: 1px;
	padding-bottom: 2px;
}
a#searchOptions {
	font-size: 12px;
	padding-right: 16px;
	background: transparent url(../images/expand_collapse_blue.gif) no-repeat 100% 0;
	text-decoration: none;
	vertical-align: bottom;
}
a#searchOptions.search_collapsed {
	background-position: 100% -22px;
}
a#searchOptions.search_sliding {
	background-position: 100% -44px;
}
#searchBox {
   font-size: 12px;
   vertical-align: bottom
}
#searchSubmit {
   font-size: 11px;
	margin-right: 4px;
}
#searchReset {
   font-size: 11px;
}
#searchExtendInner {
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px 0px 1px 1px;
	top: auto;
}
#searchAdvanced {
	font-size: 11px;
	margin: 4px 4px 0px 4px;
}
#searchAdvanced td {
	font-size: inherit;
	padding: 0px 4px;
	text-align: right;
}
#searchAdvanced input.searchOption {
	margin-left: 2px;
	width: 13px; /*needed to get IE same as FF*/
}
#searchAdvanced select {
	margin-left: 2px;
	width: 90px;
	font-size: 11px;
}
.searchError {
	color: #cc0000;
	padding: 0px 4px 0px 4px;
	display: none;
}

.topBooks {
	width: 100%;
}
.topBooks_period {
	font-weight: bold;
	padding-left: 5px;
}
.top10 {
	padding-top: 4px;
	font-size: 0.9em;
}
.top10_tally {
	float: right;
	padding-left: 6px;
}
.top10_sectionInd {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 4px;
	height: 8px;
	border: 1px solid #666666;
	z-index: 5;
}
.topBookItem, .noneFound {
	padding: 0px 4px 6px 15px;
}
.topBookCount {
	float: right;
}
.noneFound {
	font-style: italic;
	color: #808080;
}
/*PREVIOUS RESULTS...*/
.prev_top10 {
	float: left;
	margin-right: 12px;
}
.prev_top10_item {
	width: 200px;
}
.prev_top10_period {
}
.prev_top10_period_month {
	font-weight: bold;
	font-size: 0.85em;
}
.prev_top10_period_year {
	color: #808080;
	font-size: 0.8em;
}
.prev_top10_period_my {
	padding-right: 12px;
	background: transparent url(../images/grey_arrow.jpg) no-repeat 100% 2px;
}
.prev_top10_period_invis {
	visibility: hidden;
}
/*TOP/BOTTOM MENUS*/
/*general...*/
ul.menuHorizontal {
	text-align: left;
}
ul.menuHorizontal li {
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul.menuHorizontal a,
ul.menuHorizontal a:link,
ul.menuHorizontal a:visited,
ul.menuHorizontal a:hover,
ul.menuHorizontal a:active {
	color: #333333;
	text-decoration: none;
}
ul.menuHorizontal a {
	border-left: 1px solid #666666;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-decoration: none;
	padding: 0px 10px;
	background-color: #ffffff;
	color: #333333;
}
ul.menuHorizontal .bgcol_home a {
	border-color: #ffffff;
}
/*top menu...*/
#menuTop {
	font-size: 13px;
	padding-bottom: 8px;
	float: right;
}
/*bottom menu...*/
#menuBottom {
	font-size: 11px;
}
#menuBottom a {
	padding: 0px 6px;
	color: #808080;
}
/*hovers...*/
#menuTop ul.menuHorizontal a:hover,
#menuBottom ul.menuHorizontal a:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: #666666;
}
#menuTop ul.menuHorizontal .bgcol_register a:hover,
#menuTop ul.menuHorizontal .bgcol_contact a:hover {
	color: #333333;
}
#menuBottom ul.menuHorizontal .bgcol_register a:hover,
#menuBottom ul.menuHorizontal .bgcol_contact a:hover {
	color: #808080;
}
/*SIDEBAR MENU and STUFF...*/
.page_libraries {
	background-color: #ff0000;
}
.page_publishers {
	background-color: #ff0000;
}

/*CONTACT FORM*/
#contactForm {
	padding: 4px 10px;
}
#contactFormMessage {
	margin-bottom: 5px;
	color: #009900;
	font-weight: bold;
}
#contactFormMessage.contact_form_error {
	color: #cc0000;
}
#contactForm label {
	width: 115px;
	float: left;
}
#contactForm .labelSpace {
	padding-left: 115px;
}
#contactForm .spacer {
	clear: left;
}
#contactFormSubmit {
	margin-left: 90px;
	margin-top: 18px;
}
#forgottenPassword {
	font-size: 0.85em;
}

/*REGISTER FORM*/
#registerForm {
	padding: 4px 10px;
}
#registerFormMessage {
	margin-bottom: 5px;
	color: #009900;
	font-weight: bold;
}
#registerFormMessage.register_form_error {
	color: #cc0000;
}
#registerForm label {
	width: 140px;
	float: left;
}
#registerForm .labelSpace {
	padding-left: 140px;
}
#registerForm .spacer {
	clear: left;
}
#registerFormSubmit {
	margin-left: 90px;
	margin-top: 18px;
}
.register_newpass {
	font-size: 1.1em;
	color: #0000cc;
}

/*BOOK LIST...*/
#bookList {
}
#bookListLeadin {
	padding-bottom: 15px;
}
.bookListNoBooks {
	padding: 10px 0px 30px 10px;
	color: #808080;
}
.bookListStartDate {
	clear: left;
	margin-left: 10px;
	border-bottom: 1px solid #e8e8e8;
}
.bookListStartDate_novotes {
	font-size: 0.85em;
	color: #808080;
	padding-left: 10px;
}
.bookListStartDate_short {
	font-weight: bold;
	font-size: 0.85em;
}
.bookListStartDate_brackets {
	color: #808080;
	font-size: 0.92em;
}
.bookListStartDate_arrow {
	padding-top: 3px;
}
.bookListStartDate_title {
	font-weight: bold;
	font-size: 0.85em;
	color: #666666;
	padding-left: 10px;
}
.bookListStartDate_by {
	font-size: 0.8em;
	font-style: italic;
	color: #999999;
}
.bookListStartDate_author {
	font-size: 0.85em;
	color: #666666;
}
.bookListItem {
	float: left;
	padding-bottom: 15px;
}
.bliImage {
	padding: 5px 10px;
}
.bliInfo {
	padding: 2px;
	display: none;
}
.bliInfoInner {
	padding: 4px 10px;
	background-color: #f0f0f0;
	color: #333333;
}
.bliName {
	font-weight: bold;
	color: #0000cc;
	font-size: 1.1em;
}
.bliLabel {
	float: left;
	width: 80px;
}
.bliVoteNow {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
}
#bliHover {
	position: absolute;
	z-index: 50;
	display: none;
}
#bliHover .bliInfo {
	display: block;
}
div.xyzpick_bottom {
	clear: both;
	padding-top: 10px;
	text-align: right;
}
div.xyzpick a,
div.xyzpick a:link,
div.xyzpick a:visited,
div.xyzpick a:hover,
div.xyzpick a:active {
	margin: 0px 3px;
	text-decoration: none;
}
div.xyzpick a.xyzpick_this {
	border:1px solid #cccccc;
}
div.xyzpick a.xyzpick_first {
	padding: 0px 4px;
	background:transparent url(../images/arrow_left_double.jpg) no-repeat 0 0;
}
div.xyzpick a.xyzpick_prev {
	padding: 0px 2px;
	background:transparent url(../images/arrow_left.jpg) no-repeat 0 0;
}
div.xyzpick a.xyzpick_next {
	padding: 0px 2px;
	background:transparent url(../images/arrow_right.jpg) no-repeat 100% 0;
}
div.xyzpick a.xyzpick_last {
	padding: 0px 4px;
	background:transparent url(../images/arrow_right_double.jpg) no-repeat 100% 0;
}
div.xyzpick .xyzpick_nump {
	color: #666666;
	font-size: 0.9em;
}

/*BOOK INFO...*/
.theBook h4 {
	font-size: 1.25em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tbInfo {
}
.largebook {
	float: left;
	padding-bottom: 20px;
	background-color: #ffffff;
	z-index: 9;
}
h3.bookName {
	font-size: 2em;
	color: #0000cc;
	line-height: 1.1em;
}
.bookLabel {
	color: #808080;
	font-weight: normal;
	font-style: italic;
}
.bookSubtitle b {
	color: #0000cc;
}
.bookAuthor b {
}
.bookPublisher b {
	font-weight: normal;
}
.bookISBN b {
	font-weight: normal;
}
.bookCategory b {
	font-weight: normal;
}
.bookReleasePeriod {
	font-size: 0.9em;
}
a.bookPurchase {
	float: right;
	position: relative;
	width: 49px;
	font-weight: normal;
	z-index: 10;
	text-decoration: none;
	color: #0000cc;
}
a.bookPurchase:hover {
	color: #ffffff;
}
.bookPurchase b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.25em;
	padding-top: 12px;
	cursor: pointer;
}
div.bookSummary,
div.bookAuthorBiog {
	padding: 4px 0px;
}
div.bookAuthorLink {
	padding: 4px 0px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.9em;
}
div.bookAuthorLink span {
}
div.bookAuthorLink a b {
	display: none;
	font-weight: normal;
}
div.bookReviews {
	padding: 4px 0px 20px 0px;
}
div.bookComments {
	padding-bottom: 10px;
}
.nocomments {
	color: #808080;
	font-style: italic;
	padding: 4px 0px;
}
/*BOOK COMMENTS...*/
div.addComment {
}
h4.addComment {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
}
.bookComment {
	padding: 4px 0px;
}
.bookCommentSep {
	border-top: 2px dashed #cccccc;
}
/*VOTING/COMMENT FORM...*/
#voteFormMessage {
	margin-bottom: 5px;
	color: #009900;
	font-weight: bold;
	font-size: 1.15em;
	color: #990099;
}
#emailPassword {
	float: right;
	width: 320px;
	font-size: 0.9em;
}
#emailPassword input {
	float: right;
	width: 210px;
}
#voteFormVote {
	float: right;
	text-align: center;
	width: 120px;
	padding-top: 10px;
}
#voteFormVote input {
	margin-top: 5px;
}
.voting_instruction {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #808080;
	padding-bottom: 5px;
}
#captcha {
	width: 270px;
	float: left;
}
input#fcaptcha {
	width: 6em;
}
input#changeCaptcha {
	display: none;
	position: absolute;
	top: 21px;
	left: 100px;
	font-size: 0.7em;
	width: 58px;
}
.fldCaptcha {
	float: left;
	margin-right: 6px;
	border: 1px solid #808080;
}
#fcaptcha {
	margin-top: 2px;
	float: right;
}
.reverse_captcha {
	font-size: 0.8em;
	padding-left: 20px;
	background: transparent url(../images/arrow_right.png) no-repeat 0 0;
}
.reverse_captcha span {
/*	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;*/
	padding-right: 20px;
	background: transparent url(../images/arrow_down.png) no-repeat 100% 0;
}
/*Vote/Comment Response...*/
.voteCommentResponse {
	width: 450px;
	margin: 30px auto;
	border: 2px solid #cccccc;
	padding: 15px 30px;
}
#voteCommentMessage {
	margin-bottom: 5px;
	color: #009900;
	font-weight: bold;
	font-size: 1.15em;
}
#voteCommentMessage.vote_comment_error {
	color: #cc0000;
}
#voteCommentButtons {
	padding-top: 25px;
	text-align: right;
}
#voteCommentForm {
	display: inline;
}
#voteCommentForm input {
	float: left;
}

/*PUBLISHER LIST...*/
.publisherListItem {
	padding-top: 20px;
}
.publisherListItem div {
	padding-bottom: 2px;
}
.pliName {
	font-weight: bold;
}
.pliPhone,
.pliEmail,
.pliWebsite {
	padding: 0px 18px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pliPhone {
	background-image: url(../images/iconTelephone.gif);
}
.pliEmail {
	background-image: url(../images/iconEmail.gif);
}
.pliWebsite {
	background-image: url(../images/iconWorld.gif);
}
/*LIBRARY LIST...*/
.libraryListItem {
	padding-top: 20px;
}
.libraryListItem div {
	padding-bottom: 2px;
}
.libraryListLeadin {
}
.libraryListLeadout {
	padding-top: 20px;
	font-size: 0.9em;
}
.lliName {
	font-weight: bold;
}
.lliPhone,
.lliEmail,
.lliWebsite {
	padding: 0px 18px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.lliPhone {
	background-image: url(../images/iconTelephone.gif);
}
.lliEmail {
	background-image: url(../images/iconEmail.gif);
}
.lliWebsite {
	background-image: url(../images/iconWorld.gif);
}
.lliText {
	clear: left;
	font-style: italic;
}
/*FINALIST LIST...*/
#finalistNoVoting {
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
}
#finalistListLeadin {
	padding-bottom: 10px;
}
#finalistListLeadout {
	clear: left;
	padding-top: 1px;
}
.finalistListSections {
	list-style-type: none;
}
ul.finalistListSections li {
	float: left;
	margin-right: 1px;
}
.finalistListSections a,
.finalistListSections a:link,
.finalistListSections a:visited,
.finalistListSections a:hover,
.finalistListSections a:active {
	font-weight: bold;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 2px 2px 0 2px;
	padding: 1px 8px 3px 8px;
}
.finalistList {
	padding: 1px;
	clear: left;
	margin-bottom: 15px;
}
.finalistListItem_outer {
	padding: 1px;
}
.finalistListItem {
	background-color: #ffffff;
}
.finalistListItem .tbInfo {
	z-index: 2;
}
div.fliNoShow {
	display: none;
}
.finalistListSections a.fliNoShow,
.finalistListSections a.fliNoShow:link,
.finalistListSections a.fliNoShow:visited,
.finalistListSections a.fliNoShow:hover,
.finalistListSections a.fliNoShow:active {
	background-color: #ffffff;
	color: #999999;
}
.finalistListSections a.fliNoShow:hover {
	background-color: transparent;
	color: #ffffff;
}
.fliImage {
	float: left;
	padding: 2px 0 1px 2px;
	z-index: 5;
}
#finalistList h3.bookName {
	font-size: 1.6em;
	line-height: 1.1em;
}
#finalistList .tbInfoSub {
	padding-right: 100px;
}
.finalistVoting {
	position: absolute;
	top: 55px;
	right: 5px;
	height: 100px;
	z-index: 20;
	width: 80px;
}
.finalistVotingInstr {
	color: #808080;
	font-size: 9px;
	font-style: italic;
	line-height: 10px;
}
a.finalistsToTop,
a.finalistsToTop:link,
a.finalistsToTop:visited,
a.finalistsToTop:hover,
a.finalistsToTop:active {
	padding-right: 14px;
	background: transparent url(../images/grey_arrowup.jpg) no-repeat 100% 0;
	text-decoration: none;
	font-size: 11px;
}
a.finalistsToTop:hover {
	color: #0000ff;
}
a.finalistVote,
a.finalistVote:link,
a.finalistVote:visited,
a.finalistVote:hover,
a.finalistVote:active {
	display: block;
	position: relative;
	left: 10px;
	width: 60px;
	height: 60px;
	background: #ffffff url(../images/big_vote.png) no-repeat -60px 0;
}
a.finalistVote:hover {
	background-position: -60px -60px;
}
a.winningVote,
a.winningVote:link,
a.winningVote:visited,
a.winningVote:active {
	background-position: 0 0;
}
a.winningVote:hover {
	background-position: 0 -60px;
}
#winningChoices {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
#winningChoices td {
	border: 1px solid #cccccc;
	padding: 1px 4px;
	font-size: 0.9em;
}
#winningChoices td.bgcol__default {
	padding: 1px 10px;
	white-space: nowrap;
}
#winningChoices td.choiceForSection {
	width: 100%;
}
#winningChoices em {
	color: #999999;
}
#winningChoices .choiceForSection strong {
	color: #0000cc;
}
#winningChoices a.choiceSwitchSection,
#winningChoices a.choiceSwitchSection:link,
#winningChoices a.choiceSwitchSection:visited,
#winningChoices a.choiceSwitchSection:hover,
#winningChoices a.choiceSwitchSection:active {
	color: #ffffff;
	text-decoration: none;
}
#winningChoices a.choiceBookRemove,
#winningChoices a.choiceBookRemove:link,
#winningChoices a.choiceBookRemove:visited,
#winningChoices a.choiceBookRemove:hover,
#winningChoices a.choiceBookRemove:active {
	position: relative;
	float: right;
	display: none;
	font-size: 9px;
	line-height: 1.1em;
	margin-left: 8px;
}
#voteCommentMessage ul {
	margin-left: 12px;
	padding-left: 12px;
	padding-top: 10px;
	font-weight: normal;
}
#voteCommentMessage .votedBookName {
	color: #666666;
	font-size: 0.9em;
}
/*SEARCH LIST...*/
#searchResultsTitle {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: auto;
}
.searchResult {
	width: 100%;
	padding-top: 12px;
}
.search_book_author {
	padding-bottom: 2px;
}
.search_book_author a {
	font-size: 1.3em;
	line-height: 1.1em;
}
.search_author {
	font-weight: bold;
}
.search_book_category {
	font-size:0.85em;
}
.search_publisher_name a {
}
.search_release_period {
	font-size: 0.9em;
}
a.search_section_link,
a.search_section_link:link,
a.search_section_link:visited,
a.search_section_link:hover,
a.search_section_link:active {
	padding: 0px 4px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
}
a.search_section_link:hover {
	border-color: #000000;
}
.search_summary,
.search_reviews {
	padding: 2px 0px;
	margin-left: 50px;
	margin-right: 100px;
	font-size: 0.9em;
	overflow: hidden;
}
.search_comments {
	padding: 2px 0px;
	margin-left: 50px;
	margin-right: 100px;
	font-size: 0.9em;
	font-style: italic;
	color: #808080;
}
.search_comment {
	overflow: hidden;
}
.search_divider {
	border-top: 1px solid #cccccc;
}
.searchHilite {
  background-color: #ffff33;
}
.searchCollapse {
	float: left;
	padding-left: 3px;
	padding-right: 16px;
	background: #808080 url(../images/expand_collapse.gif) no-repeat 100% 0;
	border: 1px solid #000000;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.3em;
	height: 1.3em;
	font-style: normal;
	margin-right: 5px;
	cursor: pointer;
}
.searchCollapse.search_collapsed {
	background-position: 100% -22px;
}
div.search_sliding .searchCollapse {
	background-position: 100% -44px;
}
div.xyofz_top {
	padding-bottom: 5px;
	text-align: center;
}
div.xyofz_bottom {
	clear: both;
	padding-top: 15px;
	text-align: center;
}
span.xyofz_x,
span.xyofz_y,
span.xyofz_z {
	font-weight: bold;
}
div.xyofz form {
	display: inline;
}
div.xyofz form.xyofz_next {
	padding-left: 14px;
}
div.xyofz form.xyofz_prev {
	padding-right: 14px;
}
input.xyofz_submit {
	font-size: 0.8em;
	border: 1px outset #0000cc;
	background-color: #f0f0ff;
	cursor: pointer;
}

/*JQMODAL SETTINGS*/
.jqmWindow {
	display: none;
	z-index: 44444;
	position: absolute;
	top: 273px;
	left: 50%;
	margin-left: -2px;
	width: 284px;
	background-color: #000000;
	color: #333333;
	border: 2px outset #ff9900;
}
.jqmOverlay {
	background-color: #333333;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
/*
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/
