@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/body-back.jpg);
}
table {
	font-size:xx-small;
	width:520px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container {
	width: 999px;
	text-align: left;
	padding: 0px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-position: 250px;
	background-repeat: no-repeat;
} 
.thrColFixHdr #header {
	height: 120px;
	background-color: #D41E1E;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/head.png);
	width: 997px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CC3300;
}

.thrColFixHdr #container #navbar {
	height: 41px;
	background-color: #A10000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-repeat: no-repeat;
}
.thrColFixHdr #container #navbar #navigatie {
	float: left;
	height: 41px;
	width: 997px;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #navbar #navigatie a {
	background-image: url(../images/bttnup.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 164px;
	display: block;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 40px;
}
.thrColFixHdr #container #navbar #navigatie a:hover {
	background-image: url(../images/bttndwn.png);
}
.thrColFixHdr #container #navbar #navigatie #zoekbox {
	background-color: #A10000;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 176px;
	display: block;
	height: 41px;
	background-image: url(../images/zoek1.png);
}
.thrColFixHdr #container #navbar #navigatie #zoekbox form {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.thrColFixHdr #container #border {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #D41E1E;
	margin: 0px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 8px;
	height: 710px; /* 590 */
	background-image: url(../images/lftsb.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.thrColFixHdr  #container  #border  #sidebar1  h3  {
	font-size: 14px;
	background-color: #840000;
	width: 134px;
	border: 1px solid #333333;
	color: #F3D0E6;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.thrColFixHdr #container #border #sidebar1 .navleft {
	margin: 0px;
	background-color: #D41E1E;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #840000;
	border-bottom-color: #840000;
}
.thrColFixHdr #container #border #sidebar1 .navleft a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 128px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #F4CCE3;
	display: block;
	border: 1px solid #6F0000;
	background-color: #A10000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.thrColFixHdr #container #border #sidebar1 .navleft a:hover {
	height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: block;
	border: 1px solid #840000;
	background-color: #C40000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.thrColFixHdr #container #border #sidebar1 .navleft .artikel {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #border #sidebar1 .navleft .artikel a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 18px;
	width: 128px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #333333;
	display: block;
	border: 1px solid #770000;
	background-color: #E75454;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: normal;
}
.thrColFixHdr  #container  #border  #sidebar1  .navleft  .artikel  a:hover {
	height: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	display: block;
	border: 1px solid #911E61;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-color: #EC7777;
}
.thrColFixHdr  #container  #border  #sidebar1  #artikeloverzicht_btm  {
	background-image: url(../images/artikeloverzicht_btm.png);
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #container #border #sidebar1 .navleft p {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #mainContent {
	height: 700px; /* 590 */
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #container #border #mainContent .terugknop {
	padding-top: 20px;
}

.thrColFixHdr #container #mainContent h1 {
	color: #D41E1E;
	margin: 0px;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.thrColFixHdr #container #border #mainContent p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #border #mainContent a {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #border #mainContent a:hover {
	color: #000000;
	text-decoration: underline;
}
.thrColFixHdr #container #border #mainContent #form1 {
	margin: 0px;
	padding: 0px;
	width: 540px;
}
.thrColFixHdr #container #border #mainContent #form1 table {
	padding: 0px;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #border #mainContent h2 {
	display: block;
	color: #CC0000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #border #mainContent .eC_ShoppingCart {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #D41E1E;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: 715px; /*aanpasbaar */
	background-image: url(../images/rghtsb.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 12px;
}
.thrColFixHdr #container #border #sidebar2 .extra {
	width: 160px;
	height: 224px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

.thrColFixHdr #container #border #sidebar2 .extra h3 {
	font-size: 14px;
	margin: 0px;
	background-color: #A10000;
	width: 128px;
	border: 1px solid #333333;
	color: #FFD9D9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.thrColFixHdr  #container  #border  #sidebar2  .extra  #winkelmandje  {
	background-color: #F9E3F0;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 136px;
	border: 1px solid #A3236C;
}

