table#produkter {
	border-collapse: collapse;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
	width: 529px;
	margin: 5px 0px;
}

table#produkter td {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #333333;
	padding: 5px;
}

table#produkter td.produktguide {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #333333;
	text-align: center;
	vertical-align: bottom;
}

table#produkter td.header {
	background-color: #FF8080;
	text-align: center;
	font-weight: bold;
}
table#produkter td.ending {
	background-color: #FF8080;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #333333;
}
table#produkter p.slut, table#produkter p.pris {
	text-align: right;
	margin: 5px;
	padding: 0px;
}

table.cart {
	border-collapse: collapse;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #999999;
	width: 529px;
	float: none;
	clear: both;
}
table.cart td, th {
	border-width: 1px 0px; 
	border-style: solid;
	border-color: #333333;
	padding: 2px;
}
table.cart tr.hideborder td {
	border-width: 1px 0px; 
	border-style: hidden;
	border-color: #CCFFFF;
}

table.gamlanyheter {
	border-collapse: collapse;
	border-width: 0px;
	width: 529px;
	float: none;
	clear: both;
}


table.merinfo {
	border-collapse: collapse;
	width: 529px;
	float: none;
	clear: both;
}

table.merinfo td {
	border: 1px solid #808080;
	padding: 2px;
	font-weight: bold;
}

table.merinfo td.col1 {
	background-color: #80FF80;
}
table.merinfo td.col2 {
	white-space: normal;
}
