@charset "utf-8";
/* CSS Document */

div#trade_noteworthy img, div#trade_featured img, div#trade_review img, div#trade_forthcoming img {
	display:block;
}

div#trade_noteworthy {
	width:579px;
	height:235px;
	background:url(/images/trade_noteworthy_bottom.jpg) bottom center no-repeat;
}

div#trade_noteworthy ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	border:0px solid #FF0000;
}

div#trade_noteworthy li {
	float:left;
	width:100px;
	padding:0px 22px 0px 22px;
	margin:0px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#002A76;
	text-align:center;
	border:0px solid #FF0000;
}

div#trade_noteworthy li img {
	padding:5px 0px 0px 0px;
}

div#trade_questions {
	width:190px;
	height:235px;
	//background:url(/images/trade_questions_bottom.jpg) bottom center no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

div#trade_questions p {
	padding:0px 5px 0px 10px;
	margin:0px;
}

div#trade_featured {
	width:276px;
	height:216px;
	background:url(/images/trade_featured_bottom.jpg) bottom center no-repeat;
}

div#trade_featured ul {
	margin:0px 12px 12px 12px;
	padding:0px;
	list-style-type:none;
	border:0px solid #FF0000;
}

div#trade_featured li {
	width:100px;
	padding:5px 13px 0px 13px;
	float:left;
	margin:0px;
	border:0px solid #FF0000;
}

div#trade_review {
	width:286px;
	height:216px;
	background:url(/images/trade_review_bottom.jpg) bottom center no-repeat;
	position:absolute;
	top:235px;
	left:290px;		
}

div#trade_review p {
	margin:10px 10px 0px 20px;
	padding:15px;
	font:11px Arial, Helvetica, sans-serif;
	line-height:155%;
}

div#trade_review a {
	float:left;
}

div#trade_forthcoming {
	width:190px;
	height:216px;
	background:url(/images/trade_forthcoming_bottom.jpg) bottom center no-repeat;
	position:absolute;
	top:235px;
	right:0px;
}

div#trade_forthcoming ul {
	margin:15px 5px 0px 8px;
	padding:0px;
	list-style-type:none;
}

div#trade_forthcoming li {
	float:left;
	width:75px;
	margin:0px;
	padding:0px 5px 0px 5px;
}

div#trade_review div {
	margin:15px 10px 0px 20px;
	padding:10px;	
	list-style-type:none;	
	
}

div#trade_review strong {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#000000;
}

div#trade_review a {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
}

div#trade_review a:hover {
	text-decoration:underline;
}

div#trade_review ul {
  list-style-type: none;
  padding:0px;
  margin:0px;
}

div#trade_review li {
  list-style-type: none;
  /*padding:5px 5px 5px 10px; */
  padding:0 5px 5px 10px;
  margin:5px;
  margin-bottom: 0;
}

/** styles for librarian page */
#librarian_list{
	background: url(/images/trade/librarian_bg.jpg) no-repeat; 
	position: relative;
	height: 230px;
}

.librarian_order{
	margin: 0 0 0 0;
	padding: 0 0 0 34px;
}

.librarian_order_item{
	list-style: none;
	float: left;
	margin: 50px 0 0 0;
}
	