#searchContainer {
}

#tabs  {
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#results {
	clear: both;
}

#tabs div {
  float: left;
  font-size: 11px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #e6e6d9;
  padding: 5px;
  margin: 2px 4px 0px 0px;
  cursor : pointer;
  white-space : nowrap;
}

#tabs div.tabOn {
  font-weight: bold;
  background-color: #f5f5e7;
  cursor : default;
}
#tabs div.tabOff{
  background-color: white;
}

#tabs div.lineTop {
  font-size: 6px;
  display: block;
  height: 1px;
  width: 97%;
  border-top: 1px solid black;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

#results .pagey {
	text-align: center;
}