.thrColFixHdr #container #border #sidebar2 .extra #winkelmandjetop {
	background-image: url(../images/winkelmandje_top.png);
	height: 44px;
}
.thrColFixHdr #container #border #sidebar2 .extra #winkelmandjemid {
	background-image: url(../images/winkelmandje_mid.png);
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	padding-right: 0px;
}
.thrColFixHdr #container #border #sidebar2 .extra #winkelmandje p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #border #sidebar2 .extra #winkelmandje #leeg {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.thrColFixHdr #container #border #sidebar2 .extra #winkelmandjebtm {
	background-image: url(../images/winkelmandje_btm.png);
	background-repeat: no-repeat;
	height: 44px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr  #container  #border  #sidebar2  .extra  #winkelmandjebtm  a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr  #container  #border  #sidebar2  .extra  #winkelmandjebtm  img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.thrColFixHdr  #container  #border  #sidebar2  .extra  #winkelmandjebtm  a:hover {
	color: #A10000;
}
.thrColFixHdr #container #border #sidebar2 #sb2promo {
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.thrColFixHdr #container #border #sidebar2 .logos {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

.thrColFixHdr #container  #border  #sidebar2  .vlak  {
	background-image: url(../images/vlak160x120.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	height: 120px;
	width: 170px;
	padding-top: 15px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0px;
	margin: 0px;
}

.thrColFixHdr #container #border #sidebar2 .vlak p    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
}

.thrColFixHdr #container #border #sidebar2 .vlak ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: none;
}

.thrColFixHdr #footer {
	background-color: #A91818;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footer-bck.png);
} 

.thrColFixHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 7px;
	text-align: center;
}
.thrColFixHdr #container #border #footer a {
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #border #footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.thrColFixHdr #container #border #sidebar1 #Artikeloverzicht {
	margin: 0px;
	padding: 0px;
	height: 44px;
	background-image: url(../images/artikeloverzicht_top.png);
	background-repeat: no-repeat;
}
.thrColFixHdr #container #border #mainContent h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #border #mainContent #catListing {
	height: 500px; /* aangepast was 480 */
	width: 548px; /* aangepast was 560 */
	margin: 0px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #border #mainContent #catListing .imageLeft {
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/artimage-rnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 112px;
	width: 110px;
	text-align: center;
}
.thrColFixHdr #container #border #mainContent #catListing .imageLeft img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #border #mainContent #catListing form {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #container #border #mainContent #catlisting h2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	height: 40px;
	line-height: 50px;
	padding: 0px;
	color: #CC0000;
}

.thrColFixHdr #container #border #mainContent #catListing table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 530px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 200px;
}
.thrColFixHdr #container #border #mainContent #catListing tr {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #border #mainContent #catListing a {
	color: #C00;
}
.thrColFixHdr #container #border #mainContent #catListing p {
	font-size: 12px;
}
.thrColFixHdr #container #border #mainContent #catListing p a {
	font-size: 10px;
}
.thrColFixHdr #container #border #mainContent #catListing .smallblok {
	width: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.thrColFixHdr #container #border #mainContent #catListing .small_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container #border #mainContent .greyline {
	height: 2px;
	background-color: #CCCCCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #border #mainContent li {
	font-size: 12px;
	font-weight: bold;
}
.thrColFixHdr #container #border #mainContent .rubriek {
	margin: 0px;
	height: 134px;
	width: 139px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/image-bck.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #container #border #mainContent .rubriek img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #border #mainContent .subcategorie {
	margin: 0px;
	height: 134px;
	width: 140px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/image-bck.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColFixHdr #container #border #mainContent .subcategorie img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #border #mainContent #rubriekcenter {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.thrColFixHdr #container #border #mainContent .eC_SmallPrint a {
	font-size: xx-small;
	text-decoration: none;
}
.thrColFixHdr #container #border #mainContent .fine {
	font-size: xx-small;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #border #mainContent ul {
	color: #666666;
}
.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox {
	width: 140px;
	background-image: url(../images/aanbieding-bck.gif);
	float: left;
	margin: 0px;
	height: 187px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox .inside-ab {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	height: 24px;
	overflow: hidden;
	margin: 0px;
}
.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox .inside-prijs {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	overflow: hidden;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox .inside-pic {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox .bestelknop {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.thrColFixHdr #container #border #mainContent .aanbiedingenbox .aanbbox .bestelknop img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #border #mainContent .maintop {
	height: 130px;
}

#artikeloverzicht_mid {
	background-image: url(../images/artikeloverzicht_mid.png);
	background-repeat: repeat-y;
	width: 148px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.thrColFixHdr #container #border #mainContent .rubriek a ,.thrColFixHdr #container #border #mainContent .subcategorie a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.thrColFixHdr #container #border #mainContent .rubriek a:hover,.thrColFixHdr #container #border #mainContent .subcategorie a:hover {
	color: #CC0000;
	text-decoration: none;
}
.thrColFixHdr #container #border #mainContent h3 {
	color: #BA1E1E;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
}

