/*  Tesla Industries Corporate Style Sheet  Created by John Farnum 3/2002  Rev. 1.0 */

/*  Style defined HTML elements */

/*  Body HTML element control: controls margins and more */
 body {margin: 2em; font-family: Verdana, Arial, Helvetica, Helv, sans-serif;font-size: 12px; background-color: white;}

 /*  Anchor HTML element: controls appearance of hyperlinks */
a {text-decoration: none;}
 /*  Paragraph block element: controls font, alignment, indent, background, etc. for paragraphs */
/* Disabling CSS Paragraph margins...testing...could be better */
 /* p {margin-left:2em;} */
/* Table Data: type font ect. controls */
table {
td {font-family: Verdana, Arial, Helvetica, Helv, sans-serif;font-size: 12px; margin-left: 0;}

/* Formatting control for Definition List */
dt {font-weight: bold;}
dd { margin-bottom: 20 }

/* Heading Elements in HTML controlled via styles */

h1, h2, h3, h4, h5, h6, h7 {color: gray;}
h1 {font-family: Arial, Helvetica, Helv, sans-serif; size: xx-large;}
h2 {font-family: Arial, Helvetica, Helv, sans-serif; size: x-large;}
h3 {font-family: Arial, Helvetica, Helv, sans-serif; size: large;}
h4 {font-family: Arial, Helvetica, Helv, sans-serif; size: medium;}
h5 {font-family: Arial, Helvetica, Helv, sans-serif; size: small;}
h6 {font-family: Arial, Helvetica, Helv, sans-serif; size: x-small;}
h7 {font-family: Arial, Helvetica, Helv, sans-serif; size: xx-small;}

/* Un-ordered Lists (bullets, etc.) */
ul {margin-left: 5em; color: blue;}

/* Titles */
.title {font-size:large; font-weight: bold; text-align: left;}


/*  Color Combination on TEXT for Tesla Product Codes */

/*Product Title Names in WEb Pages*/

.product {font-family: Times New Roman, Times, TM, serif; font-weight: bold; color: black; font-size: x-large; text-align: left; white-space: nowrap;}
.ti {color: red;}
.model {color: teal;}
.taxonomy {font-size: large}


/*Within Text*/
.text-ti {font-family: Times New Roman, Times, TM, serif; font-weight: bold; color: red;}
.text-model {font-family: Times New Roman, Times, TM, serif; font-weight: bold; color: teal;}
.text-taxonomy {font-family: Times New Roman, Times, TM, serif; font-weight: bold; color: black; font-size: smaller;}

/*  Header and Footer type styles */
p.header {border-style: outset;padding: 10px; background-color:black; color: red; text-align: right; margin-left: 25%; font-variant: small-caps; font-family: Verdana, Arial, Helvetica, Helv, sans-serif; font-weight: bolder; size: xx-large;}

p.footer {font-family: Arial, Helvetica, Helv, sans-serif; size: xx-small; color: gray;border-top: thin solid red;}

/* Positioning of text in Accessory Pages and within tables on those pages */
.accessory-description {margin-left: 0;}
.accessory-name {font-weight: bold; margin-left: 0;}
.accessory-title {font-size:large; font-weight: bold; text-align: left; margin-left: 0;}

/*Settings for collapsible outlines in Nav bar */
li.toplevel {margin-left: 1em; font-size: 10px;}
li.sublevel_1 {margin-left: 2em; font-size: 8px;}
li.sublevel_2 {margin-left: 3em; font-size: 6px;}




/*  This style controls the display of Distributor Zone Text on Distributor Pages */

.distributor_zone { font-variant: small-caps; font-size: small; font-weight: bold; margin-left: 0 }

/*  PAGE TITLE FOMATTING CONTROLS*/
.page-title {font-size:medium; font-weight: bold; text-align: left; margin-left: 0; color: black;}


/*  THIS STYLE CONTROLS SIZE, FACE, AND COLOR OF TESLA COPYRIGHT INFORMATION */

.copyright {font-family: Arial, Helvetica, Helv, sans-serif; size: xx-small; color: gray;}

/*  comments */




/*  comments */