

/* TOP NAV
------------------------------------------*/
#top-nav {
    position: absolute;
    width: 129px;
    font-weight: bold;
    background:url(../img/bg-nav.gif) #5A5A5A repeat-y;
    padding: 6px 23px 4px 23px;
    left: 8px;
    top: 125px;
}
    #top-nav  a.sel {
        color: #fff;
    }
        #top-nav  a:hover.sel {
            color: #fff;
            text-decoration: none;
        }
    #top-nav a:link, #nav a:visited{
        color: #808080;
        text-decoration: none;
    }
    #top-nav a:hover {
        color: #FD7E01;

    }


/* SHOP MAIN
------------------------------------------*/
#content h3 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#content {
    background: #ccc url('http://www.toppi.nl/shop/images/bg.gif') repeat-y;
    color: #292929;
}
.shop #content {
    background: #ccc url('http://www.toppi.nl/shop/images/bg2.gif') repeat-y;
}

/* BIG CART
------------------------------------------*/
#big-cart-container {
    display: inline;
    float: left;
    width: 503px;
    background: url('http://www.toppi.nl/shop/images/header-6.gif') no-repeat;
    margin-left: 25px;
    padding: 32px 11px 22px 11px;
}
#big-cart-container table {
    width: 480px;
    margin: 0px 0px 0px 0px;
    color: #000;
    border: 1px solid #fff;
    background-color: #E1E1E1;
}
    #big-cart-container table tr td{
        border-bottom: 1px dashed #ccc;
        background-color: #fff;
    }
    #big-cart-container table.noborders {
        border: 11px solid #969696;
    }
    #big-cart-container table.noborders tr td {
        border-bottom: 0px dashed #ccc;
    }
        #big-cart-container table img {
            border: 1px solid #fff;
        }
        #big-cart-container table tr .tdcartTitle {
            background-color: #E1E1E1;
            font-weight: bold;
        }

    .cartProgress {
        border: 1px solid #000;
        background-color: #fff;
    }
    .txtcartProgressCurrent {
        font-weight: bold;
    }

    #sale-container .login-trigger {
        padding: 22px 11px 22px 11px;
        background: #FD7E01 url('http://www.toppi.nl/shop/images/header-5.gif') no-repeat;
    }
    #sale-container .login-trigger a {
        color: #000;
            display: block;
            background: url('http://www.toppi.nl/shop/images/a_arrow.gif') no-repeat 0% 50%;
            padding: 0px 0px 0px 16px;
    }
    .txtCheckout {
        padding: 2px 4px 2px 4px;
        background: white;
        font-size: 140%;
    }

/* LEFT CONTENT
------------------------------------------*/
#items-container {
    display: inline;
    float: left;
    width: 325px;
    background: #CCCCCC url('http://www.toppi.nl/shop/images/header-1.gif') no-repeat;
    margin-left: 25px;
    padding: 32px 11px 22px 11px;
}
    #items-container .txtContentTitle {
        font-size: 140%;
        color: #fff;
        font-weight: bold;
    }
    #items-container .subcat-link {
        background-color: #fff;
        padding: 2px 11px 2px 11px;
        margin: 0px 0px 11px 0px;
    }
    #items-container .subcat-link a {
        display: block;
    }
    #items-container .subcat-image {
        border: 1px solid #fff;
    }
    #items-container form {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    #content #items-container p {
        color: #292929;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
#items-container .latest-products img {
    float: left;
    border: 1px solid #fff;
    margin: 0px 0px 11px 11px;
}

/* VIEW PRODUCT
------------------------------------------*/
img.view-product-image {
    border: 1px solid white;
}
.view-product-price {
    color: black;
    padding: 4px 0px 4px 0px;
}
.view-product-sale {
    color: red;
    padding: 4px 0px 4px 0px;
}

