﻿
#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}


#codeInput {
    padding: 20px;
    font-size: 14px;
    line-height: 30px;
    float: left;
    display: block;
}

    #codeInput input, #codeInput select {
        border: 1px solid #CCCCCC;
        margin-left: 15px;
        margin-right: 15px;
        height: 16px;
        width: 50px;
    }

    #codeInput select {
        width: 80px;
    }

    #codeInput a {
        padding: 2px 5px 2px 5px;
        border-style: solid;
        border-width: 1px;
        margin-left: auto;
        margin-right: auto;
        height: 16px;
    }

        #codeInput a:hover {
            text-decoration: none;
            background-color: #CCFFFF;
            color: #000066;
        }

.items {
    position: relative;
    margin-top: 10px;
    padding-bottom: 5px;
    top: 0px;
    left: 0px;
}

    .items .wTitle {
        margin: 20px;
    }

        .items .wTitle p.h {
            font-size: 1.2em;
            font-weight: bold;
            text-align: center;
            margin-bottom: 10px;
        }

        .items .wTitle input {
            border: 1px solid #C0C0C0;
            margin-top: 10px;
            font-size: 1.2em;
        }

    .items .hidden {
        display: none;
    }

    .items .normal {
        display: normal;
    }

    .items ul {
        list-style-type: none;
        margin-left: 0px;
    }


        .items ul li {
            float: left;
            width: 193px;
            margin: 10px;
            padding: 10px;
            height: 230px;
        }

            .items ul li div.image {
                margin: auto;
                text-align: center;
                width: 190px;
                height: 190px;
            }

            .items ul li .bottom {
                height: 25px;
                margin-top: 0px;
            }

.photoTitle {
    text-align: center;
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 0px;
    line-height: 12px;
}

.addToCart {
    text-align: center;
    font-style: italic;
    font-size: 10px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 12px;
}

div.cart {
    background-position: right;
    height: 125px;
    padding: 10px;
    text-align: right;
    margin-bottom: 10px;
    background-image: url('../images/cart.jpg');
    background-repeat: no-repeat;
    width: 200px;
    float: right;
}

    div.cart div.info {
        margin-top: 22px;
        margin-right: 80px;
    }

    div.cart h5, div.cart a {
        padding: 0px;
        font-size: 12px;
        margin-top: 5px;
    }

#cart {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 400px;
    background-color: #FFFFFF;
    z-index: 999;
}

    #cart img {
        margin-right: 10px;
    }

    #cart input.sizes {
        border: 1px solid #C0C0C0;
        width: 20px;
    }

    #cart input.btnAdd {
        width: 150px;
        background-color: #999999;
        border-style: solid;
        border-width: 1px;
        margin-top: 10px;
    }

    #cart table {
        border-spacing: 0px;
    }

    #cart tr {
        padding: 0px;
    }

        #cart tr.alt {
            padding: 0px;
            background-color: #eeeeee;
        }

    #cart td, #cart th {
        padding: 1px 3px 1px 3px;
        margin: 0px;
        text-align: center;
        vertical-align: top;
    }

    #cart th {
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

div.size {
    padding: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    display: block;
}

    div.size div, div.sizeHead div {
        text-wrap: none;
    }

div.sizeHead {
    padding: 3px;
    background-color: #CCCCCC;
    font-weight: bold;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #808080;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    display: block;
}

    div.size div.c1, div.sizeHead div.c1 {
        float: left;
        width: 100px;
    }

    div.size div.c2, div.sizeHead div.c2 {
        float: left;
        width: 230px;
    }

    div.size div.c3, div.sizeHead div.c3 {
        float: left;
        width: 105px;
    }

div.size div.c2 input[type='text'] {
    width: 20px;
}

div.size div.c2 a:hover {
    cursor: pointer;
}

div.size div.c2 a {
    margin-right: 10px;
}

div.clear {
    clear: both;
    height: 0px;
}

div.hc {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    div.hc a {
        margin-right: 20px;
        margin-left: 20px;
        cursor: pointer;
    }
