h2.productOverview {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 2px 5px 1px 15px;
	border-bottom: 1px solid #fff;
	background: transparent url("pics/tilbudh3.png") no-repeat top left;
	width: 535px;
}
div.shopItem, div.shopItemOdd {
	position: relative;
	float: left;
	width: 553px;
	height: 67px;
	padding: 5px 0 0 0;
	background-color: #ebf9fd;
	border: 1px solid #b2e7fa;
	border-width: 0 1px 1px 1px;
}
div.shopItemOdd {
	background-color: #fff;
}
div.shopItem a img, div.shopItemOdd a img {
	float: left;
	border: 1px solid #b2e7fa;
	margin: 0 5px 0 5px;
}
div.shopItem a:hover img, div.shopItemOdd a:hover img {
	border-color: #00b0f0;
}
div.shopItem .price, div.shopItemOdd .price {
	width: 140px;
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0;
	padding: 0;
}
div.shopItem .price strong, div.shopItemOdd .price strong {
	display: block;
}
.shopItem h3 a, .shopItemOdd h3 a {
	text-decoration: none; 
}
.shopItem h3 a:hover, .shopItemOdd h3 a:hover {
	text-decoration: underline; 
}
.shopItem p.description a, .shopItemOdd p.description a {
	text-decoration: none; 
	color: #000;
}
.shopItem p.description a:hover, .shopItemOdd p.description a:hover {
	text-decoration: underline; 
	color: #000;
}
.shopItem p.readMore, .shopItemOdd p.readMore {
	width: 140px;
	position: absolute;
	right: 5px;
	bottom: 0px;
	margin: 0;
}
.shopItem p.readMore a, .shopItemOdd p.readMore a {
	display: block;
	color: #036;
	text-decoration: none;
	border: 1px solid #036;
	background: #fff url("pics/inputsend.png") no-repeat 0 0;
	font-weight: bold;
	padding: 0 2px;
	margin: 4px 0 0 0;
	text-align: center;
}
.shopItem p.readMore a:hover {
	border: 1px solid #ebf9fd;
}
.shopItemOdd p.readMore a:hover {
	border: 1px solid #fff;
}
