﻿h1 {
	font-weight: bold;
	text-align: left;
	font-size: small;
}

div#content a {
	color: #000000;
}

div.produkt {
	width: 700px;
	border-top: 1px solid #c0c0c0;
	padding: 3px 0px;
}

div.sidor {
	width: 700px;
	text-align: center;
	border-top: 1px solid #c0c0c0;
	padding: 10px 0px;
	font-size: 0.9em;
	color: #707070; 
}

div.sidor a, div.sidor a:visited {
	color: black; 
}

div.produkt table {
	width: 700px;
}

div.produkt table {
	border: 0px;
}

td.bild {
	width: 120px;
}

td.bild img {
	width: 100px;
	height: 100px;
	margin-right: 20px;
	padding: 3px;
}

td.titel, td.titel a {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	height: 10px;
	margin-top: 5px;
	text-decoration: none;
	color: black;
	white-space: nowrap;
	overflow: hidden;
}

td.beskrivning {
	width: 450px;
	height: 50px;
	font-size: 0.9em;
	vertical-align: top;
}

td.mer {
	height: 20px;
	vertical-align: bottom;
}

td.mer a {
	font-size: 0.9em;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pris {
	font-weight: bold;
	font-size: large;
}

.ordpris {
	font-size: x-small;
}

.kampanjpris {
	font-weight: bold;
	font-size: large;
	color: red;
}

.nyhet {
	font-weight: bold;
	color: red;
}

td.logo {
	text-align: right;
	vertical-align: top;
	width: 100px;
}

td.belopp {
	text-align: right;
	vertical-align: bottom;
	width: 100px;
}

div.erbjudandeinfo {
	font-size: x-small;
	width: 700px;
	text-align: center;
	color: #707070; 
}