@charset "UTF-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/*Removes underline and color from links*/
a { color: inherit; text-decoration: none; outline: none;}

body {
	background: #D4E2F7;
	border-top: 8px solid #D4E2F7;
	border-bottom: 8px solid #D4E2F7;
	font: 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	color: #fff;
	height:100%;
}

a {
	color: #e69b02;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a.reset {
	line-height: 24px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p {
	margin: 12px 0;
	font-size: 12px;
}

	p.dropdown {
		margin-top: 20px;
	}

h2, h3 {
	font-family: Georgia, serif;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}


h3 {
	font-size: 18px;
	line-height: 27px;
	font-weight: normal;
	margin: 27px 0 -9px 0;
}

#right-wrap{
	float: right;
	left: 104%;
	width: 18%;
	position: absolute;
	margin-top: 8.25%
}

#colleft{
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

#container-wrap {
	float: center;
	right: 25%
}

#container-top {
	margin: 0px auto;
	position: relative;
	background: url(img/container_top.png);
	width:900px;
	height:12px;
}
#container {
	background:#5b6675;
	width: 860px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
#container-bottom {
	margin: 0 auto;
	position: relative;
	background:url(img/container_bottom.png);
	width:900px;
	height:12px;
}

#header-wrap {
	background: #D4E2F7;
	width: 100%;
}
#header-top {
	margin: 0 auto;
	background:url(img/header_top.png);
	width:900px;
	height:12px;
}
#header-bottom {
	margin: 0 auto;
	position: relative;
	background:url(img/header_bottom.png);
	width:900px;
	height:12px;
	border-bottom: 8px solid #D4E2F7;
}
#header {
	width: 860px;
	position: relative;
	background: url(img/header-bg3.png) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

h1#logo a {
	width: 198px;
	height: 43px;
	background: url(img/logo.png);
	display: block;
	text-indent: -9999px;
	border: 0;
}

h1#logo a:hover {
	background-position:0 -43px;
}

ul#nav {
	position: absolute;
	right: 15px;
	top: 25px;
	margin: 0;
}

ul#nav li {
	float: left;
}

ul#nav li a {		
	width: 110px; height: 30px;
	background: url(img/nav.png) no-repeat;
	text-indent: -9999px;
	display: block;
	border: 0;
	margin: 0 5px;
}

	 ul#nav li#about a { background-position: 0px 0px; }
	 ul#nav li#help a { background-position: -110px 0px; }
	 ul#nav li#fund a { background-position: -220px 0px; }
	 ul#nav li#contact a { background-position: -330px 0px;  }
	
	 ul#nav li#about a:hover { background-position: 0px -30px; }
	 ul#nav li#help a:hover { background-position: -110px -30px; }
	 ul#nav li#fund a:hover { background-position: -220px -30px; }
	 ul#nav li#contact a:hover { background-position: -330px -30px;  }
	 
	 ul#nav li#about.sel a { background-position: 0px -60px; }
	 ul#nav li#help.sel a { background-position: -110px -60px; }
	 ul#nav li#fund.sel a { background-position: -220px -60px; }
	 ul#nav li#contact.sel a { background-position: -330px -60px;  }
	ul#search-tabs {
    width: 550px;

}
   
ul#search-tabs li {
    float: left;
    margin-right: 10px;
	width: 162px;
	position: relative;
	z-index: 1;
}

ul#search-tabs li a {
    display: block;
    width: 166px;
    height: 26px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px;
    text-align: center;
}

ul#search-tabs li a.on {
    background: url(img/search-tabs.png) no-repeat top left;
}

ul#search-tabs li a.off {
    background: url(img/search-tabs.png) no-repeat -172px 0px;
} 

#content {
	padding: 1px 0 0 0;
	margin: 0px 0;
}

#updates p {
	width: 650px;
}

form#searchform {
	margin: 30px 0;
}

	form#searchform label {
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	form#searchform .input {
		float: left;
		height: 60px;
		position: relative;
		z-index: 2;
	}
	
	form#searchform input#school {
		background: url(img/input-bg.png) no-repeat top left;
		width: 542px;
		height: 30px;
		border: 0;
		padding: 15px;
		font-size: 24px;
		color: #999;
		margin-top: -9px;
	}
	form#searchform input#search {
		background: url(img/input-bg.png) no-repeat top left;
		width: 542px;
		height: 30px;
		border: 0;
		padding: 15px;
		font-size: 24px;
		color: #999;
		margin-top: -9px;
	}
	form#searchform input#sell {
		background: url(img/input-bg.png) no-repeat top left;
		width: 542px;
		height: 30px;
		border: 0;
		padding: 15px;
		font-size: 24px;
		color: #999;
		margin-top: -9px;
	}
	form#searchform input.submit-button {
		 margin-top: -9px;
	}

#intro-top {
	margin: 0 0 40px 0;
	position: relative;
	background:  url(img/intro-top.png) no-repeat top center;
	width: 760px;
	float: left;
}

