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:	20px;
}

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

.prod_header
{
	font-size:	14px;
	line-height:	17px;
	color	:	#333333;
	font-weight:	bold;
	padding-bottom:	6px;
}

a.productLink:hover
{
	text-decoration:underline;
}

tr.highlight_on
{
	background-color: #DFDFDF;
}

tr.highlight_off
{
	background-color: #FFFFFF;
}