/*
    Purpose: Left navigation area styles for eMachines
     Author: Robert Murray
    Created: November, 2005 - for eMachines redesign project
*/


#lnavList {
    /* font-size: 9pt; color: #000; */
    /* margin-left: 9px; */
}
#lnavList p {
    font-weight: bold;
}
#lnavList p a {
    display: block;
    margin-left: 9px;
}

#lnavList .lnavGroup p a {
    margin-left: 0px;
}

.lnavGroup div#highlighter {
    position: relative; top: 0; left: 0;
}

#lnavTitle {
    font-weight: bold;
    font-size: 10pt;
    margin: 0 0 15px 0;
    margin-top: 10px !important;
    text-transform: uppercase;
    padding: 4px 0px 4px 0px;
    text-indent: 20px;
    width: 174px;
    background-color: #7494a1;
    color: #fff;
}


/* Link style #1 - looks the same as lnavGroup style but is linked */
#containerLeft p a {
    color: black;
}
#containerLeft p a:hover {
    color: #0055aa;
    text-decoration: none;
}
#containerLeft p a:active {
    color: #0055aa;
    text-decoration: none;
}

/* Non-linked headers used for Link2 lists like desktop/notebook models */
.lnavGroup {
    margin-top: 4px;
    margin-left: 9px;
    font-weight: bold;
}

.lnavGroup b {
    font-weight: bold;
    margin-bottom: 8px;
}

.lnavGroup a {
    font-weight: bold;
    display: block;
    color: #000;
}
.lnavGroup a:hover {
    color: #0055aa;
}


/* Linked, not bolded, for desktop/notebook model names */
/*
.lnavGroup p {
    display: block;
    font-weight: normal;
    margin-left: 9px;
    margin-top: -4px !important;
}
.lnavGroup p a, .lnavGroup p span {
    display: block;
    font-weight: normal;
    margin-top: 4px !important;
    margin-bottom: 4px;
}
.lnavGroup p a:hover {
    color: #0055aa;
    text-decoration: none;
}

.indent9  { margin-left: 9px; }
.outdent9 { margin-left: -9px; }
*/

p.lnavLink a {
    font-weight: bold;
}


#containerLeft img {
    margin: 9px 0 9px 0px;
}

/*-----------------------------------------------
 *  Standard linked items
 */
.lnavGroup .linkitem a {
    display: block;
    color: #000;
    font-weight: normal;
    padding-left: 9px;
    padding-bottom: 4px;
    font-size: 100%;
}

.subItemList {
    margin-bottom: 5px;
}

.linksubitem a {
    display: block;
    color: #000;
    font-weight: normal;
    padding-left: 19px;
    padding-bottom: 0px;
    font-size: 90%;
}

.linkitem a {
    display: block;
    color: #000;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 4px;
    font-size: 85%;
}
.linkitem a:hover {
    color: #0055aa;
}
/*-----------------------------------------------
 *  Current link styles
 */
.lnavGroup #currentGroup {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf !important;
    font-weight: bold;
}
.lnavGroup #currentLink, #currentLink {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 4px;
}
.lnavGroup #currentProd, #currentProd {
    display: block;
    color: #0055aa;
    background-color: #cfcfcf;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 4px;
}
 

/****  End Left Nav Styles  *****/

