* {
margin:0;
padding:0;
border:none;
z-index:0;
}

html, body {
height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 11pt;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	align: absmiddle;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	color:#990000;
	padding-bottom:6px;
	text-decoration:underline;
}

input.button
	{
	border: 2px outset #000000;
	font-size:8pt;
	font-weight:bold;
	}
input.button:hover
	{
	border: 2px inset #000000;
	}

li
	{
	font-size: 11pt;
	}

li.art {
	text-indent: -14px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 5px;
	}

.medium
	{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;	
}

p {
	font-size: 11pt;
	margin-bottom: 8px;
}

.product
	{
	font-size: 10pt;
	font-weight: bold;
	}
.price
	{
	font-size: 12pt;
	font-weight: bold;
	}
.small
	{
	font-size: 8pt;
	font-weight: bold;
	}
	

a.fit {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, sans-serif;
	color: #000000;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
a.fit:visited { color: #333333;}
a.fit:hover {
	color: #FFFFFF;
	background-image: url(../images/fit/ban_back.jpg);
	background-color: #FF3333;
}
a.fit:active {
	color: #FFFFFF;
	background-image: url(../images/fit/ban_back.jpg);
	background-color: #FF3333;
}
.nofit {font-size: 8pt; font-weight: bold; color: #000000; font-family: arial, sans-serif;}

.active {background-image: url(../images/fit/side_back_active.jpg);}


a.fitplain {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a.fitplain:visited { color: #990000;}
a.fitplain:hover {
	color: #FF3333;
	text-decoration: underline;
}


/* TABS ON PRODUCT SPEC PAGE */
#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#nav a {
	background: url(../images/fit/tabs.jpg) top left repeat-x;
	float: left;
	padding: 2 5 2 5;
	overflow: hidden;
	height: 0px; 
	height /**/:20px; /* for IE5/Win only */
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
	}

.b1 {
	border-left: 1px solid black;
	border-top: 1px solid black;
}

.b2 {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
	
#nav a:hover {
	background-position: 0 -20px;
	color: #FFFFFF;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}