body {
	font: 90%/150% Arial, Helvetica, Verdana, Sans-serif;
	color: black;
}


/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}

.largest {
	font-size: 1.2em;
}
.large {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

blockquote {
	font-style: italic;
	color: #6c276a;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}

h1 {
	font-size: 2em;
	color: #111;
}

h2 {
	font-size: 1.4em;
	color: #cc0000;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2em;
	color: #d99e00;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}
dd {
	margin-left: 12em;
}


/* images / alignment */

img {
	border: none;
}
.image {
	clear: both;
	margin: 0 0 1em 0;
}
.border img,
img.border {
	border: 1px solid #333;
}
.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
.center {
	text-align: center;
}


/* tables */

table {
	border-collapse: collapse;
	border: none;
}
table th,
table td {
	vertical-align: top;
	text-align: left;
	padding: 0.2em 0.3em;
}


/* forms */

fieldset {
	border: 1px solid #fec90a;
	padding: 10px;
}
legend {
	color: #cc2000;
	font-weight: bold;
}
* html legend {
	margin-bottom: 10px;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% Arial, Helvetica, Verdana, Sans-serif;
}

input,
textarea {
	border: 1px solid #111;
	background: white;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}

.defaultWidth {
	width: 250px;
}

input.button,
input.check,
input.radio,
input.button,
option {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	border-top: 1px solid #ffa7a7;
	border-left: 1px solid #ffa7a7;
	border-bottom: 1px solid #820000;
	border-right: 1px solid #820000;
	background: #cc0000;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
#wrapper .button:hover {
	border-top: 1px solid #820000;
	border-left: 1px solid #820000;
	border-bottom: 1px solid #ffa7a7;
	border-right: 1px solid #ffa7a7;
	background: #da7575;
	color: #820000;
}

.required {
	color: #d99e00;
	font-weight: bold;
}
.alert {
	color: #cc0000;
}

.error {
	color: #cc0000;
	font-weight: bold;	
}

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table th,
form table td.label {
	width: 12em;
	white-space: nowrap;
}

#fc_postcode {
	width: 60px;
	margin-right: 9px;
}
#fc_woonplaats {
	width: 175px;
}



/* SPECIFIC */


#objects {
	margin-bottom: 1.5em;
}

/* list */

table.list {
	width: 100%;
	border: 1px solid #ccc;
}

table.list th,
table.list td {
	border: 1px solid #fff;
	padding: 0.2em 0.8em;
}
table.list th {
	background: #ccc;
}
table.list td {
	background: #e9e8e8;
}
table.list tr:hover td {
	background: #ffeba4;
	cursor: pointer;
}
table.list th,
table.list th a {
	color: #333;
}
table.list th a:hover {
	color: white;
}
table.list .naam {
	font-weight: bold;
}
table.list .NL_levensnummer,
table.list .prijs {
	text-align: right;
}
table.list .opmerking {
	color: #cc0000;
}

/* date listing */
table.dateListing {
	width: 100%;
}
table.dateListing th,
table.dateListing th a {
	color: #555;
}
table.dateListing th a:hover {
	color: #222;
}
table.dateListing td.date {
	width: 6em;
	white-space: nowrap;
	color: #555;
}
table.dateListing td.title a {
	font-weight: bold;
}
table.dateListing td.title a:hover {
}
table.dateListing td.category {
	width: 10em;
	text-align: right;
}
table.dateListing td.category a {
	color: #214600;
	text-decoration: none;
}
table.dateListing td.category a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* archive listing */
table.archiveListing {

}
table.archiveListing td {
	color: #888;
	line-height: 120%;
	padding-bottom: 0.5em;
}
table.archiveListing td.title {
	padding-left: 24px;
	font-weight: bold;
	background: url(../images/interface/folder_full.png) no-repeat left 3px;
}
table.archiveListing tr.empty td.title {
	background-image: url(../images/interface/folder_empty.png);
}
table.archiveListing tr.full {
	cursor: pointer;
}
table.archiveListing td a {
	color: #cc0000;
	text-decoration: none;
}
table.archiveListing td a:hover {
	color: #cc0000;
	text-decoration: underline;
}
table.archiveListing td.amount {
	width: 5em;
	text-align: right;
}
table.archiveListing td.amount a {
	color: #111;
}
table.archiveListing td.amount a:hover {
	color: #cc0000;
}


/* cart */
table.cart {
	width: auto;
}
table.cart th,
table.cart td {
	padding: 0.5em 0.8em;
}

table.cart .price {
	text-align: right;
	padding-right: 1em;
}
table.cart th {
	color: #555;
}
table.cart tr.total th {
	color: #222;
	border-top: 1px solid #999;
}
table.cart tr th.delete {
	border: none;
}