/*DEFAULTS
----------------------------------------------------------*/
BODY
{
    background: #E19D9D;
    font-size: 0.8em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #EA0000;
}
A:link, A:visited
{
    color: #034AF3;
}
A:hover
{
    color: #1D60FF;
    text-decoration: none;
}
A:active
{
    color: #034AF3;
}
P
{
    margin-bottom: 10px;
    line-height: 1.6em;
}
/*HEADINGS
----------------------------------------------------------*/
H1, H2, H3, H4, H5, H6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
H1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
H2
{
    font-size: 1.5em;
    font-weight: 600;
}
H3
{
    font-size: 1.2em;
}
H4
{
    font-size: 1.1em;
}
H5, H6
{
    font-size: 1em;
}
/*this rule styles <h1> and <h2> tags that are the
first child of the left and right table columns*/
.rightColumn > H1, .rightColumn > H2, .leftColumn > H1, .leftColumn > H2
{
    margin-top: 0px;
}
/*PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/
.page
{
    width: 960px;
    background-color: #FFF;
    margin: 20px auto 0px;
    border: 1px solid #BF3A44;
}
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #B60404;
    width: 100%;
}
.header H1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #F9F9F9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px;
    min-height: 420px;
}
.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px;
    width: 200px;
    min-height: 200px;
}
.footer
{
    color: #BF0000;
    padding: 8px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* Miscellaneous Temp Styles to be edited later */

.style1bodies
{
    width: 500px;
}

.style2bodies
{
    font-weight: bold;
    text-align: right;
    color: #FE2121;
    width: 84px;
}

.style6dealers
{
    width: 617px;
}
.style7dealers
{
    width: 114px;
}
.style8dealers
{
    width: 600px;
}

.style1
{
    width: 100%;
}

.style2
{
    width: 100%;
    text-align: left;
}

.style3
{
}
.style4
{
}
.style5
{
    font-weight: bold;
    text-align: right;
    color: #003399;
    vertical-align: top;
}
.style16
{
    width: 601px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.style17
{
    font-weight: bold;
    text-align: right;
    color: #003399;
    vertical-align: top;
    width: 97px;
}
.style18
{
    width: 97px;
}
.style19
{
    width: 595px;
}
.style20
{
    width: 297px;
}
.style23
{
    width: 254px;
}
.style25
{
    width: 109px;
}
.style26
{
    width: 236px;
}
.style50
{
    width: 50px;
}

/*TAB MENU
----------------------------------------------------------*/
DIV.hideSkiplink
{
    background-color: #B60404;
    width: 100%;
}
DIV.menu
{
    padding: 4px 0px 4px 8px;
}
DIV.menu UL
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
DIV.menu UL LI A, DIV.menu UL LI A:visited
{
    background-color: #B60404;
    border: 1px solid #DDE4EC;
    color: #DDE4EC;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}
DIV.menu UL LI A:hover
{
    background-color: #BD5252;
    color: #FFFFFF;
    text-decoration: none;
}
DIV.menu UL LI A:active
{
    background-color: #7B0415;
    color: #CFDBE6;
    text-decoration: none;
}
/*FORM ELEMENTS
----------------------------------------------------------*/
FIELDSET
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #CCC;
}
FIELDSET P
{
    margin: 2px 12px 10px 10px;
}
FIELDSET.login LABEL, FIELDSET.register LABEL, FIELDSET.changePassword LABEL
{
    display: block;
}
FIELDSET LABEL.inline
{
    display: inline;
}
LEGEND
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px;
}
INPUT.textEntry
{
    width: 320px;
    border: 1px solid #CCC;
}
INPUT.passwordEntry
{
    width: 320px;
    border: 1px solid #CCC;
}
DIV.accountInfo
{
    width: 42%;
}
/*MISC
----------------------------------------------------------*/
.clear
{
    clear: both;
}
.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #FFFFFF;
}
.loginDisplay A:link
{
    color: #FFFFFF;
}
.loginDisplay A:visited
{
    color: #FFFFFF;
}
.loginDisplay A:hover
{
    color: #FFFFFF;
}
.failureNotification
{
    font-size: 1.2em;
    color: #FF0000;
}
.bold
{
    font-weight: bold;
}
.italics
{
    font-style: italic;
}
.ValidationDisplay
{
    font-style: italic;
    color: #FF0000;
}
.labeldisplay
{
    font-weight: bold;
    color: #FE2121;
    font-size: large;
}
.labeldisplaymediumfont
{
    font-weight: bold;
    color: #FE2121;
    font-size: medium;
}
.bold-rightalign-topalign
{
    font-weight: bold;
    text-align: right;
    color: #FE2121;
    vertical-align: top;
}
.itemtemplatelabels
{
    font-weight: bold;
    text-align: right;
    color: #FE2121;
}
.editboxes-text
{
    color: #F30202;
}
.totalprice
{
    color: #FE2121;
    font-style: italic;
    font-weight: bold;
}
.ltgraytext
{
    color: #808080;
}
.Important
{
    font-size: large;
    color: #FF0000;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.pathcurrentnode
{
    font: Verdana;
    font-weight: bold;
    color: Red;
    font-size: .8em;
}

.pathrootnode
{
    font: Verdana;
    color: Red;
    font-size: .8em;
}
.mGrid
{
    width: 100%;
    background-color: #FFF;
    margin: 5px 0 10px;
    border: 1px solid #525252;
    border-collapse: collapse;
}
.mGrid TD
{
    padding: 2px;
    border: 1px solid #C1C1C1;
    color: #717171;
}
.mGrid TH
{
    padding: 4px 2px;
    color: #FFFFFF;
    background: #FFFFFF url(blue_head.png) repeat-x top;
    border-left: 1px solid #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: url(blue_alt.png) repeat-x top;
}
.mGrid .pgr
{
    background: #8189FB url(blue_pgr.png) repeat-x top;
}
.mGrid .pgr TABLE
{
    margin: 5px 0;
}
.mGrid .pgr TD
{
    border-width: 0;
    padding: 0 6px;
    border-left: 1px solid #666;
    font-weight: bold;
    color: #FFF;
    line-height: 12px;
}
.mGrid .pgr A
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr A:hover
{
    color: #000;
    text-decoration: none;
}
.linkbuttons
{
    color: #003399;
    cursor: hand;
}
