/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	background:white;
}

.catalogue .header {}
	.catalogue .header .title,
		.forms .title {
		font-size:14px;
		font-weight:bold;
		color:#111;
		margin-bottom:5px;
		text-transform:uppercase;
	}
	
	.catalogue .number,
	.forms .number {
		font-size:11px;
		color:#389cfe;
		margin-bottom:10px;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info{}
	.catalogue div.price {}
		.catalogue .price span.price-text {}
		.catalogue .price span.price {}
	.catalogue div.tilbod {}
		.catalogue .tilbod span.tilbod-text {}
		.catalogue .tilbod span.tilbod {}
	.catalogue div.price-with-tilbod {}

.catalogue .image {
	display: none;
}

.catalogue .footer {
	clear: both;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.catalogue .item-with-image .header,
.catalogue .item-with-image .content {
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}


/* VIEW: LIST */
.catalogue .list { margin-bottom:40px; }
#page-lower .catalogue .list { margin-bottom:0px; }

.catalogue .list .item {
	margin-right:8px;
	margin-bottom:8px;
	width:187px;
	padding:20px;
	position:relative;
	padding-bottom:40px;
	height:255px;
	overflow:hidden;
}
.catalogue .list .item.end { margin-right:0; }

.catalogue .list .image {
	display:block;
	text-align:center;
	float:none;
	clear:both;
}

.catalogue .list .item .footer {}
	.catalogue .list .item div.view-details {
		position:absolute;
		right:20px;
		bottom:20px;
	}
		.catalogue .list .item a.view-details {
			display:block;
			height:25px;
			width:74px;
			background: url(../img/btn-skoda.png) no-repeat;
			overflow:hidden;
			text-indent: -9999px;
		}
		
	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single { margin-bottom:40px; }

.catalogue .single .item_frame {
	background:white;
	padding:20px;
	margin-bottom:40px;
}

.catalogue .single .header { padding-top:15px; }

.catalogue .single .header .title {	font-size:22px; }

.catalogue .single .content {
}
	
	.catalogue .single .content .description {
		/* text-align: justify; */
		padding-bottom:30px;
	}

.catalogue .single .contact {}
	.catalogue .single .contact a {
		display:block;
		height:25px;
		width:301px;
		background: url(../img/btn-senda-fyrirspurn.png) no-repeat;
		overflow:hidden;
		text-indent: -9999px;
	}

.catalogue .single .image {}
	
	.catalogue .single .image div.view-pictures {}
	.catalogue .single .image a.view-pictures {}

.catalogue .single .footer div.buy {}
	.catalogue .single .footer div.buy div.quantity {}
		.catalogue .single .footer div.buy input.quantity { width: 25px; }

.catalogue .single .footer div.to-category {}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

#category_at {
	margin-bottom: 10px;
	display:none;
}
	#category_at a,
	#category_at a:hover,
	#category_at a:visited {}
	
#category_offset {
	margin-top: 10px;
}
	#category_offset a {
		color: Black;
	}
	#category_offset a:visited {
		color: Gray;
	}
