@font-face {
    font-family: 'Helvetica Neue Ultra Light';
    src: url('../fonts/helveticaneueultralight.eot');
    src: url('../fonts/helveticaneueultralight.eot#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueultralight.woff') format('woff'),
         url('../fonts/helveticaneueultralight.ttf') format('truetype'),
         url('../fonts/helveticaneueultralight.svg') format('svg');
}

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/helveticaneuelight.eot');
    src: url('../fonts/helveticaneuelight.eot#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuelight.woff') format('woff'),
         url('../fonts/helveticaneuelight.ttf') format('truetype'),
         url('../fonts/helveticaneuelight.svg') format('svg');
}

/* == GENERAL ==*/

body { 
    background: #dddccc;
    color: #4d4d4d;
    /*font-family: 'Helvetica Neue Light';*/
    font: normal 12px/1.22 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif
}
    body a { cursor: pointer; color: #4d4d4d; text-decoration: none; outline-offset: -9999px; }
    body a:hover { color: #4d4d4d; text-decoration: none; }
    body a:visited { color: #4d4d4d; text-decoration: none; }
    body p { line-height: 1.4em; }

.cms-page-view .std a,
.cms-no-route .std a,
.product-view .product-specs a,
.my-account-page .col-main a { color: #f15a22; }


/* inputs/buttons */
.orange-btn {
    cursor: pointer;
    overflow: visible;
    width: auto;
}
    .orange-btn span {
        float: left;
        padding: 1px 15px 3px;
        background: none repeat scroll 0 0 #f15a22;
        color: #ffffff;
        line-height: 1.4em;
        font-size: 11px;
        white-space: nowrap;
        text-align: center;
    }

.page { }

.main-container { }
    .main-container .main {
        border: dotted 1px #8c8e91;
        overflow: hidden;
    }
        .main-container .main .col-main {
            border-right: dotted 1px #8c8e91;
            padding: 25px;
        }
        .main-container.col1-layout .main .col-main,
        .main-container.col2-left-layout .main .col-main {
            border-right: 0;
        }

/* home page */
.cms-home .main-container .main .col-main {
    float: left;
    width: 677px;
    padding: 0;
}
.cms-home .col-right {
    float: right;
    width: 322px;
    padding: 0 0 1px;
}

/* == HEADER == */

.header-container { height: 112px; }
    .header-container header {
        padding: 0;
        overflow: visible;
    }

/* header dashboard */
#headerDashboard {
    float: right;
    height: 55px;
    padding: 0 12px 0 0;
}
    #headerDashboard .top-links {
        float: right;
        padding: 10px 12px 0 0;
        font-size: 11px;
    }
        #headerDashboard .top-links .top-line {
            margin-bottom: 7px;
        }
        
		#headerDashboard .top-message {
 			margin-right: 100px;
 		}
		
		#headerDashboard .top-links .bottom-line {

        }
            #headerDashboard .top-links .links-wrapper {

            }
                #headerDashboard .top-links .links-wrapper a {
                    color: #f15a22;
                }

    #headerDashboard .top-bag {
        float: right;
        width: 80px;
        height: 43px;
        padding: 0 5px 0 55px;
        margin: 12px 0 0;
        border-left: dotted 1px #8c8e91;
        background: url(../images/header-shopping-bag.png) no-repeat 15px 2px;
    }
        #headerDashboard .top-bag .items-count {
            padding: 0 0 7px;
            float: right;
        }
            #headerDashboard .top-bag .items-count a.items-plus {
                width: auto;
                overflow: visible;
            }

            #headerDashboard .top-bag .items-count a.items-plus span {
                font-size: 13px;
                float: left;
                padding: 0 22px 0 0;
                background: url(../images/expand-plus.png) no-repeat right 3px;
            }

        #headerDashboard .top-bag .view-bag {
            float: right;
        }


