table.prod_header
{
	border-style:	solid;
	border-width:	1px;
	border-color:	black;
	background-color: #F5F5F5;	

	margin-bottom:	20px;
}

table.sidebar
{
	border-style:	solid;
	border-width:	1px;
	border-color:	black;
	background-color: #F5F5F5;
	vertical-align:	text-top;
	
	margin-left:	5px;

	float:		top;
}

span.name
{
	font-size:	16px;
	color	:	#333333;
	font-weight:	600;
}

span.short_desc
{
	font-size:	16px;
	color	:	#333333;
	font-weight:	400;
}



span.sidebar_header
{
	font-size:	13px;
	font-weight:	bold;
	color:		#333333;

}

ul.sidebar_menu
{
	font-size:	13px;
	margin-left:	10px;
	padding-left:	0px;
	margin-top:	5px;
	padding-top:	0px;
	list-style-type:	none;	

}

ul.sidebar_submenu
{
	font-size:	13px;
	margin-left:	10px;
	padding-left:	0px;
	margin-top:	0px;
	padding-top:	0px;
	list-style-type:	none;
}

td
{
	vertical-align:	top;

}

tr.header td
{
	padding-top:	30px;
}

tr.header

tr.subheader td
{
	padding-top:	15px;
}

ul.nobullets
{
	list-style:	none;
	padding-left:	0px;
	margin-left:	0px;
}