/* colors*/

/* rood: #C21A27 */
/* Lrood: #f7d2d5 */

/* paars: #6e4260 */
/* Lpaars: #cdbbc7 */

/* groen: #517549 */
/* Lgroen: #b8c1b6 */

/* blauw: #385676 */
/* Lblauw: #b0bdcb */

/* bruin: #9F714F*/

/* grijzig:#e9e7e1*/


* {
   margin: 0;
   padding: 0;
   outline: 0;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



a img {
   border: none;
}

a {
   -moz-outline-style:none;
   color: #000;
   text-decoration: none;
}


a:hover {
	text-decoration: underline;
	/*background:url(../images/line_blackdotted.gif) bottom left repeat-x ;*/
	}


h1, h2, h3, h4, h5, h6 {
	font-family: georgia, 'times new roman', serif;
	font-weight:normal;
	}


h2 {
	font-size: 27px;
	margin: 0 0 10px 0;
	color:#C21A27;
	}

h3,
h3 a {
	font-size: 22px;
	color: #C21A27;
	margin: 0 0 10px 0;
	}

h4,
h4 a {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	}


body {
	background: fff;
	text-align: center;
	font: 12px Arial,helvetica,sans-serif;
	line-height: 1.3;
	}




	
	
/*** Iframe
*****/

iframe {
	padding: 0 3px;
	}
	
table {
	width: 400px;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 1px;
	}
	
.HeaderInformation,
.OneColumProductlistTable,
.Table {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 10px;
	width: 400px;
	}
	
.HeaderInformation {
	font-weight: normal;
	}

.TableFooterStyle,
.linkBack,
.moreInfo {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	}

.HeaderTitle {
	font-family: Georgia, 'times new roman', times, serif;
	font-size: 18px;
	color: #C21A27;
	margin-bottom: 10px;
	
	}

	
.TableHeaderStyle {
	font-weight:bold;
	}

.OneColumProductlistTable td {
	height: 30px;
	}

.Table td {
	height: 25px;
	padding-bottom: 10px;
	}
	
a.orderLink	{
	font-family: Georgia, 'times new roman', times, serif;
	color:#666;
	font-weight:bold;
	text-transform: uppercase;
	}			
	
.errorStack {
	text-align: left;
	}
	
.complaintTextarea textarea {
	width: 400px;
	}
	
td input,
td select,
td span:first-child {
	margin-right: 0.5em;
	margin-left: 1em;
	}
		
			
