html, body, ul, li, a, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

img {
    border: none;
    outline: none;
}

#wrapper {
    margin: 0 auto;
}

#image-header {
    background: green;
}

#breadcrumbs {
    background: blue;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.container {
    display: inline-block;
}

    .container:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

.container {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .5;
    filter: alpha(opacity = 50);
    z-index: 10;
    display: none;
}

#quickview {
    position: fixed;
    left: 50%;
    top: 20%;
    margin-left: -495px;
    z-index: 11;
}

.bread-crumb, .bread-crumb a {
    font-family: "Arial", sans-serif;
    font-size: 9px !important;
    width: 200px;
}

    .bread-crumb span {
        padding-right: 5px;
        color: #6C6A6A;
        text-transform: uppercase;
    }

.hide {
    display: none;
}

.myBag {
    display: none;
    position: absolute;
    right: -108px;
    top: 30px;
    width: 270px;
    z-index: 3;
    background-color: #fff !important;
}

.bagList {
    padding-top: 27px;
    margin-top: -15px;
    position: absolute;
    float: right;
    right: -30px;
}

.trInnerContent, .Normal, .NormalBold {
    font-family: "Arial", sans-serif;
    font-size: 11px;
}

#header {
    background: none repeat scroll 0 0 #fff;
    font-family: "Arial",sans-serif;
    font-size: 10px;
    height: 57px;
    margin: 0 auto;
    padding-top: 23px;
    position: relative;
    z-index: 11;
    line-height: 35px;
}

    #header .logo {
        padding-left: 20px;
        position: absolute;
        top: 5px;
        left: 0;
        padding-top: 23px;
    }

    #header .menu-container {
        height: 35px;
        position: absolute;
        color: #272626;
    }

        #header .menu-container.left {
            margin: 0 auto;
            float: left;
            left: 38%;
        }

        #header .menu-container.right {
            float: right;
            right: 0;
        }

    #header .menu .main {
        float: left;
        padding-right: 10px;
        position: relative;
    }

        #header .menu .main a.label {
            text-decoration: none;
            color: #000;
            text-transform: uppercase;
        }

            #header .menu .main a.label:hover {
                color: #000;
            }

    #header .menu .sub-nav {
        position: absolute;
        top: 32px;
        left: -10px;
        background: #fff;
        color: #6c6a6a;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        min-width: 100px;
        padding-left: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }

        #header .menu .sub-nav.lookbook {
            width: 150px;
        }

    #header .menu .sub {
        display: none;
        line-height: 24px;
    }

        #header .menu .sub a {
            color: #6c6a6a;
            text-decoration: none;
        }

            #header .menu .sub a:hover {
                color: #000;
            }

    #header .menu .search {
        outline: none;
        border: solid 1px #555555;
        height: 23px;
        width: 100px;
        color: #555555;
        padding-left: 5px;
        font-family: "Arial", sans-serif;
        font-size: 10px;
        margin-left: 36px;
    }

    #header .menu input#searchbuttonsolr {
        position: absolute;
        right: 20px;
        top: 12px;
    }

.ie8 header .menu .search {
    line-height: 20px;
}

#cart {
    width: 270px;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
    padding: 0px 10px 0;
    font-size: 10px;
    text-transform: uppercase;
    -moz-box-shadow: 2px 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px 2px #ccc;
    background-color: #fff !important;
}

    #cart ul {
        margin-bottom: 5px;
        margin-top: -5px;
    }

    #cart .item {
        border-bottom: 1px solid #000;
        padding-top: 10px;
    }

    #cart .cart-img {
        float: right;
    }

    #cart .cart-info {
        float: left;
        width: 150px;
    }

        #cart .cart-info li {
            margin-bottom: -15px !important;
            padding: 0 !important;
        }

            #cart .cart-info li.title {
                line-height: 15px;
                padding-bottom: 10px !important;
            }

            #cart .cart-info li.trash {
                cursor: pointer;
            }

                #cart .cart-info li.trash a {
                    text-decoration: none;
                    color: #000;
                }

    #cart .subtotal {
        margin: -5px 0;
    }

    #cart .cart-link {
        float: right;
    }

        #cart .cart-link a {
            color: #000;
            text-decoration: none;
        }

    #cart .checkout a {
        text-decoration: none;
        color: #fff;
        background: #000;
        font-size: 14px;
        width: 270px;
        line-height: 32px;
        display: inline-block;
        *display: inline;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -30px;
    }

    #cart .emptycart {
        padding: 10px;
        margin-top: -5px;
    }

#featured {
    margin: 0 auto;
    border-top: 3px solid #fff;
    overflow: hidden;
    max-height: 265px;
}

    #featured .featured-ul .featured-li {
        float: left;
        width: 33.3%;
        overflow: hidden;
    }

        #featured .featured-ul .featured-li a img {
            width: 100%;
            height: auto;
        }

        #featured .featured-ul .featured-li.first a {
            display: block;
        }

            #featured .featured-ul .featured-li.first a:hover {
                display: block;
            }

        #featured .featured-ul .featured-li.mid a {
            display: block;
        }

            #featured .featured-ul .featured-li.mid a:hover {
                display: block;
            }

        #featured .featured-ul .featured-li.last a {
            display: block;
        }

            #featured .featured-ul .featured-li.last a:hover {
                display: block;
            }

