@charset "utf-8";

/* CSS Reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* ALL LINKS */

a:link {
	color: #fe1080;
	text-decoration: none;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ALL VISITED LINKS */

a:visited {
	text-decoration: none;
	color: #fe1080;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ALL LINKS WHEN MOUSE IS OVER */

a:hover {
	text-decoration: underline;
	color: #fe1080;
	font-weight: regular;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

#cs_wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

div#navpanel {
	position:relative;
	width:674px;
	height:132px;
	bottom:14px;
	right:55px;
}

div#logopanel {
	position:absolute;
	background-image: url(../images/OGLogo.png);
	height:38px;
	width:79px;
	top:50px;
	left:1018px;
}
#homecontent {
	background-image: url(../images/home_panels.jpg);
	height: 607px;
	width:973px;
	padding-top: 0px;
	padding-left: 0px;
}

#compcontent {
	background-image: url(../images/comp_panel.jpg);
	height: 607px;
	width:973px;
	padding-top: 0px;
	padding-left: 0px;
}

#compclick
{
	/*position: absolute;
	top: 600px;
	left: 505px;
	display: block;
	width: 85px;
	height: 29px;*/
	position: relative;
	top: 400px;
	left: 455px;
	display: block;
	width: 85px;
	height: 29px;
}

#accesscontent {
	background-image: url(../images/access_panel.jpg);
	height: 607px;
	width:973px;
	padding-top: 0px;
	padding-left: 0px;
}

#accesspanel {
	position: relative;
	top: 50px;
	left: 300px;
	width: 625px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	color: #8f4664;
	font-size: 13px;
}

#terms {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	color: #8f4664;
	font-size: 13px;
}

/* FOOTER & NAVIGATION */

div#footer {
	background: url(../gfx/bg_bottom.jpg) no-repeat;
	height: 57px;
}

#footNav {
	margin:0;
	text-align:center;
}

#footNav li {
	display:inline;
	padding:0;
	margin:0;
}

#footNav a:link,
#footNav a:visited {
	color:#fe1080;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	width:auto;
}

h5 {
	padding-top:4px;
	text-align:center;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#8e50a6;
}


h6 {
	color:#fe1080;
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
}

/* HOME BUTTONS */

div#buttHomeTLpanel {
	position:absolute;
	height:290px;
	width:473px;
	top:300px;
	left:500px;
}

#buttHomeTL
{
  display: block;
  width: 473px;
  height: 290px;
  background: url(../images/homebutt_TL.jpg) no-repeat;
  margin:9px 0 0 12px;
  float:left;
}

#buttHomeTL:hover
{ 
  background-position: -473px;
}

#buttHomeTL span
{
  display: none;
}

#buttHomeTR
{
  display: block;
  width: 473px;
  height: 290px;
  background: url(../images/homebutt_TR.jpg) no-repeat;
  margin:9px 15px 0 0;
  float:right;
}

#buttHomeTR:hover
{ 
  background-position: -473px;
}

#buttHomeTR span
{
  display: none;
}

#buttHomeBL
{
  display: block;
  width: 473px;
  height: 290px;
  background: url(../images/homebutt_BL.jpg) no-repeat;
  margin:0px 0px 0px 12px;
  float:left;
}

#buttHomeBL:hover
{ 
  background-position: -473px;
}

#buttHomeBL span
{
  display: none;
}

#buttHomeBR
{
  display: block;
  width: 473px;
  height: 290px;
  background: url(../images/homebutt_BR.jpg) no-repeat;
  margin:0 15px 0 0;
  float:right;
}

#buttHomeBR:hover
{ 
  background-position: -473px;
}

#buttHomeBR span
{
  display: none;
}

#buttwin
{
  position: relative;
  top: 520px;
  left: 70px;
  display: block;
  width: 142px;
  height: 50px;
  background: url(../images/comp_button.jpg) no-repeat;
}

#buttwin span
{
  display: none;
}

#buttwinpop
{
  position: relative;
  display: block;
  width: 142px;
  height: 50px;
  background: url(../images/comp_button.jpg) no-repeat;
}

