/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Tahoma, sans-serif;
	color: black;
	font-size: 16px;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

input {
	border: 1px solid #000;
	height: 20px;
}

iframe {
	width: 99%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.searchField {
	width: 574px;
	margin: 4px 0;
}

.sellSearchField {
	width: 374px;
	margin: 4px 0;
}

.searchButton {
	width: 90px;
}

div#main {
	width: 100%;
	/*background: url(images/right-column-bottom-background.gif) no-repeat bottom right;*/
	margin-bottom: 10px;
	padding: 0;
}

/********** Right column (last searches) **********/
div#right-column {
	width: 220px;
	/*background: url(images/right-column-bottom-background.gif) no-repeat bottom right;*/
	float: right;
	border-top: 1px solid #999;
	padding-left: 2px;
	border-collapse: collapse;
}

div#right-column h2 {
	font-size: 14px;
	/*font-weight: bold;
	text-align: center;*/
	margin: 8px 0 3px 15px;
	padding: 0;
}

div#right-column ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: disc;
	list-style-position: inside;
}

div#right-column li {
	font-size: 12px;
}

div#right-column blockquote {
	font-size: 0.9em;
	width: 195px;
	margin: 5px auto 2px auto;
	padding: 4px;
	border: 1px solid #333;
	background-color: #EEE;
	color: black;
}

div#right-column p.signature {
	margin: 3px 15px 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	padding: 0;
}

/* To make sure that the loading screen gets displayed the first time it is
   shown, the div is made visible (which preloads the images) then invisible */
div#loading {
	z-index: 1000;
	visibility: visible;
	display: none;
	text-align: left;
	position: absolute;
	padding: 5px;
	margin: 0;
	width: 200px;
	height: 80px;
	overflow: hidden;
	border: solid 3px #999999;
	background: url('images/panel-background.gif') repeat;
	font-size: 0.9em;
	color: #514F1C;
}

#loading img {
	vertical-align: top;
	float: left;
	margin-right: 5px;
}

#loading p {
	clear: both;
	margin-top: 25px;
}

#loading a {
	color: blue;
}

#loading p img {
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	padding: 10px 5px;
}

h2 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	padding: 5px 5px;
}

h3 {
	font-size: 1.1em;
	color: #333;
	font-weight: bold;
	padding: 5px 5px;
}

#page {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

#version {
	float: left;
	width: 29px;
	height: 39px;
	border-bottom: solid 1px #999999;
}

#topbar{
	float: right;
	width: 944px;
	height: 40px; 
	background-image: url('images/top_background.gif');
	/*background-image: url('images/top_background2.gif');*/
	background-repeat: repeat;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	padding: 0 7px 0 8px;
}

#topbar p {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-align: right;
	line-height: 40px;
}

#topbar a {
	text-decoration: none;
	color: #FFF;
}

#topbar a:hover {
	text-decoration: underline;
	color: #F84;
}

#header {
	width: 990px;
	height: 110px;
	background: url('images/background.gif') repeat;
	clear: left;
}

/* To prevent the iFrame (compare.html) from having borders */
body.normal div#contenttext {
	background: url('images/background.gif') repeat;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999; 
	border-bottom: solid 1px #999999;
	width: 766px;
}

#contenttext a, a:visited, a:active {
	color: blue;
}

#contenttext p {
	font-size: 0.8em;
	color: black;
	line-height: 1.3em;
	padding: 0 10px 3px 10px;
}

#contenttext p.text-below {
	padding: 0 0 5px 0;
	clear: left;
	margin-top: 10px;
}

#contenttext p.scholarships {
	margin: 10px 0;
	color: #000;
}

#contenttext ol {
	padding: 3px 10px 6px 20px;
	font-size: 0.8em;
	color: #333;
	list-style: decimal inside;
}

#contenttext ul li {
	clear: left;
	margin-top: 5px;
	font-size: 0.9em;
}

#contenttext ul.explanation {
	margin: 2px 0 10px 0;
}

#contenttext ul.explanation li {
	font-size: 0.8em;
	padding: 0 17px;
	margin: 0;
	list-style: disc inside;
}

#contenttext .cover {
	float: left;
	margin-right: 5px;
	width: 85px;
	margin-bottom: 5px;
}

#contenttext strong {
	font-weight: bold;
}

#contenttext i {
	font-style: italic;
}

