﻿html {
    font-size: 62.5%;
    margin:0;
    padding:0;
    background-color:#fff;
}
body {
    font-size:1.2em;
    font: normal Helvetica, 'Myriad Pro', Arial, sans-serif;
    line-height: 1.5;
    margin:0;
    padding:0;
    background-color:#fff;
}

#body {
    background-color: #FFF;
    margin:0;
    position:relative;
}

#bodyContent {
    max-width:940px;
    clear: both;
    margin: 0 auto;
}
#headerContainer {
    width: 100%;
    height: 35px;
    background-color: #f7efe2;
    color: #514732;
}
#headerContent {
    max-width:940px;
    margin: 0 auto;
}
    #headerContent .headerLinks {
        padding-top: 8px;
    }

    #headerContent .headerLinks a {
            color: #514732;
            text-decoration:none;
            font-size: 1.0em;
            font-family: Arial, Helvetica, 'Myriad Pro', Arial;
            font-weight: bold;
            padding-right:10px;            
        }

    #headerContent .MyBag {
        position: relative;        
        height: 35px;
        background-color: #e5d7bb;
        text-align:center;
        color:#514732;
        font-size: 1.0em;
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-weight: bold;
    }

    #headerContent .Checkout {
        position: relative;
        height: 35px;
        margin-left: 1px;
        background-color: #e5d7bb;
        text-align:center;
        color:#514732;
        font-size: 1.0em;
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-weight: bold;
    }

.custom-main-nav {
    padding:0;
    margin:0;
    border:0;
}

.container .navcontainer {
    border:0;
    padding:0;
    margin:0;
}

div.no-before:before {
    content: none;
    clear: both;
    display:inline-block;
}
div.no-after:after {
    content: none;
    clear: both;
    display:inline-block;
}
.dropdown-menu {
    border-top: 0px solid #e9d9c1;
    background-color:#f7efe2;
}

.input-prompt {
    margin-top: 3px;
}

.navbar-form {
    margin: 0;
}

#CartPopup {
    position: absolute;
    margin-top:34px;
    width:100%;
    display:none;
}

#cartPopUpDiv {
    z-index: 3000;
}

.CartPopupOverlay {
    position:relative;
    border:1px solid #e9d9c1;
    border-top-color:transparent; 
    min-height:100px;
    background-color:#FFF;
}


.cartHeader {     
    height: 35px;
    background-color: #e5d7bb;
    text-align:center;
    color:#514732;
    font-size: 1.0em;
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-weight: bold;
    border-right:1px solid #FFF;
}

.cartHeaderCount {
    color: #000;
    font-size: 0.85em;
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-weight: bold;   
}

.checkoutHeader {
    height: 35px;
    background-color: #e5d7bb;
    text-align: center;
    color: #514732;
    font-size: 1.0em;
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-weight: bold;
    float:left;
}

.footer-row1-header {
    text-align: center;
    font-family: MBaskerville-SemiBold, Helvetica, Arial;
    font-size: 1.3em;
    color: #72462f;
}

.footer-row2-header {
    font-family: Georgia, Helvetica, Arial;
    color: #d7bf91;
    font-size: 1.3em;
    height: 40px;
    line-height: 1.0;
}

.footer-row2-item {
    font-family: Helvetica, 'Myriad Web Pro', Arial;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.carousel-caption {
  position: relative;
  padding-top: 20px;
  margin-top:20px;
  margin-left:0;
  margin-right:0;
  width:70%;
  color: #000;
  text-align: center;
  text-shadow: none;
}

.FeaturedSectionTitle {
    margin-top: 25px;
    min-height: 35px;
    font-family: MBaskerville-SemiBold, Georgia, Helvetica, 'Myriad Pro', Arial;
    font-size: 1.5em;
    color: #553627;
    font-weight: bold;
    border-bottom: 2px solid #a48c66;
}
.FeaturedSectionImage {
    width: 100%;
}
.FeaturedSectionDescription {
    margin-top: 5px;
    margin-bottom: 20px;
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-size: 1.2em;
    color: #a48c66;
}
.FeaturedSectionRow {
    background-color:#a48c66;
}

.FeaturedSectionTitlePhone {
    margin-top: 25px;
    text-align:center;
    min-height: 35px;
    font-family: MBaskerville-SemiBold, Georgia, Helvetica, Arial;
    font-size: 1.8em;
    color: #553627;
    font-weight: bold;
}

.FeaturedSectionDescriptionPhone {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Helvetica, Arial;
    font-size: 1.4em;
    color: #a48c66;
    text-align:center;
}

#footerContent {
    position: relative;
    width:100%;
    border:1px solid #FF0000;
}