/* mega menu */
#megaMenu {
    float: left;
    height: 57px;
    padding: 0 0 0 5px;
    width: 835px;
    text-align: left;
}
    #megaMenu ul.base-level {
        padding: 0 7px;
    }
        #megaMenu ul.base-level li.base-el {
            float: left;
            height: 57px;
            border-left: dotted 1px #8c8e91;
        }
        #megaMenu ul.base-level li.base-el.last { border-right: dotted 1px #8c8e91; }
        
            #megaMenu ul.base-level li.base-el a {
                display: block;
                padding: 3px 23px 7px;
            }
                #megaMenu ul.base-level li a span.header {
                    font-size: 10pt;
                    text-align: center;
                    display: block;
                }
                #megaMenu ul.base-level li a span.title {
                   font-size: 20pt;
                   font-family: 'Helvetica Neue Light';
                }
                #megaMenu ul.base-level li ul { display: none; position: absolute; margin: -1px 0 0 -1px; }
                #megaMenu ul.base-level li.base-el:hover ul { display: block; }
                #megaMenu ul.base-level li.base-el:hover ul.level0 { display: none; }


    /* category */
    #megaMenu li.categories {
        width: 148px;
    }
        #megaMenu li.categories ul {
            width: 149px;
            padding: 7px 0 25px;
            border: dotted 1px #8c8e91;
            border-top: 0;
            border-right: 0;
        }
            #megaMenu ul.base-level li.categories ul li {
                display: block;
                padding: 4px 7px 7px 22px;
            }
                #megaMenu ul.base-level li.categories ul li a {
                    padding: 0;
                }
                    #megaMenu ul.base-level li.categories ul li a span {
                        font-size: 8pt;
                        text-transform: uppercase;
                        color: #fff;
                    }
                    
                
                #megaMenu ul.base-level li.categories ul.cat-parent li.level0:hover a {

                }
                    #megaMenu ul.base-level li:hover a span {
                        border-bottom: none;
                    }
                    #megaMenu ul.base-level li.level0:hover a span {
                        border-bottom: dotted 1px #fff;
                    }

                /*2nd level*/
                #megaMenu ul.base-level li.categories ul li ul.level0 {
                    width: 410px;
                    top: 0;
                    margin: 0 0 0 127px;
                    background-color: #fff;
                    border: dotted 1px #8c8e91;
                    border-top: 0;
                }
                #megaMenu ul.base-level li.categories ul li:hover ul.level0 { display: block; }

                    #megaMenu ul.base-level li.categories ul li ul.level0 li {
                        float: left;
                        width: 120px;
                        padding: 0 0 7px 14px;
                    }
                        #megaMenu ul.base-level li.categories ul li ul.level0 li a span {
                            color: #1381c8;
                        }
                        #megaMenu ul.base-level li.level1:hover ul li a span {
                            border-bottom: none;
                        }
                        #megaMenu ul.base-level li.level1:hover a span {
                            border-bottom: dotted 1px #1381c8;
                        }

                /*3d level*/
                #megaMenu ul.base-level li.categories ul li ul.level0 li ul.level1 {
                    position: static;
                    margin: 0;
                    width: auto;
                    border: 0;
                }

                    #megaMenu ul.base-level li.categories ul li ul.level0 li ul.level1 li {
                        float: none;
                        width: auto;
                        padding: 0 5px;
                    }
                        #megaMenu ul.base-level li.categories ul li ul.level0 li ul.level1 li a span {
                            color: #7c7c7c;
                            text-transform: none;
                        }
                        #megaMenu ul.base-level ul.level1 li.level2:hover a span {
                            border-bottom: dotted 1px #7c7c7c;
                        }


    /* material */
    #megaMenu ul.base-level li.materials {
        width: 137px;
    }
        #megaMenu ul.base-level li.materials ul {
            width: 412px;
            padding: 0 0 12px;
            border-right: dotted 1px #8c8e91;
        }
            #megaMenu ul.base-level li.materials ul li {
                position: relative;
                float: left;
                margin: 12px 1px 0 11px;
                width: 120px;
                height: 58px;
                text-align: center;
            }
                #megaMenu ul.base-level li.materials ul li .material-cell { 
                    display: block;
                    width: 100%;
                    height: 100%;
                    z-index: 3;
                }
                    #megaMenu ul.base-level li.materials ul li .title-overlay {
                        display: none;
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 58px;
                        width: 120px;
                        background: #000000;
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                        filter: alpha(opacity=50);
                        opacity: .5;
                        z-index: 5;
                    }
                    #megaMenu ul.base-level li.materials ul li .material-cell:hover .title-overlay { display: block; }
                    #megaMenu ul.base-level li.materials ul li span.href {
                        display: none;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 120px;
                        padding: 23px 0;
                        color: #ffffff;
                        font-size: 8pt;
                        text-transform: uppercase;
                        text-align: center;
                        cursor: pointer;
                        z-index: 7;
                    }
                    #megaMenu ul.base-level li.materials ul li .material-cell:hover span.href { display: block; }


    /* mission */
    #megaMenu li.mission {
        width: 133px;
    }
        #megaMenu ul.base-level li.mission ul {
            width: 274px;
            padding: 12px 0;
            border-right: dotted 1px #8c8e91;
        }
            #megaMenu ul.base-level li.mission ul li {
                padding: 0 22px;
            }
                #megaMenu ul.base-level li.mission p {
                    color: #ffffff;
                }
                #megaMenu ul.base-level li.mission a {
                    color: #fff;
                }
                #megaMenu ul.base-level li.mission a.about-us {
                    float: right;
                    padding: 0;
                }


    /* connect */
    #megaMenu li.connect {
        width: 139px;
    }
        #megaMenu ul.base-level li.connect ul {
            width: 140px;
            text-align: center;
            padding: 12px 0;
            border-right: dotted 1px #8c8e91;
        }
            #megaMenu ul.base-level li.connect p {
                font-size: 10pt;
            }
            #megaMenu ul.base-level li.connect .social-links {
                padding: 0 10px 0 13px;
            }
                #megaMenu ul.base-level li.connect .social-links a {
                    float: left;
                    height: 29px;
                    width: 28px;
                    margin: 5px;
                    padding: 0;
                    background: url(../images/social-sprite-header.png) no-repeat 0 0;
                }
                #megaMenu ul.base-level li.connect .social-links a.p {
                    background-position: -4px -3px;
                }
                #megaMenu ul.base-level li.connect .social-links a.rss {
                    background-position: -38px -3px;
                }
                #megaMenu ul.base-level li.connect .social-links a.fb {
                    background-position: -73px -3px;
                }
                #megaMenu ul.base-level li.connect .social-links a.t {
                    background-position: -4px -38px;
                }
                #megaMenu ul.base-level li.connect .social-links a.v {
                    background-position: -38px -38px;
                }
                #megaMenu ul.base-level li.connect .social-links a.f {
                    background-position: -73px  -38px;
                }
                #megaMenu ul.base-level li.connect .social-links a.in {
                    background-position: -4px -73px;
                }
                #megaMenu ul.base-level li.connect .social-links a.g {
                    background-position: -38px -73px;
                }
                #megaMenu ul.base-level li.connect .social-links a.x {
                    background-position: -73px -73px;
                }

    

    /* search wrapper */
    #megaMenu .search-wrapper {
        padding: 22px 0 11px 12px;
        position: relative;
        float: left;
    }
        #megaMenu .search-wrapper .search-input {
            border: dotted 1px #8c8e91;
            color: #7c7c7c;
            line-height: 1.7em;
            font-size: 10pt;
            padding: 0 25px 0 7px;
            width: 240px;
            height: 24px;
            *width: 208px; /* IE7 box model fix */
        }
        #megaMenu .search-wrapper .search-btn {
            position: absolute;
            right: 7px;
            top: 28px;
            *top: 30px;
        }

