/* GENERAL */
body, table {
	font-size: 12px;
	font-family: Arial, Verdana;
}
body a {
	color: #0000ff;
	text-decoration: none;
}
body a:hover {
	color: #FFAE18;
	text-decoration: underline;
}
.content { width: 1024px; }
.right { width: 100%; text-align: right; }
form {
	padding:0px;
	margin:0px;
}

/* HEADER */
#top {
	background: #31415A;
	width: 100%;
	height: 81px;
}
#top .left {
	width: 400px;
	float: left;
}
#top .right {
	width: 500px;
	float: right;
	text-align: right;
	color: #ffffff;
}
#top a {
	color: #94A2AD;
}
#top a:hover {
	color: #ffffff;
}

/* STYLES */
#menu {
	background: #FFAE18;
	width: 100%;
	font-weight: bold;
	height: 28px;
	clear:both;
}
#menu h2 {
	line-height: 28px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
#menu h2:hover {
	background: #FF6600;
}
#menu h3 {
	line-height: 28px;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
#menu a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Century Gothic, Arial, Verdana, ;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#graybar {
	background: #8e96a4;
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 5px;
	clear:both;
}

/* HOMEPAGE */
#mainpagesearch {
	color: #333333;
	background: url("/images/main_search_bg.gif");
	background-repeat: repeat-x;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	padding-left: 50px;
}

#mainpagesearch a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
#mainpagesearch a:hover {
	color: #000000;
	text-decoration: underline;
}

#textbookname {
	background: #ffffff;
	background:url("/images/main_search_textbook_name.gif");
	background-repeat: no-repeat;
}
#isbn {
	background: #ffffff;
	background:url("/images/main_search_isbn.gif");
	background-repeat: no-repeat;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.orange { color: #FFAE18; }
.blue { color: #31415A; }

#mainpagetext {
	width: 1050px;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	color: #333333;
}

#mainpagetext h2{
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
#mainpagetext h2 a {
	color: Orange;
	text-decoration: none;
}
#mainpagetext h2 a:hover {
	color: Orange;
	text-decoration: underline;
}

#mainbottombox {
	background: url("/images/main_bottom_box.gif");
	width: 200px;
	height: 200px;
	float: left;
	margin: 10px;	
}

.mainbottomboxcontent {
	width: 160px;
	height: 160px;
	position: relative;
	left: 20px;
	top: 20px;
}
.one { background: url("/images/main_bottom_box_one.gif"); }
.two { background: url("/images/main_bottom_box_two.gif"); }
.three { background: url("/images/main_bottom_box_three.gif"); }

/* BODY STYLES */
#pagination td {
	background: #eeeeee;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
#pagination a {
	color: #0000ff;
}
#pagination a:hover {
	color: #333333;
}

#tablelastrow td {
	border-top: 1px #526184 solid;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}


/* FOOTER STYLES */
#prefooter {
	border-top:1px #8e96a4 solid;
	background: #e3e3e3;
	width: 100%;
	color: #999999;
	height: 35px;
	line-height: 35px;
	clear:both;
}
#prefooter a {
	color: #33425a;
	text-decoration: none;
}
#prefooter a:hover {
	color: #33425a;
	text-decoration: underline;
}

#footer {
	border-top:1px #ffffff solid;
	background: #31415A;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	clear:both;
}
#footer a {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {color: #ffffff;}

/* FORM STYLES */
.input {
   font-size: 11px;
   font-family: arial;
   color: #113D5E;
   border: 1px #0C2B42 solid;
}
.inputgrey {
   font-size: 11px;
   font-family: arial;
   color: #666666;
   border: 1px #0C2B42 solid;;
}
.select {
   font-size: 11px;
   font-family: arial;
   color: #000000;
   border: 1px #0C2B42 solid;;
}
.button {
   color: #ffffff;
   font-size: 11px;
	font-weight: bold;
   background: #FFAE18;
   border: 1px #333333 solid;
}

