/*
 * $Id: shop.css,v 1.19 2006-12-20 10:39:54 joris Exp $
 */

/* Override processContent layout */
div.shopBody {
    padding: 0px;
}

    div.saleSmall {
       position: absolute;
       width: 123px;
       height: 80px;
       background: url(/images/design/sale_small.png);
       z-index: 3;
       display: none;
    }

    div.productsView {
       left: 170px;
       top: -28px;
    }

    div.cartView {
       background-image: url(/images/design/sale_medium.png);
       right: -40px;
       bottom: -50px;
    }

    div.ws_order{ display: block; height: 340px; right: 160px; top: 26px; width: 430px; }
    div.ws_cart { display: block; height: 400px; right: 160px; top: 26px; width: 430px; }
    div.ws_products { display: block; width: 460px; height: 327px; right: 140px; top: 30px; }
    div.categoryView, div.logonView, div.orderView { display: none; }

    div.cartStamp {
        width: 140px;
        height: 123px;
        background: url(/images/shop/cart.png);
        z-index: 3;
        right: 35px;
        top: 30px;
        position: absolute;
        display: none;
    }

    div.cs_cart { display: block; }
    div.ss_category { display: block; left: 175px; top: -26px; }

/* Common shop layout*/
h2.shopTitle {
    margin: 0px;
    margin-bottom: 18px;
    line-height: 24px;
}
h3.shopTitle {
    margin: 0;
    font-size: 1.2em;
    font-family: arial, verdana;
}

#shopFiltersContainer{
    float: left;
}
#shopFilters {
    width: 190px;
    background: #e0ccb4;
    border: 1px solid #000;
    font-size: 0.8em;
    margin: 32px 0 16px;
}
    #shopFilters h3 {
        padding: 0 6px;
        margin: 0;
        font-size: 13px;
        color: #fff;
    }
    #shopFilters p {
        margin: 0;
        padding: 0;
    }
    #shopFilters .filterContent {
        padding: 4px 6px;
        margin: 0 0 4px;
    }
        #shopFilters .filterContent a {
            color: #000;
            width: 100%;
            display: block;
        }
        #shopFilters .filterContent a.removeFilterSearch {
            display: inline;
            padding: 4px 8px;
            background: url("../images/shop/delete.png") no-repeat scroll right center transparent;
        }
        #shopFilters .filterContent #filterSearchField {
            width: 145px;
        }

    #shopFiltersContainer #removeFiltersLink {
        font-size: 1.2em;
        font-weight: bold;
        color: #000;
    }

    #shopFilters #currentFilters .filterContent a.removeFilterLink {
        background: url('../images/shop/delete.png') no-repeat;
        background-position: center right;
    }

#productPropertiesTable {
    margin-top: 6px;
    width: 446px;
}
    #productPropertiesTable .title {
        font-weight: bold;
    }
    #productPropertiesTable .value {}


/* BEGIN new Category Layout */

#categoryImageContainer {
    width: 683px;
    height: 211px;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}
    #categoryImageContainer h2 {
        position: absolute;
        left: 45px;
        top: 42px;
        z-index: 4;
        margin: 0 0 10px;
    }
    #categoryImageContainer #categoryImage {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    #categoryImageContainer span#categoryImageBackground {
        background: url(/images/shop/bgCategoryHeader.png) no-repeat;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

#shopTable { font-family: arial, verdana; position: relative; z-index:10; }
    #shopTable.hasFilters { width: 700px; float: right;}

#shopTable .loadingDialog { vertical-align: middle; margin-top: 40px; font-size: 32px; }
#shopTable.discount { position: relative; bottom: 0px; }
div.formBody div.products { }
#shopTable h2 { margin: 0px 0px 20px; padding: 0px; }
#shopTable h3 {
    margin: 0px;
    margin-top: 4px;
    padding: 2px 2px;
    height: 22px;
    line-height: 11px;
    font-size: 12px;
    font-weight: bold;
}
#shopTable h3 span.productName {
    height: 20px;
    text-align: left;
}

