table.steps {
	width: 100%;	
}
table.steps td {
	width: 20%;
	background-repeat: no-repeat;
	background-image: url('/images/reg2.png');
	height: 41px;
}
table.steps td.active {
	background-image: url('/images/reg1.png');
}
	table.steps td.active * { color: #FFF !important; }
table.steps td p { margin: 4px 0 0 10px !important; }

.text h2 {
	margin-top: 10px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	padding-left: 10px;
}
p.wo {
	padding-left: 20px;
	margin-left: 0 !important;
}
p.title {
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 5px 0 5px 20px;
}
table.Betaalwijze { margin-left: 35px; }
table.Betaalwijze td { height: 20px; }
table.Betaalwijze td.icon {
	width: 40px;
	text-align: center;
}
table.Betaalwijze td.radio { width: 30px !important; }
div.line {
	border-top: 1px solid #dedede;
	padding: 5px 0 5px 0px;
}
div.line div {
	text-align: right;
	margin-right:20px;
	width: 400px;
	float:right;
}
	div.line div input {
		margin: 0 0 0 10px !Important;
		padding-right: 20px !important;
		background: url('/images/btns/bg_str.png')right 0px !important;
	}
		div.line div input:hover {
			cursor:hand;
	        cursor:pointer;
			background: url('/images/btns/bg_str.png')right -22px !important;}
	input#Vorige {
		background: url('/images/btns/bg_str1.png') left !important;
		padding-left: 20px !important;
	}
	input#afronden {
		background: url('/images/btns/bg_str.png')right 0px  !important;
		padding-right: 20px !important;
	}
		input#afronden:hover {
		cursor:hand;
	    cursor:pointer;
	    background: url('/images/btns/bg_str.png')right -22px !important; }
	
/* winkelwagen */

table.winkelwagen {
	width: 100%;
	margin-top: 15px;
	border-bottom:1px solid #dedede;
}
	table.winkelwagen  td div.cont {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	table.winkelwagen tr td:first-child * { margin-left: 25px; }
	table.winkelwagen tr.title td {
		background: url('/images/line.png') repeat-x left bottom;
		height: 30px;
		font-weight: bold;
	}
	div.hor1 { width: 70px !important; }
	div.hor2 { width: 140px !important; }
	div.hor1, div.hor2 {
		padding: 4px;
		float: left;
	}
	div.ver { background-color: #f3f3f3; }
	td.horlines { width: 250px; }
	td.horlines .cont {
		position: absolute;
		width: 250px;
		margin-top: -12px !important;
	}
	tr.item td {
		border-bottom: 1px solid #dedede;
	}
	.itogo {
		text-align: right;
	}
	.first div {
		border-bottom: 1px solid #dedede;
	}
	.lili {
		padding-left: 540px;
		height: 18px;
	}
		.lili div {
			width: 110px;
			text-align: right;
			float: left;
			margin-left: 0 !important;
		}
		.lili .n1 {
			width: 110px;
			text-align: left;
			float: left;
			margin-left: 0 !important;
		}
		
			.lili2 {
		padding-left: 665px;
		height: 18px;
	}
		.lili2 div {
			width: 110px;
			text-align: right;
			float: left;
			margin-left: 0 !important;
		}
		.lili2 .n1 {
			width: 110px;
			text-align: left;
			float: left;
			margin-left: 0 !important;
		}
input.voucher-code {
	margin:0px !important;
	width:140px;
}
.correct-v {
	background: url('/resources/images/yes.gif') no-repeat right;
}
	.col2 {
		float: left;
		width: 365px;
		padding: 15px;
	}
		.col2 .cont {
			padding-left: 10px;
			padding-top: 10px;
			width: 350px;
			height: 120px;
		}
		.col2  .hor2 { width: 220px !important; }
		
/* login */

div.reglogin {
	background-image: url('/images/reg_login.png');
	background-repeat: no-repeat;
	width: 246px;
	height: 149px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
}


.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform p.reg{
width: 430px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform td .k1									{	border: 1px solid #d5d5cb; padding: 10px; height: 150px; margin-bottom:13px;}

div.reglogin p.legend, div.reglogin a {
	padding: 4px; width: 150px; display: block; 
}
div.reglogin input[type="text"] {
	position: absolute;
	margin-left: 90px;
}
.reglogin .input
{padding: 0px 0px !important; display: block;}

.cssform input.normal									{	width: 154px !important;}
.cssform input.account									{	width: 195px !important;}

div.reglogin input[type="button"], div.password p input[type="button"] {
    padding-right: 20px !important;
    background: url('/images/btns/bg_str.png')right 0px  !important;
}

div.reglogin input[type="button"]:hover, div.password p input[type="button"]:hover {
	cursor:hand;
	cursor:pointer;
	background: url('/images/btns/bg_str.png') right -22px !important;
}

input#Inloggen { margin-left: 10px; }
input#Registreren {
	margin-left: 128px;
	margin-top: 36px;
}
input#Bestellen {
	margin-left: 54px;
	margin-top: 36px;
}

/* winkelwagen */

input#kassa {
	padding-right: 20px !important;
    background: url('/images/btns/bg_str.png') right 0px !important;
}
input#kassa:hover {
	cursor:hand;
	cursor:pointer;
    background: url('/images/btns/bg_str.png')right -22px !important;
}
.noborder { border: 0 !important; }

div.plbig {
	position: absolute;
	background: url('/images/plbig.png') no-repeat;
	width: 791px;
	height: 225px;
	margin-top: 20px;
	padding: 15px;
}
div.plbig div.f {
	padding-left: 10px;
	margin-top: 15px;
	width: 385px;
	float: left;
}
div.plbig div.f h1 {
	font: 24px Arial;
	font-weight: bold;
}
div.plbig div.f h2 {
	font: 16px Arial;
	font-weight: normal;
}
div.plbig div.f img {
	float: left;
	margin-right: 10px;	
}
div.plbig div.f input {
	margin-left: 100px;
	padding-right: 20px !important;
	background: url('/images/btns/bg_str.png')right 0px !important;
	position: absolute;
}

div.plbig div.f input {
	Cursor:pointer;
	background: url('/images/btns/bg_str.png')right -22px !important;}
	
.n2 b {
	margin-left:0px !important;		
}
.reglogin p {
	margin: 10px 0 10px 10px !important;
}

.grid1 {
	display: inline;
	position: relative;
	margin-right: 5px;

}

#container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#container_16  .grid1{ 
    float:left;
	width:309px;
	min-height:100px;
	border:1px solid #999;

}

		.grid1 .cont {
			padding-left: 10px;
			padding-top: 10px;
			width: 350px;
			height: 120px;
		}
		.grid1  .hor2 { width: 210px !important; }