/* ITEM OVERVIEW STYLES
------------------------------------------*/
#items-container  .item a {
    margin: 11px 0px 0px 0px;
    width: 323px;
    height: 90px;
    border: 1px solid #fff;
    background-color: #E6E6E6;
    display: block;
    color: #000;
}
    #items-container .item a:hover {
        cursor: pointer;
        text-decoration: none;
        background-color: #EEEEEE;
    }
    /*.item a .item-image{
        float: left;
        width: 80px;
    }*/
    .item a img.item-image {
        float: left;
        vertical-align: top;
        width: 90px;
        height: 90px;
    }
    .item a .item-text {
        padding: 4px 0px 4px 0px;
        float: right;
        width: 220px;
    }
    .item a .item-text .title {
        display: block;
        color: #FD7E01;
        font-weight: bold;
    }
    .item a .item-text .sale {
        color: red;
    }
    .direct-to-cart {
        padding: 2px 10px 2px 0px;
        text-align: right;
        background: #fff;
    }
    .direct-to-cart a {
        font-size: 80%;
    }
    .txtOldPrice {
        text-decoration: line-through;
    }

/* CART STYLES
------------------------------------------*/
#cart-container {
    float: right;
    width: 146px;
    padding: 48px 11px 22px 11px;
    background: #E1E1E1 url('http://www.toppi.nl/shop/images/header-2.gif') no-repeat;
}
    #cart-container .session {
        text-decoration: center;
        padding: 11px 0px 11px 0px;
        margin: 11px 0px 11px 0px;
    }
        #cart-container .session a{
            display: block;
            background: url('http://www.toppi.nl/shop/images/a_arrow.gif') no-repeat 0% 50%;
            padding: 0px 0px 0px 16px;
        }

    #cart-container a.txtviewCart {
        display: block;
        padding: 3px;
        margin: 11px 0px 0px 0px;
        border: 1px solid #000;
        background-color: #666;
        text-align: center;
    }
    #cart-container a:hover.txtviewCart {
        background: #666;
        text-decoration: none;
        color: #fff;
    }
    #cart-container .cart {
        line-height: 150%;
        padding: 3px;
    }
    #cart-container .item-box {
        border-bottom: 1px dashed #666;
    }
        #cart-container .item-box .product {
            float: left;
            width: 80px;
            padding: 4px 4px 4px 4px;
        }
        #cart-container .item-box .price {
            text-align: right;
            float: right;
            width: 45px;
            padding: 4px 0px 4px 0px;
        }

    #cart-container .cart .cartTotal {
        margin: 11px 0px 11px 0px;
    }
        #cart-container .cart .cartTotal .total{
            border-top: 1px solid #666;
            float: right;
        }

/* SALE STYLES
------------------------------------------*/
#sale-container {
    display: inline;
    float: right;
    width: 168px;
    margin: 0px 19px 0px 11px;
}
    #sale-container .sale-trigger {
        padding: 22px 11px 22px 11px;
        background: #EA34B3 url('http://www.toppi.nl/shop/images/header-3.gif') no-repeat;
        border-bottom: 11px solid white;
    }
    #sale-container .popular-trigger {
        padding: 22px 11px 22px 11px;
        background: #FD7E01 url('http://www.toppi.nl/shop/images/header-4.gif') no-repeat;
    }
    #sale-container .sale-trigger a,
    #sale-container .popular-trigger a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 16px;
    }
    #sale-container ol,
    #sale-container ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px 0px 0px 0px;
        padding: 4px 0px 0px 0px;
    }
    #sale-container li {
        background: url('http://www.toppi.nl/shop/images/a_arrow.gif') no-repeat 0px 3px;
        padding: 0px 0px 2px 0px;
    }
    #content #sale-container ol li a {
        color: #000;
    }
    #sale-container .txtBoxSave {
        color: #fff;
        font-size: 80%;
        padding: 0px 0px 2px 16px;
    }


/* Clear Floats Without Structural Markup
http://www.positioniseverything.net/easyclearing.html
http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
----------------------------------------------------------*/
/* put period after content and clear it to expand div */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
/** html .clearfix {height: 1%;} /* ONLY seen by IE-win */
/* End hide from IE-mac */

.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */
