﻿body
{
	text-align: left;
	font-family: "Lucida Grande" , Verdana, sans-serif;
	font-size: .8em;
	background-color: Black;
	background: transparent url(../../images/Back.jpg) repeat;
}

p
{
	text-align: justify;
	line-height: 1.7em;
}
#container
{
	margin: 0 auto;
	width: 760px;
	background-color: White; /*border: solid 2px #ed1b24; */
}

#news
{
	margin: 0px;
	padding: 5px;
	text-align: left;
	border-bottom: solid 2px #ed1b24;
	color: White;
}
#news h4 em
{
	color: #157bbc;
}

#vendors ul a
{
	text-decoration: none;
	color: inherit;
}


.headerDivWrapper
{
	text-decoration: underline;
}

.headerHome
{
	color: #157bbc;
}
#callout
{
	font-weight: bold;
}

ul
{
	margin:0px;
	padding:0px;
}

div.wrap_area
{
	position: relative;
}
div.wrap_area img
{
	position: absolute;
	right: 0px;
	top: 0px;
}
div.wrap_area p
{
	position: relative;
}

div.shape_wrap div
{
	float: right;
	clear: right;
	height: 22px;
}

#sideBar
{
	margin-top: 1%;
	float: right;
	width: 25%;
	text-align: left;
}

#sideBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideBar ul a
{
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 184px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}

#sideBar ul a:link, #sideBar ul a:visited
{
	color: #EEE;
	text-decoration: none;
}

#sideBar ul a:hover
{
	background-color: #369;
	color: #fff;
}

#content
{
	float: left;
	width: 75%;
	margin-top: 2%;
	margin-bottom: 2%;
}

#singularPhoto
{
	text-align: right;
}

blockquote
{
	font-style: italic;
}

#footer
{
	clear: both;
	padding: .5em;
	color: White;
	font-size: x-small;
	border-top: solid 2px #ed1b24;
	text-align: center;
}
#footer, #news
{
	background-color: Black;
}
#header
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #157bbc;
}

#sellBook
{
	font-size: larger;
}
a:link
{
	text-decoration: none;
	color: #ed1b24;
}
a:visited
{
	text-decoration: none;
	color: Gray;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #ed1b24;
}

#header img
{
	border: 0px;
}

#bookList, #information
{
	text-align: left;
}

#information
{
	padding-left: 5%;
	padding-right: 5%;
}
.book
{
	font-style: italic;
}

.book_detail
{
	font-weight: bold;
}

cite
{
	font-weight: bold;
}

#bookList li
{
	padding: 2%;
}

#photo
{
	border-style: groove;
}

.frameImage
{
	border: groove 2px #7e7e7e;
	overflow: hidden;
	float: left;
	padding: 3px;
}


/* Accordion Control */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #157bbc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.accordionContent
{
	background-color: White;
	border: 1px dashed #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}
/* End Of Accordion Control */
.important
{
	background-color: #D3DEEF;
	border: 1px dashed #2F4F4F;
	padding: 2px;
	padding-top: 10px;
}

/* Hover Over Link Stuff */
a.screen, a.screen:visited
{
	color: #c00;
	position: relative;
	z-index: 1;
}
a.screen b
{
	position: absolute;
	visibility: hidden; /* hide the image */
	width: 200px; /* give it a width */
	height: 0; /* no height to solve an Opera bug that               makes it selectable when hidden */
	border: 1px solid #000; /* add a border */
	left: 0; /* position:the image */
	top: -150px;
}
a.screen:hover
{
	text-decoration: none;
	border: 0; /* needed for this to work in IE */
	z-index: 1000;
}
a.screen:hover b
{
	visibility: visible; /* make the image visible */
	height: 150px; /* now give it a height */
	cursor: pointer; /* for IE */
	z-index: 500;
}
a.screen:hover b img
{
	border: 0; /* remove the link border */
}
