*
{
	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;
}

.alertBox
{
	background-color: #FFF9D7;
	border-color: #E2C822;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

.BookDetailsWantedList
{
	background-color: #FFF9D7;
	border-color: #E2C822;
}

/* ----- 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: 170px;
	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(../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(../images/logo.png) top left no-repeat;
}

#eyes
{
	position: absolute;
	top: 44px;
	left: 125px;
	width: 27px;
	height: 14px;
	background: transparent url(../images/eyes.gif) top left no-repeat;
}


#searchBox .searchCriteriaContainer
{
	/*margin-top: 56px;*/
	margin-top: 36px;
}

.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;
}

.searchBoxDD
{
	width: 149px;
	height: 20px;
	padding: 1px;
	margin-left: 2px; /*margin-bottom: 14px;*/
	font-size: 1.1em; /*color: #434343;*/
	background-color: #E0E0E0;
}

.searchSubmit
{
	position: absolute;
	top: 289px;
	left: 118px;
	width: 87px;
	height: 26px;
	background: #90C921 url(../../images/search_button.gif) top left repeat-x;
}

/* ----- Help Elements ----- */

#SearchBoxYourSearch1_Help1_Help
{
	position: relative;
	top: 180px;
	left: -40px;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size: 1.4em;
	color: #245A86;
}

.HelpTag
{
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-weight: bold;
}

.HelpHTML
{
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
}

/* ----- Generic Page Elements ----- */

.pageContent
{
	float: left;
	width: 595px;
	margin-top: 50px;
}

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(../images/smallowl.png) top right no-repeat;
}

/* ----- Home Page ----- */

#home #mainMenu
{
	position: static;
}

/* ----- Search Results Page ----- */

.odd
{
	background-color: #ECECEC;
}

.even
{
	background-color: #F7F7F7;
}

.coreWrapper
{
	margin-top: 15px;
	margin-bottom: 5px;
}

.coreOdd
{
	background-image: url(../images/core_Odd.gif);
	height: 17px;
	width: 80px;
}

.coreEven
{
	background-image: url(../images/core_Even.gif);
	height: 17px;
	width: 80px;
}

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;
}

/* ----- 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 span.sellBook
{
	line-height: 1.8em;
	font-size: 1.2em;
	float: right;
	width: 400px;
	margin-top:10px;		
}

#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;	
}

table
{
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	text-align: center;
}

th
{
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	background: #246491 url(../images/tablehead.png) top left repeat-x;
}

th
{
	border-right: 1px solid #246390;
}

td
{
	padding: 0.8em;
	font-size: 1.1em;
	color: #1C1D1D;
}

/*
ADDED BY Daisy
*/
#PleaseWaitText
{
	position: relative;
	top: 130px;
	left: -85px;
	margin-left: auto;
	margin-right: auto;
	width: 75px;
	font-family: Rockwell, Serif, Arial, Helvetica, Verdana;
	font-size: medium;
	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;
}

table.Standard
{
	width: 100%;
	margin-top: 16px;
	border-collapse: collapse;
	text-align: left;
}

td.heading
{
	font-weight: bold;
	text-align: left;
}

input.text150
{
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0.1em;
	background-color: #FFFFFF;
	font-family: Helvetica Arial Verdana;
	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;
}

input.StandardButton
{
	font-family: Helvetica Arial Verdana;
	font-size: small;
	width: 75px;
}

.BackToResults img
{
	background: #246491 url(../../images/back_to_results.gif) top left repeat-x;
	height: 24px;
	width: 127px;
}

.Back img
{
	background: #246491 url(../../images/back.gif) top left repeat-x;
	height: 24px;
	width: 127px;
}

.buyodd
{
	background: #246491 url(../../images/buy.gif) top left repeat-x;
	height: 17px;
	width: 37px;
}

.buyeven
{
	background: #246491 url(../../images/buy.gif) top left repeat-x;
	height: 17px;
	width: 37px;
}

.getpricesodd
{
	background: #246491 url(../../images/getprices_on.gif) top left repeat-x;
	height: 24px;
	width: 103px;
}

.getpriceseven
{
	background: #246491 url(../../images/getprices_off.gif) top left repeat-x;
	height: 24px;
	width: 103px;
}

.viewodd
{
	background: #246491 url(../../images/view_on.gif) top left repeat-x;
	height: 24px;
	width: 103px;
}

.vieweven
{
	background: #246491 url(../../images/view_off.gif) top left repeat-x;
	height: 24px;
	width: 103px;
}

.forsaleClientOdd
{
	background: #246491 url(../../images/0_noborder.gif) top left repeat-x;
	height: 28px;
	width: 118px;
}

.forsaleClientEven
{
	background: #246491 url(../../images/0_noborder.gif) top left repeat-x;
	height: 28px;
	width: 118px;
}

#FindYouBook
{
	position: relative;
	top: 200px;
	left: -25px;
	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;
}

/****************************************/
/*************** FRONT SCREEN ***********/
#frontScreen #searchBox
{
	float: left;
}

#frontScreen .leftCol
{
	float: left;
	margin-top: 14.8em;
}

#recentlyAdded
{
	margin: 0;
	position: relative;
	width: 400px;
	float:left;
}

#recentlyAdded h2
{
	margin-bottom: 0.5em;
	font-family: Rockwell, Serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #245A86;
}

.frontOdd
{
	background-color: #ECECEC;
	float: left;
	height: 140px;
	width: 100px;
}

.frontEven
{
	background-color: #F7F7F7;
	float: left;
	height: 140px;
	width: 100px;
}

.frontOdd .bookImage, .frontEven .bookImage
{
	background: #FFFFFF none repeat scroll 0 0;
	float: left;
	width: 80px;
	height: 80px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}

.bookPrice
{
	position: relative;
	float: left;
	width: 80px;
	margin-top: 0.1em;
	margin-left: 10px;
	font-weight: bold;
}

#recentlyTraded
{
	float: left;
	width: 120px;
	margin: 0px;
	position: relative;
}

#recentlyTraded h2
{
	margin-bottom: 0.5em;
	font-family: Rockwell, Serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #245A86;
}

#latestUsers
{
	float: left;
	background-color: #EFEFEF;
	width: 500px;
	margin: 0 0 10px 0;
	clear: both;
}

#latestUsers h2
{
	background-color: #EFEFEF;
	margin-bottom: 0.5em;
	font-family: Rockwell, Serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #245A86;
}

.frontOddUser
{
	background-color: #EFEFEF;
	width: 100px;
	float: left;
	height: 60px;
}

.frontEvenUser
{
	background-color: #ECECEC;
	width: 100px;
	float: left;
	height: 60px;
}

/****************************************/