#footer #ft-menu {
    margin: 25px 20px;
}

#footer #left-ft {
    float: left;
    position: relative;
}

#footer #right-ft {
    float: right;
}

#footer #ft-menu.left .ft-ul {
    padding-right: 50px;
}

#footer #ft-menu.right .ft-ul {
    padding-left: 25px;
}

#footer #ft-menu a {
    text-decoration: none;
    color: #000;
}

#footer #ft-menu .ft-main {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 20px;
}

#footer #ft-menu .ft-sub {
    font-family: "Arial", sans-serif;
    font-size: 10px;
    margin: 2px 0;
    position: relative;
}

    #footer #ft-menu .ft-sub a {
        color: #6c6a6a;
    }

        #footer #ft-menu .ft-sub a:hover {
            color: #000;
        }

        #footer #ft-menu .ft-sub a span {
            position: absolute;
            top: 2px;
            left: 20px;
        }

#footer #ft-menu .ft-li {
    float: left;
    padding-right: 10px;
}

#footer #ft-menu.right {
    margin-bottom: 9px;
}

    #footer #ft-menu.right .ft-li {
        float: right;
        padding-right: 0;
    }

#footer .email {
    float: right;
    margin-right: 20px;
}

#footer .dis-icon {
    padding: 10px 0 10px 0;
}

.ie8 #footer .email {
    padding-right: 20px;
}

    .ie8 #footer .email ul {
        width: 192px;
    }

#footer .email-li div {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: #6c6a6a;
    font-weight: normal;
}

#footer .email-li .sign {
    padding-bottom: 5px;
}

#footer .email-form {
    width: 140px;
    height: 20px;
    border: #000 1px solid;
    outline: none;
    padding-left: 5px;
    font-size: 9px;
}

.ie8 #footer .email-li .sign {
    margin-left: 30px;
    width: 200px;
}

.ie8 #footer .email-form {
    line-height: 19px;
    margin-left: 27px;
}

.ie9 #footer .email-form {
    margin-left: -7px;
}

#footer .copyright {
    float: right;
    padding-top: 30px;
    font-size: 9px;
    font-family: "Arial", sans-serif;
    color: #6c6a6a;
}

#footer .submit {
    position: absolute;
    right: 6px;
}

    #footer .submit a {
        text-decoration: none;
        color: #fff;
        background: #000;
        display: inline-block;
        *display: inline;
        padding: 6px;
        font-size: 9px;
    }

.ie9 #footer .submit a {
    margin-left: -2px;
    height: 12px !important;
}

.ie8 #footer .submit a {
    line-height: 12px;
    position: relative;
    margin-left: -15px;
}

.trInnerContent a {
    color: #000;
}

.trInnerContent ol li {
    list-style-type: circle;
}

.NormalBiggerBold {
    font-size: 11px;
    margin-left: -5px;
}

.AccountHeaderBackground {
    padding: 5px;
    background-color: #d8d8d8;
}

.AccountHeaderTitle {
    color: #000;
    text-transform: uppercase;
}

.normal, .normal a, .Normal, .Normal a, .SizeColor {
    color: #000;
    font-size: 10px;
}

input {
    font-size: 10px;
    padding: 0px;
}

select {
    font-size: 10px;
}

.log-out {
    margin-left: 10px;
}

.shopping-cart-image {
    float: left;
    margin: 2px 5px 2px 2px;
}

.CartColumnHeaderFooter {
    color: #666666;
    font: 10px/12px Verdana, Arial, sans-serif;
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    padding-top: 4px;
    padding-bottom: 3px;
    background-color: #F6F6F6;
    line-height: 20px;
}

.CartColumnHeaderFooterNoTopBorder {
    color: #666666;
    border-bottom: 1px solid #CDCDCD;
    padding-top: 4px;
    padding-bottom: 3px;
    background-color: #F6F6F6;
}

.CartColumnHeaderFooterLarge {
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F6F6F6;
}

.CartColumnHeaderFooterLargeBold {
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F6F6F6;
    font-weight: bold;
}

.CartColumnHeaderFooterLargeBlack {
    color: black;
    font: 14px/16px Verdana, Arial, sans-serif;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
    font-weight: bold;
}

.CheckoutTableBorders {
    border-bottom: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
}

A.CartDetailsColumn:link, A.CartDetailsColumn:visited {
    color: #666666;
    text-decoration: underline;
}

A.CartDetailsColumn:hover {
    color: red;
    text-decoration: underline;
}

.CartDetailsColumn {
    color: #666666;
    font: 10px/14px Verdana, Arial, sans-serif;
}

.TextBoxBlack {
    color: #000000;
}

.AddressBook {
    color: #000000;
}

.ErrorTextSmall {
    color: red;
}

.ErrorTextBold {
    color: red;
    font-weight: bold;
}

.ErrorTextSmallBold {
    color: red;
    font: 10px/14px Verdana, Arial, sans-serif;
    font-weight: bold;
}

