/* OPMAAK TABLES VOOR CATALOOG */


a:link, a:visited {
	color: #800000;
	font-weight: normal;
	text-decoration: none;
	}
a:hover, a:active {
	color: #800000;
	text-decoration: underline;
	}


 		table#catalogus_tbl  {
			font: 11px verdana,verdana, arial;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			text-align: left;
			color: #333;
		}
		
		table#catalogus_tbl caption {
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			text-transform: uppercase;
			padding-bottom:20px;
		}
		
		table#catalogus_tbl td {
			margin: 0;
			padding: 1px 5px;
		}
		
		
		table#catalogus_tbl th {
			font-weight: normal;
			text-transform: uppercase;
		}
		
		table#catalogus_tbl thead tr th {
	 		background-color:#CFCBC6;
			padding: 3px;
			color: #000;
			font-weight: bold;
			text-transform: capitalize;
			text-align:center;
			white-space: nowrap;
		}

		table#catalogus_tbl thead.hdr tr th {
			background-color: #555555;
			padding: 10px 10px;
			color: #fff;
			font-weight: bold;
			text-transform: capitalize;
			text-align:center;
			white-space: nowrap 
		}
		
		table#catalogus_tbl tbody tr th {
			padding: 2px 10px;
		}
		
		table#catalogus_tbl tr { 
			background-color: #EFEEEA;
		}
		table#catalogus_tbl	tr.odd {
			background-color: #EBEBEB;
		}
		
		table#catalogus_tbl a, a:visited {
			color: #3F5858;
			text-decoration: none;
			padding: 2px;
		}

		table#catalogus_tbl a:hover, a:active {
			text-decoration: none;

			padding: 2px;
			color: maroon; 
		}
		
		table#catalogus_tbl td.subcat {
			background: #CFCBC6 url(/content/design/images/link.gif) no-repeat 3px 3px;	
			padding-left:14px;
			text-align:left;
			color: #000;
			font-weight: bold;
			text-transform: capitalize;
			white-space: nowrap;
			padding-bottom:2px;
		}