/* General Classes */
a, a:visited, a:active, a:link {
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	display: inline;
	text-decoration: underline;
}

body {
/*	background-color: #FFFFFF; */
	color: #000000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

code {
	color: #336633;
	font-family: 'courier new', courier, monaco, sans-serif;
}

h1 {
	color: #000000;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;

}

h2 {
	color: #000000;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;

}

h3 {
	color: #000000;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;

}

h4 {
	color: #000000;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}

p {
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 0;
/*	background-color: transparent; */
}

table, td, th, p, blockquote, li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: transparent; */
}

th {
	background-color: #999999;
	color: #FFFFFF;
	font-style: normal;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

ul, ol {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}

/* Custom general classes */

/* Shopping Cart in Parts Catalog */
table.cart {
	margin: 0px;
	padding: 0px;
}

/* menu desciptions in the software tutorials area. A certain height is needed for the menu items and text to align */
tutorialmenus {
	color: #000000;
line-height: normal;
}

/* boldlink class is used as headers on the sitemap */
a.boldlink, a.boldlink:visited, a.boldlink:active, a.boldlink:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a.boldlink:hover {
	color: #FF0000;
	display: inline;
	text-decoration: underline;
}

.instructions {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.bodyblack {
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

.headerblack {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.headerred {
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
}

.graymed {
	background: #BFBFBF;
}

.graylight {
	background: #F3F3F3;
}

.mediumblack {
	color: #000000;
	font-size: 11px;
}

.mediumred {
	color: #CC0000;
	font-size: 11px;
}

.red {
	color: #CC0000;
}

.smallblack {
	color: #000000;
	font-size: 10px;
}

/* orderbodywhite is used at the top of order info and listings using the grey bar layout etc...*/
.orderbodywhite {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

/* form classes */

.chkbox {
	border: none;
	display: inline;
	font-size: 11px;
	vertical-align: middle;
}

.selectfldlg {
	border: 1 solid #999999;
	font-size: 11px;
	width: 340px;
}

.selectfldmd {
	border: 1 solid #999999;
	font-size: 11px;
	width: 200px;
}

.selectfldsm {
	border: 1 solid #999999;
	font-size: 11px;
	width: 100px;
}

.txtfldlg {
	border: 1 solid #999999;
	font-size: 11px;
	width: 340px;
}
.txtFldVSm {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 30px;
	border: 1 solid #999999;
}
.txtfldmd {
	border: 1 solid #999999;
	font-size: 11px;
	width: 200px;
}

.txtfldsm {
	border: 1 solid #999999;
	font-size: 11px;
	width: 100px;
}

/* breadcrumb ID */
#crumbs {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#crumbs a, #crumbs a:visited, #crumbs a:active, #crumbs a:link {
	color: #CC0000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#crumbs a:hover {
	color: #FF0000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

/* This is the footer id */

#footer {
	color: #FFFFFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footer a, #footer a:visited, #footer a:active, #footer a:link {
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	color: #FF0033;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

#notice {
	background: #efefef;
	color:#666;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em 0;
}

