
	body{
		font-family: Arial,Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;	
		background-color: #FFF;
        background-image: url('/files/layout/bg.jpg');
		background-repeat: repeat-x;
		margin: 0;
		padding: 0;
	}
	
	#container{
		margin: 0 auto;
		width: 990px;
	}
    
    #header{
		position: relative;
        height: 269px;
        width: 970px;
		margin-left: 0px;
	}
    
    #header #logo{
        position: absolute;
        background-image: url('/files/layout/logo.png');
		background-repeat: no-repeat;
        height: 269px;
        width: 325px;
        left: 0px;
        top: 0px;
        z-index: 2;
    }
    
    #header #logo a{
        display: block;
        width: 250px;
        height: 200px; 
        margin-left: 40px;
    }
    
    #header #banner{
        position: absolute;
        height: 188px;
        width: 700px;
        right: 0;
        top: 26px;
    }
    
    #header #banner #banner-image{
        position: absolute;
        height: 188px;
        width: 430px;
        left: 0;
        top: 0;
        z-index: 1;
    } 
 
    #header fieldset{
		border: 0px;
    } 
	
	#header .slogan {
		position: absolute;
		top: 0px;
		right: 0px;
		padding-left:10px;
		padding-right:10px;
		background-image: url('/files/layout/blue.png');
	    background-repeat: no-repeat;
		background-position: 0% 0%;
		width: 250px;
		height: 190px;
	    color: #666666;
		z-index: 1;	
	}	
	
	#header .search{
		margin-top: 10px;
		position: relative;
		background-image: url('/files/layout/search.gif');
	    background-repeat: no-repeat;
		width: 207px;
		height: 27px;
	    color: #666666;
		z-index: 1;
	}
	
    #header .slogan-text {
        position: relative;
        width: 250px;
		height: 150px;
        *padding-top: 10px;
        overflow: hidden;
    }
    
	#header .search input{
	    border: 0px;
		background: none;
	    height: 12px;
	    padding: 5px 0 5px 30px;
	    color: #666666;
	    font-size: 12px;
	}
	
	#header .search button{
		background-color: transparent;
	    background-image: url('/files/layout/search_button.png');
	    border: 0;
	    width: 19px;
	    height: 19px;
	    cursor: pointer;
	    position: absolute;
	    top: 4px;
	    right: -30px;
	}
   
    #header #header-bottom{
        position: absolute;
        background-image: url('/files/layout/header-bottom.jpg');
		background-repeat: no-repeat;
        height: 30px;
        width: 990px;
        left: 0px;
        top: 241px;
    }
    
    #header #topmenu{
        position: absolute;
        height: 27px;
        width: 500px;
        right: 0px;
        top: 5px;
        margin-right: 10px;
        font-size: 11px;
        text-decoration: none;
        color: #aaa;
        text-align: right;
    }
    
    #header #topmenu a{
        text-decoration: none;
        color: #aaa;
    }
        
    #header #menu{
        position: absolute;
        height: 27px;
        width: 730px;
        right: 0px;
        top: 214px;
        z-index: 1000;
    }
    
    #header #menu .menu-item, #menu .menu-item-last{
        position: relative;
        float: left;
        height: 22px;
        width: 102px;
        color: #413f3f;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        padding: 5px 9px 0 9px;
        border-right: solid 1px #dadada;
    }
    
    #header #menu .menu-item-last{
        border-right: none;
    }
    
    #header #menu .menu-item a, #menu .menu-item-last a {
        text-decoration: none;
        color: #676767;
    }
    
    #header #menu .menu-item a:hover, #menu .menu-item-last a:hover{
        color: #000000;
    }
    
    #btn-feedback {
        background: url("/files/layout/feedback-button.gif") no-repeat scroll 0 0 transparent;
        display: block;
        height: 159px;
        line-height: 105px;
        overflow: hidden;
        position: fixed;
        right: 0;
        text-indent: -9999px;
        top: 35%;
        width: 29px;
        z-index: 1001;
    }
    
    #btn-feedback:hover {
        width: 33px;    
    }
    
    
    #contents{
        position: relative;
        min-height: 365px;
        height: auto !important;
        height: 365px;
        background-image: url('/files/layout/bg-contents.jpg');
        background-repeat: repeat-y;
        margin: 0px;
        border: solid 0px #fff;
    }
    
    #contents > #text{
        position: relative;
        width: 950px; 
        margin: 0px 20px 10px 20px; 
    }
    
        #contents #border-left-top{
            position: absolute;
            width: 20px;
            height: 180px;
            top: 0px;
            left: 0px;
            background-image: url('/files/layout/border-left-top.jpg');
    		background-repeat: no-repeat;
        }
        
        #contents #border-left-bottom{
            position: absolute;
            width: 20px;
            height: 180px;
            bottom: 0px;
            left: 0px;
            background-image: url('/files/layout/border-left-bottom.jpg');
    		background-repeat: no-repeat;
        }
    
        #contents #border-right-top{
            position: absolute;
            width: 20px;
            height: 180px;
            top: 0px;
            right: 0px;
            background-image: url('/files/layout/border-right-top.jpg');
    		background-repeat: no-repeat;
        }
        
        #contents #border-right-bottom{
            position: absolute;
            width: 20px;
            height: 180px;
            bottom: 0px;
            right: 0px;
            background-image: url('/files/layout/border-right-bottom.jpg');
    		background-repeat: no-repeat;
        }
    
    #contents #text #submenu{
        position: relative;
        float: left;
        width: 250px;
    }
    
    
    #contents #text #contents-right{
        position: relative;
        float: left;
    } 
    
    #footer{
        position: relative;
        background-image: url('/files/layout/footer.jpg');
		background-repeat: no-repeat;
        height: 60px;
        width: 990px;
    }
    
    #footer #footer-menu{
        position: absolute;
        padding-top: 5px;
        height: 20px;
        width: 915px;
        left: 38px;
        bottom: 11px;
        text-align: center;
        color: #aaa;
        font-size: 11px;
    }
    
    #footer #footer-menu a{
        text-decoration: none;
        color: #aaa;
    }
    
    /* darken the screen */
    #darken {
		position: fixed;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    z-index: 88888;
	    background-color: #000000;
	    opacity: .5;
	    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
	    filter: alpha(opacity=50);
    }
	
	/* popup */
    .popup {
    	position: fixed;
        top: 50px;
        min-height: 300px;
        height: auto !important;
        height: 300px;
        z-index: 99999;
        background-color: #ffffff;
        border: 2px solid #aed8e8;
        padding: 50px 20px 10px 20px;
        margin: 0px;
    	
    	margin-right: auto;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;	
	}
    
    /* close button popup */
    .popup a{
        font-size: 15px;
        color: #676767;
        display: block;
        font-weight: bold;
        margin: 10px 0 10px 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .popup a:hover{
        color: #000;
    }
    
    #tell-a-friend{
        margin-left: 175px;
        width: 600px;    
    }
    
    #feedback {
        margin-left: 75px;
        width: 810px;
    }
    
    #surveyMonkeyInfo, #surveyMonkeyInfo iframe {
        height: 600px!important;
    }
    
    
    /* general */
	
	.clear			{clear: both;}
	h1				{
	    font-size: 18px; 
        color:#e2001a; 
        margin: 0px; 
        padding-top: 5px;
        padding-bottom: 5px;
  }
	
  h2,h3,h4,h5,h6	{
        font-size: 15px; 
        color:#e2001a; 
        margin: 0px; 
        padding: 0px;
        padding-top: 10px;
  }
  
  p{
     margin-top: 3px; 
      margin-bottom: 0px;
  }
  
	a img			{border: 0px;}
	a				{text-decoration: none; color:#e2001a;}
	a:HOVER			{text-decoration: none; color:#e2001a;}
    
/*    ul li           {list-style-image: url('/files/layout/reddot.gif'); */
    
    .divider-50     {position:relative;height:50px;z-index:10}
    
/*
 * IE6 warning
*/

#ie6-warning{
    width: 100%;
    height: 355px;
    color: #333333;
    background-color: #b6dcec;
    line-height: 1.3;
}

#ie6-warning #alt-order{
    width: 100%;
    font-size: 18px;
    margin: 0 0 30px 0;
}