.InputNoBorder {
    height: 28px;
    padding: 5px;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.2em;
    color: #cbbfad;
    border:0px;
}

.input-prompt {
    position: absolute;
    font-style: normal;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.2em;
    color: #cbbfad;
    margin-top: 9px;
    margin-left: 5px;
}

.categoryProductImage {
    position:relative;
    border: 1px solid #e9d9c1;
}

.categoryProductQuickView {
    position:absolute;
    left:50%;
    margin-left:-60px;
    min-height:40px;
    width:120px;
    bottom:0px;
    border:1px solid #fff;
    border-bottom:0;
    background-color:#92513a;
    text-align:center;
    display:none;
    cursor:pointer;
    color: #FFF;
    padding-top: 6px;
    font-family: ChaletComprimeCologneEighty, Helvetica, 'Myriad Pro', Arial;
    font-size: 1.6em;
}

.categoryProductName {
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-size: 1.1em;
    color: #553627;
    text-align:center;
}

.categoryProductPrice {
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-size: 1.0em;
    color: #a48e66;
    text-align:center;
}

.dropdown:hover .dropdown-menu {
    cursor:pointer;
 }

.categoryProductFilterBy {
    text-align: left;
    font-family: Helvetica,'Myriad Pro',Arial;
    font-size: 1em;
    color: #542116;
    font-weight: bold;
}

.categoryProductClearFilter {
    text-align: right;
    
}
    .categoryProductClearFilter a {
        font-family: Helvetica,'Myriad Pro',Arial;
        font-size: 1em;
        color: #542116;
        font-weight: bold;
        text-decoration:none;
    }

.categoryProductFilter {
    position:relative;
    float:left;
    width:16.0%; 
    border:1px solid #e9d9c1;
}

    .categoryProductFilter .categoryProductFilterClickRegion {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 0.9em;
        color: #9f8d71;
        padding-left:5px;
        padding-top:2px; 
        padding-bottom:2px; 
        text-decoration: none;
        cursor:default;
    }
    .categoryProductFilter categoryProductFilterClickRegion:hover {
        color: #553627;
        cursor:pointer;
    }

.categoryProductSortBy {
    padding-left: 0;
    text-align: left;
    font-family: Helvetica,'Myriad Pro',Arial;
    font-size: 1em;
    color: #542116;
    font-weight: bold;
}

.categoryProductSort {
    position:relative;
    float:left;
    width:90.0%; 
    border:1px solid #e9d9c1;
}
    .categoryProductSort .categoryProductSortClickRegion {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 0.9em;
        color: #9f8d71;
        padding-left:5px;
        padding-top:2px; 
        padding-bottom:2px; 
        text-decoration: none;
        cursor:default;
    }
    .categoryProductSort categoryProductSortClickRegion:hover {
        color: #553627;
        cursor:pointer;
    }

.categoryProductFilterLabel {
    font-family: Helvetica, 'Myriad Pro', Arial;
    font-size: 0.8em;
    font-weight:normal;
    color: #9f8d71;
    white-space: nowrap;
    display: inline-block;
}


.shopping-filterCheckLabel {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.0em;
        color: #9f8d71;
        white-space:nowrap;
        display:inline-block;
        margin-right:10px;
    }

    .shopping-filterCheckLabel:hover {
        color: #553627;
    }

.shopping-categoryproductQuickview {
    position:absolute;
    left:50px;
    min-height:40px;
    width:120px;
    bottom:0px;
    border:1px solid #fff;
    border-bottom:0;
    background-color:#92513a;
    text-align:center;
    display:none;
    cursor:pointer;
}
    .shopping-categoryproductQuickview div {
        color: #FFF;
        padding-top: 6px;
        font-family: ChaletComprimeCologneEighty, Helvetica, 'Myriad Pro', Arial;
        font-size: 1.6em;
    }

.shopping-categoryPagination {
    float: left;
    width:15px;
    text-align:center;
    color:#92513a;
    font-weight:bold;
    cursor: default;
}

    .shopping-categoryPagination:hover {
        cursor: pointer;
    }

