/* ******************************************************************
script : shop.css
author : Tim Wolf & Kees Peenstra
copyright :  Tim Wolf & Kees Peenstra
version : 0.95
last modified : 19/01/2009
******************************************************************* */

#leftnav {
	width: 150px;
	font-size: 12px;
	vertical-align: top;
	font-size: 85%;
}

ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#leftnav a {
	/*/*/padding: 3px; 
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 150px /* */
}

#leftnav a:link, #leftnav a:visited {
	color: #666;
}

#leftnav a:hover, #leftnav a:active {
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #000;
}

#leftnav ul {
	/*/*/padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	list-style-type: none; /* */
}

#leftnav li {
	/*/*/margin: 0px 0px 6px 0px; /* */	
}

#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999 !important;
	border: 2px dotted #999 !important; /* */
}

#minicart {
	text-align: left;
	width: 250px;
	font-size: 10px;	
}

#minicart td{
	width: 20px;
}

td a.goto {
	border: solid 1px #6C658D;
	margin: auto 0px auto 0px;
	line-height: 22px;
	color: purple;
	height: 22px;
	width: 230px;
	display: block;
	margin-bottom: 5px;
}

.entryTable {
	border: solid 1px #cecece;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ececec;
}

.entryTableHeader td{
	text-indent: 5px;
	font-family: tahoma;
	font-size: 14px;
	border-top: solid 1px #b5b2c8;
	border-bottom: solid 1px #b5b2c8;
	height: 24px;
	color: #3d3d3d;
	background-color: #cfcddb;
	font-weight: bold;
	background-position: center;
}

.entryTable .label {
	background-color: #EFEFEF;
}

.entryTable .content {
	background-color: #FFFFFF;
}


.infoTable {
	border: solid 1px #cecece;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ececec;

}

.infoTable td{
	text-indent: 10px;
	padding: 2px;
}

.infoTableHeader td {
	text-indent: 5px;
	font-family: tahoma "Courier New", Courier, mono;
	font-size: 14px;
	border-top: solid 1px #b5b2c8;
	border-bottom: solid 1px #b5b2c8;
	height: 24px;
	color: #3d3d3d;
	background-color: #cfcddb;
	font-weight: bold;
	background-position: center;
}

.infoTable .label {
	background-color: #EFEFEF;
}

.infoTable .content {
	background-color: #FFFFFF;
}

.notice {
	color: #996600;
	font-weight: bold;
}

.addToCartButton {
	position: relative;
	top: -3px;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight:bold;
	border: 1px solid #515151;
	background-color: white;
}

#errorMessage {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font-weight: bold;
}

/*Winkelmandje in sidebar*/

table#minicart{
	font-family: tahoma, tahoma, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-color: #1F133D;
	border-width: 1px 0px 0px 0px;
	padding-top: 4px;
	padding-right: 5px;
}

	#minicart td{
		border: 0px;
	}
	
	td.cartitem{
		/*background-color: #EDECF2;*/
	}
	
	td.delitem{
		text-align: right;
		/*background-color: #EDECF2;*/
		width: 130px;
		height: 24px;
	}
	
		input.boxx{
			background-image: url('../gfx/delcartitem.gif');
			background-position: center;
			background-color: transparent;
			margin-right: 2px;
			border: 0px;
			color: red;
			height: 16px;
			width: 15px;			
		}

/*Winkelmandje in sidebar*/

/*CSS voor Winkelwagen.php*/

table.entryTable{
	border: 0px;
}

table.entryTable td{
	border: 0px;
}

/*CSS voor Winkelwagen.php*/


/*CSS voor bestel stappen*/

td.stap1, td.stap2, td.stap3{
	height: 62px;
}

	td.stap1{
		background-image: url(../gfx/stap1.gif);
		background-repeat: no-repeat;
		background-position: center;
	}

	td.stap2{
		background-image: url(../gfx/stap2.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	td.stap3{
		background-image: url(../gfx/stap3.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
/*CSS voor bestel stappen*/