/*Search Tab Text*/
#ppcolortabs UL
{
	font: bold 11px Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
/*Tab position*/
#ppcolortabs LI
{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform: uppercase;
}
/*Tab Color and spacing*/
#ppcolortabs A
{
	float: left;
	background: #006200 url(http://www.aosmithmotors.com/AOSECatalog/images/color_tabs_left.gif) no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
	letter-spacing: 1px;
}
/*Tab rounded corners and Unselected Text Color*/
#ppcolortabs A SPAN
{
	float: left;
	display: block;
	background: transparent url(http://www.aosmithmotors.com/AOSECatalog/images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 9px 2px 6px;
	color: #FFFFFF;
}
#ppcolortabs A SPAN
{
	float: none;
}
/*[clearfix]*/#ppcolortabs A:hover
{
	background-color: #008000;
	font-family: Arial;
}
/*Tab Hover Text*/
#ppcolortabs A:hover SPAN
{
	background-color: #008000;
	color: #FFFFFF;
}
/*Tab Selected Text Color*/
#ppcolortabs #current A, #ppcolortabs #current SPAN
{
/*currently selected tab*/
	background-color: #92C16D;
	color: #050000;
}
/*Tab Under-Bar*/
#ppcolortabsline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: #006200;
	border-top: 1px solid #FFF;
/*Remove this to remove border between bar and tabs*/
}
.newbutton
{
	background: transparent;
	border-bottom: 0px ridge #C0C0C0;
	border-left: 0px ridge #C0C0C0;
	border-right: 0px ridge #C0C0C0;
	border-top: 0px ridge #C0C0C0;
	width: 61px;
	text-align: center;
	font-family: Verdana;
	font-size: 7.5pt;
	font-weight: normal;
	color: #000000;
	background-image: url(http://www.aosmithmotors.com/AOSECatalog/images/button.gif);
	padding-bottom: 2px;
	background-repeat: no-repeat;
	cursor: hand;
}