#ie6-warning #ie6-container{
    width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0 50px 0;
}

#ie6-warning #ie6-container .titel{
    padding: 10px 0;
    font-weight: bold;
    font-size: 30px;
}

#ie6-warning #ie6-container .download-ie8{
    background-image: url('/files/layout/download-ie8.jpg');
    background-repeat: no-repeat;
    height: 115px;
    width: 265px;
    position: absolute;
    top: 215px;
    left: 0;
    border: solid 1px #666;
}

#ie6-warning #ie6-container .download-ie8 a{
    display: block;
    height: 115px;
    width: 265px;
}


#ie6-warning #ie6-container .download-ff3{
    background-image: url('/files/layout/download-ff3.jpg');
    background-repeat: no-repeat;
    height: 115px;
    width: 377px;
    position: absolute;
    top: 215px;
    left: 280px;
}

#ie6-warning #ie6-container .download-ff3 a{
    display: block;
    height: 115px;
    width: 377px;
}



/* aform */


	form.aform{
	    background-color:#F5F5F5;
        border:1px solid #E4E4E4;
        padding:20px;
        width: 500px;
	}
    
    
    form.aform tbody.header td 		{padding-top: 10px;padding-left:30px;}
	form.aform tbody.sub-header td 	{color: #000; text-transform: none; word-spacing: 1px; letter-spacing: 1px;}
	
	form.aform td.label {
		color:#7D7D7D;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
		line-height:1.5em;
		text-align: left;	
		padding-right: 25px;
        font-size: 11px;
	}	
		
	form.aform input{
		border: 1px solid #cccccc;
        width: 300px;
        height: 20px;
        margin-top: 4px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 0 5px;
        margin-left: 20px;
	} 
	
	form.aform .sublabel{
		color:#7D7D7D;
	}
	
	form.aform textarea{
		border: 1px solid #ccc; 
        width: 300px;
		font-family: Helvetica,Arial, sans-serif;
		font-size: 12px; 
		height: 100px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
        padding: 5px;
        margin-left: 20px;
	}
	
	form.aform select{
		border: 1px solid #ccc;
        margin-left: 20px;
        padding-top: 3px;
        font-size: 11px;
        letter-spacing: 1px;
        color: #666666;
		height: 23px;
		width: 312px;
		background-image: url('files/layout/formbg.jpg');
	}
	
	form.aform input.input-checkbox{
		border: 0px;
		width: 20px;
		height: 20px;
		margin-left: -4px;
		padding: 0px;	
	}
	 
	form.aform input.input-radio{
		width: 20px;
		border: 0px;
		color: #000;
        cursor: pointer;
        margin: 0 0 0 20px; 
	}

	form.aform td.label {padding:3px 5px; color: #7a7a7a;}
	
	form.aform input[type="submit"]{
	   border: 0px;
       width: 134px;
	   height: 22px;
       cursor: pointer;
       background-color: #F5F5F5;
       background-image: url('/files/layout/button_blank.png');
	   background-repeat: no-repeat;
       color: #333;
       margin-top: 3px;
	}
    
    form.aform tbody.error input, form.aform tbody.error textarea, form.aform tbody.error .input_radio{
        background-color: #f9dede;
        border: solid 1px red;
    }
	
    form.aform h2{font-family: Helvetica,Arial, sans-serif; font-size: 12px; margin-bottom: 4px;}
	form.aform .hint{font-size: 11px; color: #999;}
	form.aform .feedback {color: #FF0000; margin-top: 4px; margin-left: 20px;}
	
	

/* forms */

.masp * {
    height: 1px!important;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 1px!important;
}
.masp label{
    display:none;
}

/* Geocode */

    
.error{
    color: red;
}

/* order */

    #order-left {
        z-index:2;
        position: absolute;
        padding: 0px 13px 0;
        width: 150px;
    }
    
    #order-left h2 {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 100%;
    }
    
    #order-left p {
        margin: 0px 0 25px 0;
    }
	
   /* form */
    
    table.order{
        background-color:#F5F5F5;
        border: 1px solid #E4E4E4;
        padding: 10px;
    }
    
    .first_column{
        width: 257px;
        height: 10px;
    }
    
    .second_column{
        width: 257px;
        height: 10px;
    }
	
    .form-set input{
		border: 1px solid #CCCCCC;
		background-color: #FFFFFF;
		width: 250px;
		height: 18px;
	}
	
	.form-set input.error{
		border: 1px solid #FF0000;
		background-color: #f5e2de;	
	}
    
    .gender-picker-error, .conditions-error{
		
		border: 1px solid red;
		background-color: #f5e2de;
        width: 250px;	
	}
    
    
	
	.form-set{
		position: relative;
	}
	
    .form-set .error-message, .form-set .error-message-step2{
		padding: 10px;
		border: 1px solid red;
		position: relative;
		text-align: left;
		color: #990000;
		background-color: #f5e2de;	
		font-size: 1.1em;
	}
	
    .error-message-step2{
        margin-right: 12px;
    }
	
	.form-set input.units{
		width: 45px;
		margin-right: 5px;
		background-color: #f3f7f9;
	}
	
	.form-set input.check, .form-set input.radio{
		width: 15px;
		height: 15px;
		border: 0px;
	}
	
	.form-set input#checkbox_afleveradres, .form-set input#checkbox_conditions{
		width: 15px;
	}
	
	.form-set h2 .checkbox_afleveradres_label{
		color: #333333;
		font-size: 12px;
		font-weight: normal;
	}
	
	.form-set input.submit{
        font-size: 12px;
        background-image: url('/files/layout/button_blank.jpg');
		background-repeat: no-repeat;
        padding: 0 0 5px 0;
		width: 134px;
		height: 22px;
		border: 0px;
		cursor: pointer;
	}
    
    .form-set .submit_button1{
        text-align: right;
    }
	
    .form-set .submit_button2{
        text-align: center;
    }
    
	.form-set span.label{
		font-size: 0.9em;
		color: #666666;
		font-style: italic;
	}
	
	.form-set .mandatory{
		color: #666666;
		font-size: 1em;
		padding-left: 1px;
	}
    
	.footnote{
		position: absolute;
		right: 10px;
		width: 150px;
		font-style: italic;
		margin-top: 10px;
		color: #666666;
		text-align: right;
	}
	
	.conditions{
		position: absolute;
		left: 10px;
		width: 300px;
		font-style: normal;
		margin-top: 10px;
		color: #666666;
		text-align: left;
	}
    
    .gender-picker > label{
        margin-left: 5px;
    }
    
    .order-description{
        padding-left: 10px;
    }
    
    .products{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .product{
        position: relative;
        min-height: 15px;
        height: auto !important;
        height: 15px;
        border: 1px solid #E9E9E9;
        margin: 0 0 5px 0;
        padding: 6px 3px 0 3px;
    }
    
    .product a{
        margin: 0 0 5px 0;
    }
    
    .products .product .product-image{
        float: left;
        width: 55px;
        padding: 0;
        margin: 0;
        height: 100%;
    }
    
    .products .product .product-image a{
        margin: 0;
    }
        
    .product-variants {
        overflow: auto;
    }    
    .products .product .product-description{
        float: left;
        width: 350px;
        height: 25px;
    }
    
    .products .product .product-name{
        width: 250px;
        float: left;
        color: #E94053;
        height: 25px;
        font-size: 12px;
        font-weight: bold;
    }
    
    .products .product .header_product-name{
        float: left;
        height: 10px;
        font-size: 14px;
		color: #003B79;
        font-weight: bold;
        padding-left: 45px;
    }
    
    .products .product .product-name img{
        vertical-align: middle;
    }
    
    .products .product .product-order{
        float: right;
        text-align: right;
    }

    .products .product .product-order .product-amount{
        float: right;
        width: 95px;
		background-image: url('/files/layout/order_cart.jpg');
        background-repeat: no-repeat;
		background-position: left center;
    }
    
    .products .product .product-order .product-info{
        float: right;
        width: 25px;
        text-align: left;
    }
    
    .products .product .header_product-amount{
        float: right;
        width: 95px;
		font-size: 14px;
		color: #003B79;
        text-align: right;
        font-weight: bold;
    }
    
        .products .product .product-order .product-amount input.product-amount-input{
            width: 15px;
            height: 15px;
            text-align: center;
            padding: 1px;
        }
        
        .products .product .product-order .product-amount input.error{
    		background-color:#F5E2DE;
            border:1px solid red;
    	}
    
    
    .products .product .product-order .product-price, .products .product .header_product-price {
        float: right;
        width: 75px;
        text-align: center;
    }
    
    .products .product .header_product-price {
        font-weight: bold;
		font-size: 14px;
		color: #003B79;
    }
    
        .products .product .product-order .product-price .price{
            font-weight: normal;
        }
    
    .products .product .product-order .product-total, .products .product .header_product-total{
        float: right;
        width: 50px;
        text-align: right;
    }
    
    .products .product .header_product-total{
        font-weight: bold;
		font-size: 14px;
		color: #003B79;
    }
    
        .products .product .product-order .product-total .total{
            font-weight: normal;
        }
    
    .grand-total{
        margin: 0 0 10px 0;
        padding: 3px;
    }
        .grand-total .sub-amount{}
        
            .grand-total .sub-amount .title{
                border-top: 1px dotted #ccc;
                margin-top: 15px;
                padding-top: 5px;
				font-size: 14px;
				color: #003B79;
                float: right;
                width: 100px;
                text-align: right;
                font-weight: bold;
            }
            
            .grand-total .sub-amount .total{
                border-top: 1px dotted #ccc;
                margin-top: 15px;
                padding-top: 5px;
				font-size: 14px;
				color: #003B79;
                float: right;
                width: 100px;
                text-align: right;
                font-weight: bold;
            }
        .grand-total .shipping{}
        
            .grand-total .shipping .title{
                float: right;
                width: 145px;
				font-size: 14px;
				color: #003B79;
                text-align: right;
                font-weight: bold;
            }
                
                .grand-total .shipping .title img.tooltip_shipping{
                    float: left;
                }
            
            .grand-total .shipping .shipping-amount{
                float: right;
                width: 100px;
				font-size: 14px;
				color: #003B79;
                text-align: right;
                font-weight: bold;
            }
            
        .grand-total .total-amount{}
        
            .grand-total .total-amount .title{
                border-top: 1px dotted #ccc;
                margin-top: 15px;
                padding-top: 5px;
				font-size: 14px;
				color: #003B79;
                float: right;
                width: 100px;
                text-align: right;
                font-weight: bold;
            }
            
            .grand-total .total-amount .total{
                border-top: 1px dotted #ccc;
                margin-top: 15px;
                padding-top: 5px;
				font-size: 14px;
				color: #003B79;
                float: right;
                width: 100px;
                text-align: right;
                font-weight: bold;
            }
	
	table#order_overview{
		margin: 7px 10px 0 0;
	}
	
	#order_overview .header_number{
	    font-weight: bold;
		color: #003B79;
        text-align: center;
        width: 50px;
	}
	
	#order_overview .header_name{
	    font-weight: bold;
		color: #003B79;
        width: 350px;
	}
    
    #order_overview .header_price, #order_overview .header_piece_price{
        font-weight: bold;
        width: 50px;
		color: #003B79;
        text-align: right;
        padding-right: 5px;
    }
    
    #order_overview .product_image,
    #order_overview .product_number{
	    text-align: center;
	}
	
	#order_overview .product_name{
	    text-align: left;
	}
    
    #order_overview .product_price, 
    #order_overview .product_piece_price{
        white-space: nowrap;
        text-align: right;
        padding-right: 5px;
    }
    
    #order_overview .shipping_name{
        text-align: right;
		font-weight: bold;
		color: #003B79;
        padding-right: 10px;
    }
    
    #order_overview .shipping_price{
        text-align: right;
		font-weight: bold;
		color: #003B79;
        padding-right: 5px;
    }
    
    #order_overview .order_total_name{
        text-align: right;
        font-weight: bold;
		color: #003B79;
        padding-right: 10px;
    }
    
    #order_overview .order_total_price{
        text-align: right;
        font-weight: bold;
		color: #003B79;
        padding-right: 5px;
        border-top: 1px solid #333;
    }

    .text-right-column{
        margin: 10px;
    }
    .tnt-post {
        background: url(/files/layout/tnt-post.jpg);
        width: 188px;
        height: 66px;
    }