#contenttext div.homepage p {
	font-size: 0.9em;
	color: black;
	line-height: 1.3em;
	padding: 10px;
}

p.subtitle {
	color: black;
	font-size: 90%;
}

.instant-comparison {
	width: 100%;
	padding-top: 5px;
	display: block;
}

.panel ul {
	padding: 3px 10px;
}

#contenttext .keywords-link a {
	color: white;
	text-decoration: underline;
}

#contenttext .keywords-link a:hover {
	text-decoration: none;
}

.search {
	float: right;
	height: 96px;
	width: 620px;
	padding-top: 14px;
	padding-right: 5px;
	background-image: url(images/search_background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	border-right: solid 1px #999999;
}

.search p {
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	color: white;
}

#sellSearch {
	height: 76px;
	width: 620px;
	padding-top: 14px;
	padding-right: 5px;
	background-image: url(images/search_background.png);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0.6em auto;
}

#sellSearch p {
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	color: white;
}

#site-name {
	height: 110px;
	padding-left: 10px;
	border-left: solid 1px #999999;
}

#contenttext .more-results {
	clear: left;
	text-align: right;
	font-size: 1.0em;
}

#contenttext b.isbn {
	display: block;
	font-weight: normal;
}

/* Footer area (copyright and such) */
#footer {
	width: 990px;
	text-align: center;
}

#footer p {
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	line-height: 14px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #00F;
	text-decoration: underline;
}

#footer .bottom_links {
	font-size: 0.8em;
}

#footer .bottom_links a {
	color: #5487A9;
	font-weight: normal;
}

/* Best sellers */
#best-sellers {
	width: 766px;
	color: #000;
	/*font-size: 0.8em;*/
	font-size: 90%;
	line-height: 1.3em;
	padding: 10px 0 0 0;
	background: url('images/background.gif') repeat;
	margin-left: auto;
	margin-right: auto;
}

#best-sellers p.you-save {
	width: 100%;
	text-align: center;
	padding-top: 3px;
}

#best-sellers p.cover {
	width: 100%;
	height: 140px;
	margin: 0 auto 5px auto;
}

#best-sellers p {
	width: 100%;
	line-height: 16px;
	padding: 0;
}

#best-sellers em {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
}

#best-sellers div.container {
	margin: 0 12px 0 10px;
	text-align: center;
	width: 130px;
	float: left;
}

/* Advanced search form */
#advancedSearchForm {
	margin-bottom: 10px;
}

#advancedSearchForm p {
	clear: left;
}

#advancedSearchForm .no-border {
	border: 0;
	margin-right: 5px;
}

#form-main-part label {
	width: 100px;
	float: left;
	line-height: 20px;
}

#advancedSearchForm .submitButton {
	margin-left: 30px;
	margin-top: 10px;
}

/* Gray panel inside content area */
.panel{
	border: solid 1px #E4E4E4;
	background: url('images/panel-background.gif') repeat;
	width: 746px;
	margin: 0 10px 10px 10px;
}

.panel h1 {
	font-size: 24px;
	font-weight: bold;
	color:#FF9900;
	margin-bottom: 3px;
	padding-left: 5px;
	padding-top: 5px;
}

.panel p {
	font-size: 0.7em;
	color: #000;
	text-align: justify;
}

/* Last searches page */
#last_searches ul {
	list-style-type: none;
}

#last_searches li {
	padding-left: 10px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 5px;
}

#last_searches a:hover {
	font-size: 16px;
	font-weight: bold;
}

#last_searches_links {
	margin-top: 10px;
	font-size: 0.8em;
	text-align: center;
}

#last_searches_links a {
	color: #5487A9;
	font-weight: normal;
}

/* Comparison results */
#contenttext .lowestPrice {
  padding: 0.4em 0 0.4em 20px;
}

#contenttext .lowestPrice b {
	font-size: 0.7em;
}

#contenttext .lowestPrice p {

}

#contenttext .lowestPrice em {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
}

ul#share_buttons {
	padding-left: 15px;
	height: 20px;
}

li.share_button::before {
	content: none !important;
}

li.share_button {
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	display: inline !important;
	line-height: 20px;
}

h1#book_title {
	text-align: center;
	color: white;
	width: 720px;
	display: block;
	background: url('images/prices_background_top.png') no-repeat top left;
	margin: 0 8px;
	padding: 15px;	
}

