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;
}
/* Tag Cloud module */
 
.cloud_1 {
    font-size: 24px;
}
.cloud_2 {
    font-size: 20px;
}
.cloud_3 {
    font-size: 16px;
}
.cloud_4 {
    font-size: 14px;
}
.cloud_5 {
    font-size: 12px;
}
.cloud_6 {
    font-size: 16px;
}
 
.cattag-page {
    width: 656px;
    margin: 0 auto;
    text-align: center;
}
 
ul.cattag-list {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
 
ul.cattag-list li {
    border: 1px solid #e0e0e0;
    float: left;
    display: inline;
    width: 186px;
    margin: 0 10px 10px 0;
    padding-left: 0;
    text-align: center;
}
 
ul.cattag-list li.productlist-first-in-row {
    clear: both;
}
 
ul.cattag-list li.productlist-last-in-row {
    margin-right: 0;
}
 
ol#tag_manufacturers {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
 
li.man-with-img {
    margin-bottom: 15px;
}
 
ol#tag_sp{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
