/* CSS Document */
body {
	color: #000;
	font-family: verdanan, arial, helvetica;
	font-size:11px;
}
.title {
	color: #ba0000;
	font-size: 13px;
	font-weight:bold;
}
.subkop {
	font-weight: bold;
	padding-bottom:10px;
}
.inlognaam {
	color: #ba0000;
}
.submenu {
	background-image: url(/images/structure/bg_submenu.gif);
	background-repeat:repeat-x;
	vertical-align:middle;
	width: 193px;
	height: 49px;
}
.submenu a{
	color: #ba0000;
	text-decoration: none;
}
.submenu a:hover {
	color: #000;
	text-decoration:none;
}
.table {
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c6c6;
}
.table_artikelen td {
	padding: 1px;
	margin: 1px;
}
.table_artikelen td img {
	margin-top: 0.25em;
}
.table_head {
	background-color: #ba0000;
	border: 1px solid #fff;
	padding: 1px;
	margin-bottom: 5px;
	vertical-align: bottom;
	font-weight: bold;
}
.table_head td, .table_head th {
	color: #ffffff;
}
#order_results .table_artikelen td {
	text-align: center;
}
.uitklap_artikel {
	border: 1px solid #ba0000;
	background-color: #c6c6c6;
	padding:3px;
	color: #fff;
}
.table_artikel_eigenschappen {
	border: 1px solid #fff;
}
.bg_grijs td {
	border: 1px solid #fff;
	padding: 3px;
	background-color: #ecebeb;
}
.bg_donkergrijs td {
	border: 1px solid #fff;
	padding: 3px;
	background-color: #e3e3e3;
}
.table_artikelen_details td {
	background-color: #cccccc;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

.order_history_form input {
	text-align: center;
}

.weekdays td {
	font-weight: bold;
}
.address_form {
	width: 100%;
}
.address_form td {
	width: 25%;
}
.address_form input {
	width: 100%;
}

