* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 62.5%;
	background: #fff;
	text-align: center;
}

#siteContainer {
	position: relative;
	width: 1010px;
	margin: auto;
	text-align: left;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

/* ----- Main Menu ----- */

#mainMenu {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 300px;
	line-height: 4em;
	list-style-type: none;
}

#mainMenu li {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

#mainMenu li a {
	color: #7F7F7F;
	text-decoration: none;
	font-family: Rockwell, serif;
	font-size: 1.3em;
}

#mainMenu li a:hover, .selected a {
	color: #2B5681 !important;
}

#home #menuWhat {
	margin-right: 270px;
}

/* ----- Search Box ----- */

#searchBox {
	width: 262px;
	height: 445px;
	padding: 33px 0 0 64px;
	line-height: 2em;
	background: transparent url(../YourSearch/images/searchboxbg.jpg) top left no-repeat;
}

#home #searchBox {
	position: absolute;
	top: 0px;
	left: 345px;
}

#home #searchBox {
	margin: 0 auto;
}

#searchResults #searchBox {
	float: left;
}

#logo {
	width: 154px;
	height: 93px;
	margin-left: 24px;
	text-indent: -9999px;
	background: transparent url(../YourSearch/images/logo.png) top left no-repeat;
}

#eyes {
	position: absolute;
	top: 44px;
	left: 125px;
	width: 27px;
	height: 14px;
	background: transparent url(../YourSearch/images/eyes.gif) top left no-repeat;
}


#searchBox .searchCriteriaContainer {
	margin-top: 40px;
}

.searchCriteria {
	width: 189px;
	padding: 3px;
	margin-bottom: 14px;
	font-size: 1.1em;
	color: #434343;
}

.leftLabel {
	width: 65px;
}

label {
	display: block;
	float: left;
	padding-left: 4px;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #EBEEF2;
}

.radiobutton input {
	display: block;
	float: left;
}

.searchSubmit {
	position: absolute;
	top: 289px;
	left: 118px;
}

/* ----- Generic Page Elements ----- */

.pageContent {
	float: left;
	width: 595px;
	margin-top: 50px;
}

.pageContent .leftColumn
{
	FLOAT:left; 
	WIDTH:350px;
}

.pageContent .rightColumn
{
	FLOAT:left; 
	WIDTH:245px; 
	margin-bottom:10px;
}

h1 {
	margin-bottom: 0.5em;
	font-family: Rockwell, Serif;
	font-size: 2em;
	font-weight: normal;
	color: #245A86;
}

h2 {
	margin-bottom: 0.5em;
	font-family: Rockwell, Serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #245A86;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #2578A3;
}

h4 {
	font-size: 1.2em;
	color: #1C1D1D;
}

p {
	padding-bottom: 1em;
	font-size: 1.2em;
	color: #4D4D4D;
}

#smallOwl {
	width: 100%;
	height: 17px;
	margin-top: 10px;
	background: transparent url(../YourSearch/images/smallowl.png) top right no-repeat;
	color:#4D4D4D;
	font-size:1.1em;
}

#smallOwl a {
	color:#4D4D4D;
	text-decoration:none;
}

#smallOwl a:hover {	
	text-decoration:underline;
}

/* ----- Home Page ----- */

#home #mainMenu {
	position: static;
}

/* ----- Search Results Page ----- */

.odd {
	background-color: #ECECEC;
}

.even {
	background-color: #F7F7F7;
}

div.odd {
	background-repeat: repeat-y;
	background-position: 465px 0px;
	background-image: url(../images/divider.png);
}

div.even {
	background-repeat: repeat-y;
	background-position: 465px 0px;
	background-image: url(../images/divider.png);
}

.bookImage {
	float: left;
	width: 93px;
	height: 93px;
	margin: 10px;
	background: #fff;
	text-align: center;
}

.bookTitle {
	position: relative;
	float: left;
	width: 280px;
	margin-top: 1.2em;
}

.bookTitle a {
	position: absolute;
	top: 6.5em;
}

.odd .bookInfo, .even .bookInfo {
	float: left;
}

.bookInfo {
	margin-top: 1.2em;
}

.bookInfo h4 {
	float: left;
	clear: both;
	width: 60px;
	margin: 0 10px 0.5em 0;
	text-align: right;
}

.bookInfo span {
	display: block;
	float: left;
	width: 120px;
	margin: 0 0 0.5em 10px;
	font-size: 1.2em;
	color: #4D4D4D;
}

.bookInfo span a {
	text-decoration:none;
	color: #2578A3;
	font-weight:bold;
}

.bookInfo span a:hover {
	text-decoration:underline;
}

/* ----- Price Comparison Page ----- */

#searchResults .leftCol {
	float: left;
	margin-top: 14.8em;
}

#currentBook {
	float: right;
	width: 400px;
	padding: 20px;
	border: 1px solid #E0E0E0;
}

#currentBook img {
	float: right;
}

#currentBook .bookDetails {
	float: left;
	width: 215px;
}

#currentBook .bookDetails h4 {
	display: inline;
	line-height: 1.8em;
	font-weight: bold;
}

#currentBook .bookDetails span {
	line-height: 1.8em;
	font-size: 1.2em;
	color: #1C1D1D;
}

#currentBook .bookDetails span a {
	text-decoration:none;
	color: #2578A3;
	font-weight:bold;
}

