/*
============================================================================
Three HD Main Theme Stylesheet
----------------------------------------------------------------------------
Date        Ver.    User    Changes
 1/18/06    1.0     EWS     Original Version
============================================================================
*/

/* HTML */
/* Standard HTML */
*
{
    margin: 0;
    padding: 0;
    text-align: left; 
}

body, body div, body p, body li
{
    color: #000000;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal

}

html>body
{
    font-size: small; 
}

/*
not used here
html>body, html>body div, html>body p, html>body li
{
    font-size: small; 
}
*/

/* General */
h1, h2, h3, h4, h5, h6 
{
    font-weight: bold;
    letter-spacing: normal;
    word-spacing: normal;    
}
h1
{
    font-size: 120%;
}
h2
{
    font-size: 110%;
}
h3
{
    font-size:100%;
}
h4
{
    font-size:90%;
}

INPUT, SELECT, TEXTAREA
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: small;
}

TD, TH
{
    text-align: left;
    vertical-align: top;
}

UL
{
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1.5em;
    list-style-type: square;
    list-style-position: outside;
}

HR
{
    height: 1px;
}

IMG
{
	border: 0;
}

a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a:active
{
    text-decoration: none;
}

/* End of Standard HTML */


/* Site HTML */
body
{
    background-color: White;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
    padding-top: 0px;
}
a
{
    COLOR: #336699;
}

a:link
{
    COLOR: #336699;
}

a:visited
{
    COLOR: #336699;
}
a:hover
{
    COLOR: #336699;
}
a:active
{
    COLOR: #336699;
}
/* End of Site HTML */


/* Site IDs/Classes */

.manufacturersList
{
	font-size: 12px;
	text-align:left;
	vertical-align: top;
	min-width: 246px;
}

.manufacturersList h1
{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 8px;
}
.manufacturersList img
{
	margin-top: 6px;
	margin-bottom: 6px;
}