body {
	background: white;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#container {
	width: auto;
	background: transparent;
	border: none;
}

div#language,
div#mainmenu,
div#searchbar,
div#left-wrap,
div#footer {
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	text-decoration: underline;
}

table {
	width: auto;
}
table td,
table th {
	vertical-align: top;
	padding: 3px;
}
table td.remove {
	display: none;
}

ul#orderOptions {
	display: none;
}

/*
    header/menu/footer niet afdrukken
*/

#r1,
#r2,
#r3,
#menu,
.editinplace,
#r6 {
    display: none;    
}

/*
    Product content tabel
*/
.products_content {
    width: 100%;
}

    .products_content th {
        background-color: #e1c4c8;
        text-align: left;
        color: #880027;
        padding: 4px;
        
        border-right-color: #ffffff;
        border-right-width: 1px;
        border-right-style: solid;
    }
    .products_content td {
        background: #e1c4c8;
        text-align: left;
        color: #5f5558;
        padding-top: 4px;
        padding-right: 4px;
        padding-bottom: 4px;
        padding-left: 4px;
        
        border-right-color: #ffffff;
        border-right-width: 1px;
        border-right-style: solid;  
    }
    .products_content a {
        color: #333;
        text-decoration:none;
    }

/*
    Product detail tabel
*/


.product_detail {
    float: left;
    width: 100%;
    
    margin-top: 20px;
    margin-bottom: 0px;
    
    background-image: url(../images/product_line_1.gif);
    background-repeat: repeat-y;
    background-position: 445px top;
}

    .product_detail #left {
        float: left;
        position: relative;
        width: 370px;
        height: 100%;
        padding-right: 5px;
    }
    .product_detail #right {
        float: left;
        position: relative;    
        width: 230px;
        padding: 0 5px;
        height: 100%;      
    }
    .product_detail #product_image {
        margin-top: 25px;    
    }
    
/*
    Footer met contactgegevens
*/

#cd5 {
    width: 400px;    
}
