/***********************************************************
  GLOBAL SECTIONS
***********************************************************/

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-family: Verdana, Arial, sans-serif;
	background-color: #bbbbbb; /* color outside the container */
	background-color: #DADADA;
	font-size: 11px;
	text-align: left; /* for the container to be centered if not 100% */
	/* margin: 0px; */
	padding: 0px;
}
#content {
min-height: 500px;
}

table {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}
/* gets rid of hairline at bootom of logo */
td #Logo img {
	display: block;
	}

	
form {
	margin-bottom: 0;
	}
	
iframe {
	width: 100%;
	height: 600px; /* scrollbar-base-color: red;*/
	overflow-y: scroll;
	border: none;
	}
	
#container {
	width:97%;  /* less than 100 creates borders on left and right */
	text-align: left;
	margin: 0 auto;
	background: white;
	min-width: 870px;   /*use this to limit how narrow it gets on window resize */
	/* for IE */
	width:expression(document.body.clientWidth < 900 ? "880px" : "97%" );
}

	
#frame-container {
	width:100%;  /* less than 100 creates borders on left and right */
	text-align: left;
	margin: 0 auto;
	background: white;
	border: 0px solid black;
	scrollbar-base-color: red;
	}

/***********************************************************
  HEADER SECTION INCLUDING LOGO, WELCOME, UI 
***********************************************************/
#intro {
	width: 100%; /* forces banner full width */
}

/* top banner with logo and welcome message */
#logo-header {
	width: 100%; /* forces logo and preamble full width */
	background: #F5F5F5 ;
	border: 1px solid #aaa;
}

#Logo {
	padding: 0px;
	margin: 0;
	float: left;
}
/*	width: 300px; 
	height: 90px;  */

#preamble {

	padding: 10px;
	border: 0px solid black;
	border-left: 1px solid black;
	height: 100%;
 /* 		
 	background: #F5F5F5 ;
margin-left: 300px;  */
	/*  behavior: url(http://ghost.bookswelike.net/style/test-htc.css) ; */
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

#ui {
	clear:both;
	width: 100%; /*change this to inset the menu bar */
	margin-left: 0%; /* this should be half what you shave off the width */
	margin-right: 0%; /* the other half */
}

#top-bar {
	font-size: 12px;
	font-weight: 500;
	background: #ddccbb; /* top_bar */
	padding: 2px 8px 0px 8px;
	border: 1px solid dimgray;
	border-left: 0px;
	border-right: 0px;
	color: orangered;
	text-transform: none;
}


#top-bar-left {
	float: left;
}


#top-bar-center {
	text-align: center;
}

#top-bar-right {
	float: right;
}


tr.odd {
	background: #fff; /* -- for striped lists */
}
tr.even {
	background: #eee;
}

.t-bar-left {
	text-align: left;
}

.t-bar-center {
	text-align: center;
}

/****** search box, upper left ******/	
#search-mini-horiz {	
	background: palegoldenrod;
	padding: 0px 0px 0px 0px;
	color: #664422;
	width: 100%;
	border: 0px solid dimgray;
	border-left: 0px;
	border-right: 0px;
	font-size: 11px;
	clear: both;
}

#search-mini-horiz td 
{ 
background: palegoldenrod; /*background color of search box */
}

.search-bar-text
{ 
color: black;
font-size: 11px;
}

.search-bar-text-large
{ 
font-size: 14px;
}

/* tag rectangle below search box */
.tag-rect-horiz {
	background: #ddddbb;
	padding: 0px 0px 0px 0px;
	border: 1px solid #aaaa88;
	border: 1px solid dimgray;
	border-left: 0px;
	border-right: 0px;
	color: #664422;
	width: 100%;
	clear: both;

	}
	
/* END OF HEADER */

/***********************************************************
  MAIN BODY OF THE PAGE, divided into thirds, two on the left, one on the right 
***********************************************************/
#main-body {
	width: 100%;
	clear: both;
}

#no-frame { /* div for forms, hide most of the time */
visibility: hidden;
display: none;
margin: 0;
}

#left-frame { /* div for forms, hide most of the time */
visibility: visible	;
display: block;
margin: 0;
}

#recommend-column {   /*left two-thirds */
	background:  #cccc66;
	background: #BCD3B1;
	padding: 4px;  /* creates spacing on left and right of column */
	border: 1px solid lightgray;
	/* margin: 8px 4px 8px 8px; this creates the border around the right and left columns, left margin split between them */
	text-align: left;
	}

#body-left {    /* inner box of left two-thirds */
	width: 100%;
	height: auto;
	padding: 4px 0 0 0 ;
}

/****** actual book recommendation box, regular ******/
.book {
		border:2px solid  darkgreen;
		border-left: 0px;
		border-top: 0px;
		background: cornsilk;
		padding: 0px 0px 0px 0px;  /* 2px 0px 0px 2px; creates offset of contents from top left */
		margin:  2px; /*creates spacing all around, adds to left and right of whole column */
		width: 97% /* affects spacing all around, effectively complementing the margin above and padding of the column */
		}

