/* Navbar style */
#topbar{
    height: 93px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

a#marketcircle_logo {
    display: block;
    width: 149px;
    height: 29px;

    background-image: url('/static/images/header/mc_logo_hover.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 31px;
    float: left;
}

a#marketcircle_logo:hover {
    background-position: 0 -31px;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
    a#marketcircle_logo {
        background-image: url('/static/images/header/mc_logo_hover@2x.png');
        background-size: 149px 58px;
    }
    a#marketcircle_logo:hover {
        background-position: 0 -31px;
    }
}



/* Twitter style and images */

.twittericon {
    background-image: url("/media/images/twitter/twittericon.png");
    width:39px;
    height:36px;
    float:right;
    margin-top:25px;
}

.twittersection{
    width:auto;
    height:111px;
    margin-top:40px;
}

.twitterbar{
    background-image: url("/images/indeximages/twitter/backgroundstrip.png");
    background-repeat: repeat-x;
    width:auto;
    height:41px;
}

.twittersection .twitterbox{
    background-image: url("/images/indeximages/twitter/twitterbackgroundbox.png");
    background-repeat: no-repeat;
    width:387px;
    height:111px;
    margin:auto;
    margin-top:-76px;
    padding-top:15px;
}

/* Nav Menu */
div#topbar div.main_nav {
    float: right;
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, "Avenir LT Std", Arial;
}

div#topbar div.main_nav ul.nav {
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
    line-height: normal;
}

div#topbar div.main_nav ul.nav li.section {
    -webkit-tap-highlight-color: transparent;
    color: #838383;
    font-size: 13px;
    float: left;
    display: block;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    background-repeat: no-repeat;
    background-image: url('/static/images/navigation/selected.png');
    background-position: 0 -70px;
    min-width: 29px;
}

div#topbar div.main_nav ul.nav li.selected {
    position: relative;
    z-index: 101;
    background-position: 50% 32px;
}

div#topbar div.main_nav ul.nav li.selected.highlight {
    background-position: 50% -17px;
}

div#topbar div.main_nav ul.nav li.section#store {
    text-align: center;
    margin-top: 6px;
    margin-left: 4px;
    line-height: 37px;
    width: 62px;
    height: 58px;
    margin-bottom: -14px;
    background-image: url('/static/images/header/mc_storecarthover.png');
    background-repeat: no-repeat;
    background-position: 0 -60px;
}

div#topbar div.main_nav ul.nav li.selected#store {
    background-position: 0 0;
}

div#topbar div.main_nav ul.nav li.section#store a {
    display: block;
    height: 100%;
    color: #838383;
    text-decoration: none;
}

div#topbar div.main_nav ul.nav li.section#store a:hover {
    color: #fff;
}

div#topbar div.main_nav ul.nav li:hover {
    cursor: default;
}

div#topbar div.menu {
    display: none;
    position: absolute;
    z-index: 100;
    margin-top: -6px;
    margin-left: 10px;
    width: 300px;
    background-color: #f7f7f7;
    border: 1px solid #d4d4d4;
    border-top-color: #d9d9d9;
    -moz-box-shadow: 0px 1px 5px #ccc;
    -webkit-box-shadow: 0px 1px 5px #ccc;
    box-shadow: 0px 1px 5px #ccc;
}

div#topbar div.menu a.item {
    -webkit-tap-highlight-color: transparent;
    display: table;
    padding-top: 2px;
    font-family: "Helvetica Neue", Helvetica, "Avenir LT Std", Arial;
    text-decoration: none;
}

div#topbar div.menu a.item:hover, div.menu a.item.hover {
    background-color: #fff;
    text-decoration: none;
}

div#topbar div.menu a.item h2 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    font-family: inherit;
    text-transform: uppercase;
    margin: 12px 0 4px 0;
    text-align: left;
    line-height: normal;
    padding: 0;
    height: auto;
}

div#topbar div.menu a.item h2.daylite {
    color: #f18510;
}

div#topbar div.menu a.item h2.billingspro {
    color: #31cadd;
}

div#topbar div.menu a.item h2.billings {
    color: #35ade0;
}

div#topbar div.menu a.item div.text {
    display: table-cell;
    width: 290px;
    padding-right: 10px

}

div#topbar div.menu a.item h2.store {
    line-height: 25px;
}

div#topbar div.menu a.item div.text p {
    color: #868686;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: inherit;
    padding: 0;
}

div#topbar div.menu a.item div.icon {
    display: table-cell;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}

div#topbar div.menu div.separator {
    border-bottom: 1px solid #ddd;
}

div#topbar div.clear {
    clear: both;
}