﻿/* Title section on popup */
.cms-storyDetail.k-window-content {
    background-color: transparent;
}

.cms-productWindow table {
    width: 100%;
}

    .cms-productWindow table td {
        vertical-align: top;
    }

.cms-productTitleSection {
    color: #000000;
    font-weight: bold;
}

.cms-productTitle {
    font-size: 20px;
    padding-right:10px;
}

.cms-productListPrice {
    font-size: 16px;
}

.cms-standardprice-strikethrough {
    color: Red;
    text-decoration: line-through;
}

.cms-productOurPrice {
    color: #4b9714;
    font-weight: bold;
}

.cms-productDetails {
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-right: 3px;
}

.cms-productItemLocation {
    font-style: italic;
    font-weight: normal;
}

.cms-productDescription {
    font-weight: normal;
}

    .cms-productDescription p {
        margin: 14px 0 0 0;
        padding-right:16px;
    }

.cmsproductPhotoCaption {
}

.cmd-productThumbnails {
    padding-top: 3px;
    text-align: left;
}

    .cmd-productThumbnails ul {
        list-style-type: none;
        padding: 0;
        display: table;
        width: 100%;
    }

        .cmd-productThumbnails ul li {
            display: inline-table;
            margin-right: 4px;
            margin-bottom: 3px;
        }

    .cmd-productThumbnails img {
        width: 116px;
    }

.cms-ecommerce > h1 {
    font-size: 16px;
    font-weight: bold;
}

.cms-ecommerceOptions > div {
    display: inline-block;
}

    .cms-ecommerceOptions > div span {
        display: block;
    }

.cms-checkoutQuestion {
    padding-top: 5px;
}

.cms-checkoutQuestion input {
    width: 200px;
    margin-left: 3px;
}

.cms-productSocialButtonsSection table {
    padding:0; margin:0;
    width:10%;
    float:right;
}