div.pageBannerImg { background: url(../images/banners/finder_banner.jpg) no-repeat right top; }
#navContainer {
	display: none;
}
#breadCrumb {
	width: 100%;
}
#mainContentContainer {
	width: 720px;
}
#productButtons {
	height: 22px;
	width: auto;
	margin-top: 10px;
	background: url(../images/backgrounds/buttons_container_bg.gif) repeat-x left bottom;
}
#productButtons ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#productButtons li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#productButtons a {
	display: block;
	height: auto;
	width: auto;
	float: left;
	text-transform: uppercase;
	padding: 4px 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background: #999999;
}
#productButtons a:hover {
	background: #0066FF;
	border-color: #0066FF;
	color: white;
}

#productButtons a.selected {
	color: #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	background: white;
}

#listAlphabetical li {
	text-transform: uppercase;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #999999;
	padding-left: 6px;
	color: #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: none inside;
}
#listAlphabetical ul {
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}
#listAlphabetical li.last {
	border-right-style: none;
}
#mainContentContainer table {
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContentContainer td {
	border-style: none;
	font-size: 11px;
}
#mainContentContainer th {
	background: #91A7FF;
	color: #FFFFFF;
}