/* Search */

	
    .searchresult{
        border: 1px solid #e3e3e3;
        margin: 20px 0;
        padding: 10px;
    }
    
    .searchresult h2{
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }
    
    .searchresult p{
        margin: 0px;
        padding: 0px;
        font-style: italic;
    }
    
    .searchresult a{
        color: #ff3333;
        text-decoration: none;
    }
    
    .searchresult a:hover{
        color: black;
        text-decoration: underline;
    }

/* Shop */


    .three-columns{
        background-image: url('/files/layout/bg_container.jpg');
        background-repeat: repeat-y;
        background-position: 746px 0;
        padding-bottom: 50px;
        overflow: auto;
    }

    .three-column-left{
        min-height:100px;
        width: 180px;
        float: left;
        padding-top: 5px;
    }
    
    .three-column-left a.categorie{
        display: block;
        position: relative;
        background-image: url('/files/layout/menu_dot.jpg');
        background-position: 0 5px;
        background-repeat: no-repeat;
        padding: 5px 0 5px 20px;
        color: #000000;
        margin-right: 20px;
        margin-left: 5px;
        z-index: 10;
    }
   
    .three-column-left a.sub{
        display: block;
        position: relative;
        background-image: url('/files/layout/menu_dot_grey.jpg');
        background-position: 0 5px;
        background-repeat: no-repeat;
        padding: 5px 0 5px 20px;
        color: #000000;
        margin-right: 20px;
        margin-left: 5px;
        z-index: 10;
    }
    
     .three-column-left a.sub:hover          {color: #E2001A;}
     .three-column-left a.categorie:hover    {color: #E2001A;}
     .three-column-left a.categorie-active   {color: #E2001A;}
     .three-column-left a.sub-active         {color: #E2001A;}
    
    .three-column-main{
        margin-right: 10px;
        width: 559px;
        float: left;
        line-height: 150%;
    }
    
    .three-column-main .infoblock{
        width: 130px;
        float: left;
        color: #686868;
        font-size: 15px;
        padding-bottom: 30px
    }
    
    .three-column-main .contents{
        width: 419px;
        float: left;
        padding-bottom: 30px;
        padding-left: 10px;
    }
    
    .three-column-main .infoblock img{
        margin: 0 0 10px 0;
    }
    
    .three-column-main .infoblock .price{
        color: #e2001a;
    }

    .three-column-right{
        min-height: 100px;
        width: 200px;
        float: left;
    }
    
    .three-column-right .order-number{
        background-image: url('/files/layout/order_number.jpg');
        background-repeat: no-repeat;
        width: 188px;
        height: 66px;
        margin: 0 0 20px 0;
    }
    
    .three-column-right .shipping-costs{
        background-image: url('/files/layout/shipping_costs.jpg');
        background-repeat: no-repeat;
        width: 188px;
        height: 66px;
        margin: 0 0 20px 0;
    }
    
    .three-column-right .waarborg{
        background-image: url('/files/layout/waarborg.jpg');
        background-repeat: no-repeat;
        width: 188px;
        height: 66px;
        margin: 0 0 20px 0;
    }
    
    .overview-product{
        border: 1px solid #e9e9e9;
        margin: 20px 10px 20px 0;
        padding: 5px;
        overflow: auto;
    }
    
    .overview-product > .image{
        width: 50px;
        height: 50px;
        float: left;
    }
    
    .overview-product > .product-description{
        float: left;
        width: 440px;
        position: relative;
        margin-left: 30px;
        min-height: 55px;
    }
    
    .overview-product > .product-description .price{
        position: absolute;
        top: 0px;
        right: 0px;
        font-weight: bold;
    }
        
    .proceed .button-order{
        font-size: 12px;
        float: right;
        background-image: url('/files/layout/button-order.png');
        background-repeat: no-repeat;
        height: 21px;
        width: 123px;
        text-align: center;
        margin: 5px 5px 0 5px;
    }
    
    .populair-products .populair-product .product-links .button-order{
        float: left;
        background-image: url('/files/layout/button-order-small.png');
        background-repeat: no-repeat;
        height: 21px;
        width: 90px;
        text-align: center;
        margin: 5px 5px 0 0;
        padding-left: 4px;
    }
    
    .proceed .button-order a,
    .populair-products .populair-product .product-links .button-order a{
        color: #ff0000;
        font-weight: bold;
		padding-left: 5px;
    }
    
    .proceed .button-general{
        float: right;
        background-image: url('/files/layout/button-general.png');
        background-repeat: no-repeat;
        height: 21px;
        width: 123px;
        text-align: center;
        margin: 5px 5px 0 5px;
    }
    
    .populair-products .populair-product .product-links .button-general{
        float: left;
        background-image: url('/files/layout/button-general-small.png');
        background-repeat: no-repeat;
        height: 21px;
        width: 90px;
        text-align: center;
        margin: 5px 5px 0 0;
    }
    
    .proceed .button-general a,
    .populair-products .populair-product .product-links .button-general a{
        color: #333;
    }
    
    .product-detail-img {
        display: block;
        width: 130px;
        text-align: center;
        border: solid 1px #E9E9E9;
        margin-top: 5px;
        padding-bottom: 5px;
    }
    
    .product-detail-img img{
        margin: 0!important;
    }
    
    .product-detail-img span{
        color: #333333;
        font-size: 0.6em;
    }
    
    .overview-product h2{
        color: #e94053;  
        margin: 0 0 5px 0;
        padding: 0px;
    }
    
    .overview-product .proceed, .proceed{
        text-align: right;
    }
    
    .overview-product .proceed a, .proceed a.review{
        margin: 0 0 0 15px;
    }
    
    .overview-product .proceed a:hover, .proceed a:hover{
        text-decoration: underline;
        color: black;
    }
    
    .reviews{
        position: relative;
        margin-top: 20px;
        border-top: 1px dashed #E2001A;
    }
    
    .reviews .review1{
        position: relative;
        line-height: 100%;
        background-color: #cae8f2;
        margin: 0;
        padding: 5px;
        border: solid 1px #cae8f2;
    }
    
    .reviews .review2{
        position: relative;
        line-height: 100%;
        margin: 0;
        padding: 5px;
        border: solid 1px #cae8f2;
    }
    
    .reviews .review1 .appreciation, .reviews .review2 .appreciation{
        position: absolute;
        right: 3px;
        top: 3px;
        width: 150px:
    }
    
    .reviews .review1 .reviewer, .reviews .review2 .reviewer{
        font-size: 11px;
    }
    
    .reviews #review-links a.write-review {
        margin: 0 15px 0 0;
    }
    
    .reviews #review-links a.hide-review {
        margin: 0 0 0 15px;
    }
    
    .write-reviews{
        position: relative;
        margin-top: 20px;
        border-top: 1px dashed #E2001A;
    }
    
    #review-links{
        position: absolute;
        right: 0;
        top: 10px;
        width: 250px;
        text-align: right;
    }
    
    .populair-products{
        position: relative;
        margin-top: 20px;
        height: 140px;
    }
    
    .populair-products .populair-products-titel{
        color: #C0C0C0;
        font-weight: bold;
        font-size: 14px;
    }
    
    .populair-products .populair-product{
        float: left;
        background-image: url('/files/layout/bg-populair-product.jpg');
        background-repeat: no-repeat;
        width: 255px;
        height: 150px;
        padding: 10px 10px 2px 12px;
        top: 25px;
    }
    
    .populair-products .populair-product1{
        left: 0; 
    }
    .populair-products .populair-product2{
        right: 0;
    }
    
    .populair-products .price {
        color: #E2001A; 
    }
    
    .populair-products p {
        margin: 3px 0;
    }
    
    .populair-products > .populair-product > .populair-product-image{
        float: left;
        height: 60px;
        width: 80px;
        margin-top: 7px;
    }
    
    .populair-products > .populair-product > .product-overview{
        line-height: 15px;
        height: 106px;
        float: left;
        width: 175px;
    }
    .populair-products > .populair-product > .product-overview > strong{
        color: #E2001A;
    }
    
    .populair-products .populair-product .product-links{
        float: right;
    }
    
    /**
     * Alt product 1
     */
    .product-top-info-block{
        overflow: hidden;
        margin: 0 0 15px 0;
    }
    
    .product-info-image-container{
        width: 200px;
        float: left; 
    }
    
    .product-info-text-container{
        width: 300px;
        float: left;
        padding: 20px 0 0 50px;
    }
    
    .product-info-text-container h1{
        font-size: 33px;
    }
    
    .product-info-image-container .zoom-text{
        font-size: 0.8em;
        color: #333;
    }
    
    table.product-info-table{
        margin: 20px 0 0 0;
    }
    
    table.product-info-table td{
        padding: 0 0 5px 0;
    }
    
    table.product-info-table td.label{
         padding: 0 30px 5px 0;
         font-size: 13px;
    }
    
    table.product-info-table a.order{
/*
        background-image: url('/files/layout/order-button.png');
        background-repeat: repeat;
*/
        background-color: #FF0000;
        font-weight: bold;
        padding: 3px 10px;
        color: #ffffff;
        display: block;
        font-size: 13px;
    }
    
    table.product-info-table a.order:hover{
        background-color: #660000;
    }
    
    table.product-info-table .grey{
        color: #C0C0C0;
    }
    
    .product-info-text{
        width: 500px;

    }
    
    
    
    
    

/* Xfront */



.two-column-left{
    width: 180px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    float: left;
    position: relative; 
    padding: 10px 0 0 0;
}

.two-column-left .bg-image{
    background-image: url('/files/layout/logo_submenu.jpg');
    background-repeat: no-repeat;
    width: 146px;
    height: 128px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.two-column-left a.submenu{
    display: block;
    background-image: url('/files/layout/menu_dot.jpg');
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 5px 0 5px 20px;
    color: #000000;
    margin: 0 10px;
}

.two-column-left a.submenu:hover{
    color: #E2001A;
}

.two-column-right{
    width: 740px;
    line-height: 150%;
    padding: 0 10px;
    float: left;
}

.two-column-right img.first-image{
     float: right;
     margin: 10px 0 20px 20px;  
}

.two-column-right img.page-image{
     float: left;
     margin: 0 10px 10px 0;  
}

.single-column{
    line-height: 150%;
    padding: 0 20px;
}

.single-column > .text-contents {
    padding: 0 20px;
}

.pages-three-columns  {
    background-image:url("/files/layout/bg_container.jpg");
    background-position:746px 0;
    background-repeat:repeat-y;
    overflow:auto;
    position: relative;
    padding-bottom:50px;
}

.pages-three-column-left {
    position: relative;
    float:left;
    min-height:200px;
    height:auto!important;
    height:200px;
    padding-top: 10px;
    width:205px;
}

.pages-three-column-main {
    float:left;
    min-height: 300px;
    height:auto!important;
    height:300px;
    line-height:150%;
    padding-right: 10px;
    width:534px;
}

.pages-three-column-right {
    float:left;
    min-height:100px;
    height:auto!important;
    height:100px;
    width:200px;
}

.pages-three-column-left .bg-image, 
.three-column-left .bg-image
{
    position: absolute;
    z-index: 1;
    background-image:url("/files/layout/logo_submenu.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    top: 150px;
    left: 0px;
    width: 146px;
    height: 128px;
}

.pages-three-column-left .submenu{
    position: relative;
    z-index: 10;
    background-image:url("/files/layout/menu_dot.jpg");
    background-position:0 5px;
    background-repeat:no-repeat;
    color:#000000;
    display:block;
    margin-left:5px;
    margin-right:20px;
    padding:5px 0 5px 20px; 
}

.populair-products{
    position:relative;
}

.populair-products .related-product {
    float:left;
    background-image:url("/files/layout/bg-populair-product.jpg");
    background-repeat:no-repeat;
    width: 240px;
    height: 190px;
    padding: 10px 5px 2px 20px;
    margin: 5px 0 0 0;
}

.populair-products .related-product .related-product-image {
    float:left;
    height:60px;
    width:56px;
    margin: 5px 10px 0 0;
    text-align: center;
    padding-right: 4px;
}

.populair-products .related-product .product-overview {
    float:left;
    height:53px;
    width:220px;
    margin-top: 5px;
    line-height: 130%;
}

.populair-products .related-product .product-links {
    float:left;
    width:200px;
}

.populair-products .related-product .product-links .button-order {
    background-image:url("/files/layout/button-order-small.png");
    background-repeat:no-repeat;
    float:left;
    height:21px;
    margin:5px 5px 0 0;
    padding-left:7px;
    text-align:center;
    width:90px;
}

.populair-products .related-product .product-links .button-order a {
    color:#FF0000;
    font-weight:bold;
}

.populair-products .related-product .product-links .button-general {
    background-image:url("/files/layout/button-general-small.png");
    background-repeat:no-repeat;
    float:left;
    height:21px;
    margin:5px 5px 0 0;
    text-align:center;
    width:90px;
}


.related-product{
    margin-bottom: 10px;    
}

    .related-products .related-products-titel{
        color: #C0C0C0;
        font-weight: bold;
        font-size: 14px;
    }
    
    .related-products .related-product{
        overflow: hidden;
        background-image: url('/files/layout/bg_related_product.jpg');
        background-repeat: no-repeat;
        width: 161px;
        height: 244px;
        padding: 8px 6px 8px 16px;
    }
    
    .populair-products .price,
    .related-products .price {
        color: #E2001A; 
        margin: 6px 0 6px 0;
        font-weight: bold;
    }
    
    .related-products .order-info {
        padding-top: 10px;
        height: 70px;
    }
    
    .related-products p {
        margin: 6px 0 6px 0;
    }
    
    .related-products .related-product .related-product-image{
        float: left;
        height: 75px;
        width: 65px;
        margin-top: 7px;
    }
    
    .related-products .related-product .product-overview{
        line-height: 15px;
        margin: 17px 0 0 4px;
        height: 143px;
    }
    
    .related-products .related-product .product-overview strong{
        color: #E2001A;
    }
    
    .populair-products .related-product .product-overview a.info,
    .related-products .related-product .product-overview a.info {
        text-decoration: underline;
    }
    
    .related-products .related-product .product-links{
        padding-left: 25px;
    }
    
    
    .populair-products .button-order,
    .related-products .button-order{
        float: left;
        background-image: url('/files/layout/button-order-small.png');
        background-repeat: no-repeat;
        height: 19px;
        width: 90px;
        text-align: center;
        margin: 0px 0px 0 0;
        padding: 3px 0 0 4px;
    }
    
    .related-products .related-product .product-links .button-order a{
        text-decoration: none;
        color: #ff0000;
        font-weight: bold;
        padding-left: 5px;
    }
    
    .related-products .related-product .product-links .button-general{
        float: left;
        background-image: url('/files/layout/button-general-small.png');
        background-repeat: no-repeat;
        height: 19px;
        width: 90px;
        text-align: center;
        margin: 5px 5px 0 0;
        padding-top: 2px;
    }
    
    .related-products .related-product .product-links .button-general a{
        color: #333;
    }
