/*  STEPBYSTEP STATUS INDICATOR  */

#stepbystep {
	list-style: none;
	padding:0px;
	display:block;
	float: left;
	width: 834px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#stepbystep li {
	background-image: url(../images/bg_bluestep_final.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 45px;
	padding-right: 11px;
	display: block;
	float: left;
}
#stepbystep li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	color: #9cc5e4;
	background-image: url(../images/bg_bluestep_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	padding-bottom: 3px;
	display: block;
	float: left;
	padding-left: 14px;
	padding-right: 4px;
}
#stepbystep .active, #stepbystep .future {
	background-image: url(../images/bg_bluestep_right.png);
	padding-right: 34px;
}
#stepbystep .active span {
	color: #0064b1;
}

#stepbystep .active2 span {
	color: #0064b1;
}
#stepbystep .stepdone {
	background-image: url(../images/bg_greenstep_right.png);
	padding-right: 38px;
}
#stepbystep .stepdone span {
	background-image: url(../images/bg_greenstep_left.png);
	padding-right: 0px;
	color: #7cb671;
}


/*  PAKKETTEN  */

table.producttable {
	margin-bottom:	10px;
	font-size: 12px;
}

table.producttable p {
	font-family: arial;
	font-size: 12px;
}

table.producttable td, th {
	padding: 5px;
}

table.producttable th {
	color: white;
	font-size: 16px;
	vertical-align: middle;
	background-color: #377c2b;
}

table.producttable .orderlist td {
	background-color: #eef8ec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

table.producttable .orderlist select {
	width: 175px;
}

table.producttable .ordertotaal td {
	color: white;
	font-weight: bold;
	background-color: #2f7c2b;
	font-size: 15px;
}

table.producttable .ordertotaal .totaal {
	background-color: #2b4c72;
}

table.producttable .orderlist .totaal {
	padding-right: 5px;
	background-color: #d5e4f4;
}

table.producttable .verzendkosten td {
	background-color: #d5edd0;
}

table.producttable .verzendkosten .totaal {
	background-color: #d5e4f4;
}

table.producttable .pakketproducten td {
	border: none;
}


/*  TABLE ADRESSINFO  */

#adressinfo {
}
#adressinfo tr th {
	text-align: right;
	padding-right: 3px;
	vertical-align: top;
	padding-top: 10px;
	background-color: #F2F9F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#adressinfo tr th p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #0064b1;
}
#adressinfo tr td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 6px;
}
#adressinfo tr td p {
	margin: 0px;
}

#adressinfo input[type="text"]{
	padding: 5px;
	width: 175px;
}

#adressinfo #formsubmitbuttons th, #adressinfo #formsubmitbuttons td {
	padding-top: 16px;
	background-color: #ffffff;
}
#adressinfo #formsubmitbuttons td {
	padding-left:3px;
}
#adressinfo #formsubmitbuttons input[type="submit"] {
	font-size: 14px;
}
#adressinfo .ordernowheader {
	padding-left: 40px;
}
#adressinfo #ordernowtd {
	padding-left: 40px;
	vertical-align: middle;
}
#ordernowbttn {
	text-align: right;
	background-image: url(http://www.herbaonline.be/images/bg_ordernow_bttn.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 56px;
	width: 226px;
	font-size: 16px;
	line-height: 22px;
	color: #377c2b;
	text-decoration: none;
	font-weight: bold;
	padding-right: 58px;
	padding-top: 13px;
}
#ordernowbttn:hover {
	color: #B50000;
	background-position: left -72px;
}
#adressinfo .klikhieromtebetalen {
	background-image: url(../images/bg_klikhieromtebetalen.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 141px;
	width: 360px;
	line-height: 141px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}
