.menu_item {
	font-weight: bold;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid gray;
}

.menu_item_first {
	font-weight: bold;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid gray;
	border-left: 1px solid gray:
}

.left_menu_block {
	margin-top: 0px;
	margin-bottom: 10px;
}

.left_menu_header {
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.left_menu_item {
	font-size: 8pt;
	margin-left: 12px;
}


/* product links */

a.product:link {
	font-weight: normal;
	color: black;
	text-decoration:none;
}
a.product:active {
	font-weight: normal;
	color: black;
	text-decoration:none;
	
}
a.product:visited {
	font-weight:normal;
	color: black;
	text-decoration:none;
}
a.product:hover {
	font-weight:normal;
	color: blue;
	text-decoration: underline;
}