/* MAIN CONTENT */
#maincontent {
	width: 725px;
	display: block;
	color: #000000;
	padding-top: 30px;
	padding-left: 150px;
}
#maincontent h1 {
	color: #31415A;
	font-size: 20px;
	font-family: century gothic, arial, verdana;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	color: #FFAE18;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* POLL */
.text {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

/* LEFT STYLES */
#left {
	background:#f2f2f2;
	width:220px;
	text-align:center;
	border-right:1px #cccccc solid;
	line-height:10px;
}
#left a {color:#6b8499;}
#left a:hover {text-decoration:underline;}

.boxheaderhack {
	padding: 0px 10px 0px 10px;
	text-align:left;
}
.boxheader {
	width:200px;
	height:32px;
	line-height:32px;
	background:url('/images/boxheaderbg.gif');
	border:1px #cccccc solid;
	border-bottom:0px;
	color:#4d4d4d;
	font-family: helvetica,arial;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}
.boxcontenthack {
	padding:10px;
	text-align:left;
}
.boxcontent {
	width:200px;
	background:#ffffff;
	color:#666666;
	border:1px #cccccc solid;
	text-align:left;
	line-height:20px;
}
.boxshade {
	width:202px;
	height:3px;
	line-height:3px;
	font-size:1px;
	background:#e5e5e5;
}

/* MAIN BODY STYLES */
#right {
	color:#4d4d4d;
	width:748px;
	padding-left:20px;
	line-height:7px;
}
#right a {color:#3b59bb;}
#right a:hover {color:#3b59bb;text-decoration:underline;}
#right h1 {
	color:#31415a;
	font-size:18px;
	font-weight:bold;
	line-height:26px;
}
#right h2 {
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:13px;
}
#right .divider {
	width:100%;
	height:3px;
	line-height:3px;
	background:#bbbbbb;
	margin-bottom:5px;
}

/* TABLE STYLES */
#datatable .header td {
	height:27px;
	line-height:27px;
	background:url('/images/tableheader.gif');
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding:0px 5px 0px 5px;
}
#datatable .main td {
	padding:5px;
	border-bottom:1px #cccccc solid;
	line-height:20px;
	font-size:12px;
}

/* RIGHT SIDE BOXES */
#listingright {
	float:right;
	width:200px;
}
#sellerbox {
	line-height:20px;
	font-size:12px;
	padding:10px;
	border:1px #cccccc solid;
}
#sellerbox h1 {
	font-size:14px;
	font-weight:bold;
	line-height:23px;
}
#sellerbox textarea {
	width:180px;
}
#textbookstats {
	background: #eeeeee;
	color: #333333;
	padding:10px;
	border: 1px #cccccc solid;
	line-height:18px;
}
#textbookstats h3 {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.price {
	color:#ff0000;
	font-weight:bold;
}

#message {
	display: block;
	width: 100%;
	background: #cccccc;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:10px;
}
#message a {
	font-size:12px;
	font-weight:normal;
}
#message .error {
	display: block;
	width: 698px;
	padding: 15px;
}

#sellbookbox {
	background:url('/images/selltextbookbg.gif');
	width:710px;
	height:220px;
	font-size:25px;
	color:#333333;
}
#sellbookbox .isbnbox {
	font-size:20px;
	color:#666666;
	border:2px #31415a solid;
	width:150px;
	height:25px;	
}
#sellbookbox .box {
	float:left;
	width:45%;
	height:220px;
	padding:30px 0px 0px 30px;
}
#sellbookbox .submitbutton {
	position:relative;
	top:100px;
}

#chatterinfo {
	float:right;
	width:205px;
	border:1px #cccccc solid;
}
#chatterinfo .content {
	width:100%;
	padding:7px;
	line-height:18px;
}

/* ADS */
.rightad {
	float:right;
	width:120px;
}