#intro-bottom {
	background: url(img/intro-bottom.png) no-repeat bottom center;
	width: 760px;
	float: left;
	
}
	
	#intro {
		background: #7d8999;
		float: left;
		width: 720px;
		padding: 0 20px;
		margin: 15px 0 15px 0;
		position: relative;
	}
	
	#intro-bg {
		 background: url(img/intro-bg.png) no-repeat top left;
		 position: absolute;
		 top: -15px;
		 right: 0px;
		 width: 428px;
		 height: 175px;
	}

	#intro p {
		font-size: 24px;
		line-height: 36px;
		width: 350px;
	}
	
	#intro dl {
		margin-top: 40px;
	}
	
	#intro dt, #intro dd {
		float: left;
	}
	
	#intro dt {
		font-weight: bold;
		font-size: 24px;
		background: url(img/intro-bullet.png) no-repeat top left;
		height: 71px;
		width: 46px;
		padding: 18px 0 0 20px;
	}
	
	#intro dd {
		font-size: 14px;
		line-height: 21px;
		width: 130px;
		margin: 0 25px 0 10px;
	}
	
#footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
	line-height: 16px;
	border-top: 1px solid #7d8999;
}

	#footer p {
		margin: 6px 0;
	}
	
#sidebar {
	width: 240px;
	float: left;
	margin: 0 20px 0 0;
	color: #2f3d4d;
	font-weight: bold;
}

#search, #filters {
	background: #7d8999;
	margin-bottom: 20px;
	padding: 12px 15px;
}

	#search {
		float: left;
		line-height: 12px;
	}

	#search .input {
		float: left;
		height: 29px;
	}
	
	#search input#general-search {
		background: url(img/input-small-bg.png) no-repeat top left;
		width: 160px;
		height: 13px;
		border: 0;
		padding: 8px;
		font-size: 11px;
		color: #999;
	}

	
	#search p {
		clear: both;
		padding: 6px 0;
	}

	#search label {
		width: 80px;
		margin-right: 10px;
		display: block;
		float: left;
	}
	
	#search select {
		width: 120px;
		float: left;
	}
	
	#filters {
		clear: both;
	}

	#sidebar p {
		margin: 12px 0 6px 0;
	}
	
		#sidebar p.box-header {
			margin: 12px 0 0 0;
			color: #fff;
		}
		
		#sidebar p.shipping-header {
			margin: 12px 0 6px 0;
			color: #fff;
		}
		
		#sidebar p.first {
			margin-top: 0px;
			padding: 0px;
		}
	
	#sidebar a {
		color: #2f3d4d;
	}
	
	#sidebar a:hover {
		color: #fff;
	}

	#sidebar select {
		display: inline;
	}
	
	#filters label {
		margin-left: 10px;
		color: #fff;
		font-weight: normal;
	}
	
#shipping label{
	margin-left: -4px;
	margin-right: -4px;
	font-weight: normal;
	padding: 0px;
}

#typeofbook label{
	margin-left: -4px;
	margin-right: -4px;
	font-weight: normal;
	padding: 0px;
}

#condition_print label{
	margin-left: -4px;
	margin-right: -4px;
	font-weight: normal;
	padding: 0px;
}

#rental_period label{
	margin-left: -4px;
	margin-right: -4px;
	font-weight: normal;
	padding: 0px;
}

/*#vendorbuttons label{
	margin-left: -4px;
	margin-right: -4px;
	font-weight: normal;
	padding: 0px;
}
*/
#results {
	width: 600px;
	float: left;
	margin: 0 0 10px 0;
}

	#results p.notfound {
		float: left;
		font-weight: bold;
	}

	#results h2 {
		display: inline;
		font-weight: normal;
	}
	

	#results img.book {
		clear: both;
		float: left;
		margin: 5px 15px 5px 0;
		width: 50px;
	}
	
	#results dl {
		float: left;
		width: 500px;
		margin: 5px 0 15px;
	}
	
	#results dt {
		font-weight: bold;
		clear: both;
		width: 100px;
		float: left;
	}
	
	#results dd {
		width: 350px;
		float: left;
	}
	
	#results table {
		clear: both;
		margin-bottom: 20px;
		
	}

	
		#results table th, #results table td {
			padding: 8px 20px 8px 10px;
			width: 90px;
			border-right: 3px solid #5b6675;
			line-height: 12px;
			
		}
	
		#results table th {
			font-weight: bold;
			font-size: 12px;
			color: #2f3d4d;
			background: #a0adbd;
		}
		
		#results table tr {
			background: #7d8999;
		}
		
		#results table tr.alt {
			background: #6c7888;
		}
		
	a.buy {
		padding: 0 0 0 10px;
		
	}
	
	
/* tables */
table.indextable {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.indextable thead tr th, table.indextable tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 12pt;
	padding: 4px;
}

table.indextable tbody td {
	color: #3D3D3D;
	border: 1px solid #FFF;
	padding: 4px;
	background-color: ##7d8999;
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
}


table.indextable tbody tr.odd td {
	background-color:#7d8999;
}


table.indextable thead tr .headerSortDown, table.indextable thead tr .headerSortUp {
background-color: #7d8999;
}


ul#books div.book {
	background: #7d8999;
	padding: 10px 0px 0px 20px;
	float: left;
	margin: 20px 0px 10px 0px;
}
