@charset "utf-8";
/* CSS Document */

table.webshop_table {
	width: 100%;
	border: 1px solid #d1d1d1;
	margin: 0 0 10px 0;
	color: #ffffff;
}

table.webshop_table tr {
}

table.webshop_table th {
	font-weight: bold;
	background: #737373;
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 10px 7px 10px;
	text-align: left;
}

table.webshop_table td {
	background: #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 4px 10px 4px 10px;	
	color: #000;
}

table.webshop_table td.icon {
	width: 32px;
	background: #ebebeb;
	border-bottom: 1px solid #f6f7f9;
	padding: 0 5px 0 5px;
}

table.webshop_table td.centerize {
	text-align: center;
}

table.webshop_table td img {
	border: 0px solid black;
}


/** Voor de betaal / verzend methode tabellen */
table.webshop_table .sendTitle,
table.webshop_table .payTitle,
table.webshop_table .sendText,
table.webshop_table .payText {
	background: #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px;	
}

table.webshop_table .sendTitle,
table.webshop_table .payTitle {
	width: 35%;
}


table.webshop_table .webshopMethodInput {
	margin: 0 10px 0 0;
}

table.webshop_table .webshopChangeInput {
	width: 16px;
}

table.webshop_table .webshopChangeInputButton {
}

table.webshop_table .hiddenPayMethods {
}

table.webshop_table td.messageRow {
	padding: 10px;
}

table.webshop_table td#alegmeneVoorwaarden_CB_Column {
	padding-right: 0px;
	text-align: center;
}
