@charset "utf-8";


/* -------------------------------- Main Page Styles -------------------------------- */ 

/* -------------------------------- Header Styles -------------------------------- */ 

/* -------------------------------- Content Area Styles -------------------------------- */ 

h4{
	font-weight:bold;
}
.result {
	background-color: #fefefe;
	margin-bottom: 15px;
	margin-right: 15px;
	background-image: url(/images/result-glossy.gif);
	background-repeat: no-repeat;
}

.result-top {
	padding: 0;
}

#results h3{
	font-size:100%;
	margin-top:3px;
	margin-bottom:0px;
}

#results p{
	font-size:85%;
	margin-top: 0px;
}

#results .shortdescription{
  margin: 10px 0 0 0;
}

#results .shortdescription p{
	font-size:90%;
}

#main-results-area {
	width: 580px;
	background-image: url(/images/main-results-bg.jpg);
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 0px;
	padding-top: 20px;
	/* border: solid 1px #fff; */
}

.result a {color: #054E7A;}
	.result a:visited {color: #000000;}
	.result a:hover {color: #87B1C1;}
	.result a:visited:hover {color: #87B1C1;}

#results {
	margin:0px 25px 20px 30px;
}

#results-sorter,
#results-sorter-bottom {
	color: #FFFFFF;
	position: static;
	margin: 0px 25px 10px 30px;
	background-color: #021118;
	padding: 6px;
	/*height:20px;*/
}

#results-sorter h2 {
	display: block;
	margin-bottom: -5px;
	/*float: left;         Working with some results, it doesn't seem that there even ARE any "h2"s in the results sorter. The only one is up top, but "#results-refinement h2" takes care of this */
	/*clear: left;*/
	/*background:none;*/
}

#results-sorter form {
	float: right;
	margin-top: 0px;
}

#results-sorter select {
	color:#FFF;
	background-color:#054E7A;
	border:none 0px;
}

#results-sorter h1 {
	color: #FFF;
	margin: 0px;
	font-size: 140%;
	font-weight: bold;
}

#results-sorter div.pagination,
#results-sorter-bottom div.pagination {
  text-align: right;
  margin-top: 8px;
}

#results-sorter .topx {
  margin-top: 10px;
}

.results-image-container {
	/*height: 96px;*/
	width: 72px;
	float: left;
	/*margin-right: 10px;
	margin-bottom: 10px;*/
	/*padding: 0 10px 20px 0;*/
	padding: 4px 10px 4px 4px;
	/*background-image: url(/images/bio-images-container-bg.jpg);*/
	/*text-align: center;*/
}

.results-image-container a {
	text-align: center;
	color: #FFFFFF;
	font-size: 90%;
}

.results-image-container img {
	display: block;
	margin-bottom: 3px;
	background-color: #021118;
}

.results-summary {
	position: relative;
 	float: left;
	width: 421px;
	min-height: 157px;
}

.topx {
	margin-bottom: 6px;
	margin-right: 6px;
}

.result .topx {
	font-size: 105%;
}
	
.topx h4 {
	display: inline;
	font-weight: normal;
}

.result .topx h4 {
	font-size:85%;
}

.add-to-wishlist,.go-to-wishlist {
  display: block;
	font-size: 85%;
	top: 2px;
	right: 2px;
	font-weight: bold;
	position: absolute;
	z-index: 100;
}

ul.topics{
	display:inline;
	margin:0px;	
	padding:0px;
	line-height:95%;
}
	
.topics li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}

.result .topics li {
	font-size: 85%;
}

#similar h4 {
	display: inline;
	font-size:100%
}

#results .similar {
	font-size: 85%;
	margin-bottom: 10px;
}

#results .fees {
	font-size: 90%;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 0px;
	/*clear: both;*/
}

#narrow-search fieldset {
  border: 0;
}

#narrow-search select {
  font-size: 9px;
}

/*--------------------------- Refine Results -----------------------------------*/

#refine-results {
	margin: 0px 10px 20px 10px;
	background-color: #fefefe;
	background-image: url(../images/result-glossy.gif);
	background-repeat: no-repeat;
	color:#000000;
}

#refine-results h1 {
	color: #054E7A;
}

.refine-form {
	clear: both;
	float: none;
}

.refine-form input {
	width: 110px;
	height: 14px;
	padding:0px;
	margin:0px 5px 0px 0px;
}

.refine-form select {
	width: 110px;
	padding:0px;
	margin:0px 5px 0px 0px;
}

.refine-form ul {
	margin:0px;
	padding:0px;
}

.refine-form li {
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-top:5px;
	clear:both;
	list-style-type: none;
}

.refine-form label {
	font-size:75%;
	display:block;
	float:left;
	padding: 3px 0px 0px 0px;
	width:60px;
}

#refinesubmit {
	font-size: 100%;
	color: #000;
	background-color:#fefefe;
	border: none 0px;
	margin: 4px 0 6px 0;
	height: 18px;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	float: right;
	text-transform: uppercase;
	cursor: pointer;
}

.inset-top {
	margin-left: 10px;
}


/* -------------------------------- Footer Styles -------------------------------- */ 
#results-refinement h2 {
	font-size: 130%;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding-bottom: 0px 0px 0px 0px;
}

#results-refinement {
	float: left;
	width: 360px;
}

#results-sorter {
	clear:both;
}
