/* @override http://leuvion/public/stylesheets/default.css */

/* @override 
	http://leuvion.html.uwcoder.nl/css/main.css
	http://leuvion.jonno.madewithlove.be:8002/css/main.css
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
 background-color: #FFF;
}

body {
	color: #7d7d7d;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4 {
	font-size: 1em;
	line-height: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

a:link, a:visited {
	color: #448ccb;
}

a:link:hover, a:visited:hover {
	color: #7d7d7d;
}

button.link,
a.link {
	border: 3px solid #e6e6e6;
	padding: 4px 14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #007ffe;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

button.link:hover,
a.link:hover {
	border-color: #d5d5d5;
}

button.link.cart,
a.link.cart {
	background: url(/public/images/website/icons/cart.png) no-repeat 6px 7px;
	font-weight: bold;
	display: inline-block;
	padding-left: 40px;
}

a.link.delete {
	background: url(/public/images/website/icons/delete.png) no-repeat 6px 7px;
	display: inline-block;
	padding-left: 27px;
	color: #8b8b8b;
}

/* HEADER */

#header {
	width: 880px;
	margin: 0 auto;
	background: url(/public/images/website/header-bg.png) no-repeat 0 bottom;
	padding: 0 0 45px;
	overflow: hidden;
	position: relative;
}

/* --- */

#header #logo a {
	width: 177px;
	height: 91px;
	background-image: url(/public/images/website/logo.png);
	text-indent: -9999px;
	float: left;
	margin-top: 31px;
	display: inline;
	margin-left: 5px;
}

/* --- */

#header #navigation {
	list-style-type: none;
	width: 584px;
	position: absolute;
	left: 244px;
	bottom: 9px;
	margin-bottom: 0;
}

#header #navigation li {
	float: left;
	margin-right: 20px;
}

#header #navigation li a {
	float: left;
	height: 29px;
	background: #e6e6e6 url(/public/images/website/navigation-left.png) no-repeat;
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
	font-weight: bold;
}

#header #navigation li a span {
	float: left;
	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/public/images/website/navigation-right.png) no-repeat right 0;
	cursor: pointer;
	line-height: 28px;
}

#header #navigation li.current a {
	background-image: url(/public/images/website/navigation-current-left.png);
	color: #448ccb;
}

#header #navigation li.current a span {
	background-image: url(/public/images/website/navigation-current-right.png);
}

#header #navigation li a:hover {
	background-image: url(/public/images/website/navigation-current-left.png);
}

#header #navigation li a:hover span {
	background-image: url(/public/images/website/navigation-current-right.png);
}

/* ---*/
#header #language {
	list-style-type: none;
	width: 119px;
	position: absolute;
	left: 30px;
	bottom: 9px;
	margin-bottom: 0;
}

#header #language li {
	float: left;
	margin-right: 10px;
}

#header #language li a {
	float: left;
	height: 26px;
	background: #e6e6e6 url(/public/images/website/navigation-left.png) no-repeat;
	font-size: 14px;
	color: #7d7d7d;
	text-decoration: none;
	font-weight: bold;
}

#header #language li a span {
	float: left;
	height: 26px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/public/images/website/navigation-right.png) no-repeat right 0;
	cursor: pointer;
	line-height: 25px;
}

#header #language li.current a {
	background-image: url(/public/images/website/navigation-current-left.png);
	color: #448ccb;
}

#header #language li.current a span {
	background-image: url(/public/images/website/navigation-current-right.png);
}

#header #language li a:hover {
	background-image: url(/public/images/website/navigation-current-left.png);
}

#header #language li a:hover span {
	background-image: url(/public/images/website/navigation-current-right.png);
}

/* --- */

#header #cart {
	float: right;
	width: 160px;
	background: url(/public/images/website/card-bg-bot.png) no-repeat 0 bottom;
	margin-top: 30px;
	padding: 0 20px 5px;
	margin-right: 4px;
	font-size: 14px;
}