#buttwinpop span
{
  display: none;
}


#cs_books_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
	padding-top: 12px;
	padding-left: 16px;
}
body {
	background-color: #fff0fa;
}
.booknav_table {
	margin-left: 24px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
}

.booknav_table tr td {
	padding: 1px;
	text-align: center;
}

#booknav_panel {
	height: 113px;
}

#booknav_container {
	background-image: url(../images/book_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 155px;
	padding-top: 48px;
}

.booknav_table tr td a:link, .booknav_table tr td a:visited, .booknav_table tr td a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #692c77;
}
.booknav_table tr td a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2007a;
}
.book_iframe {
	margin: 0px;
	padding: 0px;
	float: left;
}

/* Character Page Styles */

#cs_character_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
	padding-top: 12px;
	padding-left: 16px;
}
#characternav_container {
	background-image: url(../images/character_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 203px;
	width: 945px;
}
.characternav_table {
	margin-left: 16px;
	width: 910px;
	height: 108px;
}
.characternav_table tr td a:link, .characternav_table tr td a:visited, .characternav_table tr td a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #692c77;
}
.characternav_table tr td a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e2007a;
}
.characternav_table tr td {
	padding: 0px;
	text-align: center;
}
.charactersiframe {
	margin: 0px;
	padding: 0px;
}
/* Author pages */
#cs_author_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
	padding-top: 12px;
}
#authorqa_container {
	background-image: url(../images/author_main_bg.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#author_promo_container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/author_promo_bg.jpg);
	background-repeat: no-repeat;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #692c77;
	font-weight: bold;
	font-size: 12px;
}
.promo_links {
	text-align: right;
	padding-right: 20px;
}

#author_promo_container table tr td #promo1 {
	padding-top: 40px;
	padding-left: 30px;
}
#author_promo_container table tr td #promo2 {
	padding-top: 40px;
	padding-left: 40px;
}
#author_promo_container table tr td #promo3 {
	padding-top: 40px;
	margin-left: 30px;
}

#authorqa_iframe_container {
	float: right;
	width: 570px;
	height: 288px;
	padding-top: 75px;
}

#author_tabs {
	padding-left: 590px;
	padding-top: 22px;
}

#book_page_tab a:link, #book_page_tab a:visited, #book_page_tab a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0074;
}
#promo_links a:link, #promo_links a:visited, #promo_links a:hover, #promo_links a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0074;
	text-decoration: none;
}

#author_tabs a:link, #author_tabs a:visited, #author_tabs a:hover, #author_tabs a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ff0074;
}
.textmiddle {vertical-align:middle;} 

#scrollbar {
	width: 48px;
	float: right;
	height: 100px;
	padding-top: 88px;
}
#biog_content {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #652274;
}
#iframe_pos {
	float: left;
	width: 300px;
	border: thin solid #F00;
}
#authorbiog_container {
	background-image: url(../images/author_biog_main_bg.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#authorbiog_content_container {
	float: right;
	width: 570px;
	height: 225px;
	padding-top: 40px;
}
#cs_puzzles_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
	padding-top: 10px;
	padding-left: 16px;
}
#cs_header {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
	background-image: url(../images/main_nav_bg.jpg);
	height: 130px;
	background-repeat: no-repeat;
}
#logo {
	float: right;
	padding-right: 22px;
}
#cs_header #nav {
	float: left;
}


#puzzlenav_container {
	background-image: url(../images/puzzles_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 140px;
	padding-top: 55px;
	padding-left: 3px;
}
.puzzlenav_table {
	margin-left: 24px;
}

