span.date 
{
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}

input 
{
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
}

input.submit 
{
	background:#d10019;
	border-top:1px solid #a70014;
	border-right:1px solid #da3347;
	border-bottom:1px solid #da3347;
	border-left:1px solid #a70014;
	color:#FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
}

a 
{
	font: 12px Arial, Helvetica, sans-serif;
	color:#000000;
}

a:link, a:visited 
{
	text-decoration:underline;
}

a:hover, a:active 
{
	text-decoration:none;
}

a.red {
	font-weight:bold;
	color: #d10019;
}

h5
{
	font:bold 17px Arial, Helvetica, sans-serif;
	color:#d10019;
	margin:0;
	padding:0;
}

hr
{
	color:#f1b2ba;
	background:#f1b2ba;
	height:1px;
	border:0;
}

a.highlight
{
	color:#d10019;
	font-weight:bold;
}


/* sifr settings */

.heading_12px_ffffff 
{
	font-size:14px;
}

.heading_18px_d10019 
{
	font-size:20px;
}


/* lijst opmaak */

dl.repeat_list
{
	width:490px;
}

dl.repeat_list dt a
{
	font:bold 17px Arial, Helvetica, sans-serif;
	color: #d10019;
}

dl.repeat_list dd
{
	margin:0 0 10px 0;
	padding:10px 0 10px 0; 
	border-bottom:1px solid #f6ccd1;
}

dl.repeat_list dd img 
{
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #CCCCCC;
}

dl.repeat_list dd span.date 
{
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* shop column */

#shop-col
{
	width:250px;
	
	color:#FFFFFF;
}

#shop-col .shopping_cart
{
	width: 250px;
	
	border-bottom:1px solid #FFFFFF;
	
	background: #d10019;
}

#shop-col #shop_content 
{
	margin:10px 0;
}

#shop-col #shop_content .box
{
	background: #d10019;
}

#shop-col #shop_content .boxholder
{
	clear:both;
	padding:10px 0 0 10px;
	width:240px;
	background: #d10019;
}
#shop-col #shop_content .tab
{
	float:left;
	height: 30px;
	width: 80px;
	margin: 0 4px 0 0;
	text-align: center;
	background: url(/includes/images/bb_tab.png) no-repeat;
	cursor:pointer;
	font:bold 11px Arial, Helvetica, sans-serif;
}

#shop-col #shop_content .tabtxt
{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

#shop-col .product_teaser
{
	margin-right:10px;
	margin-bottom: 10px;
	padding: 9px;
	width:90px;
	
	text-align:center;
	
	background: #ffffff;
	
	font-size:11px;
	
	color: #000000;
	border:1px solid #830010;
	
	float:left;
	
	display: inline;
	
}

#shop-col .product_teaser img
{
	border:1px solid #666666;
	width:88px;
	margin-bottom:5px;
}

#shop-col .product_teaser a
{
	color: #d10019;	
	font-weight: bold;
	font-size:11px;
}


/* CSS Forms */

table.form {

}

table.form tr {

}

table.form tr td {
	padding:2px 5px;
}

table.form tr td input{
	padding: 3px;
	border:1px solid #d10019;
}

table.form tr td textarea{
	padding: 3px;
	border:1px solid #d10019;
}

table.form tr td input.submit {
	background:#d10019;
	border-top:1px solid #a70014;
	border-right:1px solid #da3347;
	border-bottom:1px solid #da3347;
	border-left:1px solid #a70014;
	color:#FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
}

div.message-box {
	background:#d10019;
	color:white;
	font-weight:bold;
	padding:5px 10px;
	width:470px;
	font-size:13px;
	margin:10px 0;
}

div.message-box a{
	color:white;
	font-weight:bold;
}