.float-left  {
	float: left;
}
.float-right  {
	float: right;
	text-align: right;
}

.half, .half-border, .half-border-rounded  {
	float: left;
	width: 48%;
	margin-right: 4px;
	margin-bottom: 4px;
}
.half-border, .half-border-rounded  {
	border: 1px solid #aaa;
}
.half-border-rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.padding {
	padding: 5px;
}

.label {
	float: left;
	width: 150px;
	font-weight: bold;
}

hr {
	clear: both;
	width: 100%;
}

h1, h2, h3 {
	font-size: 20px;
	line-height: 24px;
	float: left;
	width: 100%;
	clear: left;
}
h2 {
	font-size: 15px;
	line-height: 21px;
	
}
h3 {
	font-size: 13px;
	line-height: 17px;
}
.clear {
	clear: both;
}
.clr {
	clear: both;
	height: 1px;
	line-height: 1px;
}

p {
	margin-bottom: 2px;
}


#karfa {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
#karfa a {
	background: url('../../code.netvistun.is/icon/silk/cart.png') no-repeat 95% 50%;
	padding-right: 20px;
}
#karfa a:hover {
	background-image: url('../../code.netvistun.is/icon/silk/cart_go.png');	
}
.add, .del, .save, .move {
	width: 16px;
	height: 16px;
	cursor: pointer;
	display: block;
	text-decoration: none !important;
}
.add.txt, .del.txt, .save.txt {
	padding-left: 20px;
	width: auto !important;
}
.add {
	background: url('../../code.netvistun.is/icon/silk/add.png') no-repeat 0% 50%;
} 

.del {
	background: transparent url('../../dell3.netvistun.is/code/icon/silk/delete.png') no-repeat 0% 50% !important;
}

.save {
	background: url('../../code.netvistun.is/icon/silk/disk.png') no-repeat 0% 50%;
} 
.move {
	background: url('../../code.netvistun.is/icon/silk/bullet_black.png') no-repeat 0% 50%;
} 

#ajax-loading {
	display: none;
	position: fixed;
	z-index: 500;
	background: rgba(100, 100, 100, 0.2) url('../../code.netvistun.is/icon/ajax-loader.gif') no-repeat 50% 50%;
	width: 100%;
	height: 100%;
}

/*Fréttir*/

.content_item.list {
	margin-bottom: 20px;
}

.content_item.list .heading {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.content-item-header {
	margin-bottom: 8px;
	float: left;
	width: 100%;
}
.content_item .img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content_item {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}
.content_item h2 {
	border: none;
	margin: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #aaa;
}
.content_item h2 a {
	text-decoration: none;
}
.content_item .dags {
	font-size: 90%;
	color: #888;
	position: absolute;
	right: 0px;
	top: 0px;
}

h2.componentheading {
	margin-bottom: 16px;
}
