/*
.prod_head1 {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.prod_head2 {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.prod_head3 {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	margin:3px 0;
	display: block;
}

div.prod_master {
	overflow: auto;
}

div.prod_container {
	float: left;
	margin-left: 5px;
	overflow:hidden;
}

div.prod_output {
	float: left;
	margin-left:3px;
}

div.prod_output ul  {
	padding: 0px;
	margin: 0px;
	margin-right : 10px;
}

div.prod_output ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.prod_clear {
	clear: both;
}

div.prod_marker {
	
}*/

.hiddenproduct {
	visibility:hidden; 
	
}