.shopping-categoryPaginationActive {
    float: left;
    width:15px;
    text-align:center;
    color:#FF0000;
    font-weight:bold;
    cursor: default;
}
    .shopping-categoryPaginationActive:hover {
        cursor: pointer;
    }


.categoryQuickview-background {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: #e5d7bb;
    display: none;
    z-index: 9999;
}

.categoryQuickview-body {
    width: 100%;
    position: fixed;
    top: 50px;
    z-index: 10000;
    display: none;
}

.categoryQuickview-Container {
    margin: 0 0 0 -480px;
    left:50%;
    position: fixed;
    width: 960px;
    height: 590px;
    border: 1px solid #e9d9c1;
    background-color: #fff;
}


.qv-product-pricebox {
    position: relative;
    width: 100%;
}

.qv-product-title {
    position: relative;
    padding-bottom: 5px;
    font-family: MBaskerville-SemiBold, Georgia, Helvetica, Arial;
    font-size: 1.8em;
    color: #553627;
    height:60px;
}

.qv-product-price {
    font-family: BrandonGrotesqueRegular, Georgia, Helvetica, Arial;
    font-size: 1.6em;
    color: #a48c66;
    float: left;
    margin-right:20px;
}

.qv-product-number {
    padding-top:5px;
    font-family: BrandonGrotesqueRegular, Helvetica, 'Myriad Pro', Arial;
    font-size: 1.2em;
    color: #542116;
    float: left;
    margin-right:30px;
}

.qv-product-pieces {
    padding-top:5px;
    font-family: BrandonGrotesqueRegular, Helvetica, 'Myriad Pro', Arial;
    font-size: 1.2em;
    color: #542116;
    float: left;
}

.qv-product-quantity {

    font-family: BrandonGrotesqueRegular, Helvetica, 'Myriad Pro', Arial;
    color: #542116;
}

.qv-product-quantity-row {
    width: 435px;
    font-family: BrandonGrotesqueRegular, Helvetica, 'Myriad Pro', Arial;
    color: #542116;
    height: 50px;
}

.qv-product-quantity-form-block {
    height: 46px;
    float: left;
    border:1px solid #000;
}

.qv-product-quantity-form-quantity {
    width: 47px;
    height: 46px;
    font-size: 1.5em;
    text-align: center;
    font-family: Helvetica, 'Myriad Pro', Arial;
    color: #333;
    border: 1px solid #e9d9c1;
}

.qv-product-add-to-bag {
    height: 46px;
    width: 200px;
    cursor: pointer;
    background-image: url('images/button_background.png');
    float: left;
    border:1px solid #000;
}

.qv-product-add-to-bag-text {
    font-family: ChaletComprimeCologneEighty, Helvetica, Arial;
    color: #fff;
    margin-left: 15px;
    margin-top: 7px;
    font-size: 1.8em;
}

.qv-product-add-to-wishlist {
    text-align: right;
    cursor: pointer;
    margin-top:7px;
}

.qv-product-add-to-wishlist-add {
    font-family: Baskerville-Italic, Georgia, Helvetica, Arial;
    font-style:italic;
    font-size: 1.4em;
}

.qv-product-add-to-wishlist-to {    
    font-family: Baskerville-Regular, Georgia, Helvetica, Arial;
    font-size: 1.4em;
}

.qv-product-add-to-wishlist-wishlist {
    font-family: MBaskerville-SemiBold, Georgia, Helvetica, Arial;
    font-size: 1.4em;
}

.qv-tabs-box {
    height: 315px;
}

.qv-product-socialmedia-box {
    height: 30px;
}

.qv-product-socialmedia-button {
    width: 90px;
    float: left;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: solid #e9d9c1 1px;
}
    .nav-tabs  li {

    }
        .nav-tabs  li a {
            line-height: 2em;
            display: block;
            padding: 0 10px;
            outline: none;
            font-size: 1.2em;
            font-family: BrandonGrotesqueRegular, Helvetica, Arial;
            color: #755b32;
            background: #f7efe2;
            text-decoration: none;
        }
        .nav-tabs  li.active a {
            position: relative;
            background-color: #fff;
            border: solid #e9d9c1 1px;
            border-bottom-color:transparent;
        }

.tab-pane {
    background: #fff;
    border: solid #e9d9c1 1px;
    border-top-color:transparent;
    padding: 10px;
    color: #a48c66;
    height: 280px;
    overflow: auto;
    font-family: Helvetica, Arial;
}


