/* Vis cover */

div.itemrow:hover {
    background-color: #e5f0f7;
}

div.itemrow{
  height: 90px;
  width: 100%;
}

div.itemimg {
	width: 85px;
   	height: 90px;
	float: left;
  	padding-top: 5px;
    padding-left: 20px;
}

div.itemimg img {
	height: 80px;
	max-width: 80px;
}

div.itemtitle {
	width: 500px;
    height: 85px;
	float: left;
  	text-align: left;
  	padding-top: 3px;
  	padding-left: 15px;
  	margin-left: 25px;
	vertical-align: top;
}

div.titlediv {
	font-weight: bold;
}

div.regiondiv {
       float:left;
       width: 150px;
}

div.toldrisiko {
	float:right;
	text-align: left;
	color: #aeaeae;
	width: 170px;
}

div.itemtitle a {
	text-decoration: none;
	color: #008ce4;
}

div.itemprice {
	/*width: 200px;*/
  	height: 88px;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
	border-left: 1px solid #e6e6e6;
}

div.itemprice div, div.itemtitle div{
	padding-bottom: 5px;
}

div.pricediv {
	color: #008ce4;
	font-weight: bold;
	font-size: 14px;
}

div.itemrow {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

/* Vis ikke cover */

