/* Defines Table For Index Page */

#primarycontent #left_column
{
	width: 350px;
	float: left;
	margin-top: 7px;
}

#primarycontent #right_column
{
	width: 350px;
	float: right;
	margin-top: 7px;
}

#primarycontent .index_table
{
	clear: both;
	font-size: 10px;
}

#primarycontent .index_table tr.heading td
{
	font-size: 12px;
	height: 24px;
	background: none
	color: white;
	padding-left: 5px; 
	font-weight: bold;
	border-bottom: solid 2px #5A85D4;
}

#primarycontent .index_table tr.row td
{
	vertical-align: top;
	background-color: white;
	color: #4E3F26;
}

#primarycontent .index_table tr.row td a:hover
{
	color: black;
}

#primarycontent .index_table tr.row td a:hover
{
	color: #5A85D4;
}

#primarycontent .index_table tr.row td .prod_icon
{
	margin: 5px 5px 0px 0px;
	width: 150px;
	vertical-align:top;
	color: #4E3F26;
	/* overflow: hidden; */
}

#primarycontent .index_table tr.row td .prod_icon img.icon
{
	float: left;
	margin: 0px 5px 0px 0px;
}

#primarycontent .index_table tr.row td .prod_icon p.prod_name
{
	padding: 0;
	margin: 0px 0px 0px 3px;
	font-size: 10px;
	color: black;
	font-weight: bold;
	line-height: normal;
}

#primarycontent .index_table tr.row td .prod_icon p.prod_use
{
	padding: 0;
	margin: 0px 0px 0px 3px;
	font-size: 8px;
	color: black;
	font-style: italic;
	line-height: normal;
}

#primarycontent .index_table ul
{
	color: #4E3F26;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	list-style-type: square;
	list-style-position: inside;
	margin-top: 5px;
	padding: 0;
}