﻿/* Pager Bar */
.pagerBar {
   background: #E3E4E6;
   position: relative;
   height: 20px;
   text-align: center;
   margin: 0 0 10px 0;
   color: #999;
   clear: both;
}
.pagerBar a:link, .pagerBar a:active, .pagerBar a:visited {
   text-decoration: none;
   font-weight: bold;
   color: #3799CA;
}
.pagerBar a:hover { text-decoration: underline; }
.pages a:link, .pages a:active, .pages a:visited {
   font-weight: normal;
   color: #999;
}
.pages { padding: 3px 0 0 0; }
.pages a.selected {
   font-weight: bold;
   color: #636466;
}
.noPrevious, .previous {
   position: absolute;
   top: 3px;
   left: 10px;
   font-weight: bold;
}
.noNext, .next {
   position: absolute;
   top: 3px;
   right: 10px;
}
.pagerBar ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   display: inline;
}
.page, .pageCount, .pagerBar ul li { display: inline; }

/* Choose Your View */
#chooseView {
   width: 144px;
   height: 120px;
   padding: 20px 15px 0 13px;
}
.chooseViewHdr, .savedSearchHdr {
   color: #007CC4;
   font-size: 14px;
   font-family: arial, sans-serif;
   padding: 0 0 8px;
}
.updateBtn {
   text-align: right;
   padding: 5px 0 0;
}
#chooseView label {
   display: block;
   width: 35px;
   float: left;
   padding: 3px 0 0;
   font-size: 10px;
}
#chooseView select {
   font-size: 10px;
   width: 105px;
   margin: 0 0 4px;
}

/* Right Column Ad */
#rightCol iframe {
}
.resultList {
   list-style:none;
   margin: 0;
   padding: 0; 
}
.resultList li { display: inline; }

/* Saved Search */
.savedSearch div { padding: 4px 0; }
.savedSearch label { font-size: 10px; }
.chkEmailMeMore {
   float: left;
   margin: 0 0 10px;
}
.savedSearch {
   width: 145px;
   padding: 10px 15px 0 13px;
   height: 264px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
