/* styles for the manufacturer's page */

td.bg {  /*  background color for the list of mfrs and the form section  */
background-color:#F5F5F5;  /*  WhiteSmoke  */
}
p#search {
font:16px Arial;
background-color:#FFFF00;
padding:3px 3px 5px 3px;
margin:16px 0 15px 20px;
border:1px solid #FF0000;
}
p#search a {
font-weight:bold;
color:#FF0000;
}
td#alpha {  /* alphabetical links */
text-align:center;
padding:8px 0 10px 0;
}
td#alpha a {  /* alphabetical links */
font-size:14px;
font-weight:bold;
letter-spacing:2px;
margin-right:9px;
}
p.start {  /* instructions at top of page */
font-size:14px;
letter-spacing:1px;
margin:5px 15px 2px 20px;
}

ul#nav { /* contains list of mfrs */
	border:0;
	padding:0 0 0 13px;
	margin:0;
	list-style:none;
	float:left;
	width:290px; /* width same as li - but it must have a width */
}
#nav li { /* list of mfrs */
	border:0;
	padding:0;
	margin:3px 5px 5px 5px;
	position:relative;
	float:left;
	list-style-type:none;
	width:290px; /* width same as ul - Opera must have a width for li */
	font-size:12px; /* brings check box in tighter */
}
#nav li a {    /* list of mfrs (links) */
	display:inline;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
#nav dl, dt, dd {
	border:0;
	padding:0;
	margin:0;
}
#nav li dl { /* box */
	position:absolute;
	left:-999em;
	border:1px solid #FB3340;  /* red from the header img */
	z-index:2;
}
#nav li dl dt a { /* box heading (links) */
	width:260px;
	display:block;
	font:bold 14px Arial, sans-serif;
	text-align:center;
	background-color:white;
/*	background-color:#C6C6C6;*/
	padding:5px;
}
#nav li dl dt a:link {
	color:black; /* otherwise it's blue */
	text-decoration:none;
}
#nav li dl dt a:visited {
	color:black; /* otherwise it's blue */
	text-decoration:none;
}
#nav li dl dt a:hover {
	color:#3300FF;
	text-decoration:underline;
}
#nav li dl dt a:active {
	text-decoration:none;
}
#nav dd {  /* box description */
	width:250px;
	font:12px Arial, sans-serif;
	text-align:left;
	background-color:white;
	padding:0 10px 5px 10px;
}
#nav dd a { 
	font:12px Arial, sans-serif;
}
#nav li:hover, #nav li.sfhover {
	margin-bottom:4px; /* the li has a margin of 5px spec'ed aboved - these settings keep the links from jumping */
	border-bottom:1px solid #FB3340;
}
#nav li:hover dl, #nav li.sfhover dl { 
	top:-10px;
	left:284px;
}

.clear {
	clear:both;
}

p.top {  /* back to top mfr page */
text-align:right;
margin-right:20px;
}
p.top a {  /* back to top mfr page */
font:12px Arial, sans-serif;
font-weight:bold;
line-height:4em;
}

div#form {  /* form section mfr page */
padding:15px 0 10px 25px;
/*margin-bottom:-20px;*/
background-color:#FFFFFF;
}
div#form table {  /* form section mfr page */
margin-left:15px;
}
div#form table tr td {  /* form section mfr page */
font-size:14px;
font-weight:bold;
}
div#form table tr td#litreq {  /* literature request mfr page */
font-size:20px;
text-align:center;
text-decoration:underline;
}
div#form table tr td.aster12px {  /* asterisk mfr page */
font-size:11px;
text-align:center;
}
div#form table tr td.aster12px span {  /* asterisk mfr page */
font-size:14px;
color:#f00;
}
div#form table tr td.aster span {  /* asterisk mfr page */
color:#f00;
}