.puzzlenav_table tr td {
	padding: 3px;
	text-align: center;
}
#cs_puzzle_iframe {
}
.puzzle_iframe {
	margin: 0px;
	padding: 0px;
	width: 100px;
}#puzzle_promos {
	float: right;
}
#cs_puzzle_iframe {
	float: left;
	width: 650px;
	height: 390px;
}
#puzzle_promo1 {
	background-image: url(../images/puzzle_promo_bg1.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	color: #652276;
	font-size: 13px;
	font-weight: bold;
	padding-top: 38px;
	padding-left: 35px;
}
#puzzle_promo2 {
	background-image: url(../images/puzzle_promo_bg2.jpg);
	background-repeat: no-repeat;
	height: 96px;
	width: 285px;
	font-family: Arial, Helvetica, sans-serif;
	color: #652276;
	font-size: 13px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 25px;
}
#puzzle_promo3 {
	background-image: url(../images/puzzle_promo_bg3.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	color: #652276;
	font-size: 13px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 32px;
}
.orionlogo {
	padding-left: 60px;
}
#cs_home_content {
	height: 610px;
	padding-top: 0px;
	padding-left: 0px;
}
#puzzle_promo1 .promo_links {
	padding-right: 35px;
}
#puzzle_promo2 .promo_links {
	padding-right: 35px;
}
#puzzle_promo3 .promo_links {
	padding-right: 35px;
}
/*sign up */
#signup_left_column {
	float: left;
	width: 325px;
	margin: 0px;
	padding: 0px;
	height: 610px;
}
#signup_right_column {
	margin: 0;
	float: right;
	width: 640px;
	height: 610px /* Holly hack for Peekaboo Bug */;
	padding: 0px;
}
#signup_thebooks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8f4664;
	font-size: 14px;
	padding-top: 375px;
	padding-left: 60px;
}
#legal {
	position: relative;
	top: 155px;
	left: 20px;
	text-align: center;
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	color: #8f4664;
	font-size: 13px;
}
#winsml {
	position: relative;
	top: 250px;
	left: 300px;
	width: 625px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	color: #8f4664;
	font-size: 13px;
}
#winsignup_form,
#winSuccess
{
	position: relative;
	top: 245px;
	left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8f4664;
	font-size: 13px;
	width: 550px;
	padding-top: 30px;
}

#winpopuppanel {
	background-image: url(../images/comp_popimage.jpg);
	width: 480px;
	height: 640;
}

div#certclose {
	width:100px;
	height:20px;
	position: absolute;
	top:600px;
	left:350px;
}

#signup_downloadsinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8f4664;
	font-size: 14px;
	padding-left: 67px;
	padding-top: 95px;
}
#signup_form {
	position: relative;
	top: 160px;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8f4664;
	font-size: 13px;
	width: 550px;
	padding-top: 30px;
}
#form_fields {
	padding: 10px;
}
.signupform td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#signup_thebooks .pink_link a:link, #signup_thebooks .pink_link a:visited, #signup_thebooks .pink_link a:hover, #signup_thebooks .pink_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E1017B;
	text-decoration: none;
	float: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 5px;
}
#signup_downloadsinfo .pink_link a:link, #signup_downloadsinfo .pink_link a:visited, #signup_downloadsinfo .pink_link a:hover, #signup_downloadsinfo .pink_link a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E1017B;
	text-decoration: none;
	float: right;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 5px;
}


#cs_signup_content {
	height: 610px;
	padding-top: 0px;
	padding-left: 0px;
	background-image: url(../images/signup_bg.jpg);
	background-repeat: no-repeat;
}
#cs_review_content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 610px;
	padding-top: 12px;
}
#review_container {
	background-image: url(../images/reviews_main_bg.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#reviews_content_container {
	float: left;
	width: 300px;
	height: 60px;
	padding-top: 350px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#promo4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #802C77;
	padding-top: 3px;
	padding-left: 8px;
}
#promo4 .promo_links {
	padding-right: 45px;
}
/* coding copyright 2009 Mike Bishop / Letsdomedia - mike@letsdomedia.co.uk */

/* MAIN NAV */

ul#navigation {	
	width:674px;
	list-style:none;
	height:132px
}

ul#navigation li {
	display:inline
}

ul#navigation li a {
	height:131px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#navigation  li a span {
	float:left;
	display:block
}