#currentBook .bookDetails span a:hover {
	text-decoration:underline;
}

.midPricesUpdate
{
	float: right;		
	padding-top: 10px;			
	color:#4D4D4D;
	font-size:1.2em;			
	width:100%;	
	text-align:center;
	width:100%;		
}

.midPricesUpdate a
{
	font-weight:bold;
	text-decoration:none;
	color:#2B5681;
}

.midPricesUpdate a:hover
{	
	text-decoration:underline;
}

table {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	text-align: center;
}

th {
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	background: #246491 url(../YourSearch/images/tablehead.png) top left repeat-x;
}

th {
	border-right: 1px solid #246390;
}

td {
	padding: 0.8em;
	font-size: 1.1em;
	color: #1C1D1D;
	text-align:left;
}

/*
ADDED BY Daisy
*/

a
{
	color:Blue;	
}

a:hover
{
	text-decoration:none;	
}

.labelLightGreybg
{
	display: block;
	float: left;
	padding-left: 4px;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #000000;
}

span.Error
{
	color: Red;
	font-weight: bold;
}

#PleaseWaitText
{
	clear:both;
	position:relative;
	top:130px;
	left:-30px;
	margin-left:auto;
	margin-right:auto;
	width:75px;
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size:1.4em;
	color:#245A86;
	display:none;
}

span.PleaseWait_GetPrices_Hidden
{
	display: none;
}

span.PleaseWait_GetPrices_Show
{
	display: inline-block;
	color: #6D6D6D;
	font-weight: bold;
	font-size:1.5em; 
}

#BookPriceComparison
{
	clear:both;
	position:relative;
	top:200px;
	left:-30px;
	margin-left:auto;
	margin-right:auto;
	width:225px;
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size:1.4em;
	color:#A0A0A0;
	text-align:center;		
}

#BookPriceComparison h2
{
	color:#A0A0A0;	
}

#BookPriceComparison a
{
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size:1em;
	color:#245A86;	
	text-decoration:underline;
}

#BookPriceComparison a:hover
{
	text-decoration:none;
}

#FindYouBook
{
	position:relative;
	top:200px;
	left:-35px;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size:1.4em;
	color:#245A86;	
}

#FindYouBook a
{
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size:1em;
	color:#245A86;	
	text-decoration:underline;
}

#FindYouBook a:hover
{
	text-decoration:none;
}

table.Standard {
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	text-align: left;
}

td.heading
{
	font-weight: bold;
	text-align:left;
}

#MembersNav
{
	margin-top: 1px;
	background-color:#F7F7F7;
	padding:0px 0px 0px 0px;
}

#MembersNav td
{
	text-align:center;	
	border-left: solid 2px #efefef;	
}

#MembersNav a
{
	color:#245A86;	
	font-family: Rockwell, Serif;
	font-size:1.1em;
	text-decoration:none;	
}

#MembersNav a:hover
{
	text-decoration:underline;
}

#MembersNavClientID
{
	font-family:Rockwell, Helvetica, Arial;
	color:#245A86;	
	margin-bottom: 10px;	
	padding:10px 10px 10px 10px;	
	width:100%;	
}

/************************* FORM FIELDS Daisy *******************************/


td.right {
	text-align:right;
}

input.but100
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0.1em;
	background-color: #FFFFFF;
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 100px;
}


input.FrontSearch
{
	border: solid 1 #CCCCCC;
	background-color: #FFFFFF;
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 350px;
}

input.FrontSearchButton
{
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 75px;
}

input.StandardButton
{
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 75px;
}

input.hidden
{
	display: none;
	height: 0px;
	width: 0px;
}

input.text150
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0.1em;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	width: 150px;
}

input.text250
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0.1em;
	background-color: #FFFFFF;
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 250px;
}

textarea
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0.1em;
	background-color: #FFFFFF;
	font-family: Helvetica Arial Verdana;
	font-size: small;
}

textarea.code
{
	height: 50px;
	width: 100%;
}

textarea.textarea250
{
	width: 250px;
}

.publishers h4 {
	float: left;
	clear: both;
	width: 75px;
	margin: 0 10px 0.5em 0;
	text-align: right;
}

.publishers span {
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 0.5em 10px;
	font-size: 1.2em;
	color: #4D4D4D;
}

.reportSnapShot
{
	FLOAT:left; 
	WIDTH:245px; 
	BACKGROUND-COLOR:#f0f0f0; 
	padding-top:10px; 
	padding-bottom:10px;	
}

.reportSnapShot h4 {
	float: left;
	clear: both;
	width: 110px;
	margin: 0 10px 0.5em 0;
	text-align: right;
	font-family: Rockwell, serif;
	font-size:1.3em;
	color: #245A86;
	font-weight:lighter;
}

.reportSnapShot span {
	display: block;
	float: left;
	width: 110px;
	margin: 0 0 0.5em 10px;
	font-family: Rockwell, serif;
	font-size:1.4em;
	color: #4D4D4D;
}

.reports h4 {
	float: left;
	clear: both;
	width: 175px;
	margin: 0 10px 0.5em 0;
	text-align: right;
	font-family: Rockwell, serif;
	font-size:1.4em;
	color: #245A86;
}

.reports span {
	display: block;
	float: left;
	width: 150px;
	margin: 0 0 0.5em 10px;
	font-family: Rockwell, serif;
	font-size:1.4em;
	color: #4D4D4D;
}