body {
    font: 13px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #6a6c6f;
}

h1, h2, h3 {
    color: #6a6c6f
}

a.rc {
    color: #34495e
}

.main span.new {
    color: lightgray
}

/* Navigation */
#nav body {
    height: auto;
    background: #333;
    padding-bottom: 30px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#nav h2 img {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

#nav h2 a {
    color: inherit;
    text-decoration: none
}

#nav ul {
    padding: 0 0 10px
}

#nav ul li > a.rc {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    cursor: pointer
}

#nav ul li > a.rc b {
    font-weight: 400 !important;
    text-transform: none;
    padding: 10px 20px !important
}

#nav ul li > a.rc:hover {
    color: #fff !important
}

#nav ul li.act .rc, #nav ul li.act .rc b {
    background: none
}

#nav ul li.exp {
    background: rgba(0, 0, 0, .3)
}

#nav ul li.exp > a.rc {
    color: #fff !important
}

#nav ul li.exp ul {
    padding: 0 0 10px;
    margin: 0
}

#nav ul li.exp ul li.act > .rc, #nav ul li.exp ul li:hover > .rc {
    background: rgba(0, 0, 0, .3)
}

#nav ul li.exp ul li.act > .rc b, #nav ul li.exp ul li:hover > .rc b {
    background: none
}

#nav .extra ul {
    padding: 0
}

#nav .extra ul li a.rc b {
    color: #fff
}

#nav .extra ul a.ed {
    top: 0;
    right: 20px;
    bottom: 0;
    height: 12px;
    margin: auto;
    color: rgba(255, 255, 255, 0.5)
}

#nav ul a.rc b {
    text-transform: uppercase;
    padding: 15px 0 15px 15px;
    background: transparent;
}

#nav ul li ul a.rc b {
    text-transform: none
}

#nav ul li.exp ul li a.rc {
    color: #6a6c6f;
    padding: 0
}

#nav ul li.exp ul li a.rc b {
    padding: 10px 20px 10px 40px !important;
}

#nav ul li.exp ul li {
    padding: 0;
    border-bottom: none;
    border-left: 0
}

#nav .exp a {
    color: #e30613
}

#nav li.exp ul {
    margin-bottom: 10px
}

#nav ul li {
    padding: 0;
    margin: 0;
    border: 0;
    border-left: 3px solid transparent
}

#nav td.main {
    padding: 0;
    vertical-align: top
}

#nav {
    border: 0
}

#nav h2 {
    margin: 0;
    color: #34495e;
    position: relative;
    padding: 15px 20px 15px 23px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

#search {
    padding: 10px 0 10px 15px;
    border: 0
}

#nav td.extra {
    vertical-align: bottom;
    padding: 0
}

.extra ul {
    border-bottom: none;
    border-top: none;
    padding: 0
}

.extra ul li {
    border-top: none !important;
    border-bottom: none !important
}

.extra ul li a.rc b {
    color: #34495e
}

.extra ul ul {
    border-top: none;
    padding: 0
}

.extra ul ul li a.rc b, .extra ul li.exp ul li a.rc b {
    color: #6a6c6f
}

.extra ul li.exp ul li.act a.rc b {
    color: #fff
}

.extra a.ed {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 9px
}

/* Topbar */
#top {
    background: #fff
}

#top body {
    margin: 0;
    content: "";
    clear: both;
    display: block;
    background: #fff;
    height: 54px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px 20px;
    line-height: 32px
}

#top ul {
    display: block;
    float: left
}

#top ul li {
    display: block;
    position: relative;
    float: left
}

#top ul li.sep {
    border: none
}

#top ul li a {
    padding: 0;
    text-transform: none
}

#top ul li a:hover {
    text-decoration: none
}

#top .version {
    position: static;
    float: right;
    background: transparent !important;
    padding: 0;
    width: auto;
    height: auto;
    text-transform: none;
    letter-spacing: 0;
}

#top ul li.act, #homelink, #homelink b, #homelink a {
    background: none;
    color: inherit
}

#top ul li:hover {
    background: none
}

#shopLogo {
    text-align: center;
    box-sizing: border-box;
    height: 54px;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .3);
    line-height: 50px
}

#shopLogo img {
    width: 100%
}