#header #cart h2 {
	padding: 17px 20px 0 51px;
	font-size: 14px;
	color: #007fff;
	line-height: 18px;
	background: url(/public/images/website/card-bg-top.png) no-repeat 0 0;
	margin: 0 -20px 11px;
}

#header #cart p {
	margin-bottom: 8px;
}

#header #cart ul {
	margin-bottom: 15px;
}

#header #cart ul li {
	display: inline;
	padding-right: 5px;
}

#header #cart ul li a {
	
}

/* CONTENT */

#content {
	width: 812px;
	margin: 0 auto 20px;
	background: #fff url(/public/images/website/content-bg.png) no-repeat 0 bottom;
	padding: 14px 34px 12px;
}

#content ul {
	
}

#content .row {
	overflow: hidden;
	zoom: 1;
	width: 812px;
}

#content .row .row {
	width: auto;
}

#content .row.line {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 18px;
}

#content .column-1 {
	padding-right: 40px;
	width: 364px;
	border-right: 1px solid #e6e6e6;
	float: left;
	padding-top: 10px;
}

#content .column-2 {
	padding-left: 40px;
	width: 365px;
	float: left;
	padding-top: 10px;
}

#content .row ul {
	
}

#content h2 {
	font-size: 36px;
	color: #007ffe;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
}

#content h3 {
	margin-bottom: 18px;
	color: #007ffe;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}

/* HOME */

#index #content h2 {
	color: #7d7d7d;
	font-size: 24px;
	line-height: 24px;
}

#index #content .row.line {
	margin-bottom: 6px;
}

#index #content .row ul {
	margin-top: -5px;
	list-style-type: none;
}

#index #content .row ul.downloads li {
	
}

#index #content .row ul.downloads li img {
	border-style: none;
	margin: 3px 13px 3px 3px;
}

#index #content .row ul img {
	width: 36px;
	height: 50px;
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	margin-right: 10px;
}

#index #content .row ul li {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* BOEK */

#boek {
	
}

#boek a.link.cart {
	width: 86px;
	background-position: 6px 15px;
	padding-right: 0;
}

#boek #content .column-1 {
	border-right-style: none;
	border-right-width: 0;
	width: 132px;
	padding-right: 20px;
	font-size: 12px;
}

#boek #content .column-1 img {
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
}

#boek #content .column-1 p {
	margin-bottom: 10px;
}

#boek #content .column-2 {
	width: 660px;
	padding-left: 0;
}

#boek #content .column-2 h3 {
	font-size: 18px;
	color: #7d7d7d;
	margin-bottom: 10px;
}

/* DOWNLOADS */

#downloads {
	
}

#downloads a.link.cart {
	margin-left: 10px;
}

#downloads #content img {
	float: left;
	margin-right: 20px;
}

#downloads #content p {
	font-size: 12px;
}

#downloads #content h3 {
    font-size: 18px;
	margin-bottom: 0;
}

#downloads #content h4 {
	font-size: 14px;
	color: #7d7d7d;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 4px;
}


/* BOOKS */

#books {
	
}

#books button.link.cart,
#books a.link.cart {
	margin-left: 10px;
}

#books #content img {
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
	float: left;
	margin-right: 20px;
}

#books #content p {
	font-size: 12px;
}

#books #content .text {
	float: right;
	width: 630px;
}

#books #content h3 {
	margin-bottom: 0;
}

#books #content h4 {
	font-size: 18px;
	color: #7d7d7d;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 4px;
}

#pagination {
    text-align: center;
    margin: 15px 0 10px 0;
}

#pagination a {
    border: 2px solid #E6E6E6;
    text-decoration: none;
    padding: 1px 5px;
    font-size: 0.9em;
    background-color: #E6E6E6;
    color: #616161;
    font-weight: bold;
}

#pagination a:hover {
    background-color: #FFF;
}

#pagination a.current {
    background-color: #FFF;
    color: #4188C8;
}

