﻿/* Template: GalleryCategoryHeader    */
.categoryDetails {
    display: inline-block;
    vertical-align: top;
    /*width: 450px;    
    /*border: solid 1px green;*/
}

.categoryHeader {
    display: inline-block;
    width: 400px;
}

#categoryHeaderTitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #303030;
    letter-spacing: normal;
    word-spacing: normal;
    text-shadow: none;
    padding: 0px;
}

.categoryDetails .priceHeadingBold {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #303030;
    font-size: 14px;
    letter-spacing: 0.8pt;
    padding-top: 15px;
}

.categoryDetails .subPriceHeading {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #7B7B7B;
    font-size: 10px;
    letter-spacing: 0.8pt;
    text-transform: uppercase;
}

.categoryHeader p {
    text-align: left;
    margin: 0 0 0 10px;
}

.categoryHeader #OtherCollections {
    display: block;
    clear: both;
    margin: 0 10px 0 0;
}

.categoryHeader a:link {
    color: #01acdc;
}

.categoryHeader a:visited {
    color: #01acdc;
}

.categoryDetails .categoryDescription {
    margin: 0 0 5px 0;
    width: 380px;
}

.categoryImage {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 250px;
    height: 219px;
    /* border: solid 1px orange;   */
}

.productFeaturesDiv {
    margin: 20px 0 0 10px;
}

.productFeaturesContainer {
    display: inline-block;
    margin: 10px 0 0 0;
    width: 415px;
}

.productFeature {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.productFeatureImage {
    height: 34px;
}

.productFeatureDescription {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #01acdc;
    font-size: 12px;
    line-height: 2.7;
    margin: 0 0 0 5px;
}

/* Template: GalleryAsset       */
.galleryAssetImage {
    vertical-align: middle;
    /*display: table-cell;*/
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 2px;
    z-index: 1000;
    border-radius: 5px;
    border: 1px solid #777777;
}

.artGalleryAssetImage img {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
}

#artGalleryAssetHover {
    max-width: 250px;
    max-height: 250px;
    width: 250px;
    text-align: center;
    margin: 0px;
    position: absolute;
    background-color: #FFFFFF;
    display: none;
    border-radius: 5px;
    border: 2px solid #01ACDC;
    z-index: 2000;
}

    #artGalleryAssetHover img {
        max-width: 250px;
        max-height: 250px;
        width: auto;
        height: auto;
    }

    #artGalleryAssetHover p {
        font-weight: bold;
        margin: 0 0 5px 0;
        display: block;
    }

/* Template: GalleryTheme       */
.galleryThemeThumb {
    display: inline-block;
    margin: 5px 2px 5px 2px;
    text-align: center;
    vertical-align: top;
    width: 120px;
    padding: 0px;
}

.galleryThemeThumbLink {
    width: 100px !important;
    height: 0px;
}

.galleryThemeThumb p {
    margin: 0px;
    font-weight: 400;
    font-size: 12px;
}

/* Template: GalleryReadymadePage       */
#artGalleryReadyMadePages {
    width: 640px;
    display: inline-block;
}

.galleryReadymadePage {
    vertical-align: middle;
    /*display: table-cell;*/
    display: inline-block;
    text-align: center;
    margin: 2px 5px 2px 5px;
    width: 122px;
    width: 146px;
}

    .galleryReadymadePage img {
        border: 1px solid #777777;
    }

    .galleryReadymadePage p {
        font-size: 9px;
        margin: 2px 0 2px 0;
    }

#btnAddReadymadePageToCart {
    left: 60px;
}

#artGalleryReadymadePageHover {
    text-align: center;
    width: 230px;
    height: 280px;
    margin: 0;
    position: absolute;
    background-color: #FFFFFF;
    display: none;
    border-radius: 5px;
    border: 2px solid #777777;
    z-index: 2000;
    padding: 10px;
}

    #artGalleryReadymadePageHover img {
        width: 200px;
        height: 200px;
        border: 1px solid #777777;
    }

/* Template: GalleryCollectionTheme       */
.galleryCollectionTheme {
    display: inline-block;
    margin: 5px 2px 5px 2px;
    text-align: center;
    vertical-align: top;
    width: 120px;
    padding: 0px;
}

    .galleryCollectionTheme a {
        width: 100px !important;
        height: 0px;
    }

    .galleryCollectionTheme p {
        margin: 0px;
    }

