.objectList table {
	width: 100%;
	border-collapse: collapse;
}

.objectList td {
	padding: 0px 2px;
}

.headRow {
	font-weight: bold;
}

#objectContainer table tr.headRow td a {
	color: #000000;
}

.categoryHeadRow th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9e2828;
	text-align: left;
}
.categoryHeadRow .info {
	text-align: right;
	font-size: 10px;
}

.objectInfo td {
	vertical-align: top;
}

.objectInfo {
	background-color: #e0e0e0;
	/*height: 20px;*/
}

.objectInfo .image {
	background-color: #ffffff;
	width: 126px;
}

.objectDescription {
	vertical-align: top;
}

.spacingRow {
	height: 12px;
	font-size: 1px;
}
/*
.columnPris {
	width: 75px;
}

.columnAvgift {
	width: 70px;
}
*/

.thumb {
	width: 124px;
}

.thumbTop {
	height: 6px;
	background-image: url(../sfd/images/thumb_top.png);
	font-size: 1px;
	line-height: 1px;
}

.thumbMiddle {
	background-image: url(../sfd/images/thumb_middle.png);
}

.thumbBottom {
	height: 6px;
	background-image: url(../sfd/images/thumb_bottom.png);
	font-size: 1px;
	line-height: 1px;
}