.shopping-breadcrumb {
    height: 25px;
    margin-left:0px;
    margin-top: 10px;
}
    .shopping-breadcrumb span {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.0em;
        color: #a48e66;
    }
    .shopping-breadcrumb a {        
        color: #a48e66;
        text-decoration: none;
    }

.shopping-pagetitle {
    position: relative;
    width: 100%;
}

    .shopping-pagetitle span {
        color: #553627;
        font-size: 2.2em;
        float: left;
        font-family: MBaskerville-SemiBold, Georgia, Helvetica, 'Myriad Pro', Arial;
    }


.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.opaque {
	filter: alpha(opacity=50); /* IE 5 to 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 an on */
	-khtml-opacity: 0.5;       /*	khtml, old safari */
	-moz-opacity: 0.5;         /* 	mozilla Firefox */
	opacity: 0.5;              /*   safari, opera */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=checkbox].css-checkbox {
    display:none;
}

.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.1em;
    display:block;
    height:20px;
    
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.1em;
    display:block;
    float:left;
}

.field-validation-valid {
    display: none;
    font-size: 1.1em;
}

.InputNoBorder {
    height: 28px;
    padding: 5px;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.2em;
    color: #cbbfad;
    border:0px;
}

.shopping-bag-message {
    margin-top: 10px;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.0em;
    color: #a48c66;
}

.shopping-bag-continueshopping {
    margin-top: 8px;
    float: left;
    font-family: Baskerville-Regular Arial;
    font-size: 1.5em;
    color: #755b32;
    width: 470px;
}

.shopping-bag-checkoutbutton-div {
    float: right;
    text-align: right;
    height: 38px;
    width: 215px;
    background-image: url('/content/images/button_background.png');
    background-position: center;
    cursor: pointer;
}

    .shopping-bag-checkoutbutton-div .innerText {
        font-family: ChaletComprimeCologneEighty, Helvetica, Arial;
        color: #fff;
        margin-left: 20px;
        margin-top: 6px;
        font-size: 1.6em;
        letter-spacing: 1px;
        text-align: left;
    }

.shopping-bag-header-left {
    font-family:BrandonGrotesqueRegular Helvetica Arial;
    color:#542116;
    font-size:1.2em;
    text-align:left;
}

.shopping-bag-header-right {
    font-family:BrandonGrotesqueRegular Helvetica Arial;
    color:#542116;
    font-size:1.2em;
    text-align:right;
}

.shopping-bag-header-center {
    font-family:BrandonGrotesqueRegular Helvetica Arial;
    color:#542116;
    font-size:1.2em;
    text-align:center;
}
 .shopping-bag-product-row {
    border-bottom: 1px solid #e9d9c1;
    margin: 10px;
}

.shopping-bag-product-row-dbl {
     border-bottom: 3px double #e9d9c1;
     margin: 10px;
}

.shopping-bag-product-title {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #542116;
    font-size: 1.2em;
}

.shopping-bag-product-title-mobile {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #542116;
    font-size: 1.0em;
}

.shopping-bag-product-number {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #8c785c;
    font-size: 1.0em;
}

.shopping-bag-update-remove-btn {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #9e8e79;
    font-size: 1.2em;
    text-decoration: none;
}

.shopping-bag-update-remove-btn-mobile {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #9e8e79;
    font-size: 1.0em;
    text-decoration: none;
    padding-top:5px;
}

.shopping-bag-product-quantity-input {
    width: 47px;
    height: 33px;
    font-size: 1.2em;
    text-align: center;
    font-family: helvetica, Arial;
    color: #333;
    border: 1px solid #e9d9c1;
}

.shopping-bag-product-quantity-input-mobile {
    width: 34px;
    height: 26px;
    font-size: 1.0em;
    text-align: center;
    font-family: helvetica, Arial;
    color: #333;
    border: 1px solid #e9d9c1;
}

.shopping-bag-product-price {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #755b32;
    font-size: 1.2em;
}

.shopping-bag-product-price-mobile {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #755b32;
    font-size: 1.0em;
}

.shopping-bag-product-qty-mobile {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #542116;
    font-size: 1.0em;
    padding-top:5px;
}

.shopping-bag-product-total {
    font-family: BrandonGrotesqueRegular Helvetica Arial;
    color: #542116;
    font-size: 1.2em;
}

.shopping-bag-total-div {
    border-bottom: 3px double #e9d9c1;
}

