#hiddenLinks {
	display: none;
}

#indexApDiv {
	position:absolute;
	visibility:hidden;
	left:7px;
	top:39px;
	width:200px;
	height:460px;
	z-index:2;
	margin: 0px;
	padding: 0px;
}
#buttonApDiv {
	position:absolute;
	visibility:visible;
	left:10px;
	top:10px;
	width:200px;
	height:30px;
	z-index:3;
	margin: 0px;
	padding: 0px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: 285px;
	background: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.manufacturerHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	background-color: #b02b2b;
	padding-right: 10px;
	margin-left: 90px;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
}
.manufacturerHeaderVer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #B02B2B;
	padding-left: 7px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding-right: 7px;
	margin-left: 90px;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px solid #B02B2B;
}
.manufacturerHeaderVer2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	padding-left: 7px;
	font-weight: bold;
	background-color: #B02B2B;
	padding-right: 7px;
	margin-left: 90px;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}
.manufacturerLogo {
	background-color: #FFF;
	margin-left: 85px;
	display: inline;
	margin-right: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.mftHeaderBar {
	background-image: url(../images/mft_linelist_bar_200x9.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
}
.mftHeaderBarVer2 {
	background-image: url(../images/mft_linelist_bar_200x9.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.lineListBar {
	background-color: #e7e7e7;
	padding-top: 3px;
	padding-bottom: 3px;
}
.lineListBarVer2 {
	background-image: url(../images/linelist_bar_800x20.jpg);
	background-repeat: no-repeat;
	background-position: center 3px;
}

.category {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
}
.categoryLink {
	font-size: 1.2em;
	font-weight: bold;
	color: #B02B2B;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.categoryLink:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #696969;
	text-decoration: underline;
}