/* Template: CanvasImageContainer */
.canvasImageHandler {
    position: absolute;
    z-index: 1000;
    outline: 1px dashed transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    padding: 0px;
    margin: 0px;
}

    .canvasImageHandler:hover {
        outline: 2px dashed #01ACDC;
        border: 1px dashed #ffffff;
    }

.canvasImageContainer {
    position: absolute;
    z-index: 1000;
    outline: 1px dashed transparent;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    padding: 0px;
    margin: 0px;
}

    .canvasImageContainer:hover {
        outline: 1px dashed #01ACDC;
    }

.canvasImage {
    position: absolute;
}

/* Template: CanvasTextContainer */
.canvasTextHandler {
    position: absolute;
    font-size: 16px;
    min-width: 10px;
    min-height: 10px;
    top: 0px;
    left: 0px;
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 0px;
}

.canvasTextContainer {
    position: absolute;
    font-size: 16px;
    min-width: 10px;
    min-height: 10px;
    top: 0px;
    left: 0px;
    cursor: move;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding: 0px;
    margin: 0px;
}

.textImage {
    position: absolute;
}

/* Template: ObjectAlignToolbar */
.canvasObjectAlignment {
    width: 96px;
    margin: 0 0 0 0;
    position: relative;
    display: none;
    position: relative;
    float: left;
    margin-top: -10px;
}

.objectAlignToolbar {
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #BFBFBF;
    background-color: #EEEEEE;
    width: 97px;
    height: 97px;
    display: none;
    position: relative;
    float: left;
}

.objectAlignButton {
    cursor: pointer;
    background-image: url(/content/images/stickermaker/align_button.png);
    width: 41px;
    height: 41px;
    background-repeat: no-repeat;
    margin: 2px auto 2px auto;
    display: none;
}

.objectAlignTopLeft, .objectAlignTop, .objectAlignTopRight,
.objectAlignLeft, .objectAlignCenter, .objectAlignRight,
.objectAlignBottomLeft, .objectAlignBottom, .objectAlignBottomRight {
    width: 27px;
    height: 27px;
    display: inline-block;
}

.objectAlignTopLeft {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -1px -1px;
    margin: 2px 0 0 2px;
}

    .objectAlignTopLeft:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -29px -1px;
    }

.objectAlignTop {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -57px -1px;
    margin: 2px 0 0 0;
}

    .objectAlignTop:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -85px -1px;
    }

.objectAlignTopRight {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -113px -1px;
    margin: 2px 2px 0 0;
}

    .objectAlignTopRight:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -141px -1px;
    }

.objectAlignLeft {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -1px -29px;
    margin: 0 0 0 2px;
}

    .objectAlignLeft:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -29px -29px;
    }

.objectAlignCenter {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -57px -29px;
    margin: 0;
}

    .objectAlignCenter:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -85px -29px;
    }

.objectAlignRight {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -113px -29px;
    margin: 0 2px 0 0;
}

    .objectAlignRight:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -141px -29px;
    }

.objectAlignBottomLeft {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -1px -57px;
    margin: 0 0 2px 2px;
}

    .objectAlignBottomLeft:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -29px -57px;
    }

.objectAlignBottom {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -57px -57px;
    margin: 0 0 2px 0;
}

    .objectAlignBottom:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -85px -57px;
    }

.objectAlignBottomRight {
    background: url(/content/images/sprites/align_toolbar_sprite.png) -113px -57px;
    margin: 0 2px 2px 0;
}

    .objectAlignBottomRight:hover {
        background: url(/content/images/sprites/align_toolbar_sprite.png) -141px -57px;
    }

/* Template: templateGallerySubMenu */
.gallerySubMenu {
    line-height: 19px;
    display: none;
    margin: 0 0 0 20px;
    font-size: 12px;
    font-weight: 300 !important;
}

    .gallerySubMenu li {
    }

