body {
	background-color: #FFF;
}	
.plaatje {
	float: left;
}	
.plaatje2 {
	float: left;
	margin-right: 40px;
}	
.rechtsboven {
	display: inline;
}
.lijntje {
	margin-top: 5px; 
	width: 562px; 
	height: 3px;
}
.categorie { 
	font: 17px Impact, Verdana, sans-serif;
	color: #F00;
}
.categorie a {
	color: #F00;
	text-decoration: none; 
	text-transform: uppercase; 
	margin: 0 16px 0 0;
}
.categorie a:hover {
	text-decoration: underline;
}
.geselecteerd {
	color: #FFF;
	background-color: #F00;
	text-transform: uppercase; 
	margin: 0 16px 0 0;
	padding: 0 4px 0 4px;
}
.winkelmand {
	position: absolute;
	top: 12px;
	left: 950px;
}
.cijfertje {
	position: absolute;
	width: 15px;
	text-align: center;
	top: 16px;
	left: 990px;
	color: #FFF;
	font: 12px Impact, Verdana, sans-serif;
}
.containerlinks {
	width: 400px;
	height: 500px;
	float: left;
	display: block;
}
.plaatje_groot {
	position: relative; /*voor bottom uitlijning plaatje*/
	width: 370px;
	height: 400px;
	border: 0;
	vertical-align: bottom;
	/*cursor: wait;*/
	margin: 25px 5px 5px 5px;
}
.plaatje_groot img {
	position: absolute; /*voor bottom uitlijning plaatje*/
	bottom: 0;
}
span.uitverkocht { 
	color: #FF0000; 
	font-size: 11px; 
	font-weight: bold;
}
.uitverkoop { 
	color: #FF0000; 
	font-weight: bold;
}
.links { /* meer info */
	width: 370px;
	height: 400px;
  	overflow: auto;
	font: bold 13px Verdana, sans-serif;
	color: #000;
	margin: 25px 5px 5px 5px;
}
.biz { /*  Titel - prijs - bestelknop  */
	font: 13px Helvetica, Verdana, sans-serif; 
	text-transform: uppercase;
	position: absolute;
	width: 340px;
	height: 30px;
	display: block;
	top: 540px;
	left: 24px;
}
.foto { /* meer foto's */
	display: block;
	font: 12px Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #F00;
	text-transform: uppercase; 
	margin: 80px 0 0 7px;
}
.foto a {
	color: #F00;
}
.negatief { /* bestelknop */
	background-color: #000;
	color: #FFF;
	width: 52px;
}
.negatief a {
	font: bold 13px Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	padding: 0 3px 0 5px;
	color: #FFF;
	text-decoration: none;
}
.negatief a:hover {
	background-color: #FF0000;
	}
.positief { /* afrekenknop boodschappentas */
	background-color: #FF0000;
	color: #FFF;
}
.positief a {
	font: bold 13px Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	padding: 0 3px 0 5px;
	color: #FFF;
	text-decoration: none;
}
.positief a:hover {
	background-color: #000;
}
.plaatje_klein {
	height: 100px;
	background-repeat: no-repeat; 
	background-position: bottom left;
	cursor: pointer; 
	margin-top: 20px; 
}
.besteltekst {
	font: 12px Helvetica, Verdana, sans-serif;
	color: #000;
	text-transform: uppercase; 
	margin-top: -10px; 
	letter-spacing: 0.3pt;
}
.content {
	margin: 50px 0 0 10px;
}
.afreken_plaatje {
	margin-right: 25px; 
	width: 150px;
}
.volgnummer {
	background-color: #000;
	width: 15px;
	color: #FFF;
	font: 12px Impact, Verdana, sans-serif;
	text-align: center;
}
.tabel {
	width: 575px;
	height: 600px;
	overflow: auto;
}
.tabel td {
	padding-left: 5px;
}

/* boodschappenmand */
.stippel_rechts {
	width:3px;
	background:#fff url('stippel.gif') repeat-y top left; 
	background-position: -1px 0px;
}
.stippel_rechts tr { 
	margin-top: 10px;
}
.stippel_links {
	width:2px;
	background:#fff url('stippel.gif') repeat-y top left;
	padding-right: 20px;
}
.stippel_boven { 
	background: #fff url('ww_bk.gif') no-repeat top left;
	height: 48px;
	/*background-position: -5px -10px;*/
}
.stippel_onder { 
	background:#fff url('ww_ok.gif') repeat-y top left;
	height: 37px;
	background-position: -1px 0px; 
	width: 668px;
}
#nieuw {
	margin-top: 0px;
	margin-left: 35px;
	border: 0;
}
#actie {
	margin-top: 0px;
	margin-left: 80px;
	border: 0;
}
.bestseller {
	padding-top: 5px;
	}
.tr_bestseller { 
	width: 400px;
}
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
}
.inside {
	border-left: 1px solid #FF0000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #FF0000;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #FFF;                 /* YCC: default text-color of the inside */
	padding-left: 3px;             /* YCC: all texts at some distance of the left border */
	padding-right: 3px;             /* YCC: all texts at some distance of the right border */
	height: 190px;
}
.notopgap { 
	margin-top: 0; 
}    /* DNC: to avoid splitting of the box */
.nobottomgap { 
	margin-bottom: 0; 
} /* DNC: to avoid splitting of the box */

.afreken_plaatje {
	font: 12px Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
.afreken_plaatje img { 
	margin-bottom: 10px;
}
.aantal {
	width: 20px;
}
input.aantal { 
	border: grey solid 1px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 11px;
}
.cash_inside {
	position: absolute;
	left: 200px;
	width: 600px;
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #FFF;                 /* YCC: default text-color of the inside */
	padding-left: 3px;             /* YCC: all texts at some distance of the left border */
	padding-right: 3px;             /* YCC: all texts at some distance of the right border */
}
.klein {
	text-transform: lowercase;
	font: 10px Helvetica, Verdana, sans-serif;
}	
.afrekening {
	margin: 25px 0 0 12px;
	text-transform: uppercase;
	font: bold 12px Helvetica, Verdana, sans-serif;
}
.midden {
	position: absolute;
	top: 75px;
	left: 125px;
	width: 750px;
}
.afrekening2, .afrekening3 {
	text-transform: uppercase;
	font: bold 12px Helvetica, Verdana, sans-serif; 
}
.bestelgegevens {
	font: 12px Helvetica, Verdana, sans-serif;
	color: blue;
}
.totaal {
	text-transform: none;
	font: bold 10px Helvetica, Verdana, sans-serif;
}
.msg {
	font: 12px Helvetica, Verdana, sans-serif;
	margin: 15px 0 0 17px;
}

/* scrollbar */
body {
	scrollbar-arrow-color: white;
	scrollbar-face-color: red;
	scrollbar-highlight-color: red;
	scrollbar-3dlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
}
