#product_table
{
	width: 99%;
	margin-left: 0px;
	margin-right: 0px;
}

#td_products, #td_imglist
{
	border-right: 1px solid #cccccc;
}

#td_products
{
	width: 180px;
	padding-left: 5px;
}

#td_imglist
{
	padding-top: 0px;

	padding-left: 30px;
	padding-right: 30px;

	text-align: left;
}

#td_imglist img
{
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#td_image
{
	width: 380px;

	text-align: right;
}

#img_box
{
	margin-left: 40px;

	font-size: 10px;
}
#img_box td
{
	font-size: 10px;
}


#product_list div
{
	margin-bottom: 8px;
	color: #7e7e7e;
}

#product_list div.active
{
	color: black;
	font-weight: bold;
}



#product_block
{
	width: 8px;
	height: 36px;

	background-color: #ffce00;
}

input.text
{
	font-size: 10px;
}

.submit
{
	font-size: 10px;
	background: transparent;
	border: 0px solid black;
	padding: 0px;
	color: #5F5F5F;
}

.submit:hover
{
	color: black;
}

#teststyle:hover .bla img
{
	color: red;
	border: 3px solid red;
}

a.picturelink img
{
	border: 3px solid white;
}

#active.picturelink img
{
	border: 3px solid #ffce00;
}

textarea
{
	border: 1px solid #999999;
}