.menuListDivider {
    border-top: 1px solid #d7d7d7;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

    .menuListDivider span {
        padding: 0 5px 0 0;
        color: #01ACDC;
        font-family: 'Source Sans Pro';
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.8pt;
        line-height: 1.9;
        font-weight: 700;
    }

        .menuListDivider span:hover {
            color: #303030;
        }

        .menuListDivider span:active {
            color: #B4B4B4;
        }

    .menuListDivider img {
        padding: 0 0 3px 0;
    }

/* Template: labelTemplateDesignPreview */
.designGalleryTemplatePreview {
    position: relative;
    display: inline-block;
    width: 163px;
    margin: 0 4px 20px 4px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

    .designGalleryTemplatePreview .previewImage {
        display: inline-block;
        margin: 0 auto;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }

        .designGalleryTemplatePreview .previewImage img {
            /*width: 152px;
    height: 45px;*/
        }

        .designGalleryTemplatePreview .previewImage p {
            font-size: 14px;
        }

    .designGalleryTemplatePreview p {
        margin: 2px 0 0 0;
        display: block;
    }

.createYourOwnDesign {
    text-align: center;
    position: absolute;
    margin: 0 auto !important;
    top: 30%;
    left: 20px;
    display: none;
}

/* Template: TemplateGalleryBasicShape */
.templateGalleryShapePreview {
    border: 2px solid transparent;
    width: 104px;
    max-width: 104px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    margin: 5px;
}

    .templateGalleryShapePreview p {
        font-size: 12px;
        text-align: center;
        margin: 0px;
    }

    .templateGalleryShapePreview span {
        display: block;
        font-size: 12px;
        color: #01ACDC;
    }

.templateGalleryShapeImage {
    margin: auto;
}

.templateShapeImage {
    width: 100px;
    height: 100px;
}

/* Template: StickerPriceOption */
.stickerPriceOption {
    position: relative;
    display: block;
    font-family: Roboto;
    font-weight: 300;
    color: #303030;
    font-size: 15px;
    line-height: 1.4;
}

.stickerPriceOption label {
    font-weight: 300;
}

.selected label {
    font-family: Source Sans Pro;
    font-weight: 700;
    color: #303030;
    font-size: 15px;
    line-height: 1.4;
}

.selected p {
    font-weight: 700;
}

.stickerPriceOption p {
    text-align: left;
    display: inline-block;
}

/* Template:   */
.navList {
    margin: 100px auto;
    text-align: center;
}

    .navList ul ul {
        display: none;
    }

nav.navListList ul li:hover > ul {
    display: block;
}

.navList ul {
    background: #F8F8F8;
    border-radius: 5px;
    border: 2px solid #EEE;
    -moz-box-shadow: 3px 3px 3px #C0C0C0;
    -webkit-box-shadow: 3px 3px 3px #C0C0C0;
    box-shadow: 3px 3px 3px #C0C0C0;
    list-style: none;
    position: relative;
    display: inline-table;
}

    .navList ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .navList ul li {
        position: relative;
    }

        .navList ul li:hover {
            background: #7B7B7B;
        }

            .navList ul li:hover a {
                color: #FFFFFF !important;
            }

        .navList ul li a {
            display: block;
            padding: 5px 20px;
            color: #7B7B7B !important;
            text-decoration: none;
        }

#canvasObjectAlignment {
    position: absolute;
    z-index: 3200;
}

.k-colorpalette .k-item div {
    border: 1px solid #303030;
}

.colorPickerWrapper {
    display: none;
    padding: 10px;
    margin: 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background-color: #F8F8F8;
}

.colorPickerWrapper button {
    margin: 10px 0 5px 0;
}

.colorPickerWrapper div.editor-button-eyedropper,
.colorPickerWrapper div.editor-button-eyedropper-selected,
.colorPickerWrapper div.editor-button-eyedropper-disabled {
    margin: 10px 0 5px 0;
}

.colorButtonsContainer {
    width: 100%;
    display: table;
}
     
.colorPickerPalette {
    border: 1px solid #303030;
}


#listStickerPrices label {
    font-weight: normal;
}

#listStickerPrices .selected label {
    font-weight: bold;
}

#listStickerPrices div #showMoreLessQuantities {
    color: #01ACDC;
    cursor: pointer;
}

#templateGalleryBasicShapes {
    max-height: 325px;
    overflow: auto;
}