html, body {
	background-color: #676767;
	margin: 0;
}
body {
	text-align: center;
}
#container {
	text-align: left;
	width: 983px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
}





/*
div.list_productimage {
	width: 250px;
	height: 275px;
	overflow: hidden;
}
*/
div.list_productimage img {
/* 	width: 200px;
	height: auto; */
/* 	width: 130px;
	height: 125px;
 */
	width: 150px;
	height: 150px;
 }


table.prod_info {
	width: 100%;
	padding: 0 10px;
}
table.prod_info td {
	vertical-align: top;
	text-align: left;
}
div.list_infobutton {
	padding-bottom: 10px;
}
div.list_infobutton a, div.list_infobutton a:link, div.list_infobutton a:visited, div.list_infobutton a:hover, div.list_infobutton a:active  {
	color: #fff;
	background-color: #ae9962;
	padding: 2px 5px;
	text-decoration: none;
}
div.list_productname {
	/* height: 28px; */ /* Ruimte voor 2 regels */
	height: 42px; /* Ruimte voor 3 regels */
}


/* CATEGORY MENU */
#menu {
	width: 180px;
}
#menu a {
	color: #009ade;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	line-height: 20px;
	background: url(../images/nav_arrow2.gif) no-repeat left 7px;
}

ul#nav li.topitem {
	border-bottom: 1px solid #dfdfdf; 	
	padding: 0 2px 0 16px;
}

ul#nav li.subsubitem{
	padding: 0 2px 0 16px;
}

ul#nav li.subsubitem a{
	color: #000;
}


ul#nav ul li {
	border-bottom: none;
	/* padding: 0 0 0 17px; */
}

ul#nav ul li ul li {
	border-bottom: none;
	/* padding: 0 0 0 17px; */
}

#menu li.topactive, #menu li.subactive {
	background: url(../images/nav_arrow_act2.gif) no-repeat left 7px;
}
#menu li a.topitem {
	color: #000;
	/* font-weight: bold;	 */
}
#menu li.topactive a.topitem {
	font-weight: bold;
}

#menu li.subactive a.subitem {
	font-weight: bold;
}

#menu li.subsubactive a.subsubitem {
	font-weight: bold;
}
#menu li.lastnav {
	border-bottom: none;
}

/* END CATEGORY MENU */


img#product_thumbnail {
	width: 300px;
	height: 300px;
}

.tabcontent td img {
	display: none;
}
.tabcontent td td img {
	display: block;
}



ul.images {
	list-style: none;
	width: 300px;
	text-align: center;
}
ul.images li {
	float: left;
	padding: 4px;
}