/********************************************
listbook design by dan brown swansoninternet.com
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 
#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 20%;
visibility: hidden;
z-index: 100;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CEE6E4 url("../images/background.gif") repeat-y top center;
	padding-bottom: 23px;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

.thelist {
	background: #FFFFFF;
	font: 100% Verdana, Tahoma, arial, sans-serif;
	color: #000000; 
	text-align: left;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #666666; 
	background: inherit;
}
a:hover {
	color: #333;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 
_margin-left:40px;		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 115%;
	color: #004080;
}
h2 a
{
font-size: 115%;
	color: #004080;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
.fancybook {
	border: 1px solid #B2B1B1;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #004080;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #E6E6E6;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #E6E6E6; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #E6E6E6; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
		margin: 0; 
	font: 12px Arial, Sans-serif; 
	border: 1px solid #eee; 
	
	background: #FFF;
	color: #777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#textarea2
{
	width:600px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;

}
input.button { 
background-image: url(http://www.macromedia.com/images/master/background_form_element.gif);
	border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
background-repeat: repeat-x;
color: #333333;
font-size: 85%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}


/* search */
form.search {
	position: absolute;
	top: 146px; right: 150px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: left;

}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
	
}
#header {
	width: 800px;
	position: relative;
	height: 76px;
    
	background-position: 0px -90px;
	padding-bottom: 23px;	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: -3px;
	left: -10px;
	width: 275px;
	height: 39px;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px;
	left: 54px;
	width: 185px;
}


td.someclass {
  	/* background: url(../images/menu1.gif);	*/
}
td.someclass:hover {
  background-color: #EFF7F6;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0 40px 0 0;
	/* background: url(../images/menu1.gif); */	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 40px;
}

#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;
	border-bottom: #901C1C;
	border-bottom-width: 2px;

}
#menu ul li#current a {	
	background-color: #CEE6E4
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 99%;
	padding: 0; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #004080;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #E6E6E6;
	background: #EFF7F6 url(../images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
}
.tags {
    width: 190px;
	background-color: #FAFAFA;
	padding: 8px 12px;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
	float: right;
	display: block;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #004080;
}
#sidebar .left-box {
	border: 1px solid #004080; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #004080;
	background: url(../images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

/* Footer */	
#footer {
	/* background: url(../images/footer2.gif) no-repeat center top; */
	clear: both;
	width: 760px;
	height: 35px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

#header h1#logo-login {
	position: absolute;
	margin: 0;
	padding: 0;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000000;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px;
	right: -1px;
	width: 274px;
	height: 39px;
}
#header h1.form {
	margin:10px; padding: 0 5px;
	border: 1px solid #E6E6E6; 
	background-color: ; 
}
.header-textual {
	background-color: #FAFAFA;
	border: 0px solid #E6E6E6;
	font: 90%/1.5em Verdana, Tahoma, arial, sans-serif;
		/* change the values of top and left to adjust the position of the logo*/
	top: 30px;
	right: 70px;
	width: 268px;
	height: 65px;
}

.shoutbox {
	width:210px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
.booksearcher {
	
	width:200px;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
}
.booksearcher2 {
	
    width:160px;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
    FLOAT: left;

}

.reviewbox {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:150px;
	display:block;
	color:#777;
}
.noreviewmessage {
	
	width:300px;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
}
.banner {
	
	width:475px;
	padding:2px;
	border:1px solid #eee;
	display:block;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
}
.banner2 {
	
	width:738px;
	padding:2px;
	border:1px solid #eee;
	display:block;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 95%;	
}
.banner3 {
	
	width:695px;
	padding:2px;
	border:1px solid #eee;
	height: inherit;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	font-size: 100%;	
}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../files/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../files/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 450px;
margin-bottom: 1em; padding: 10px;
}
.contentstyle2{
border: 1px solid gray;
width: 95%;
margin-bottom: 1em; padding: 10px;
}



#pointermenu2{
margin: 0;
padding: 0;
width: 760px;
background-color:#BCD0CE;
}

#pointermenu2{
margin: 0;
padding: 0;
}

#pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: #000000;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
	border-bottom: #901C1C;
	border-bottom-height: 2px;
}

#pointermenu2 ul li a:visited{
color: #000000;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
	border-bottom: #901C1C;
	border-bottom-height: 2px;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}


input.hide
    {
  position:absolute;
  left:-137px;
  -moz-opacity:0;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
    }

[if IE]>

    input.hide
  {
      position:absolute;
      left:10px;
      -moz-opacity:0;
      filter:alpha(opacity: 0);
      opacity: 0;
      z-index: 2;
      width:0px;
      border-width:0px;
  }
<![endif]
.menu-box {
	width: 190px;
	background: url(http://www.listbook.net/images/menu-box-top.png) right no-repeat;
	font-size: 85%;
	
}

.menu-box ul {
	margin: 0;
	padding: 0px 0;
	list-style-type: none;
	background: url(http://www.listbook.net/images/menu-box-bottom.png) bottom right no-repeat;
	float:right;
}

.menu-box li { width: 190px; }

.menu-box ul li a:link,
.menu-box ul li a:visited,
.menu-box ul li span {
	display: block;
	padding: 8px 12px;
	background: url(http://www.listbook.net/images/menu-box-background.png) 0 0 no-repeat;
	text-decoration: none;
	font-weight: bold;
	width: 166px;

}

.menu-box ul li span {
	background: url(http://www.listbook.net/images/menu-box-background.png) -400px 0 no-repeat;

}

.menu-box ul li a:hover,
.menu-box ul li a:active {
	background: url(http://www.listbook.net/images/menu-box-background.png) -200px 0 no-repeat;

}

.menu-box ul ul { background: none; padding: 0; }

.menu-box ul li ul li a:link,
.menu-box ul li ul li a:visited,
.menu-box ul li ul li a:hover,
.menu-box ul li ul li a:active,
.menu-box ul li ul li span {
    padding-bottom: 5px;
	padding-right: 24px;
	width: 154px;
}.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(../images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url(../images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background: #E7FFCE url(../images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}
