div.content h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: 600;
	color: #8f8f8f;
}

div.content div.prodline {
	background:
		url('/images/components/mfgr_prodline_background.gif')
		top center no-repeat;
	height: 23px;
	margin: 6px 0px 0px 0px;
	padding: 4px 10px 0px 10px;
	color: #005598;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	clear: both;
}

div.content div.model_name_wrapper {
	margin: 0px 8px;
}

div.content div.model_name {
	background-color: #FFF;
	padding: 0px 0px;
	text-align: left;
	margin: 0px  0px;
	color: #9A9A9A;
	width: 25%;
	line-height: 18px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
}

div.content div.model_name a{
    color: #005598;
	display:block;
    text-decoration: none;
}
/*color: #407FB4;*/

div.content div.model_name a:Hover{
    color: #3E80B0;
    display:block;
	background-color: #E7E7E7;
    text-decoration: underline;
}

/* MICR listing */

div.content div.mfgr_title {
	background:
        url('/images/components/mfgr_micr_background.gif')
        top center no-repeat;
	padding: 4px 5px;
	text-align: left;
	margin: 0px 0px;
	color: #FFF;
	clear:both;
height: 22px;
font-weight: bold;
}

div.content div.map_mfgr{
	background-color: #31BE31;
	padding: 5px 5px;
	text-align: left;
	margin: 5px 5px;
	color: #FFF;
	float: left;
	width: 91px;
	font-weight: bold;
}

div.content div.map_prodline {
	border-top: 1px solid #00ADEF;
	background-color: #EAECE9;
	padding: 5px 5px;
	text-align: left;
	margin: 5px  5px;
	color:  #005598;
	float: left;
	width: 91px;
	font-weight: bold;	
}

div.content div.map_model {
    border: 1px solid #333;
    background-color: #FFF;
    padding: 5px 5px;
    text-align: left;
    margin: 5px  5px;
    color: #005598;
    float: left;
	width: 91px;
}



/* MICR Listing */


