﻿/* Default CSS for the Fisher Auto Parts web page */

BODY
{
	FONT-SIZE: 10pt;
	color: #3232cd;
	font-family: Arial, Helvetica;
	background-color:  #ffffff;
}

TD
{
	FONT-SIZE: 10pt;
	color: #3232cd;
	font-family: Arial, Helvetica;
}

/* color="#3232cd" face="Arial, Helvetica" size="-1" */

H1
{
	font-weight: 700;
	font-size: 16pt;
	color: #000099;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2
{
	font-weight: 700;
	font-size: 12pt;
	color: #000099;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}	
		
/*
H3
{
	font-weight: 500;
	font-size: 12pt;
	color: #000099;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}
*/

h3   { font-size: 14px; background: url(/images/shared/squares_h3.gif) no-repeat left center; float: none; clear: both; margin: 25px 0px 5px; padding: 0px 0px 1px 41px; border-bottom: 1px dashed #aaa }
	
H4
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	color: #000099;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	color: #000099;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	color: #000099;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
.tblBorder {
	border-color: #000099;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.tblSectionHdr {
	border-width: 0px 0px 0px 0px;
	background-color: #3366cc;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3366cc, endColorstr=#9DB2DE);
}

.tblHeaderBand {
	border-width: 0px 0px 0px 0px;
	background-color: #3333cc;
	border-style: solid;
	padding: 2px 2px 2px 2px;
	color: #ffffff;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3333cc, endColorstr=#ccccff);
}

.tblSectionHdr_Blue {
	border-width: 0px 0px 0px 0px;
	background-color: #3333cc;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	font-weight: bold;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccccff, endColorstr=#3333cc);
}

/* The following section is used on the products.ascx page */
.mfr_Title {
	border-width: 1px 1px 1px 1px;
	border-color: #5074a0;
	border-style: solid;
	background-color: #b6c5ee;
	padding: 5px 5px 5px 5px;
	color: #5074a0;
	font-weight: bold;
}

.mfr_Body {
	border-width: 0px 1px 1px 1px;
	border-color: #b6c5ee;
	border-style: solid;
	background-color: #e7edf9;
	padding: 2px 2px 2px 2px;
	color: #5074a0;
	font-weight: bold;
}

.mfr_Label {
	border-width: 0px 0px 0px 0px;
	PADDING-RIGHT: 3px;
	color: #000000;
	font-weight: normal;
	width: 100;
	text-align: right;
}

.mfr_Data {
	border-width: 0px 0px 0px 0px;
	color: #5074a0;
	font-weight: normal;
	width: 225;
}

.mfr_Caption {
	border-width: 1px 1px 1px 1px;
	border-color: #b6c5ee;
	background-color: #ffffff;
	border-style: solid;
	padding: 3px 3px 3px 3px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

.mfr_Logo 
{
    border: solid 1px #b6c5ee;
	background-color: #ffffff;
	padding: 3px 3px 3px 3px;
	color: #5074a0;
	font-weight: normal;
}
/* The preceeding section is used on the products.ascx page */

#tblLayout
{
	background-color: White;
	
}

A:link
{
	color: #ff6600;
	text-decoration: none;
}	
		
A:visited
{
	color: #ff6600;
	text-decoration: none;
}	
		
A:active
{
	color: #ff6600;
	text-decoration: none;
}	
		
A:hover
{
	text-decoration:	underline;
}
	
BLOCKQUOTE, PRE
{
	font-family:	Courier New, monospace;
}	
	

UL LI
{	
	list-style-type:	square ;
}	

UL LI LI
{	
	list-style-type:	disc;
}	

UL LI LI LI
{	
	list-style-type:	circle;
}	
	
OL LI
{
	list-style-type: square;
}	

OL OL LI
{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI
{	
	list-style-type:	lower-roman;
}