body,td {
	font: 8pt Verdana, Helvetica, Sans-serif;
	color: #000000;
}

/* layout */
#header {
	background-image: url('images/layout/site/header_basic.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 782px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background-image: url('images/layout/site/footer_basic.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 782px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

table#productList td.productListItem {
	width: 140px;	
}

/* links */
a {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* headings */
h1 {
	font-size: 11pt;
	color: #111;
}
h2 {
	font-size: 10pt;
	color: #111;
}

/* forms */
form {
	margin: 0;
}

input,select,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

input.button {
	padding: 1px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	cursor: pointer;
}

input.checkbox {
	background-color: transparent;
	border: 0px;
}

/* error displays */
span.error, li.error, p.error, div#verify_errors ul li span {
	color: #f00;
}

input.error,select.error,textarea.error {
	background-color: #ff8080;
}

input.disabled,select.disabled,textarea.disabled {
	background-color: #d4d0c8;
}

/* voorbeeld CSS categorieen (haal maar eens weg en kijk wat er gebeurt) */
#webshopCategories ul {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#webshopCategories ul li a {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ccc;
}

#webshopCategories ul li {
	list-style-type: none;
	display: inline;
}
/* eind voorbeeld CSS categorieen */

/* voorbeeld CSS zoekbox */
#webshopSearchbox,#webshopSearchbox form {
	display: inline;
}
/* eind voorbeeld CSS zoekbox */

div.spacer {
	clear: both;	
}

#shoppingCart {
	width: 360px;
	border: 1px solid #000;
}

.cartItemName {
	width: 205px;
	float: left;
}
.cartItemButtons {
	width: 60px;
	float: left;
}
.cartItemAmount {
	width: 30px;
	float: left;
}
.cartItemPrice {
	width: 65px;
	float: left;
	text-align: right;
}

img {
	border: 0;	
}

#shoppingCart h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

.required {
	color: #f00;
}

/* voorbeeld gehighlight menu in superfish, actieve pagina */
.sf-menu a.active {
	color: #f00;	
}


