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

table.webshop_table .button {
	cursor: pointer;
	padding: 0 2px 0 2px;
}

table.webshop_table {
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #dedede;
	text-align: left;
}

table.webshop_table tr {
}

table.webshop_table th {
	font-weight: bold;
	background: #737373;
	padding: 2px 5px 2px 5px;
	text-align: left;
	color:white;
}

table.webshop_table td {
	background: #ebebeb;
	border-bottom: 1px solid #737373;
	padding: 2px 5px 2px 5px;
}

table.webshop_table td.icon {
	width: 32px;
	background: #f6f7f9;
	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 {
	border-bottom: 1px solid #f6f7f9;
	padding: 15px;	
}

table.webshop_table .sendTitle,
table.webshop_table .payTitle {
	width: 35%;
	font-size: 14px;	
}


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

table.webshop_table .webshopChangeInput {
	width: 25px;
	font-size: 12px;
}

table.webshop_table .hiddenPayMethods {
}

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

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