#search_autocomplete {
    background: #fff;
    border: 1px dotted #8c8e91;
}
    #search_autocomplete ul {
        padding: 15px;
    }

.home-banners {
    
}
    .home-banners .home-right-banner {
        border-bottom: dotted 1px #8c8e91;
    }


.home-info {
    padding: 12px 42px 0 18px;
    line-height: 2.2em;
    *line-height: 2.8em;
}
    .home-info .home-right-info {
        padding: 10px 0;
    }
        .home-info .home-right-info a {
            font-size: 25pt;
            font-family: 'Helvetica Neue Light';
        }
        .home-info .home-right-info.what-is-upcycling a {
            font-size: 36pt;
        }

.newsletter-signup {
    padding: 12px 0 0 18px;
    line-height: 2.2em;
    *line-height: 2.8em;
}
    .newsletter-signup .title {
        padding: 0 48px 0 0;
    }
        .newsletter-signup .title span {
            font-size: 25pt;
            font-family: 'Helvetica Neue Light';
        }
    .newsletter-signup .block-content {

    }
        .newsletter-signup .block-content label {
            font-size: 13pt;
            font-family: 'Helvetica Neue Light';
            cursor: default;
        }
        .newsletter-signup .block-content div {
            float: left;
        }
        .newsletter-signup .block-content .input-wrapper {
            float: none;
            padding: 12px 0 0;
        }
            .newsletter-signup .block-content .input-box {
                width: 198px;
            }
                .newsletter-signup .block-content .input-box input {
                    color: #7c7c7c;
                    line-height: 1.7em;
                    font-size: 10pt;
                    padding: 0 7px;
                    width: 198px;
                    height: 28px;
                    *width: 184px; /* IE7 box model fix */
                }
            .newsletter-signup .block-content .actions {
                padding: 0 0 0 12px;
            }
                .newsletter-signup .block-content .actions button span {
                    padding: 3px 10px 6px;
                    font-size: 10pt;
                    line-height: 22px;
                }

