html, body, div, h1, h2, h3, h4, p, ul, ol, li, em, img, form, table, a {
	margin: 0;
	padding: 0;
	border: 0;
	}

html {
	overflow-y: scroll;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
div#page {
	width: 820px; /* 850px total */
	margin: 0 auto;
	padding: 0 15px;
	}
	
a {
	color: #00d;
	}
	
.clear {
	clear: both;
	}
	
.push {
	margin-left: 125px;
	}
			
div#stripes {
	height: 8px;
	width: 100%;
	background-color: #fcf776;
	border-bottom: 8px solid #ffc517;
	}




/*======================================================== Header ========================================================*/

div#header {
	margin-left: 125px;
	}
	
h1 {
	margin: 30px 0 30px -125px;
	font-size: 37px;
	font-weight: normal;
	}
	
	h1 a {
		color: #222;
		text-decoration: none;
		background: url(images/textbook.gif) left 13px no-repeat;
		padding: 10px 0 14px 125px;
		}
	h1 a:hover {
		color: #000;
		}	

h2 {
	font-size: 18px;
	font-weight: bold;
	}
	
	h2.notfound {
		font-size: 15px;
		}
	
h2#homepage {
	margin-top: 40px;
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	font-weight: bold;
	}

p {
	margin: 1.3em 0;
	line-height: 1.3em;
	}

span.underline {
	border-bottom: 1px solid #b00;
	}

div#search-preview {
	margin: 0 0 35px 125px;
	}
	
	div#search-preview p {
		margin: 0 0 5px 0;
		}
	
	div#search-preview img {
		}



div#blog h3 {
	margin: 30px 0 -12px 0;
	font-size: 13px;
}

img.floatright {
	float: right;
	margin: 20px 0 5px 8px;
	}




		
/*======================================================== Search Form ========================================================*/

ul#tabs {
	list-style: none;
	margin: 25px 0 3px 0;
	}

	ul#tabs li {
		display: inline;
		margin-right: 4px;
		}
		
		ul#tabs li a {
			padding: 3px 14px;
			background: #f0f0f0;
			border: 3px solid #d6d6d6;
			border-bottom: 0;
			font-weight: bold;
			color: #9d9d9d;
			text-decoration: none;
			}
		
		ul#tabs li a.active, ul#tabs li a:hover {
			padding-bottom: 6px;
			background: #e3f3ff;
			border-color: #bcf;
			border-bottom: 0;
			color: #237;
			}
			ul#tabs li a:hover {
				background: #d3e3ff;
				}
			ul#tabs li a.active:hover {
				background: #e3f3ff;
				cursor: default;
				}
				
form#search {
	margin: 0 0 35px 0;
	padding: 18px 28px 18px 23px;
	background: #e3f3ff;
	border: 3px solid #bcf;
	float: left;
	}
	
	select#searchAtt {
		font-size: 14px;
		}
		
	input#searchText {
		font-size: 14px;
		width: 200px;
		margin: 0 0 0 4px;
		padding-left: 1px;
		}
	
	input#searchSubmit {
		height: 23px;
		width: 91px;
		background: url(images/search-button.gif) 0 0 no-repeat;
		border: 0;
		margin: -1px 0 0 2px;
		}

	input#searchSubmit:hover {
		background: url(images/search-button.gif) -91px 0 no-repeat;
		}

span.query {
	font-size: 13px;
	font-weight: normal;
	}

span.arrow {
	font-size: 13px;
	}

div#warning {
	background: #ffa;
	border: 1px solid #fc0;
	padding: 0 10px;
	width: 600px;
	margin: -10px 0 30px 0;
	}
	
	div#warning p {
		margin: 0.9em 0;
		}



/*======================================================== Search Results ========================================================*/