.shopping-bag-total-text {
    font-size: 1.2em;
    font-family: Georgia Helvetica Arial;
    color: #755b32;
}

.shopping-bag-total-price {
    font-size: 1.2em;
    font-family: Georgia Helvetica Arial;
    color: #755b32;
    text-align:right;
}

.shopping-bag-total-price1 {
    font-size: 1.2em;
    font-family: Georgia Helvetica Arial;
    color: #755b32;
    font-weight:bold;
    text-align:right;
}

.checkout-header-text {
    margin-top: 10px;
    font-family: MBaskerville-SemiBold;
    font-size: 1.4em;
    color: #755b32;
}

.checkout-text {
    margin-top: 10px;
    font-family: Helvetica 'Myriad Pro' Arial;
    font-size: 1.1em;
    color: #a48c66;
    line-height: 1.5;
}

.checkout-button {
    margin: 5px 0px;
    border: 1px solid #333;
    width: 214px;
    height: 38px;
    background-color: #834023;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .checkout-button .checkout-button-text {
        float: left;
        font-family: ChaletComprimeCologneEighty, Helvetica, Arial;
        color: #fff;
        margin-left: 12px;
        margin-top: 5px;
        font-size: 1.7em;
    }

    .checkout-button .glyphicon {
        float: right;
        margin-top: 12px;
        margin-right: 10px;
        font-size: 0.8em;
        color: #fff;
    }

.checkout-button-signin {
    width: 145px;
}


.checkout-spacer {
    min-height: 20px;
}

.checkout-input-row-name {
    margin-top:15px;
    font-family:Helvetica 'Myriad Pro' Arial;
    font-weight:bold;
    font-size:0.95em;
    color:#755b32; 

    line-height:1.1;
}

.checkout-input-row-field {
    margin-top:5px;
}

#AccountViewHidden {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: #e5d7bb;
    display: none;
    z-index:1999;
}

#AccountViewShell {
    position: fixed;
    top:100px;
    margin-left:-250px;
    z-index: 2000;
    display: none;
    left:50%;
    width:500px;
    background-color:#FFF;
    border:1px solid #e9d9c1;
    padding:10px;

}

.AccountViewOverlayHeader {
    position: relative;
    top: 4px;
    left: 2px;
    right: 2px;
    height: 30px;
    font-family:MBaskerville-SemiBold;
    font-size:1.4em;
    color:#755b32;
}

.CreateAccount-Header-Text {
    font-family: MBaskerville-SemiBold;
    font-size: 1.4em;
    color: #755b32;
    
}

.CreateAccount-CloseButton {
    float:right;
    width:26px;
}

    .CreateAccount-CloseButton img {
        width: 26px;
        cursor: pointer;
    }


#PasswordViewShell {
    position: fixed;
    top:100px;
    margin-left:-250px;
    z-index: 2000;
    display: none;
    left:50%;
    width:500px;
    background-color:#FFF;
    border:1px solid #e9d9c1;
    padding:10px;
}

#UserAdminViewHidden {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    background-color: #e5d7bb;
    display: none;
    z-index:1999;
}

#UserAdminViewShell {
    position: fixed;
    top:100px;
    margin-left:-450px;
    z-index: 2000;
    display: none;
    left:50%;
    width:900px;
    background-color:#FFF;
    border:1px solid #e9d9c1;
    padding:10px;
}


#WholesaleAccountViewShell {
    position: fixed;
    top:100px;
    margin-left:-400px;
    z-index: 2000;
    display: none;
    left:50%;
    width:800px;
    background-color:#FFF;
    border:1px solid #e9d9c1;
    padding:10px;
    max-height:500px;
    overflow:auto;
    overflow-x:hidden;
}


.checkoutform {
    min-height: 450px;
}

.txtBox {
    height: 35px;
    font-family: helvetica, Arial;
    color: #a48c66;
    border: 1px solid #e9d9c1;
    font-size:1.0em;
    padding-left: 5px;
    padding-right: 5px;
    width:214px;
}

.txtBoxCheckout {
    height: 35px;
    font-family: helvetica, Arial;
    color: #a48c66;
    border: 1px solid #e9d9c1;
    font-size: 1.0em;
    padding-left: 5px;
    padding-right: 5px;
    width: 270px;
}

