/* hele site */

body {
	margin-top: 10px;
	margin-bottom: 0;
	font-family: "Trebuchet MS";
	background-color: #FFFFFF;
}
form {
	display: inline;
}
img {
	border: 0;
}
hr {
	color: #CCCCCC;
	border-style: solid;
	height: 1px;
}


/* tekstinstellingen */
.titel {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.tekst {
	font-size: 13px;
	color: #000000;
}
.prijs_van {
	color: #000000;
	text-decoration: line-through;
}
.prijs_voor {
	color: #000000;
	font-weight: bold;
}



/* formulieren */
.tekstvak {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #990000;
	border: 1px solid #CCCCCC;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.formbutton {
	border: 1px solid #808080;
	background-color: transparent;
	background-image: url(admin/images/textbg.gif);
	background-repeat: repeat-x;
}
.incart {
	border: 2px solid #000000;
	background-color: #D0FAC6;
	width: 70px;
	margin-right: 5px;
}
.notincart {
	border: 1px solid #000000;
	width: 70px;
	margin-right: 5px;
}



/* links */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}



/* foutmeldingen e.d. */
div.msgbox_ok {
	margin: 5px;
	padding: 10px;

	color: #003364;
	background-color: #B7E1AF;
	border: 1px solid #57A24E;
}
div.msgbox_error {
	margin: 5px;
	padding: 10px;

	color: #003364;
	background-color: #F7B3A0;
	border: 1px solid #E36154;
}
div.msgbox_frmerror {
	margin: 5px;
	padding: 10px;
	font-size: 12px;

	color: #003364;
	background-color: #F7B3A0;
	border: 1px solid #E36154;
}

/* Ecwid */
.ecwid-categories-category {
	font-size:14px; }
	

div.ecwid-productBrowser-details-inStockLabel {
    display:none;
}
div.ecwid-productBrowser-sku {
    display:none;
}
div.ecwid-productBrowser-auth { 
     display: none;
}
a:hover span.ecwid-categories-category {
    /* change the lines below */
    font: 30px !important;
    color: #900 !important;
}
a:link {
	size:12px;
}

div.ecwid-AddToBagButton {
 display:none;
}
