.innhold_footer_table_line
{
	border-collapse: 		collapse;
	width: 					100%;
}
/*---------------------------------------------*/
.innhold_footer_table_main
{
	border-collapse: 		collapse;
}
.innhold_footer_table_main_bottom_line
{
	background-image:		url('../img/grayline.jpg');
	background-repeat: 		no-repeat;
	background-position:	bottom left;	
}
.innhold_footer_table_main_top_line
{
	background-image:		url('../img/grayline.jpg');
	background-repeat: 		no-repeat;
	background-position:	top left;
}
/*---------------------------------------------*/
.innhold_footer_table_icon
{
	border-collapse: 		collapse;
	cursor:					hand;
	cursor:					pointer;
}
/*---------------------------------------------*/
.innhold_footer_table_icon_kommentar, .innhold_footer_table_icon_tipsenvenn,
.innhold_footer_table_icon_skrivut, .innhold_footer_table_icon_favoritt
{
	width: 					25px;
}
.innhold_footer_table_icon_kommentar
{
	background-image:		url('../img/comment.gif');
	background-repeat: 		no-repeat;
	background-position:	5px center;
}
.innhold_footer_table_icon_tipsenvenn
{
	background-image:		url('../img/tip_friend.gif');
	background-repeat: 		no-repeat;
	background-position:	5px center;
}
.innhold_footer_table_icon_skrivut
{
	background-image:		url('../img/print.gif');
	background-repeat: 		no-repeat;
	background-position:	5px center;
}
.innhold_footer_table_icon_favoritt
{
	background-image:		url('../img/add_link.gif');
	background-repeat: 		no-repeat;
	background-position:	5px center;
}
/*---------------------------------------------*/
a:link.no_underline, a:visited.no_underline, a:hover.no_underline
{
    text-decoration: 		none;    
}