/*////////////////////////////////////////////
///		T E X T
////////////////////////////////////////////*/
img {
padding:0;
margin:0;
}

#tabel_betaalopties {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/*////////////////////////////////////////////
///		VOORTGANGS INDICATOR
////////////////////////////////////////////*/
table#voortgang {
	height		: 34px;/**/
	border		: 1px solid #d1d1d1;
	background	: #FFFFFF;
	margin		: 3px 0 20px 0;
}
table#voortgang td {
	height			: 34px;
	text-align		: center;
	padding			: 0;	
}
table#voortgang td.standby {
	background: url('modules/webshop_mod/images/voortgang_standby_bg.gif') repeat-x;
}
table#voortgang td.standby, table#voortgang td.standby a {
	font-weight: normal !important;
	color: #929292 !important;
	text-decoration: none !important;
	padding: 0;	
}

table#voortgang td.active {
	background: url('modules/webshop_mod/images/voortgang_active_bg.gif') repeat-x;
}
table#voortgang td.active, table#voortgang td.active a {
	font-weight: bold !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	padding: 0;
}
/*////////////////////////////////////////////
///		WINKELMANDJE
////////////////////////////////////////////*/
table#winkelmandje {
	background: #f7f7f7;
	margin: 0 0 20px 0;
}

table#winkelmandje th {
	font-size: 12px;
	font-weight: bold;
	background: #737373;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding: 6px 0 3px 10px;
	margin: 0;
}
table#winkelmandje .mid {
	font-size: 12px;
	background: #ebebeb;
	color: #000000;
	border-bottom: 1px solid #737373;
	padding: 4px 0px 3px 4px;
	margin: 0;
}
table#winkelmandje td.mid a {color: #000000 !important;}
table#winkelmandje td.geenproducten {
	font-size: 11px;
	color: #929292;
}

table#winkelmandje .noborder {
	border: none !important;
}
table#winkelmandje .bottom {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 4px 0 1px 4px;
	margin: 0;
}

table#winkelmandje input.aantal_input {
	width:25px;
	border: 1px solid #666666;
	background: #FFFFFF;
	height: 18px;
	font-size: 10px;
}
table#winkelmandje input.aantal_button {
	border: 1px solid #666666;
	height: 18px;
	font-size: 10px;
}

span#verderwinkelen_span {
	text-align: left;
	display: block;
	width: 98%;
	background: #ebebeb;
}
a#verderwinkelen_link {
	height: 18px;
	font-weight: bold;
	color: #FFFFFF !important;
	background: #737373;
	padding: 3px 12px;
	margin: 0;
}

/*////////////////////////////////////////////
///		Betaalmethode kiezen
////////////////////////////////////////////*/
table.graytable {
	background: #f7f7f7;
	margin: 0 0 20px 0;
}
table.graytable tr.gtLightGrey {background: #f7f7f7;}
table.graytable tr.gtWhite {background: #FFFFFF;}
table.graytable tr.gtLightGreen {background: #dcf7d1;}
table.graytable tr.gtVeryLightGreen {background: #e8f7e3;}

table.graytable .clicky {
	cursor: pointer;
}
table.graytable th {
	background: #737373;
	color: #FFFFFF;
	border-bottom: 1px solid #515151;
	text-align: left;
	font-size: 12px;
	padding: 6px 0 3px 10px;
}
table.graytable tr td {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #515151;
	padding: 10px;
}
table.graytable tr td.tdText {
	background: #ebebeb;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}
table.graytable tr td.noborder {border: none !important;}
table.graytable tr td.notopborder {border-top: none !important;}

table.graytable .gtNaam {
	font-weight: bold;
	padding-left: 0;
}

table.graytable .gtRadio {
	padding: 7px 2px 5px 10px;
}

/* Voor tabbelen in de tabel */
table.graytable tr td table tr td {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}


/*////////////////////////////////////////////
///		grayDataTable (voor gegevens)
////////////////////////////////////////////*/
table.grayDataTable {
	background: #f7f7f7;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #787878;
}
table.grayDataTable th {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background: #737373;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	padding: 6px 6px 3px 10px;
	margin: 0;
}
table.grayDataTable td {
	padding: 1px 10px;
}
table.grayDataTable td.caption {
	width: 180px;
	background: #ebebeb;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
	padding: 4px 6px;
}

table.grayDataTable td.tdText {
	background: #ebebeb;
	padding: 10px;
	border-bottom: 1px solid #FFFFFF;
}

table.grayDataTable .styledInput {
	height: 18px;
	width: 150px;
	font-size: 11px;
	border: 1px solid #666666;
	background: #FFFFFF;
}




/*////////////////////////////////////////////
///		Errors
////////////////////////////////////////////*/
.formError {
	position: relative;
	left: 1%;
	display: block;
	color: #e21717;
	width: 93%;
	border: 1px solid #e21717;
	background: #fee5e5;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}

.formMelding {
	position: relative;
	left: 1%;
	display: block;
	color: #2117e2;
	width: 98%;
	border: 1px solid #2117e2;
	background: #e9e5fe;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}





/*////////////////////////////////////////////
///		Diversen
////////////////////////////////////////////*/

.styledButton {
	border: 1px solid #666666;
}
.styledInput {
	width: 200px !important;
	border: 1px solid #666666;
	background: #FFFFFF;
}
.styledArea {
	width: 200px;
	height: 75px;
	border: 1px solid #666666;
	background: #FFFFFF;
}
.styledSelect {
	width: 200px;
	font-size: 10px;
}
.inputSmall {
	width: 60px !important;
}
.inputSplitP1 {
	width: 160px !important;
	margin-right: 5px;
}
.inputSplitP2 {
	width: 35px !important;
}
