@charset "utf-8";
/* CSS Document */
/*** first level ***/

#firstLevel {
	cursor:pointer;

}

#firstLevel a {
    background:url(../images/bg/bg_leftmenu.png) no-repeat 100% 0;
    color: #333;
    display: block;
    font-size: 14px;
    height: 40px;
    letter-spacing: -1px;
    line-height: 40px;
    padding-right: 26px;
    padding-left: 4px;
    text-decoration: none;
}

#firstLevel a.selected, #firstLevel a.selected:hover  {
    color: #9B2206;
    background-position: 100% -80px;
}

#firstLevel a:hover {
    background-position: 100% -40px;
}

#firstLevel li {
    display: inline;
}

/*** first level (news excpetion) ***/

#firstLevel li.news_list p {
    color: #666;
    font-size: 11px;
    line-height: 1.2em;
    padding: 0;
}

#firstLevel li.news_list a {
    background: none;
    color: #333;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding: 0;
    text-decoration: none;
}

#firstLevel li.news_list a:hover {
    color: #666;
}

#firstLevel li.news_list a.selected, #firstLevel li.news_list a.selected:hover {
    color: #9B2206;
}

#firstLevel li.news_list {
    display: block;
    padding: 5px 0;
}

/*** second level ***/

#secondLevel {

}

#secondLevel a {
    background: none;
    color: #333;
    font-size: 12px;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 2px 4px;
    text-align: left;
}

#secondLevel a.selected, #secondLevel a.selected:hover  {
    color: #9B2206;
    background-color: #ffe2e2;
}

#secondLevel a:hover {
    color: #000;
    background-color: #e9e9e9;
}

#secondLevel li {
    display: inline;
}

/* Product's Navigation
-----------------------------*/
#productinfo {

}

#productinfo a {
    background:url(../images/bg_grad_small.jpg);
    color: #333;
    font-size: 12px;
    height: 20px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 2px 4px;
    text-align: left;
}

#productinfo a.selected, #productinfo a.selected:hover  {
    color: #9B2206;
    background-color: #FFF;
}

#productinfo a:hover {
    color: #000;
    background-color: #ffe2e2;
}

#productinfo li {
    display: inline;
}