ul#searchresults {
	margin: 25px 0 50px 0;
	list-style: none;
	}
	
	ul#searchresults li {
		margin: 15px 0;
		clear: left;
		}

		ul#searchresults li p {
			margin: 0;
			font-size: 11px;
			}
			
		ul#searchresults li p.isbn {
			margin: 5px 20px 2px 0;
			}
			
		ul#searchresults li p.isbnleft {
			float: left;
			}
			
		ul#searchresults li p.complink {
			margin-top: 6px;
			}
			
			ul#searchresults li p.complink a {
				font-weight: bold;
				padding: 5px;
				}
		
		ul#searchresults li div.thumbnail {
			float: left;
			width: 110px;
			text-align: right;
			}
			
		ul#searchresults li div.bookinfo {
			margin-left: 125px;
			border-bottom: 1px solid #ddd;
			padding-bottom: 15px;
			}

		ul#searchresults li p a {
			margin-top: 5px;
			padding: 3px 0;
			font-size: 12px;
			}
			
		ul#searchresults li p a:hover {
			background: #bdf;
			}

		ul#searchresults li h3 a {
			color: #000;
			text-decoration: none;
			padding: 8px 0;
			}
			
			ul#searchresults li h3 a:hover {
				text-decoration: underline;
				}

p#pagination {
	margin: -10px 0 70px 125px;
	}
	
	p#pagination span.ellipsis {
		color: #333;
		padding-left: 2px;
		}
			
	p#pagination a {
		padding: 3px 7px;
		text-decoration: none;
		margin-left: 2px
		}

	p#pagination a:hover {
		background-color: #bdf;
		}

	p#pagination a.activepage {
		background-color: #02d;
		color: #fff;
		}

p.note {
	font-size: 11px;
	text-align: center;
	margin-top: 40px;
	}




/*======================================================== ISBN Price Comparison ========================================================*/

div#booksummary {
	margin: 12px 0 20px 0;
	}
	
	div#booksummary p {
		margin: 3px 0;
		font-size: 12px;
		}

	div#booksummary p.isbn {
		margin-right: 20px;
		}
		
	div#booksummary p#isbnleft {
		float: left;
		}

	div#booksummary div.thumbnail img {
		float: left;
		margin-right: 20px;
		}
		
	div#booksummary div.bookinfo {
		float: left;
		width: 605px;
		}

	div#booksummary h2 {
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 9px;
		}

table.offers {
	padding: 27px 0;
	width: 100%;
	}
	
	table.offers thead {
		background: #ffcc22;
		}

	table.offers h3 {
		font-size: 17px;
		margin: 2px 0;
		float: left;
		}
		
	table.offers tr.header {
		background: #fcf776;
		height: auto;
		}

	table.offers th {
		text-align: left;
		padding: 3px 25px 3px 5px;
		}

		table.offers th img.info {
			margin: 2px 0 0 6px;
			}

	table.offers td {
		padding: 0 25px 0 5px;
		border-bottom: 1px solid #d8d8d8;
		}
		
	table.offers tbody tr {
		height: 42px;
		}
		
		
a.buybutton, a.rentbutton {
	padding: 5px;
	width: 58px;
	height: 23px;
	display: block;
	background: url(images/buy-button.gif) 5px 5px no-repeat;
	text-decoration: none;
	}
	a.rentbutton {
		background-image: url('images/rent-button.gif');
		}

a.buybutton:hover, a.rentbutton:hover {
	background-position: -58px 5px;
	}


a.sellbutton {
	padding: 5px;
	width: 95px;
	height: 21px;
	display: block;
	background: url(images/sell-button.gif) 5px 5px no-repeat;
	text-decoration: none;
	}

a.sellbutton:hover {
	background: url(images/sell-button.gif) -95px 5px no-repeat;
	}



/*======================================================== Footer ========================================================*/

div#footer {
	clear: both;
	font-size: 12px;
	color: #999;
	margin: 60px 0 30px 125px;
	}
	
	div#footer p {
		float: left;
		margin: 5px 20px 5px 0;
		}
	
	div#footer a {
		color: #666;
		text-decoration: none;
		}
	div#footer a:hover {
		text-decoration: underline;
		}



/*======================================================== Tool Tips ========================================================*/

img.tip, img.info {
	padding: 1px 3px;
	}

.blueTip					{  }
.blueTip .content		{ max-width: 310px; padding: 10px; border: 5px solid #90d8f0; -moz-border-radius: 6px; -webkit-border-radius: 6px; background: #eff; }
.blueTip .bottom		{ height: 14px; background: url(images/tip-notch-blue.png) top center no-repeat; }