.CheckoutErrorText {
    color: #FF0000;
    font: 12px/14px Verdana, Arial, sans-serif;
    font-weight: bold;
}

A.CheckoutErrorText:link {
    color: #FF0000;
    font-weight: bold;
}

.CheckoutErrorTextSmall {
    color: #FF0000;
    font-weight: bold;
}

table.shoppingCartTable {
    border: none !important;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.shoppingCartTable td {
        border: none;
    }

.shopping-cart-empty {
    min-height: 300px;
}

.addressbookclass {
    background: none;
}

.content {
    font-family: "Arial", sans-serif;
    font-size: 11px;
    min-height: 600px;
}

    .content ul, .content ol {
        padding: 10px 0 10px;
    }

        .content ul li {
            padding-bottom: 5px;
            list-style-type: disc;
            list-style-position: inside;
        }

            .content ul li.header {
                font-size: 11px;
                font-weight: bold;
                padding-bottom: 5px;
            }

            .content ul li ul li {
                list-style-type: disc;
                list-style-position: inside;
            }

    .content ol {
        padding: 10px 0 10px;
    }

        .content ol li {
            list-style-type: inherit;
            list-style-position: inside;
        }

            .content ol li.header {
                font-size: 11px;
                font-weight: bold;
                padding: 15px 0 15px;
            }

.content-nolist {
    list-style-type: none;
    font-family: "Arial", sans-serif;
    font-size: 11px;
    min-height: 600px;
}

    .content-nolist a {
        color: #6C6A6A;
    }

    .content-nolist ul {
        padding: 10px 0 10px;
    }

        .content-nolist ul li.header {
            font-size: 11px;
            font-weight: bold;
            padding-bottom: 5px;
        }

    .content-nolist ol {
        padding: 10px 0 10px 15px;
    }

        .content-nolist ol li {
            list-style-type: inherit;
            list-style-position: outside;
        }

.offices table {
    float: left;
    overflow: hidden;
    margin: 15px 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.offices td {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px 10px;
    width: 1;
}

.offices {
    overflow: auto;
    width: 100%;
}

    .offices td a {
        text-decoration: none;
        color: #000000;
    }

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-skin {
    background: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url('/images/layout/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('/images/layout/fancybox/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    background: transparent url('/images/layout/fancybox/close.png') no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-close {
    top: 25px;
    right: 2px;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/images/layout/fancybox/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/images/layout/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.fancybox-outer .fancy-zoom {
    text-align: center;
    background: red;
}

.dealBar {
    font-family: "Metric", sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #000;
    padding-right: 36px;
    position: relative;
    cursor: pointer;
    letter-spacing: 1px;
}

    .dealBar div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dealBar :hover {
        background-color: #000;
    }

#dealClose {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
}

.hiddenBar {
    display: none;
}

.dealDialog {
    display: none;
    text-align: center;
    font-family: "Metric Regular", sans-serif;
}

    .dealDialog .dealText {
        padding: 30px 20px 0;
        font-weight: bold;
    }

    .dealDialog .bigText {
        letter-spacing: 4px;
        font-size: 42px;
    }

    .dealDialog .smallText {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .dealDialog .closePopup {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .dealDialog .ui-dialog-titlebar {
        display: none;
    }

    .dealDialog .ui-dialog-titlebar-close {
        display: none;
    }

    .dealDialog .ui-widget-header {
        display: none;
    }

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.contest li {
    list-style: circle;
}

.text-center {
    text-align: center;
}

.terms ul li {
    list-style-type: none;
}

    .terms ul li ul li {
        list-style-type: none;
    }
/*
#store-listing { border:1px solid red; font-family: "Arial",sans-serif; }
#store-listing h1 { text-transform: uppercase; font-size:14px; padding:0; margin:0; }
#store-listing .store { float: left; }
#store-listing .location { font-size:12px; font-weight:bold; padding:10px 0; text-transform:uppercase; }
#store-listing .store-location-name { font-size:11px; }
*/
#myrecaptchawrapper {
    padding: 5px 5px 5px 0;
    clear: both;
    display: block;
}

.contactEmail {
    color: #6C6A6A;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    #header .menu-container.left {
        position: absolute;
        top: 35px;
        right: 0%;
    }

    #header .menu-container.right {
        right: 21%;
        top: 5px;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (max-width : 1500px) {
    /* Styles */
    #wrapper {
        min-width: 1000px;
    }

    #header .menu-container {
    }

        #header .menu-container.left {
            position: absolute;
            top: 35px;
            right: 0%;
        }

        #header .menu-container.right {
            right: 33%;
            top: 5px;
        }
}

@media only screen and (max-width : 1400px) {
    #header .menu-container.right {
        right: 29%;
        top: 5px;
    }
}

@media only screen and (max-width : 1200px) {
    #header .menu-container.right {
        right: 25%;
        top: 5px;
    }
}

/*Removed Duplicate
@media only screen and (max-width : 1100px) {
    #header .menu-container.right {
        right: 23%;
        top: 5px;
    }
}*/

@media only screen and (max-width : 1100px) {
    #header .menu-container.right {
        right: 21%;
        top: 5px;
    }
}