/* -- FOOTER -- */
.footer-container {
    
}
    .footer-container footer {
        padding:35px 7px 35px 100px; width: auto;
    }
        .footer-container .footer-links {
            padding: 0 20px;
        }
            .footer-container .col {
                float: left;
                width: 200px;
            }
            .footer-container .col.last { width: 200px; }

                .footer-container .col h4 {
                    font-size: 12pt;
                    font-weight: bold;
                    color: #fff;
                }
                .footer-container .col ul {
                    padding: 0;
                }
                    .footer-container .col ul li {
                        padding: 5px 0;
                        display: block;
                        border: 0;
                    }
                        .footer-container .col ul li a {
                            text-shadow: none;
                        }
                            .footer-container .col ul li a span {
                                color: #fff;
                            }

            .footer-container .copyright {
                clear: both;
                font-size: 10px;
                margin: 25px 0 0;
                text-align: center;
                width: 100%;
            }

.breadcrumbs { 
    margin: 10px 0 0;
    padding: 0 20px 10px;
    border-bottom: dotted 1px #8c8e91;
}


/* category view */
.category-header {
    background: #4d4d4d;
    overflow: hidden;
}
    .category-header-left {
        position: relative;
        float: left;
        border-right: dotted 1px #8c8e91;
    }
        .category-header-left .category-image {
            margin: 0;
            width: auto;
            text-align: left;
            height: 416px;
            width: 677px;
            background: #fff;
            border-bottom: 1px dotted #8c8e91;
        }
        .category-header-left .category-description {
            position: absolute;
            right: 0;
            bottom: 1px;
            width: 210px;
            margin: 0;
            padding: 7px 20px 0;
            overflow: hidden;
            background: #fff;
            border: 1px dotted #8c8e91;
            border-bottom: 0;
            border-right: 0;
        }
            .category-header-left .category-description #categoryDescriptionTitle {
                color: #f15a22;
                font-family: Helvetica Neue Light;
                font-size: 18pt;
                font-weight: normal;
                text-transform: lowercase;
                height: 25px;
                margin: 0;
                height: 60px;
                line-height: 1em;
                cursor: pointer;
            }
            .category-header-left .category-description #categoryDescriptionText {
                height: 168px;
                overflow: hidden;
            }
                .category-header-left .category-description #categoryDescriptionText a {
                    color: #f15a22;
                }
    .category-header .category-nav {
        height: 234px;
        width: 322px;
        float: right;
    }
        #layered-nav-form {
            padding: 10px 25px;
            height: 160px;
            background: #3f3f3f;
            border-bottom: dotted 1px #8c8e91;
        }
            #layered-nav-form h4 {
                font-size: 14pt;
                font-family: Helvetica Neue Light;
                color: #fff;
            }
            #layered-nav-form .current-state,
            #layered-nav-form .current-state a {
                color: #fff;
                font-size: 11px;
            }
                #layered-nav-form .current-state .actions {
                    margin: 7px 0;
                }
            #layered-nav-form .ddl-wrapper {
                padding: 20px 0 0 0;
            }
                #layered-nav-form .ddl-wrapper select {
                    width: 270px;
                }

        #layered-nav-categories {
            color: #fff;
            font-size: 11px;
            background: #4d4d4d;
        }
            #layered-nav-categories ul {
                padding: 10px 25px;
                line-height: 1.3em;
            }
                #layered-nav-categories ul li a {
                    color: #fff;
                }
                
