/*
  Top table just contains text and magnifying glass image
*/
table.mfrtop
{
	font-size:              14px;
	color:                  #000000;
	border-width:           1px;
	border-color:           #666666;
	border-collapse:        collapse;
	padding-top:            0px;
	padding-left:           10px;
	padding-bottom:         10px;
	margin-top:             0px;
}

table.mfrtop tr
{
  vertical-align:         middle;
}

table.mfrtop td
{
	font-weight:            bold;
	background-color:       #ffffff;
	border-width:           0px;
	border-style:           solid;
	padding-bottom:         8px;
	padding-left:           10px;
}


/*
  Main manufacturer search results table
*/
table.mfrmain
{
	width:                  100%;
	font-size:              14px;
	border-width:           1px;
	border-color:           #666666;
	border-collapse:        collapse;
}

table.mfrmain tr
{
  vertical-align:         text-top;
  border-bottom:          1px solid #cccccc;
}

table.mfrmain th
{
	color:                  #ffffff;
	font-size:              12px;
	font-weight:            bold;
	background-color:       #0065cd;
	border-width:           0px;
	padding-top:            10px;
	padding-bottom:         10px;
	padding-left:           5px;
	padding-right:          5px;
  vertical-align:         text-top;
}

table.mfrmain td
{
	color:                  #000000;
	font-size:              12px;
	font-weight:            normal;
	border-width:           0px;
	padding-top:            5px;
	padding-bottom:         5px;
	padding-left:           5px;
	padding-right:          5px;
}

.spacer
{
	width:                  100%;
	color:                  #00ff00;
	background-color:       #ff0000;
	margin:                 0px 0px 0px 0px;
	padding:                0px 0px 0px 0px;
}

table.mfrmain a
{
	color:                  #0033cc;
	font-weight:            bolder;
	text-decoration:        none;
}

table.mfrmain a:hover
{
	color:                  #0033cc;
	font-weight:            bolder;
	text-decoration:        underline;
}


