.product-showcase {
    font-size: 12pt;
    color: #666;    
    max-width: 1024px;
    min-width: 900px;
    padding: 20px 50px;
    line-height: normal;
    position: relative;
    background: #DDD;
}

.product-showcase h1,
.product-showcase h2,
.product-showcase h3,
.product-showcase h4,
.product-showcase h5 {
    line-height: normal;
    font-weight: normal;
    margin: 16px 0px;
}

.product-showcase .error-message {
    color: #f00;
}

.product-showcase h1 {
    font-size: 30px;
}

.product-showcase h2 {
    font-size: 28px;
}

.product-showcase h3 {
    font-size: 22px;
}

.product-showcase h4 {
    font-size: 18px;
}

.product-showcase h5 {
    font-size: 14px;
}

.product-showcase #load-mask {
    z-index: 100; 
    position: absolute; 
    height: 100%; 
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.product-showcase #load-mask-message {
    font-size: 2em;   
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50%;
    width: 100%;
    height: 100px;
    z-index: 101;
    color: #FFF;
    text-align: center;
}

.product-showcase a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.product-showcase .clear {
    clear: both;
}

.product-showcase .header {
    position: relative;
    background: #DDD;
    padding-top: 20px;
}

.product-showcase .header .store-name {
    margin: 0 0 20px;
    text-align: center;
    color: #3C342B;
}

.product-showcase .header .nav-bar {
    height: 40px;
    background-color: #DDD;
    padding-top: 10px;
    position: relative;
    font-size: 13pt;
}

.product-showcase .header .nav-bar .breadcrumbs-container {
    height: 40px;
    padding-left: 10px;
    position: relative;
    max-width: 750px;
    line-height: 40px;
    display: none;
}

.product-showcase .header .nav-bar .breadcrumbs-container ul {
    list-style: none;
    list-style-image: none;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul {
    margin: 0;
    padding: 0;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul > li:first-child {
    background: none;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul > li {
    float: left;
    position: relative;
    margin-left: 10px;
    background: url(../png/bc-right.png) 5px 50% no-repeat;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul > li > a,
.product-showcase .header .nav-bar .breadcrumbs-container > ul > li > span {
    padding-left: 30px;
    color: #FFF;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul > li.home {
    background: url(../png/bc-back.png) 0% 50% no-repeat;
}

.product-showcase .header .nav-bar .breadcrumbs-container a{
    display: block;
    white-space: nowrap;
}

.product-showcase .header .nav-bar .breadcrumbs-container a:hover {
    color: #A2773A;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul {
    position: absolute;
    display: none;
    min-width: 160px;
    z-index: 10000;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    background-color: #f0ebe0;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul > li {
    float: none;
    border-bottom: 1px solid #ccc;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul > li.selected {    
    background: url(../png/bc-right.png) 5px 50% no-repeat;    
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul > li:last-child {
    border-bottom: none;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul > li:hover > .sibling-list > ul {
    display: block; 
    margin: 0;
    padding: 0;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul > li a {
    color: #413732;
    padding: 0px 30px;
}

.product-showcase .header .nav-bar .breadcrumbs-container > ul .sibling-list > ul > li a:hover {
    color: #A2773A;
}

.product-showcase .header .nav-bar .shopping-cart-info {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 170px;
    height: 156px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0px 2px 1px #222;
    text-align: center;
}

.product-showcase .header .nav-bar .shopping-cart-info .title-1,
.product-showcase .header .nav-bar .shopping-cart-info .title-2,
.product-showcase .header .nav-bar .shopping-cart-info .title-3{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.product-showcase .header .nav-bar .shopping-cart-info .title-1 {
    font-size: 10pt;
    margin-top: 30px;
    border-bottom: none;
}

.product-showcase .header .nav-bar .shopping-cart-info .title-2 {
    font-size: 10pt;
}

.product-showcase .header .nav-bar .shopping-cart-info .title-3 {
    font-size: 17pt;
    display: block;
}

.product-showcase .header .nav-bar .shopping-cart-info:hover .title-1,
.product-showcase .header .nav-bar .shopping-cart-info:hover .title-2 {
    color: #666;
}

.product-showcase .body-wrapper {
    background: #DDD;
    padding: 60px 0px;
    padding-bottom: 0;
}

.product-showcase .store-top-navigation {
    background-color: #DDD;
    margin: 0 auto;
    width: 100%;
    margin-left: 0;
    text-align: center;
    background: #dddddd;
    background: -moz-linear-gradient(left, #dddddd 0%, #878380 15%, #878380 51%, #878380 87%, #dddddd 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dddddd), color-stop(15%,#878380), color-stop(51%,#878380), color-stop(87%,#878380), color-stop(100%,#dddddd));
    background: -webkit-linear-gradient(left, #dddddd 0%,#878380 15%,#878380 51%,#878380 87%,#dddddd 100%);
    background: -o-linear-gradient(left, #dddddd 0%,#878380 15%,#878380 51%,#878380 87%,#dddddd 100%);
    background: -ms-linear-gradient(left, #dddddd 0%,#878380 15%,#878380 51%,#878380 87%,#dddddd 100%);
    background: linear-gradient(to right, #dddddd 0%,#878380 15%,#878380 51%,#878380 87%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=1 );
}

.product-showcase .store-top-navigation ul li,
#widget-override .product-showcase .store-top-navigation ul li a {
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 2px 1px #222;
}

.product-showcase .store-top-navigation ul li.selected a {
    color: #c7bb91;
}

.product-showcase .store-top-navigation ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.product-showcase .store-top-navigation ul li:before {
    content: '|';
    margin: 0 10px 0 5px;
    color: #fff;
}

.product-showcase .store-top-navigation ul li:first-child:before {
    content: none;
}

.product-showcase .body-wrapper .store-description {
    margin: 0px auto 40px;
    width: 650px;
    text-shadow: 2px 2px 2px #000;
    display: none;
}

.product-showcase .body-wrapper .showcase-content {
    margin: 0 auto;
}

.product-showcase .body-wrapper .showcase-content .outer-container {
    background-color: #DDD;
    color: #413732;
}

.product-showcase .body-wrapper .showcase-content .inner-wrapper {
    background-color: #DDD;
    padding: 20px;
}

.product-showcase .not-found-page .inner-wrapper {
    height: 400px;
}

.product-showcase .showcase-store-footer {
    background-color: #DDD;
    position: relative;
    font-size: 13pt;
    text-align: center;
    color: #000;
    margin-bottom: 5%;
    margin-top: 5%;
}

.product-showcase .showcase-store-footer .currency-container {
    line-height: 25px;
}

.product-showcase .showcase-store-footer .currency-container .currency-type {
    font-weight: bold;
}

.product-showcase .showcase-store-footer .footer-links {
    list-style-type: none;    
    padding: 0;
    margin: 0;
    font-size: 0.6em;
    position: relative;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}

.product-showcase .showcase-store-footer .footer-links li {
    display: inline;
    margin: 0px 0px;
    line-height: 25px;
}

.product-showcase .showcase-store-footer .footer-links li a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.product-showcase .showcase-store-footer .footer-links li a:hover {
    color: #A2773A;
}

.product-showcase .showcase-store-footer .footer-links li + li::before {
    content: "|";
    margin: 0px 10px;
}

.product-showcase .price-description {
    font-size: .9em;
    font-style: italic;
    padding: 5px 0;
}

.product-showcase .instructions-output-text {
    white-space: pre-wrap;
}

.product-showcase .store-top-navigation ul {
    padding-left: 0;
    width: 81%;
}

.product-showcase .header .store-description {
    display: none;
}