.ac_results {
padding: 0;
border: 1px solid #333;
background-color: #fff;
overflow: hidden;
z-index: 99999;
text-align: left;
}
.results {
	background-color: #eef1f3;
	border: 5px solid #00538A;
}

.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 10px;
line-height: 16px;
overflow: hidden;
}
.ac_results {
	background-color: #eef1f3;
}
.ac_over {
	background-color: #00538A;
	color: #fff;
}@charset "utf-8";
/* star rating code - use lists because its more semantic */
/* No javascript required */
/* all the stars are contained in one matrix to solve rollover problems with delay */
/* the background position is just shifted to reveal the correct image. */
/* the images are 16px by 16px and the background position will be shifted in negative 16px increments */
/*  key:  B=Blank : O=Orange : G = Green 
 /
/
..... The Matrix ....... */
/* colours ....Background position */
/* B B B B B - (0 0)*/
/* G B B B B - (0 -16px)*/
/* G G B B B - (0 -32px)*/
/* G G G B B - (0 -48px)*/
/* G G G G B - (0 -64px)*/
/* G G G G G - (0 -80px)*/
/* O B B B B - (0 -96px)*/
/* O O B B B - (0 -112px)*/
/* O O O B B - (0 -128px)*/
/* O O O O B - (0 -144px)*/
/* O O O O O - (0 -160px)*/
 
 
/* the default rating is placed as a background image in the ul */
/* use the background position according to the table above to display the required images*/
.rating{
	width:80px;
	height:16px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background-image: url(../images/star-matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
	background-position:0 0;
}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0;}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;
	background-image: url(../images/star-matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.rating li.one a:hover, ul.ratingone {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px;}
ul.rating li.four a:hover {background-position:0 -144px;}
ul.rating li.five a:hover {background-position:0 -160px;}

/* end rating code */
div#results{
	width:198px;
	display:none;
	background-color: #94034d;
}
.happy {
	background-image: url(../images/happy.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	display: inline;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.unhappy {
	background-image: url(../images/unhappy.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	display: inline;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
.neutral {
	background-image: url(../images/neutral.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	display: inline;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}


.smaller {
	font-size: small;
}


#fadeinbox{
	position:absolute;
	width: 400px;
	left: 0;
	top: -400px;
	border: 5px solid #00538A;
	background-color: #FFF;
	padding: 10px;
	z-index: 100;
	visibility:hidden;
	font-size: 0.95em;
	color: #616A70;
	margin-top: 50px;


}
td.newmessage {
	background-color: #E2EBEF;
}
table#messages td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


a.white {
	color: #FFFFFF;
}
div#message a {
	font-size: larger;
	font-weight: bold;
}
div.half {
	float: left;
	width: 46%;
	margin-right: 2%;
}

.buttons {
	background-color: #F4F5F7;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #C8CBD5;
}
label.third {
	float: left;
	width: 30%;
	text-align: right;
}

div#in {
	background-image: url(../images/in.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


strong.blue {
	color: #4b6eaf;
}
a.grey:link,a.grey:active,a.grey:visited {
	color: #616A70;
}


div#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
/* CSS Document */
div#results2{
	width:198px;
	display:none;
	background-color: #94034d;
}
div#results2 ul, #results2 li{padding:0; margin:0; border:0; list-style:none;}
table#messages a {
	font-size: larger;
	font-weight: bold;
	color: #4B6EAF;
}

table#messages input.button {
	background-color: #00538A;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.button {
	color: #0C6EAF;
	background-color: #E1E3E8;
	padding: 3px;
	border: 1px solid #C8CBD5;
	margin-right: 5px;
	font-size: smaller;
	font-weight: bold;
}

/* CSS Document */

body {
	font-size: 70%;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	color: #637072;
}
h1 {
	font-size: 1.9em;
	font-family: "Arial Narrow", Arial, "Trebuchet MS";
	font-weight: bold;
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -259px;
	background-color: #00538A;
	padding: 10px;
	color: #d5eeff;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	color: #637072;
}
a.big:link, a.big:active, a.big:visited {
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -260px;
	display: block;
	padding: 10px;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	width: 200px;
	margin-top: 10px;
}

div#right_column p {
	color: #FFFFFF;
}
div.big_image_bg {
	background-image: url(../images/big_image_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
	float: left;
	height: 192px;
	width: 192px;
	display: block;
	margin-right: 20px;
}


h1.red {
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -86px;
	background-color: #8B004B;
	color: #f3e1e9;
}
th {
	color: #FFFFFF;
	background-color: #00538A;
}
a:link, a:active, a:visited {
	color: #0C6EAF;
	text-decoration: none;
}
table#discounts td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D0D5D6;
}



h1.green {
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #43630C;
	color: #edffcf;
}
h2 {
	font-size: 1.9em;
	color: #0C6EAF;
	font-family: "Arial Narrow", Arial, "Trebuchet MS";
	font-weight: bold;
	margin: 10px;
}
form h2 {
	margin-left: 0px;
	margin-bottom: 0px;
}

h3 {
	width: 130px;
	float: left;
	padding: 10px;
	color: #d5eeff;
	font-family: "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 1.9em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #117AC0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 50px;
}

h5 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
}
h6 {
	color: #FF0000;
	margin: 0px;
	font-size: 11px;
}



span.stats {
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}
label {
	display: block;
	text-align: left;
	margin-top: 5px;
}