/* CONTACT */

#contact {
	
}

#contact .column-1 {
	width: 311px;
}

#contact .column-2 {
	width: 420px;
}

#contact .column-1 label {
	width: 94px;
}

#contact .column-1 form p {
    margin-top: -10px;
}

#contact .column-1 form .radiobox {
    text-align: left;
}

#contact .column-1 form .radiobox input {
    border: none;
    text-align: left;
    margin-top: 2px;
}

/* CREDITS */
#footer {
    width: 850px;
	margin: -15px auto 8px;
	padding: 0 15px;
    font-size: 0.8em;
}

#footer #prices {
    color: #999;
	font-weight: bold;
    position: absolute;
}

#footer #credits {
    position: relative;
    float: right;
}

#footer a {
    color: #999;
    text-decoration: none;
}



/* CART */

/* @group table */

table {
	width: 100%;
	margin-bottom: 18px;
}

table .left {
	text-align: left;
	border-left-style: none;
	border-left-width: 0;
}

table .right {
	text-align: right;
	border-right-style: none;
}

table tr th {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 4px 0;
	font-weight: normal;
	font-style: normal;
	border-left: 1px solid #e6e6e6;
}

table tr td {
	border-bottom: 1px solid #e6e6e6;
	padding: 4px 0;
	text-align: center;
	border-left: 1px solid #e6e6e6;
}

tr.total td {
    border-top: 2px solid #e6e6e6;
}

table tr td img {
	width: 63px;
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

table#total {
	margin-left: auto;
	width: 404px;
	border: 1px solid #e6e6e6;
	padding: 10px 10px 0;
}

table#total .right {
	font-weight: bold;
	text-align: right;
}

table#total .left {
	font-weight: bold;
	text-align: left;
}

table#total tr th {
	border-top-style: none;
	border-top-width: 0;
	border-left-width: 0;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

table#total tr td {
	border-top-width: 0;
	border-top-style: none;
	border-left-style: none;
	border-left-width: 0;
	text-align: right;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-style: none;
	border-bottom-width: 0;
}

table#total tr.line td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

table#total tr.button td {
	padding-top: 15px;
	padding-bottom: 18px;
}



/* @end */

/* @group form */

form {
	
}

form p {
	overflow: hidden;
	zoom: 1;
	clear: both;
}

form label {
	float: left;
	padding-top: 3px;
	width: 103px;
}

form input {
	background-image: url(/public/images/website/input-bg.png);
	border-style: none;
	border-width: 0;
	width: 205px;
	height: 22px;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 5px 0 7px;
	outline: 0;
	float: left;
}

form textarea {
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-image: url(/public/images/website/textarea-bg.png);
	border-style: none;
	height: 167px;
	width: 305px;
	float: left;
	border-width: 0;
	overflow: auto;
	padding: 5px 5px 5px 7px;
	outline: 0;
}

form p.submit {
	padding-left: 103px;
}

form button {
	background-color: transparent;
	padding: 2px 14px 1px;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-width: 3px;
	border-style: solid;
	border: 3px solid #e6e6e6;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #007ffe;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
	margin-left: 1px;
}

form button:hover {
	border-color: #d5d5d5;
}

form span.error {
	font-size: 11px;
	display: block;
	clear: both;
	margin-left: 100px;
	padding: 3px;
	color: #666;
}

form span.note {
	font-size: 11px;
	display: block;
	margin-top: -5px;
	color: #999;
}

form p.not-required {
    margin-bottom: 15px;
}

form small {
	font-size: 11px;
}

form.compact p {
    margin-bottom: 5px;
}

form.compact p.not-required {
    margin-bottom: 0px;
}

table .number_of_books {
    width: 25px;
    text-align: center;
}

table .width-60 {
    width: 60px;
}

table .width-75 {
    width: 75px;
}

table .width-200 {
    width: 200px;
}

div.note {
    text-align: right; 
    font-size: 9px;
}

/* @end */