#shopTable div.shopProductRow {
    padding-bottom: 18px;
    overflow: hidden;
}
    #shopTable div.shopProduct {
        padding: 0px 7px 7px 0px;
        position: relative;
        z-index: 10;
        float: left;
    }
        #shopTable div.shopProduct div.shopProductBlock {
            width: 161px;
            border: 1px solid #cbcbcd;
            padding: 1px;
        }
            #shopTable div.shopProduct div.shopProductBlock div.productData{
                height: 50px;
            }

            #shopTable div.shopProduct div.shopProductBlock a.orderLink{
                background: url('/images/shop/bgInfoLink.gif') repeat-x;
                height: 14px;
                line-height: 14px;
                padding: 0 4px;
                font-size: 10px;
                color: #fff;
                margin: 4px;
                overflow: hidden;
                   display: block;
                   float: right;
            }
            #shopTable div.shopProduct div.shopProductBlock:hover {
                border: 1px solid #ee2028;
            }
        #shopTable a.shopProductImage {
            display: block;
            background-color: #fff;
            width: 100%;
            height: 120px;
            overflow: hidden;
        }

        #shopTable a.shopProductImage img{
            width: 161px;
            height: 120px;
        }

img.magGlass{
    position:absolute;
    top:50px;
    right:-1px;
}
a.shopProductImage > img.magGlass{
    right:0;
}

#shopTable div.shopPrice {
    height: 20px;
    background: #cccccc;
    color: #000;
    font-weight: bold;
    padding: 6px;
    text-align: right;
    font-size: 16px;
}

#shopTable a.orderButton {
    position: absolute;
    bottom: -60px;
    width: 56px;
    right: 18px;
    overflow: hidden;
    height: 56px;
    background: url(/images/shop/bestel.png);
}

#shopTable a.movieButton {
    position: absolute;
    bottom: -52px;
    left: 0px;
    overflow: hidden;
    width: 60px;
    height: 42px;
    background: url(/images/shop/btnMovie.png);
}

a.movieButton:hover { text-decoration: none; }
#shopTable .red { color: #ed1c24; }
#shopTable .small { font-size: 12px; }

a.orderButton:hover { text-decoration: none; }
#shopTable .red { color: #ed1c24; }
#shopTable .small { font-size: 12px; }
.strikethrough { text-decoration: line-through;}
/* END new Category Layout */

div.shopSeparator {
    display: none;
}


h4.shopTitle {
    clear: both;
    margin: 0;
    font-size: 1.1em;
    padding: 4px 0 4px 10px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
}

/* End product detail */

/* Product properties */

table.propertyTable {
    width: 100%;
}
table.propertyTable thead td {
    background-color: #525252;
    color: #ffffff;
}

a.eInfo img { margin: 3px 2px 2px 2px; }

table.propertyTable tr.propertyCategory {
    background-color: #104E87;
    color: #ffffff;
    font-weight: bold;
}

table.propertyTable tr.infoDescription {
    display: none;
    background-color: #ffffff;
    font-size: 0.85em;

}
table.propertyTable tr.infoDescription td {
    border-top: 1px solid #104E87;
    border-bottom: 1px solid #104E87;
}

table.propertyTable tr.image td { background-color: #eaeaea; }
table.propertyTable tr.image td.image { padding: 0; }
table.propertyTable td {
    padding: 2px;

}
table.propertyTable tr.propertyCategory td {
    border-right-width: 0;
    padding-left: 10px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
}
table.propertyTable td.shopKey {
    background: #ffffff url('../images/site/form_key.gif') repeat-y;
    color: #ffffff;
    width: 168px;
    padding-right: 15px;
}

table.propertyTable td.shopKey, table.propertyTable tr.infoDescription td {
    padding-left: 4px;
}
table.propertyTable td.shopKey img {
    vertical-align: text-top;
}

table.propertyTable td.col1, table.propertyTable td.col2 {
    width: 260px;
}
/* End Product properties */

/* Product Links */
div#shopLinks {

}
div#shopLinks .shopRelated {  border-bottom: 1px solid #104E87;; padding-left: 4px; }
div#shopLinks .row2 { background-color: #F7F7F7; }
div#shopLinks .relatedImage {
    display: inline;
    float: right;
    margin: 0 0 0 5px;
}

