body {
	margin: 0;
	padding: 0;
	background: transparent url(images/header_bg.png) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana;
	font-size: 13px;
	color: #444444;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 10px 0;
	font-weight: normal;
	color: #3333ff;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4, h5, h6 {
	margin: 2px 0;
	}

p, ul, ol, li {
	margin-bottom: 1.3em;
}

p {
}

.imp {
	background-color: #cc3333;
	color: #ffffff;
	padding: 2px;
	}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #3333ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 15px 0 0;
}

img.right {
	float: right;
	margin: 10px 0 0 15px;
}

img.center {
	margin: 15px auto;
	display: block;
}

table {
	border: 0;
	}

th {
	text-align: right;
	background-color: #cccccc;
	color: #333333;
	}

th, td {
	padding: 4px;
	}

table.tdborder td {
	border-bottom: 1px solid #3333ff;
	}

td.money {
	color: #990000;
	font-weight: 600;
	font-size: 1.1em;
	text-align: right;
	}

td.blank {
	background: transparent;
	}

td.titel {
	background-color: #dddddd;
	}
	
td.titel a {
	color: #333333;
	}

#carttable td#carttable th {
	text-align: left;
}

#carttable th {
	text-align: left;
}

#carttable td.money, #carttable th.money {
	text-align: right;
}


/* 2nd hand bikes table */

.shopitem {
	border: dotted 1px #999;
	width: 360px;
	float: left;
	margin: 3px;
	margin-right: 10px;
	}

blockquote {
	margin-left: 10px;
	font-weight: 600;
	text-decoration: underline;
	}

.shopitem tr.titlerow {
	height: 45px;
	}

.shopitem td.prodname {
	font-weight: 600;
	font-size: 1.1em;
	height: 45px;
	}

.shopitem td.prodimg {
	padding: 2px;
	background-color: #fff;
	border: 0px;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.rightfloat {
	float: right;
	}

.center {
	text-align: center;
	}

/* koopjes */

#salesdet {
	border: dotted 1px #999;
	}

#salesdet td.prodimg {
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#salesgen td.middle {
	text-align: center;
	}

/* Header */
#header {
	width: 1100px;
	height: 280px;
	margin: 0 auto;
	padding: 0 40px;
	background: transparent url(images/header_main.png) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 1100px;
	height: 100px;
}

#menu ul {
	margin: 0;
	padding: 25px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 38px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.8em;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #3333ff;
}

/* Logo */

#logo {
	clear: both;
	width: 1100px;
	height: 180px;
}

#logo h1, #logo h2 {
	text-transform: lowercase;
	font-style: italic;
}

#logo h1 {
	padding: 70px 0 0 0;
	font-size: 28px;
	font-weight: bold;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #4ac0f2;
}

/* Page */

#page {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 780px;
}

.post p {
	text-align: justify;
	margin-top: 30px;
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	padding: 20px 0;
	line-height: 200%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(images/nav_bg.png) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #ffffff;
}

.title {
	color: #3333ff;
	font-weight: 600;
	font-size: 115%;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/footer.png) repeat-x;
	border-top: 5px solid #cc0000;
	text-align: center;
	font-size: 10px;
}

#footer p {
	margin: 0;
	color: #666666;
}

#footer a {
	color: #ff5800;
}