.txtBoxCheckout_State {
    height: 35px;
    font-family: helvetica, Arial;
    color: #a48c66;
    border: 1px solid #e9d9c1;
    font-size: 1.0em;
    padding-left: 5px;
    padding-right: 5px;
    width: 100px;
}

.txtBoxCheckout_ZipCode {
    height: 35px;
    font-family: helvetica, Arial;
    color: #a48c66;
    border: 1px solid #e9d9c1;
    font-size: 1.0em;
    padding-left: 5px;
    padding-right: 5px;
    width: 65px;
    text-align:center;
}

.panel {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.panel-default .panel-heading {
    border: 0;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;    
    border-top: 1px solid #000;    
    background-color:#FFF;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
}

span.customSelect {
	font-size:1.0em;
    font-family:helvetica, Arial;
    color:#a48c66;
	padding:7px 7px;
	border:1px solid #e9d9c1; 
    min-width:50px;
    background:#fff url(/scripts/custom_select/arrowupdown.png) right center no-repeat
}

input[type='radio'] {
   background-color: #553427;
   color: #bfaf98;
}

input.radio {
    background-color: #553427;
    color: #bfaf98;
}

@media (min-width: 992px) {
    #heroContainer {
        margin: 0 auto;
        overflow: visible;
    }
        #heroContainer .heroImage {
            position: relative;
            width: 1340px;
            left:-22.5%;
        }
    #qv-product-seadragonviewer {
        width: 100%;
        height: 420px;
        border: 1px solid #e9d9c1;
        margin-left:-10px;
    }

    #qv-product-text-container {
        margin-right:-10px;
    }

    #qv-product-thumbnail-container {
        margin-left:-10px;
        margin-right:20px;
        margin-top:10px;
    }

    #product-crosssale-container {
        margin:0px -10px 10px -10px;
        padding:10px 0px;
        border-top: 1px solid #e9d9c1;
    }

    .product-crosssale-suggesttext {
        font-family: MBaskerville-SemiBold, Georgia, Helvetica, Arial;
        font-size: 1.4em;
        color: #553627;
    }

    .product-crosssale-itemimage {
        width: 100%;
        border: 1px solid #e9d9c1;
    }

    .product-crosssale-itemname {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.1em;
        color: #553627;
    }

    .product-crosssale-itemprice {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.0em;
        color: #a48e66;
    }

    #product-crosssale-item-container {
        margin-left: -10px;
        margin-right: -10px;
        
    }
    .qv-product-alternate-image {
        padding-right:0;
        cursor:default;
    }

        .qv-product-alternate-image div {
            border: 1px solid #e9d9c1;
        }

        .qv-product-alternate-image:hover {

            padding-right:0;
            cursor:pointer;  
        }

    .container {
        max-width: 960px;
    }
    
    .footer-menu {
        float:left;
        width: 20%;
        border:0px solid #fff;
    }


    .navbar-header a{
        color: #000;
    }
    .navbar .navbar-toggle .icon-bar {
        background-color: #000;
    } 
    
    .navbar .nav {
        min-height:50px;
        background-color: #fff !important;            
        border-radius:0px;
    }
    .nav .dropdown > a {
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #e9d9c1;
        white-space:nowrap;
    }
    .nav .open > a, .nav .open > a:hover {
        border-left:1px solid #e9d9c1;
        border-right:1px solid #e9d9c1;
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #f7efe2;
        background-color:#f7efe2;
        color:#453f37;
        margin:0px;
    }
    
    .navbar-nav > li {
        display: inline-block;
    }
        .navbar-nav > li > a {
            margin:0px;
            border-left:1px solid #fff;
            border-right:1px solid #fff;
            border-top: 1px solid #e9d9c1;
            border-bottom: 1px solid #f7efe2;
            font-family:ChaletComprimeCologneEighty, impact, sans-serif;
            font-size:1.8em;
            color: #755b32; 
        }

    .dropdown-menu-div {
        float:left;
        width:205px;
        padding:5px;
    }
    .dropdown-menu-div-header {
        font-family: BrandonGrotesqueRegular, Georgia, Helvetica, Arial;
        font-size: 1.4em;
        color: #755b32;    
    }
    .dropdown-menu-div-link > a {
        text-decoration:none;
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.0em;
        color: #a38b65;
    }
    .SearchGoButton {
        font-family:ChaletComprimeCologneEighty, impact, sans-serif;
        font-size: 2.5em;
        color: #755b32;
        border: 0;
        background-color:#FFF;
    }
    .dropdown-menuSubMenu {
        min-width:200px;
        list-style:none;
        padding-left:0px;
        margin-left:20px;
        display:block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #heroContainer {
        margin: 0 auto;
        overflow: hidden;
    }
    #heroContainer .heroImage {
        position: relative;
        width: 1340px;
        left:-22.5%;
    }
    
    #qv-product-seadragonviewer {
        width: 100%;
        height: 380px;
        border: 1px solid #e9d9c1;
        margin-right:-10px;
        padding:0px;
    }

    #qv-product-thumbnail-container {
        margin-right:0px;
        margin-bottom:10px;
        margin-left:-10px;
    }
    
    #qv-product-text-container {
        margin-top:10px;
        margin-left: 0px;
    }

    #product-crosssale-container {
        margin:0px -10px 10px 0px;
        border-left: 1px solid #e9d9c1;
        min-height:380px;        
    }

    .product-crosssale-suggesttext {
        padding-left: 10px;
        font-family: MBaskerville-SemiBold, Georgia, Helvetica, Arial;
        font-size: 1.4em;
        color: #553627;
    }

    .product-crosssale-itemimage {
        width: 100%;
        border: 1px solid #e9d9c1;
    }
    .product-crosssale-itemname {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.1em;
        color: #553627;
    }

    .product-crosssale-itemprice {
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.0em;
        color: #a48e66;
        margin-bottom:20px;
    }

    .qv-product-alternate-image {
        padding-right:0;
        cursor:default;
        margin-bottom:5px;
    }

        .qv-product-alternate-image div {
            border: 1px solid #e9d9c1;
        }

        .qv-product-alternate-image:hover {

            padding-right:0;
            cursor:pointer;  
        }

    .container {
        max-width: 100%;
    }

    

    .navbar-header a{
        color: #000;
    }
   
    .navbar .navbar-toggle .icon-bar {
        background-color: #000;
    }  

    .navbar-nav {
        padding:0;
        margin:0;
        width:100%;
        min-height:50px;
        background-color: #fff !important;            
        border-radius:0px;
    }

    .nav .dropdown > a {
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #e9d9c1;
        padding-left:0px;
        padding-right:0px;
    }

    .nav .open > a, .nav .open > a:hover {
        border-left:1px solid #e9d9c1;
        border-right:1px solid #e9d9c1;
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #f7efe2;
        background-color:#f7efe2;
        color:#453f37;
        margin:0px;
    }

    .navbar-nav > li > a {
        margin:0px;
        border-left:1px solid #fff;
        border-right:1px solid #fff;
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #f7efe2;
        font-family:ChaletComprimeCologneEighty, impact, sans-serif;
        font-size:1.7em;
        color:#755b32;
    }

    .navbar-nav > li {
        display: inline-block;
    }

    .SearchGoButton {
        font-family:ChaletComprimeCologneEighty, impact, sans-serif;
        font-size: 2.5em;
        color: #755b32;
        border: 0;
        background-color:#FFF;
    }

    .dropdown-menu-div {
        float:left;
        width:205px;
        padding:5px;
    }

    .dropdown-menu-div-header {
        font-family: BrandonGrotesqueRegular, Georgia, Helvetica, Arial;
        font-size: 1.2em;
        color: #755b32;    
    }

    .dropdown-menu-div-link > a {
        text-decoration:none;
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 0.9em;
        color: #a38b65;
    }

    .SearchGoButton {
        font-family:'Times New Roman', ChaletComprimeCologneEighty, Impact;
        font-size: 2.4em;
        color: #755b32;
        border: 0;
        background-color:#FFF;
    }

    .dropdown-menuSubMenu {
        min-width:200px;
        list-style:none;
        padding-left:0px;
        margin-left:20px;
        display:block;
    }
}