/* checkout + cart */
.cart-empty p a { color: #F15A22; }
#review-buttons-container .small-gray-button { float: left; }
    #review-buttons-container .small-gray-button span { background-color: #777; font-size: 11px; }

.checkout-onepage-index .main .col-main { width: 680px; min-height: 500px; }
.checkout-onepage-index .main .col-right { padding: 25px; width: 217px; }
.shipment-methods dt { margin: 10px 0 7px; }
.shipment-methods dd { margin: 7px; }
    .shipment-methods dd li { margin: 5px 0; }
    

.cms-page-view .main .col-main { }
    .cms-page-view .main .col-main .std { }
        .cms-page-view .main .col-main .std ul {
            list-style: disc outside none;
            padding: 0 25px 15px;
        }
        .cms-page-view .main .col-main .std ol {
            list-style: decimal outside none;
            padding: 0 25px 15px;
        }
            .cms-page-view .main .col-main .std li { padding: 5px 0; }

            .cms-page-view .main .col-main .std .caption {
                    padding: 15px;
                    border: dotted 1px #8C8E91;

                }
                .cms-page-view .main .col-main .std .caption.left,
                .cms-page-view .main .col-main .std .caption.alignleft {
                    margin: 0 15px 15px 0;
                }
                .cms-page-view .main .col-main .std .caption.right,
                .cms-page-view .main .col-main .std .caption.alignright {
                    margin: 0 0 15px 15px;
                }
                    .cms-page-view .main .col-main .std .caption p {
                        font-style: italic;
                        font-weight: bold;
                        margin: 15px 0 0;
                        text-align: center;
                    }

.cms-all-products .main-container .main .col-main,
.catalog-category-view .main-container .main .col-main,
.catalogsearch-result-index .main-container .main .col-main,
.catalog-product-view .main-container .main .col-main,
.review-product-list .main-container .main .col-main,
.is-blog .main-container .main .col-main { padding: 0; }

.catalogsearch-result-index .main .col-main .note-msg { margin: 0 25px; }
.catalogsearch-result-index .main .col-main .page-title { padding: 25px; }

/* customer account */
.my-account-page .main .col-main { width: 724px; }
.my-account-page .main .col-left {
    background: #ebebeb;
    padding: 0 0 2000px 0;
    margin: 0 0 -2000px 0;
}

/* pagination */
.toolbar {
    
}
    .toolbar .pager {
        float: right;
        padding: 12px 7px 12px 0;
    }
        .toolbar .pager .pages {
            margin: 0 5px;
            display: inline;
        }
            .toolbar .pager .pages ol {
                padding: 0;
                display: inline;
            }
                .toolbar .pager .pages ol li {
                    margin: 0;
                }
        .toolbar .pager .amount {
            float: none;
        }

    .toolbar .sorter {
        float: right;
        padding: 12px 0;
    }
        .toolbar .sorter .sort-by {
            padding: 0 7px 0 0;
        }

        .toolbar .pager a,
        .toolbar .sorter a,
        .toolbar .alt {
            color: #F15A22;
        }
            .toolbar .pager a span,
            .toolbar .sorter a span {
                padding: 0 3px;
                text-align: center;
            }
            .toolbar .pager a:hover,
            .toolbar .sorter a:hover {
                color: #ffffff;
            }
                .toolbar .pager a:hover span,
                .toolbar .sorter a:hover span {
                    background: #4d4d4d;
                }


/* product grid */
#product-list-table {
    width: 100%;
    border-top: dotted 1px #8c8e91;
    border-bottom: dotted 1px #8c8e91;
}
    #product-list-table .product-wrapper {
        background: #d9d9d9;
        float: left;
        margin: 0 30px 30px 0;
        width: 226px;
        height: auto;
        text-align: center;
        border-left: dotted 1px #8c8e91;
        border-right: dotted 1px #8c8e91;
        border-top: dotted 1px #8c8e91;
    }
    #product-list-table .product-wrapper.top-row {
        border-top: 0;
    }
    #product-list-table .product-wrapper.first-col {
        border-left: 0;
    }
    #product-list-table .product-wrapper.last-col {
        margin-right: 0;
        border-right: 0;
    }
        #product-list-table .product-bg {
            background: #fff;
            text-align: center;
            padding: 15px 0;
        }
            #product-list-table .product-bg a {
                
            }

        #product-list-table .product-info { 
            padding: 10px 20px 0;
            height: 65px;
            overflow: hidden;
        }
            #product-list-table .product-info h5 {
                float: left;
                width: 127px;
                margin: 5px 0 0 0;
                font-size: 14px ;
                text-align: left;
            }
            #product-list-table .product-info .rating-wrapper {
                float: left;
                width: 120px;
            }
                #product-list-table .ratings { margin: 5px 0 0; }
                #product-list-table .ratings .rating-links { float: left; }
                #product-list-table .ratings .rating-box { margin: 2px 3px 0 0; width: 50px; height: 9px; background: url(../images/bkg_rating_nh.gif) 0 0 repeat-x; }
                    #product-list-table .rating-box .rating { height: 9px; background: url(../images/bkg_rating_nh.gif) 0 100% repeat-x; }
                
            #product-list-table .product-info .price-wrapper {
                float: right;
            }
                #product-list-table .product-info .price-box {
                    background: url(../images/bkg_price_small.png) 0 0 no-repeat;
                    height: 55px;
                    margin: 0;
                    width: 55px;
                }
                    #product-list-table .product-info .price-box span {
                        color: #fff;
                        font-size: 12px;
                        font-weight: normal;
                        padding: 0;
                        margin: 0;
                        display: block;
                    }
                    #product-list-table .product-info .price-box .label,
                    #product-list-table .product-info .price-box .price-label {
                        display: none;
                    }
                    #product-list-table .product-info .price-box .regular-price {
                        
                    }
                        #product-list-table .product-info .price-box .regular-price span {
                            padding: 21px 0 0;
                        }

                    #product-list-table .product-info .price-box .old-price {
                        margin: 0;
                    }
                        #product-list-table .product-info .price-box .old-price span {
                            padding: 5px 0 0;
                            font-size: 9px;
                            color: #4D4D4D;
                        }

                    #product-list-table .product-info .price-box .special-price {
                        margin: 0;
                        padding: 0;
                    }
                        #product-list-table .product-info .price-box .special-price span {
                            
                        }
                        
        #product-list-table .add-to {

        }
            #product-list-table .add-to li {
                float: right;
            }
                #product-list-table .add-to li a {
                    cursor: pointer;
                    overflow: visible;
                    width: auto;
                }
                #product-list-table .add-to li.add-to-cart a.out-of-stock {
                    cursor: not-allowed;
                }
                    #product-list-table .add-to li a span {
                        float: left;
                        padding: 4px 15px;
                        background: #f15a22;
                        color: #fff;
                        line-height: 1.4em;
                        font-size: 13px;
                        white-space: nowrap;
                        text-align: center;
                        width: 83px;
                    }
                    #product-list-table .add-to li.add-to-list a span {
                        background: #4d4d4d;
                    }