ul#navigation li#navigation-1 a {
	width:94px;
	background:url(../images/cs_new_nav.jpg) no-repeat 0px 0
}

ul#navigation li#navigation-1 a:active,
ul#navigation li#navigation-1 a:hover {
	background-position:0px -132px
}
ul#navigation li#navigation-1 a.current {
	background-position:0px -264px
}

ul#navigation li#navigation-2 a {
	width:80px;
	background:url(../images/cs_new_nav.jpg) no-repeat -94px 0
}

ul#navigation li#navigation-2 a:active,
ul#navigation li#navigation-2 a:hover {
	background-position:-94px -132px
}
ul#navigation li#navigation-2 a.current {
	background-position:-94px -264px
}

ul#navigation li#navigation-3 a {
	width:77px;
	background:url(../images/cs_new_nav.jpg) no-repeat -174px 0
}

ul#navigation li#navigation-3 a:active,
ul#navigation li#navigation-3 a:hover {
	background-position:-174px -132px
}
ul#navigation li#navigation-3 a.current {
	background-position:-174px -264px
}

ul#navigation li#navigation-4 a {
	width:89px;
	background:url(../images/cs_new_nav.jpg) no-repeat -251px 0
}

ul#navigation li#navigation-4 a:active,
ul#navigation li#navigation-4 a:hover {
	background-position:-251px -132px
}
ul#navigation li#navigation-4 a.current {
	background-position:-251px -264px
}

ul#navigation li#navigation-5 a {
	width:77px;
	background:url(../images/cs_new_nav.jpg) no-repeat -340px 0
}

ul#navigation li#navigation-5 a:active,
ul#navigation li#navigation-5 a:hover {
	background-position:-340px -132px
}
ul#navigation li#navigation-5 a.current {
	background-position:-340px -264px
}

ul#navigation li#navigation-6 a {
	width:80px;
	background:url(../images/cs_new_nav.jpg) no-repeat -417px 0
}

ul#navigation li#navigation-6 a:active,
ul#navigation li#navigation-6 a:hover {
	background-position:-417px -132px
}
ul#navigation li#navigation-6 a.current {
	background-position:-417px -264px
}

ul#navigation li#navigation-7 a {
	width:82px;
	background:url(../images/cs_new_nav.jpg) no-repeat -497px 0
}

ul#navigation li#navigation-7 a:active,
ul#navigation li#navigation-7 a:hover {
	background-position:-497px -132px
}
ul#navigation li#navigation-7 a.current {
	background-position:-497px -264px
}

ul#navigation li#navigation-8 a {
	width:95px;
	background:url(../images/cs_new_nav.jpg) no-repeat -579px 0
}

ul#navigation li#navigation-8 a:active,
ul#navigation li#navigation-8 a:hover {
	background-position:-579px -132px
}
ul#navigation li#navigation-8 a.current {
	background-position:-579px -264px
}

/* BOOK NAVIGATION */

div#bookscrollhold
{
	width:820px;
	height:113px;
	position: relative;
	top:10px;
	left:75px;
}

ul#booknav {	
	width:966px;
	list-style:none;
	height:113px
}

ul#booknav li {
	display:inline
}

ul#booknav li a {
	height:113px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#booknav  li a span {
	float:left;
	display:block
}

ul#booknav li#booknav-1 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat 0px 0
}

ul#booknav li#booknav-1 a:active,
ul#booknav li#booknav-1 a:hover {
	background-position:0px -113px
}
ul#booknav li#booknav-1 a.current {
	background-position:0px 0px -113px
}

ul#booknav li#booknav-2 a {
	width:65px;
	background:url(../images/books_nav_2.jpg) no-repeat -64px 0
}

ul#booknav li#booknav-2 a:active,
ul#booknav li#booknav-2 a:hover {
	background-position:-64px -113px
}
ul#booknav li#booknav-2 a.current {
	background-position:-64px -64px -113px
}

ul#booknav li#booknav-3 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -129px 0
}

