/* Home
--------------------- */

/* Content */
#content-main {
    width: 855px;
    }

    #content-mask {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        }

    #home-sw-blk{
        position: absolute;
        bottom: 15px;
        right: 45px;
        z-index: 7;   
        }
        
#content-wrapper {
    margin: 0 0 0 2px;
    }

#home-content {
    margin: -15px
}

a#home-right-toggler{
    background: url(../gfx/css/collapse-right-active.png) no-repeat left center transparent;
    display: block;
    height: 460px;
    left: 6px;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 380px;
    }
    
    a#home-right-toggler.collapsed{
        background: url(../gfx/css/collapse-right.png) no-repeat left center transparent;    
        }

    
/* Footer */
div#product-footer{
    width: 906px;
    margin-bottom: 35px;
    }
    
    div#status-balk{
        background: url(../gfx/css/status-balk-bg.png) repeat-x left top;
        display: block;
        height:30px;
        margin: 0 6px 0 2px;
        overflow: hidden;
        position: relative;
        width: 900px;
        }
        
        .status-block{
            border-right: 1px solid #1d1d1d;
            float: left;
            }
            
            p#status-aantalproducten{
                color: #b8b7b7;
                height: 100px;
                padding: 5px 10px;
                }
        
        #loader{
            background: url("../gfx/css/ajax-loader.png") no-repeat scroll right top transparent;
            display: none;
            height: 20px;
            position: absolute;
            right: 10px;
            top: 4px;
            width: 20px;
            }
            
    
    div#product-footer-content{
        background: url("../gfx/css/producten-wrap-bg-center.png") repeat scroll 0 0 transparent;
        height: auto;
        overflow: hidden;
        padding: 10px 20px 0;
        position: relative;
        }
        
        
        ul#product-afbeeldingen{
            position: relative;
            }
        
            ul#product-afbeeldingen li{
                position: absolute;
                left: 0;
                top: 0;
                background: #fff;
                width: 850px;
                height: 435px;
                display: block;
                overflow: hidden;
                display: none;
                }
        
        
        a#nav-afbeelding-autoplay,
        a#nav-afbeelding-vorige,
        a#nav-afbeelding-volgende{
            display: block;
            float: left;
            height: 25px;
            margin: 3px 5px;
            padding: 0;
            width: 25px;
            }
            a#nav-afbeelding-autoplay{
                background: url(../gfx/css/autoplay-pause.png) no-repeat center center transparent;
                }
            a#nav-afbeelding-autoplay.pause{
                background: url(../gfx/css/autoplay-start.png) no-repeat center center transparent;
                }
            a#nav-afbeelding-vorige{
                background: url(../gfx/css/lnk-foto-links.png) no-repeat center center transparent;
                }
            a#nav-afbeelding-volgende{
                background: url(../gfx/css/lnk-foto-rechts.png) no-repeat center center transparent;
                }
        
        a#product-footer-more{
            /* background: url(/gfx/css/lnk-more-products.gif); */
            bottom: 3px;
            display: block;
            height: 19px;
            left: 440px;
            position: absolute;
            text-indent: -999em;
            width: 22px;
            }
            
            a#product-footer-more.collapsed{
                background: url(../gfx/css/lnk-more-products-active.png);
                }
            
    div#product-footer-bottom{
        background: url(../gfx/css/producten-wrap-bg-bottom.png) no-repeat top left transparent;
        height: 5px;
        position: relative;
        }
        
        

/* Product overzicht
**************************/
div.product-footer-item{
    display: block;
    float: left;
    height: 120px;
    margin: 17px 13px -8px;
    overflow: hidden;
    width: 97px;
    }
    
    a.product-img-wrap{
		border: 2px solid #E4E4E4;
		display: block;
		height: 73px;
		overflow: hidden;
		width: 93px;
        } 
    
    a.product-titel{
		color: #303030;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		height: 37px;
		line-height: 1.1em;
		margin: 3px;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		width: 92px;
        }
        
        
        
    /* Active */
    div.product-footer-item.active {
    
        }
        div.product-footer-item:hover a.product-img-wrap,
        div.product-footer-item.active a.product-img-wrap{
            border: solid 2px #c01f25;
        }           
    
        div.product-footer-item:hover a.product-titel,
        div.product-footer-item.active a.product-titel{
            text-decoration: none;
			color: #c01f25;
            }