@media (max-width: 767px) {
    .txtBoxCheckout {
        width: 100%;
    }
    .txtBoxCheckout_State {
        width: 100%;
    }
    .txtBoxCheckout_ZipCode {
        width: 100%;
    }
    
    .container {
        max-width: 100%;
    }

    .footer-menu {
        text-align: center;
        margin-bottom: 20px;
    }

    .container .navbar-header {
        margin:0px;
    }
        .navbar-header a{
            color: #000;
        }
   
    .navbar .navbar-toggle .icon-bar {
        background-color: #000;
    }  

    .navbar-nav {
        padding:0;
        margin:0;
        width:100%;
        min-height:50px;
        background-color: #fff !important;            
        border-radius:0px;
    }

    .nav .dropdown > a {
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #e9d9c1;
    }

    .nav .open > a, .nav .open > a:hover {
        border-left:1px solid #e9d9c1;
        border-right:1px solid #e9d9c1;
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #f7efe2;
        background-color:#f7efe2;
        color:#453f37;
        margin:0px;
    }
    
    .navbar-nav > li > a {
        margin:0px;
        border-left:1px solid #fff;
        border-right:1px solid #fff;
        border-top: 1px solid #e9d9c1;
        border-bottom: 1px solid #f7efe2;
        font-family:ChaletComprimeCologneEighty, Impact;
        font-size:2.0em;
        color: #755b32; 

    }

    .navbar-nav > li {
        display: inline-block;
    }
    
    .nav .dropdown > a {
        border-top: 0px solid #e9d9c1;
        border-bottom: 1px solid #e9d9c1;
    }

    .navbar-nav {
        margin-top: 0px;
    }
        .navbar-nav > li {
            display:inherit;
            margin-left:5px;
            margin-right:auto;
        }

            .navbar-nav > li > a {
                font-size:1.7em;
            }

    .SearchGoButton {
        font-family:ChaletComprimeCologneEighty, Impact;
        font-size: 2.5em;
        color: #755b32;
        border: 0;
        background-color:#FFF;
    }

    .dropdown-menu {
        background-color:#000;padding:5px;
        width:100%;
    }

    .dropdown-menuSubMenu {
        float: none;
        max-width:100% !important;
    }

    .dropdown-menuSubMenu {
        list-style:none;
        padding-left:10px;
        margin-bottom:20px;
    }

    .dropdown-menu-div {
        margin-top:0px;
        width:100%;
        border:1px solid #4cff00;
    }

    .dropdown-menu-div-link > a {
        text-decoration:none;
        font-family: Helvetica, 'Myriad Pro', Arial;
        font-size: 1.1em;
        color: #a38b65;
    }

    .dropdown-menu-div-col {
        margin-bottom:20px;
        width:100%;
        padding:5px;
        border:1px solid #f00;
    }

    .dropdown-menu-div-header {
        width: 100%;
        display: inline-block;
        font-family: BrandonGrotesqueRegular, Georgia, Helvetica, Arial;
        font-size: 1.2em;
        color: #755b32;
    }

    dropdown-menu-div-link {
        width: 100%;
        display: inline-block;
    }

    .navbar-collapse {
        max-height:800px;
    }

    .shopping-breadcrumb {
        height: 25px;    
        color: #a48e66;
        margin:10px;
    }
        .shopping-breadcrumb a {  
            font-family: Helvetica, 'Myriad Pro', Arial;
            font-size: 1.4em;      
            color: #a48e66;
            text-decoration: none;
        }

        .shopping-breadcrumb .glyphicon {
            display:inline-block;
            color: #a48e66;
            font-size:1.2em;
            font-weight:normal;
        }

    .categoryProductName, .categoryProductPrice {
        text-align: left;
    }
    
    .txtBox {
        width: 100%;
    }

    .checkout-button {
        width: 100%;
    }

    .checkout-button-signin {
        width: 100%;
    }
    
    #AccountViewShell {
        width: 100%;
        top:40px;
        margin-left:0px;
        margin-right:0px;
        left:0;
        z-index:2000;
        padding:5px;
    }

    #WholesaleAccountViewShell {
        width: 100%;
        top:40px;
        margin-left:0px;
        margin-right:0px;
        left:0;
        z-index:2000;
        padding:5px;
        height:500px;
       
    }

    #WholesaleAccountOuterLayer {
        height: 500px;
    }

    #PasswordViewShell {
        width: 100%;
        top:40px;
        margin-left:0px;
        margin-right:0px;
        left:0;
        z-index:2000;
        padding:5px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }

    .shopping-breadcrumb {
        height: 25px;    
        color: #a48e66;
        margin:10px;
    }
        .shopping-breadcrumb a {  
            font-family: Helvetica, 'Myriad Pro', Arial;
            font-size: 1.0em;      
            color: #a48e66;
            text-decoration: none;
        }

        .shopping-breadcrumb .glyphicon {
            display:inline-block;
            color: #a48e66;
            font-size:0.9em;
            font-weight:normal;
        }
    
}





