/* Infotabeller (tex produktfakta, fraktpriser etc) */
table.infoTable
{
	border: 1px white;
}

/* Celler i infotabeller */
table.infoTable td
{
	vertical-align: top;
	border: 1px white;
}

/* Tabellrubriker (titel) */
table caption
{
	color: white;
	background: white;
	border: 0px;
}

/* Tabellhuvud (kolumnrubriker) */
tr.infoHeader
{
	color: white;
	background: white;
	text-align: left;
}

/* Tabellrad (vanlig rad) */
tr.infoRow
{
	background: white;
}

/* Tabellrad (varannan rad) */
tr.infoAltRow
{
	/* background: #eeeeee */
}

/* Tabellfot (summarad) */
tr.infoFooter
{
	border: solid 0px
}