div#shopLinks h5 {
    font-size: 0.9em;
    line-height: 130%;
    margin: 0;
    padding: 2px 0 4px 0;
}

div#shopLinks p { margin: 0; padding: 3px 0; }
/* END Product Links */

/* Begin shop documents */
ul.shopDocuments {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.shopDocuments li {
    padding: 2px 4px;
    border-bottom: 1px solid #dddddd;
}
ul.shopDocuments li.row2 {
    background-color: #F7F7F7;
}
/* End shop documents */

/* Standard form layout */
form.shopForm {
    margin-top: 1em;
}

table.shopForm {
    table-layout: fixed;
    font-size: 0.9em;
    border: none;
    width: 100%;
}
    form#payment.shopForm,
    form#orderDetails.shopForm,
    form#orderOverview.shopForm {
        height: 300px;
    }

    form.shopForm input {
        vertical-align: middle;
    }

    form.shopForm h4.header {
        margin: 6px 0;
        padding: 0;
        font-size: 16px;
    }

    form.shopForm td {
        margin: 0;
        padding: 2px;
        background-color: transparent;
    }

    form.shopForm td a {
        /*color: #ffffff; */
    }
    form.shopForm td.key {
        color: #000;
        background-color: transparent;
        padding: 2px 10px;
        width: 200px;
        font-weight: bold;
    }
    form.shopForm td.value {
        width: 260px;
    }
    form.shopForm input.text, form.shopForm textarea.text {
        width: 250px;
        border: 1px solid #989898;
        padding: 1px;
    }
    form.shopForm textarea.text {
        height: 60px;
    }
    form.shopForm tr.submitRow td {
        text-align: right;
    }
    form.shopForm tr.submitRow td.key {
        text-align: left;
    }
    form.shopForm tr.submitRow td.value { width: 260px; }

    form.shopForm tr.orderSubmitRow td {
        text-align: right;
        vertical-align: bottom;
    }
    form.shopForm tr.header {
        color: #525252;
        font-size: 1.2em;
    }
    form.shopForm tr.header {
        height: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }
        form.shopForm tr.header td {
            padding: 4px;
        }

    form.shopForm tr.submitRow input, form.shopForm input.button {
        border: medium none;
        height: 25px;
        cursor: pointer;
    }

    form.shopForm tr.submitRow {
        padding-top: 8px;
        height: 40px;
    }
        form.shopForm tr.submitRow input.btnBack {
            float: left;
        }
        form.shopForm input.text:focus, form.shopForm textarea.text:focus {
            border-color: #000000;
        }


#orderProcess {
    height: 26px;
}
    #orderProcess span {
        padding: 6px 18px;
        background: #ffb5b4;
        font-size: 14px;
        font-weight: bold;
        margin-right: 6px;
    }
    #orderProcess span.active {
        background: #f56066;
    }

/* Errors */
form.shopForm ul.errors {
    color: #d41920;
    padding: 0 20px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
    width: 350px;
}
    form.shopForm ul.errors.logonForm { }

form.shopForm .required	{
    font-weight: bold;
    color: #ff0000;
}

p.orderLine {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0.5em;
    background-color: transparent;
    height: 40px;
}

/* Last visited style */
div.lastVisited {

}
div.lastVisited h4 {
    background-color: #525252;
    background-image: none;
}

ol#lastVisited {
    margin: 2px 10px 0px 30px;
    padding: 0 0 2px 0;
    color: #4c4c4c;

}


table.searchNavigation {
    margin-bottom: 8px;
}
    #topPagerCenter {
        height: 32px;
    }

table.searchNavigation a { color: #000; padding: 5px; font-size: 22px; }
   table.searchNavigation a.selected { text-decoration: underline; }

form#shopLogon { width: 475px; }
#shopLogon a.qfSubmitButton { border: 1px solid #000; background: lightgrey; height: 24px; }

div.shopBody ul.listMessages div.loginLink { font-weight: bold; }
    div.shopBody ul.listMessages div.loginLink a { color: #000; text-decoration: underline; }
        div.shopBody ul.listMessages div.loginLink a:hover { text-decoration: none; }

#shopSignup table { }
#orderOverview ul.errors { position: static; }



img#thumbLarge {
    width: 341px;
}