/* product page */

.product-essential {  }
.col1-layout .product-view .product-shop { 
    border-left: 1px dotted #8C8E91;
    border-right: 1px dotted #8C8E91; 
    background-color: #fff; }
.col1-layout .product-view .product-shop .product-name h1 { color: #4E4E4E; font-size: 22px; }
.col1-layout .product-view .product-shop-add { background-color: #D8D8D8; }
.col1-layout .product-view .product-shop-wrapper { 
    background: url('../images/bkg_product_right.gif') repeat-y 100% 0;
}
.product-view .product-img-box { background-color: #fff; }
.col1-layout .product-view .product-shop-add .price-box { 
    background: url('../images/bkg_price_big.png') #EAEAEA no-repeat 50% 50%;
    color: #fff; border-bottom: 1px dotted #8C8E91; 
    position: relative;
}
.col1-layout .product-view .product-shop-add .price-box .old-price .price { color: #4D4D4D; }
.col1-layout .product-view .product-shop .availability.in-stock span { color: #F15A22; }

.col1-layout .product-view .product-shop-add .add-to-box .add-to-cart-button { background-color: #F15A22; color: #fff; font-size: 18px;  }

.product-collateral { border-top: 1px dotted #8C8E91; }

.col1-layout .product-view .gift-card-info { margin: 15px 0; line-height: 1.7em; }
    .col1-layout .product-view .gift-card-info #amount { width: 35px; }

     .col1-layout .product-view .product-shop .buttons-set { margin: 15px 0; }

.product-view .product-specs { }
    .product-view .product-specs ul {
        list-style: disc outside none;
        padding: 0 15px 15px;
    }
        .product-view .product-specs ol {
            list-style: decimal outside none;
            padding: 0 15px 15px;
        }
            .product-view .product-specs li { padding: 2px 0; }

.product-view .product-shop .giftwrap-container {
    float:left;
    margin: 0;
    font-size: 11px;
    color: #F15A22;
    padding: 5px 20px;
    background: url("../images/sprites.png") no-repeat scroll 0 -17px transparent;
}
.product-view .product-shop .no-rating a {
    background: url(../images/sprites.png) no-repeat scroll 0 -45px transparent;
    padding: 2px 0 2px 22px;
    font-size: 11px;
    font-weight: bold;
}
.product-view .product-shop .no-rating a:hover {
    background-position: 0 -67px;
    color: #F15A22;
}

.product-view .product-shop  .product-message {
	margin-top: 20px;
	float: left;
}

/* social sharing block */


.social-links {}
.social-links li { float: left; width: 23px; height: 21px; line-height: 21px; margin: 0; }
.social-links li.label { width: 60px; margin-right: 3px; }
.social-links li a.sharer { text-indent: -5999px; padding: 0 3px 0 20px; overflow: hidden; float: left; background: url(../images/sprite_social.png) no-repeat; }
.social-links li a.sharer.twitter { background-position: 0 -26px; }
.social-links li a.sharer.facebook { background-position: 0 -50px; }
.social-links li a.sharer.pinterest { background-position: 0 -74px; }
.social-links li a.sharer.google-plus { background-position: 0 -121px; }
.social-links li.fb-like { width: 80px; margin-left: 25px; }
.social-links li.google-plus { width: 70px; margin-left: 15px; }
.social-links li.pinterest { width: 80px; margin-left: 15px; }

/* product page sharing block */

.product-view .share-links {
    border-bottom: 1px dotted #8C8E91; 
    padding: 13px 27px;
}

.toolbar .share-links {
    float: left; 
    padding: 12px 7px 12px 30px;
}

/* blog */
.is-blog { }
    .is-blog .main .col-left {
        background: #ebebeb;
        margin-bottom: -2000px;
        padding-bottom: 2000px;
    }
        .is-blog .main .col-main .post-view {
            padding: 10px 35px 25px;
        }
        .is-blog .main .col-main .page-title {
            margin: 0;
        }
            .is-blog .main .col-main .page-title h1 {
                padding: 15px 35px 0;
            }

            /* generic cms content styles */
            .is-blog .main .col-main .post-view .when { margin: 0 0 25px; color: #8c8e91; font-size: 11px; }
            .is-blog .main .col-main .post-view .details { margin: 25px 0 0; color: #8c8e91; font-size: 11px; }
            .is-blog .main .col-main .post-view .comments { padding: 25px 0 0; }
                .is-blog .main .col-main .post-view .comments h2 { margin: 0 0 15px; }
                .is-blog .main .col-main .post-view .comments .comments-wrapper { padding: 0 0 5px; }
                    .is-blog .main .col-main .post-view .comments .when { margin-bottom: 25px; }
                    .is-blog .main .col-main .post-view .comments .entry { padding: 5px 7px 0; }
                    .is-blog .main .col-main .post-view .comments .by { margin-bottom: 5px; }
                        .is-blog .main .col-main .post-view .comments .by .author { font-weight: bold; }
                        
            .is-blog .main .col-main .post-view .entry { font-size: 16px; }
                .is-blog .main .col-main .post-view .entry ol {
                    list-style: decimal outside none;
                    padding: 0 15px 15px;
                }
                .is-blog .main .col-main .post-view .entry ul {
                    list-style: disc outside none;
                    padding: 0 15px 15px;
                }
                    .is-blog .main .col-main .post-view .entry li {
                        padding: 2px 0;
                    }
                .is-blog .main .col-main .post-view .entry .right,
                .is-blog .main .col-main .post-view .entry .alignright {
                    float: right;
                    margin: 0 0 25px 25px;
                }

                .is-blog .main .col-main .post-view .entry .left,
                .is-blog .main .col-main .post-view .entry .alignleft {
                    float: left;
                    margin: 0 25px 25px 0;
                }
                .is-blog .main .col-main .post-view .entry .wp-caption {
                    padding: 15px;
                    border: dotted 1px #8C8E91;

                }
                .is-blog .main .col-main .post-view .entry .wp-caption.left,
                .is-blog .main .col-main .post-view .entry .wp-caption.alignleft {
                    margin: 0 15px 15px 0;
                }
                .is-blog .main .col-main .post-view .entry .wp-caption.right,
                .is-blog .main .col-main .post-view .entry .wp-caption.alignright {
                    margin: 0 0 15px 15px;
                }
                    .is-blog .main .col-main .post-view .entry .wp-caption .wp-caption-text {
                        font-style: italic;
                        font-weight: bold;
                        margin: 15px 0 0;
                        text-align: center;
                    }

                .is-blog .main .col-main .post-view .entry a {
                    color: #f15a22;
                }
        .block-blog {
            padding: 10px 30px;
            line-height: 2em;
            font-size: 11px;
        }
        .block-blog.block-blog-search { 
            padding: 30px;
            border-bottom: 1px dotted #8C8E91;
        }
            .block-blog.block-blog-search .blog-search { position: relative; }
                .block-blog.block-blog-search .blog-search #blog-search {
                    border: dotted 1px #8C8E91;
                    color: #7c7c7c;
                    line-height: 1.7em;
                    font-size: 10pt;
                    padding: 0 25px 0 7px;
                    width: 165px;
                    height: 24px;
                    *width: 133px; /* IE7 box model fix */
                }
                .block-blog.block-blog-search .blog-search .search-btn {
                    position: absolute;
                    right: 7px;
                    top: 6px;
                    *top: 7px;
                }

        .block-blog.block-tags {
            
        }
            .block-blog.block-tags .tags-list { 
                padding: 0;
                background: 0;
                border: 0;
            }
                .block-blog.block-tags .tags-list li {
                    padding: 0;
                    margin: 0;
                }
                    .block-blog.block-tags .tags-list li .separator {
                        margin: 0;
                        font-size: 11px;
                    }

    .is-blog .post-list { }
        .is-blog .post-list li.post-item {
            border-bottom: 1px dotted #8C8E91;
            padding: 25px 35px;
            position: relative;
        }
            .is-blog .post-list .left-wrapper {
                float: left;
                margin: 0 30px 0 0;
            }
                .is-blog .post-list .featured-image {
                    width: 223px;
                    height: 120px;
                    overflow: hidden;
                    margin: 7px 0 25px;
                }
                .is-blog .post-list .post-info {
                    line-height: 2em;
                }
                    .is-blog .post-list .post-info li {
                        float: left;
                        font-size: 20px;
                        text-align: center;
                        padding: 0 23px;
                        text-transform: uppercase;
                        font-weight: bold;
                    }
                    .is-blog .post-list .post-info li.date {
                        border-right: 1px dotted #8C8E91;
                    }
                    .is-blog .post-list .post-info li.comments-count {
                        padding-right: 0;
                    }
                        .is-blog .post-list .post-info li small {
                            font-size: 12px;
                            display: block;
                            text-transform: none;
                            font-weight: normal;
                        }
            .is-blog .post-list .right-wrapper { 
                float: left;
                width: 450px;
            }
                .is-blog .post-list h2 {
                    text-transform: uppercase;
                    font-size: 22px;
                    font-weight: bold;
                }
                .is-blog .post-list .entry { }
                
                .is-blog .post-list .details { color: #8c8e91; font-size: 11px; }
                .is-blog .post-list .read-more { color: #F15A22; }
.is-blog .shareButton .pinterest img {
    margin-top: -2px;
    vertical-align: middle; 
}

/* home slider */
#homeSliderWrapper {
    height: 416px;
    width: 677px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
    border-bottom: dotted 1px #8c8e91;
}
    #homeSlider {
        height: 100%;
        z-index: 1;
    }
        #homeSlider img {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }
        #homeSlider .nivo-slice {
            display: block;
            position: absolute;
            z-index: 2;
            height: 100%;
        }
        #homeSlider .nivo-box {
            display: block;
            position: absolute;
            z-index: 2;
        }

        #homeSlider .nivo-controlNav {
            top: 7px;
            position: absolute;
            right: 10px;
            z-index: 7;
        }
    #homeSliderWrapper .hs-holders {
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
    }
    #homeSliderWrapper .slider-item {
        width: 677px;
        height: 416px;
    }

    .hotspot-holder .hotspot-marker {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: .5;
    }

    .hotspot-holder .hotspot-marker.active {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

#messages_product_view {
    padding: 10px 30px 0;
    border-bottom: 1px dotted #8C8E91;
}

#homeFader {
    height: 364px;
    overflow: hidden;
}
    #homeFader ul { display: none; }
        #homeFader ul li { width: 338px; height: 182px; overflow: hidden; float: left; }
        #homeFader ul li:first-child { border-bottom: dotted 1px #8c8e91; border-right: dotted 1px #8c8e91; margin: -1px 0 0; }
        #homeFader ul li:last-child { border-top: dotted 1px #8c8e91; border-left: dotted 1px #8c8e91; margin: -1px 0 0; }

.cms-page-view .shareButton .pinterest img { vertical-align: middle; margin-top: -2px; }

/* reviews */
div#customer-reviews { width: 355px; }
    div#customer-reviews .form-add h3 { margin: 0 0 25px; }

#giftwrap_all_tooltip { display: none !important; }
.cms-all-products .col-main .std { display: none; }

.checkout-onepage-success .main .padder a {  color: #F15A22; }