div#tag-cloud {
	margin: 0 8px 10px 8px;
	padding: 0 10px 30px 10px;
	background: url('images/prices_background_bottom.png') no-repeat bottom;
}

div#tag-cloud a.white {
	color: white;
}

.tag-cloud {
	display: block;
	background: url('images/prices_background_top.png') no-repeat top left;
	color: white;
	margin: 10px 8px 0 8px;
	padding: 15px;
	padding-left: 45px;
}

div#prices_section {
	background: url('images/prices_background_bottom.png') no-repeat bottom;
	width: 750px;
	margin: 0 8px 10px 8px;
	padding: 0 0 40px 0;
}

div#prices_section p.white {
	color: white;
}

div#prices_section h2 {
	color: white;
	font-size: 1em;
}

#prices_iframe {
	background: url('images/prices_background.png') repeat;
	width: 742px;
	padding: 0 8px 0 0;
	margin: 0;
}

#prices_iframe p.white {
	color: white;
}

td.highlight {
	font-size: larger;
}

table#prices {
	padding: 0.5em;
	font-size: 0.9em;
	margin: 0 7px 10px 7px;
	width: 736px;
	border: #73c2ff 1px solid;
	background: white;
}

table#prices a {
	color: black;
	text-decoration: underline;
}

table#prices a:visited {
	color: black;
	text-decoration: underline;
}

table#prices .highlight {
}

table#prices b {
	font-family: Verdana, Helvetica, "Times New Roman", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

table#prices tr:hover {
	background-color: #00B567; /*#3366FF;*/
	color: white;
}

table#prices tr.header:hover {
	background: none;
	color: black;
}

table#prices th {
	padding-bottom: 5px;
	font-size: 1em;
}

table#prices th a {
	color: blue;
	text-decoration: none;
}

table#prices th a {
	background: none;
	color: blue;
	text-decoration: none;
}

table#prices th a:visited {
	color: blue;
	text-decoration: none;
}

.storeName {
  text-align: left;
}

#contenttext .storeLink a {
	color: blue;
}

.condition {
  width: 100px;
  text-align: center;
}

.price {
  width: 90px;
  text-align: center;
}

.shippingCost {
  width: 90px;
  text-align: center;
}

.totalPrice {
  width: 90px;
  text-align: right;
}

.buyButton {
	width: 58px;
}

.sellButton {
	width: 58px;
}

div.reviews {
	width: 726px;
	margin: 0 5px 10px 5px;
	padding: 5px;
	background: white;
	border: #73c2ff 1px solid;
}

div#prices_section p.review-text {
	color: black;
	text-align: left;
}

div#prices_section p.review-rating {
	font-weight: bold;
}

div#prices_section p.review-signature {
	font-weight: bold;
	text-align: right;
}

div#logos {
	width: 744px;
	border: #a6be74 1px solid; /*#e3e3e3*/
	margin-left: auto;
	margin-right: auto;
	background: white;
	margin: 6px;
	font-size: 1.0em;
}

div#logos p {
	text-align: left;
	padding: 5px;
	width: 99%;
	clear: left;
}

div#logos img {
	float: left;
	margin-right: 10px;
}

/* Thumbs up & down form */
img.thumb_image {
	margin: 5px 20px;
}

/* Login / Register form */
#login_box {
	width: 450px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 0;
}

#login_box h1 {
	font-size: 1.25em;
	padding: 5px 0 10px 8px;
}

#login_box label {
	float: left;
	text-align: right;
	padding-right: 20px;
	width: 130px;
	line-height: 18px;
	padding: 2px;
}

#login_box input.text {
	width: 150px;
	padding: 0;
	height: 16px;
	margin: 2px;
}

#login_box p.button {
	margin: 1em 0;
	text-align: center;
}

#login_box p.center {
	text-align: center;
}

#login_box input.button {
	padding: 2px 5px;
}

#login_box form {
	margin-top: 1em;
}

p#login_error_message {
	color: red;
	font-size: 115%;
	text-align: center;
	margin-bottom: 8px;
}

/* Overlay */
#simplemodal-overlay {background-color:#aaaaaa; cursor:wait;}

/* Container */
#simplemodal-container {height:200px; width:300px; background-color:#fff; border:1px solid #000000; -moz-border-radius: 5px; }
#simplemodal-container a.modalCloseImg {background:url('images/modal_close_button.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/* Clearfix Method from: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
