﻿
/*-----------------------------RESET----------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
 /*   font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
}
/*--------- HTML5 display-role reset for older browsers ---------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-------------------------------------------------------------- */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    color: #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.33;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    }

h1 {
    /*font-size: 40px;*/
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
    margin-bottom: 7px;
}

h4 {
    font-size: 18px;
    margin-bottom: 7px;
}

h5 {
    font-size: 14px;
    margin-bottom: 7px;
}

h6 {
    font-size: 12px;
    margin-bottom: 7px;
}

strong {
    font-weight: bold;
}

p {
    margin: 10px 0;
    line-height: 1.5;
}

hr {
    display: block;
    height: 0px;
    border: 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin: 5px 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

#AddToCart {
    width: 580px;
    padding: 20px 10px 10px;
    margin: 0 auto;
}

.price {
    color: #C00;
    font-weight: bold;
}

#productInfoTable {
    width: 350px;
    border: 1px solid #ccc;
}

    #productInfoTable th {
        background: #d9d9d9;
        padding: 8px 10px;
        font-weight: bold;
        text-align: left;
    }

    #productInfoTable td {
        vertical-align: middle;
        padding: 10px;
    }

#cartTotalAmount {
    width: 185px;
    height: 60px;
    padding: 10px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    margin-top: 20px;
    position: relative;
    color: #C00;
}

    #cartTotalAmount .price,
    #cartTotalAmount .items {
        position: absolute;
        width: 80px;
    }

    #cartTotalAmount .price {
        bottom: 10px;
        right: 10px;
    }

    #cartTotalAmount .items {
        bottom: 5px;
        left: 10px;
        text-align: center;
    }

.primary-button, .secondary-button {
    text-decoration: none;
    font-family: Oxygen, Arial, Helvetica, sans-serif;
    line-height: 1.3;
    outline: none;
    position: relative;
    text-align: center;
    overflow: visible;
    width: auto;
    display: inline-block;
    letter-spacing: 0px;
    margin: 2px;
    font-weight: normal;
    padding: 5px 10px;
}

.primary-button {
    color: #fff;
    background: #C00;
}

.secondary-button {
    color: #fff;
}

#productCarousel {
    width: 580px;
    position: relative;
    height: 300px;
    overflow: hidden;
}

    #productCarousel li {
        width: 129px;
        box-sizing: border-box;
        padding: 10px;
        float: left;
    }

        #productCarousel li .carouselImg {
            width: 89px;
            height: 75px;
            background: #d9d9d9;
            margin: 0 0 10px;
        }

        #productCarousel li .center-row {
            text-align: center;
        }

#productCarouselContainer {
    position: relative;
}

    #productCarouselContainer .jcarousel-clip {
        width: 516px;
        height: 300px;
        margin: 0 auto;
        overflow: hidden;
    }

    #productCarouselContainer .jc-next, #productCarouselContainer .jc-prev {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        background: black;
        top: 60px;
        z-index: 999;
        cursor: pointer;
    }

    #productCarouselContainer .jc-next {
        right: 0;
        background: url(/App_Themes/Skin_1/images/arrow_right.png) center center no-repeat transparent;
    }

    #productCarouselContainer .jc-prev {
        left: 0;
        background: url(/App_Themes/Skin_1/images/arrow_left.png) center center no-repeat transparent;
    }

        #productCarouselContainer .jc-prev.jcarousel-prev-disabled, #productCarouselContainer .jc-next.jcarousel-next-disabled {
            opacity: .3;
        }
#productCarouselContainer a, #cartTotalAmount a {
    color: #007f9d;
}
#productCarouselContainer a.primary-button {
    color: #fff;
}
.iframeBody {
    background: none repeat scroll 0 0 #f9f9f9;
    color:#444;
}
#engraverDiv td {
    padding: 5px 0;
}
.iframeBody  #engraverView img {
    margin-top:8px;
    display:block;
}