#sponsor-column { /* right third */
	background:  darkseagreen;
	background: #C6CEA9;
	padding: 4px;  /* creates spacing on left and right of column */
	border: 1px solid lightgray;
	 /* margin: 8px 8px 8px 4px;  this creates the border around the right and left columns, left margin split between them */
	text-align: left;
	height: 100%;
	height: auto;
	}


#body-right {     /* inner box of right column */
	width: 100%;
	height: auto;
}

/****** right column book boxes ******/
.sponsorbook {   
		border:2px solid  darkgreen;
		border-left: 0px;
		border-top: 0px;
		background: khaki;
		padding: 2px 0px 0px 2px;  /*creates offset of contents from top left */
		margin:  2px; /*creates spacing all around, adds to left and right of whole column */
		width: 97%; /* affects spacing all around, effectively complementing the margin above and padding of the column */
		}

#footer {
	width:100%;  
	font-size: 8px;
	clear: both;
	border-top: 2px solid darkgrey;
	background-color: #eee;
}


/***********************************************************
  TAG TREATMENT  
***********************************************************/
a {
	text-decoration:none;
	color: #3303AF;
	font-weight: 600;
}

a:visited {
color: #330389;
}
a:hover {
	text-decoration: underline;
}

a:hover.image {              /*FOR PICTURE LINKS, avoids changing background behind image on hover */
	text-decoration: none;
	background: transparent;
	font-size: 1px;
	}
	
a.selected, a:visited.selected {
	color: white;
	background: darkred;
	text-decoration: none;
}

a.sortheader {
	font-size: 12px;
	font-weight: 700;
}

a.unselected {
}
	
/*treatment of tags in various non-standard parts of the page */
#top-bar a  {
	color: #111111;
	font-size: 11px;
}
#top-bar a:visited {
	color: #444444;
}
#top-bar a:hover {
}

#top-bar a.selected, a:visited.selected {
	color: white;
	background: darkred;
	text-decoration: none;
}

/* MAIN LARGE TYPE FOR HEADERS */
h2 {
	font-size: 16px;
	font-weight: 700;
	color: darkslategrey;
	color: midnightblue;
	color: #333300;
	line-height: 20px;
	padding: 0px;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

h3 {
	font-size: 14px;
	font-weight: 700;
	color: midnightblue;
		color: #335500;
	line-height: 15px;
	margin-left: 10px;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}
.section {
width: 600px;
padding: 10px;
margin-left: 10px;
margin-top: 12px;
border: 1px solid dimgrey;
}
li {
padding: 5px;
}

/* Things that use this one: body text, front page; */
.welcometext {
	font-size: 12px;
	font-weight: 400;
	color: black;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

/* Things that use this one: body text, front page; */
.welcomerect {
	background: white;
	padding: 20px;
	margin: 0px;
	border: 1px solid darkgray;
	}

/* Things that use this one: body text bolded, front page; */
.mediumtext { 
	font-size: 13px;
	font-weight: 600;
	color: black;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}


/* Things that use this one: headline text in the body, front page; */
.bigtext {
	font-size: 16px;
	font-weight: 600;
	color: saddlebrown;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #235;
}

/* Things that use this one: "help" "bne front page; */
.reallybigtext {
	font-size: 18px;
	font-weight: 800;
	color: darkred;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

.smalltext {
	font-size: 11px;
	font-weight: 500;
	color: black;
}

.preamble-big {
	font-size: 18px;
	font-weight: 800;
	color: darkred;
}

.preamble-small {
	font-size: 11px;
	font-weight: 600;
	color: black;
	font-style: oblique;
}


/****** keyword rectangle on left ******/
.tag-rect {
	background: #ffeecc; 
	background: #ddddbb;
	padding: 0px 2px 0px 3px;
	border: 1px solid #aaaa88;
	color: #664422;
	width: 97%;
	width: 190px;
	}
/* user keyword rectangle */
.tag-rect-user {
	background: #ddddbb;
	padding: 0px 2px 0px 3px;
	border: 1px solid #aaaa88;
	border: 1px solid dimgray;
	color: #664422;
	width: 93%;
	}



.thumb-small {
	float: left;
	position: relative;
	padding: 0px;
}

.thumb-small a {
	background: none;
	}
	
.thumb-small a:hover {
	background: none;
	}
	

.thumb-med {
	float: left;
	position: relative;
	padding: 0px;
	padding-right: 10px;
}

.thumb-med a {
	background: none;
	}
	
.thumb-med a:hover {
	background: none;
	}
	
	


/****** body copy -- minus links + grey box --  for rec. box ******/	
.details-small {
		color: black;
		font-size: 11px;
		font-weight: 300;
		}
.grey-box {
	background: #eeeeee;
	padding: 6px;
	border: 1px solid #666;
	width: auto;
	}

/****** actual title of book in rec. box ******/		
.book-title-small {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-style: normal;
		color: black;
		}
/* a.book-title-small {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-style: italic;
		font-style: normal;
	color: darkred;
} */

/****** not sure what this is ******/	
.book-title-large {
		font-size: 12px;
		font-weight: 500;
		}

/****** not sure what this is ******/	
.recommendation {
		font-size: 11px;
		font-family: lucida, verdana, arial, sans-serif;
		line-height: 160%;
		border:1px dashed black;
		background: #eeeeee;
		padding: 8px 8px 8px 8px;
		margin: 10px 0px 0px 0px;
		width: 94%;	
		}

/****** keyword tags, left side ******/	
a.tags {
 	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #683412; 
	color: #663300;
	color: #990000;
	color: darkred;
	font-size: 11px;
	font-weight: 400;
}
		
a.tags:hover {
	/*font-weight: 800;*/
	color: #ffffff;
	text-decoration: none;
	background: #990000;
	background: darkred;
}

a.tags:visited {
	color: #aC3520;
	color: #663300;
	color: saddlebrown;
}

a.tags:visited:hover {
	text-decoration: none;
	color: #ffffff;
	background: darkred;
	/*font-weight: 800;*/
}



	
.search-results {
		font-size: 12px;
		border:1px solid dimgray;
		background: palegoldenrod;
		padding: 8px 0px 0px 7px;
		margin: 10px 0px 0px 0px;
		width: 97%;
		}
		
.featured-product {
		font-size: 12px;
		border:1px solid dimgray;
		background:#ddd;
		padding: 0px;
		margin: 0px;
		width: 97%;
		}
		

/****** i don't think these are used anymore...******/
.white-box {
	background: white;
	padding: 6px;
	border: 1px solid #666;
	}
.white-centered {
	background: white;
	padding: 0px;
	border: 0px solid #666;
	text-align: center;
	width: 100%;
	height: 100%;
	}


#tags-all {
visibility: hidden;
display: none;
margin: 0;
}
#tags-some {
visibility: visible;
display: block;
margin: 0;
}

#featured-open {
visibility: hidden;
display: none;
margin: 0;
}
#featured-closed {
visibility: visible;
display: block;
margin: 0;
}