ul#booknav li#booknav-3 a:active,
ul#booknav li#booknav-3 a:hover {
	background-position:-129px -113px
}
ul#booknav li#booknav-3 a.current {
	background-position:-129px -129px -113px
}

ul#booknav li#booknav-4 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -193px 0
}

ul#booknav li#booknav-4 a:active,
ul#booknav li#booknav-4 a:hover {
	background-position:-193px -113px
}
ul#booknav li#booknav-4 a.current {
	background-position:-193px -193px -113px
}

ul#booknav li#booknav-5 a {
	width:62px;
	background:url(../images/books_nav_2.jpg) no-repeat -257px 0
}

ul#booknav li#booknav-5 a:active,
ul#booknav li#booknav-5 a:hover {
	background-position:-257px -113px
}
ul#booknav li#booknav-5 a.current {
	background-position:-257px -257px -113px
}

ul#booknav li#booknav-6 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -320px 0
}

ul#booknav li#booknav-6 a:active,
ul#booknav li#booknav-6 a:hover {
	background-position:-320px -113px
}
ul#booknav li#booknav-6 a.current {
	background-position:-320px -320px -113px
}

ul#booknav li#booknav-7 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -384px 0
}

ul#booknav li#booknav-7 a:active,
ul#booknav li#booknav-7 a:hover {
	background-position:-384px -113px
}
ul#booknav li#booknav-7 a.current {
	background-position:-384px -384px -113px
}

ul#booknav li#booknav-8 a {
	width:63px;
	background:url(../images/books_nav_2.jpg) no-repeat -448px 0
}

ul#booknav li#booknav-8 a:active,
ul#booknav li#booknav-8 a:hover {
	background-position:-448px -113px
}
ul#booknav li#booknav-8 a.current {
	background-position:-448px -448px -113px
}

ul#booknav li#booknav-9 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -511px 0
}

ul#booknav li#booknav-9 a:active,
ul#booknav li#booknav-9 a:hover {
	background-position:-511px -113px
}
ul#booknav li#booknav-9 a.current {
	background-position:-511px -511px -113px
}

ul#booknav li#booknav-10 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -575px 0
}

ul#booknav li#booknav-10 a:active,
ul#booknav li#booknav-10 a:hover {
	background-position:-575px -113px
}
ul#booknav li#booknav-10 a.current {
	background-position:-575px -575px -113px
}

ul#booknav li#booknav-11 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -639px 0
}

ul#booknav li#booknav-11 a:active,
ul#booknav li#booknav-11 a:hover {
	background-position:-639px -113px
}
ul#booknav li#booknav-11 a.current {
	background-position:-639px -639px -113px
}

ul#booknav li#booknav-12 a {
	width:64px;
	background:url(../images/books_nav_2.jpg) no-repeat -703px 0
}

ul#booknav li#booknav-12 a:active,
ul#booknav li#booknav-12 a:hover {
	background-position:-703px -113px
}
ul#booknav li#booknav-12 a.current {
	background-position:-703px -703px -113px
}

ul#booknav li#booknav-13 a {
	width:65px;
	background:url(../images/books_nav_2.jpg) no-repeat -767px 0
}

ul#booknav li#booknav-13 a:active,
ul#booknav li#booknav-13 a:hover {
	background-position:-767px -113px
}
ul#booknav li#booknav-13 a.current {
	background-position:-767px -767px -113px
}

ul#booknav li#booknav-14 a {
	width:65px;
	background:url(../images/books_nav_2.jpg) no-repeat -832px 0
}

ul#booknav li#booknav-14 a:active,
ul#booknav li#booknav-14 a:hover {
	background-position:-832px -113px
}
ul#booknav li#booknav-14 a.current {
	background-position:-832px -832px -113px
}

ul#booknav li#booknav-15 a
{
	width:69px;
	background:url(../images/books_nav_2.jpg) no-repeat -897px 0
}

ul#booknav li#booknav-15 a:active,
ul#booknav li#booknav-15 a:hover
{
	background-position:-897px -113px
}
ul#booknav li#booknav-15 a.current
{
	background-position:-897px -897px -113px
}