div.stats
{
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -259px;
	background-color: #00538B;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	float: left;
}
div.product {
	background-color: #eef1f3;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color: #616A70;
	height: 250px;
}
div.product2 {
	background-color: #eef1f3;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color: #616A70;
}
div.product img {
	background-image: url(../images/product_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.product_border {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #EEF1F3;
	float: left;
	width: 138px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.nomargin {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #EEF1F3;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
div#footer {
	background-color: #eef1f3;
	float: left;
	margin-top: 1px;
	width: 100%;
	color: #616A70;
	padding-top: 20px;
	padding-bottom: 20px;
	text-indent: 20px;
	font-size: 1em;
	font-weight: bold;
}


ul#books {
	background-image: url(../images/pile_of_books.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 85px;
}

ul.list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #0C6EAF;
	background-image: url(../images/tick.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 25px;
}
ul.list2  li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #0C6EAF;
	list-style-type: none;
}



ul#menu {
	background-color: #00538B;
	padding: 0px;
	float: left;
	width: 968px;
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -259px;
	border: 10px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul#menu li {
	display: inline;
	width: auto;
}
ul#menu li a:link, ul#menu li a:active, ul#menu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -259px;
	padding: 15px;
	background-color: #00538a;
	display: block;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #01548b;
	border-left-color: #0f74b8;
	font-weight: bold;
}
ul#menu li a:hover {
	background-image: url(../images/menu_buttons.gif);
	background-repeat: repeat-x;
	background-position: center -173px;
	background-color: #010101;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #040404;
	border-left-color: #363a3c;
}

div#container {
	margin: auto;
	width: 1010px;
}
div#background {
	background-color: #d0d5d6;
	border: 1px solid #FFFFFF;
	padding: 10px;
	float: left;
	width: 988px;
}
div#content {
	padding: 10px;
	float: left;
	width: 968px;
	background-color: #FFFFFF;
}
div#left_column {
	float: left;
	width: 610px;
}
div#left_column2 {
	float: left;
	width: 780px;
}
div#right_column {
	float: left;
	width: 175px;
	margin-right: 10px;
}
div#ads {
	float: right;
	width: 160px;
	background-color: #F1F3F5;
	height: 100%;
	border: 1px solid #D0D5D6;
}

div.float {
	float: left;
}


a#logo:link, a#logo:active, a#logo:visited {
	background-image: url(../images/iswapbooks_logo.gif);
	display: block;
	height: 100px;
	width: 252px;
	float: left;
}
a#buy:link, a#buy:active, a#buy:visited {
	background-image: url(../images/buy_and_sell_buttons.gif);
	background-repeat: no-repeat;
	background-position: center -140px;
	display: block;
	height: 70px;
	width: 222px;
}
a#buy:hover {
	background-position: center top;
}
a#sell:link, a#sell:active, a#sell:visited {
	background-image: url(../images/buy_and_sell_buttons.gif);
	background-repeat: no-repeat;
	background-position: center -210px;
	display: block;
	height: 70px;
	width: 222px;
}
a#sell:hover {
	background-position: center -70px;
}
ul#buy_sell {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	width: 222px;
}
form#login a:link, form#login a:active, form#login a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	background-color: #045B95;
}
form#searchform  a:link, form#searchform  a:active, form#searchform  a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	background-color: #94034d;
}
.input {
	border: 1px solid #BBC6CE;
	font-family: Arial, Helvetica, sans-serif;
	color: #616A70;
	padding: 2px;
}
.input2 {
	border: 1px solid #BBC6CE;
	font-family: Arial, Helvetica, sans-serif;
	color: #616A70;
	padding: 2px;
	font-size: smaller;
}
form {
	margin: 0px;
	padding: 10px;
	text-align: left;
}
form#searchform {
	background-color: #8B004B;
	color: #FFFFFF;
	margin-bottom: 15px;
}
div#left_column form#searchform {
	float: left;
	width: 690px;
	padding: 20px;
}

form#login {
	background-color: #00538A;
	color: #FFFFFF;
	margin-bottom: 15px;
}

form#sell {
	padding: 20px;
}
form.book_info {
	float: left;
	width: 124px;
}

div#left_column div.formcol {
	float: left;
	width: 200px;
}
form.form_center {
	text-align: center;
}
div.advanced_box {
	display: none;
}
div.advanced_box2 {
	display: block;
}
div.university {
	background-image: url(../images/university_bg.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 102px;
	width: 203px;
	font-size: 1.3em;
	font-weight: bold;
	color: #00538a;
	padding-top: 15px;
	background-position: center 30px;
}
div.topic {
	background-image: url(../images/topic_bg.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 55px;
	width: 176px;
	font-size: 1.3em;
	font-weight: bold;
	color: #00538a;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center bottom;
}
.larger {
	font-size: 1.55em;
}
.grey {
	color: #637072;
}
span.grey {
	font-size: 12px;
}

h5.blue {
	color: #00538A;
}
div#browse {
	background-color: #F0F3F4;
	padding: 10px;
	font-size: 1.45em;
	font-weight: bold;
	color: #00538A;
	margin-top: 10px;
	margin-bottom: 10px;
}
td#leftform form {
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#banner {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 20px;
}
.hidden {
	visibility: hidden;
	height:0px;
}
.visible {
	visibility: visible;
}
.new {
	background-image: url(../images/new2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