/**** help page boxes
/* Things that use this one: body text, front page; */
.help-page-text {
	font-size: 11px;
	font-weight: 400;
	color: black;
	color: #000000;
	background: #eeeeee;
	background: whitesmoke;
	padding: 10px;
	margin: 10px;
	border: 1px solid dimgray;
	font-family: Verdana, Arial, sans-serif;
}

.header-box {
	border: 1px solid dimgray; 
	padding:0px 5px 0px 5px ; 
	background: whitesmoke;
}

/* divs for storing some text */
#back-button-text, #fwd-button-text, #refresh-button-text, #productgroup { 
visibility: hidden;
display: none;
margin: 0;
}



.scroll-bar {
	text-align: center;
	width: 100%;
	}
.scroll-buttons {
	font-size: 12px;
	font-weight: 600;
	color: black;
	}



.zoomprod {
background: #eee;
border: 1px solid black;
padding: 5px;
margin: 5px;

}

.zoomimg {
float: left;
}

.zoombuy {
background: white;
border: 1px solid black;
padding: 5px;
margin: 5px;
}


#zoomcontainer {
float: left;
background: #ddd;
border: 1px solid black;
padding: 5px;
margin: 5px;
min-height: 300px;
width: 96%;
}





/***********************************************************
 the rss icons as done in css - a
 http://www.meyerweb.com/eric/css/examples/plat-buttons.html
 The inspiration for these came from <a href="http://www.ragingplatypus.com/"></a>
 who got the idea from <a href="http://www.antipixel.com/blog/archives/2002/10/22/steal_these_buttons.html"></a>
************************************************************/

.btn {
	font:	9px Verdana, sans-serif;
	padding: 1px 1em 1px 0; 
	border:	1px solid black;
	background: #888;
	color: #FFF;
	text-decoration: none;
	border-color: #FFC8A4 #7D3302 #3F1A01 #FF9A57;
}

a.btn-rss , a:visited.btn-rss{
	border:1px solid;border-color:#FC9 #630 #330 #F96;padding:0 3px;font:bold 10px verdana,sans-serif;color:#FFF;background:#F60;text-decoration:none;margin:0; color: white;
}

.btn-span {
	border-right: 1px solid #000;
	color: #FFF;
	margin: 0;
	padding: 1px 0.75em; margin-right: 0.1em;
}
.rss-span {
	background: #F60;
}

.rss-del {
font-family: verdana, sans-serif;
font-size: 10px;
font-weight:bold;
text-decoration:none;
color: white;
background-color: #F60;
border:1px solid;
border-color: #FC9 #630 #330 #F96;
padding:0px 3px 0px 3px;
margin:0px;
}

h3 {color: #d90000;}


