/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
	background: #fff;
	text-align: justify;
}

.catalogue .header {
	margin-bottom: 5px;
	color: #011077;
}
	.catalogue .header .title {}

.catalogue .content {
	color: #727272;
}
	.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 {
	float: right;
	width: 320px;
	padding-left: 5px;
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}


/* VIEW: LIST */
.catalogue .list {
	margin-top: 5px;
}
.catalogue .list .item_frame {
	padding: 10px;
	background: url(../img/bglina.jpg) no-repeat bottom;
}
.catalogue .list .item {}
.catalogue .list .header {float: left;}

#left-column .catalogue .list .header {
	float: left;
	width:175px;
}

.catalogue .list .content {
	float: left;
}


.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		float: right;
		margin-left:15px;
	}
		.catalogue .list .item .footer a.view-details {
			color: #011077;
			text-decoration: none;
			background: url(../img/itm_arrow.jpg) no-repeat center left;
			padding-left:13px;
		}
		
		.catalogue .list .item .footer a:hover.view-details {
			text-decoration: underline;
			color: #727272;
		}
		
	.catalogue .list .item .footer div.buy {
		float:right;
	}
		.catalogue .list .item .footer a.buy {
			color: #011077;
			text-decoration: none;
			background: url(../img/itm_arrow.jpg) no-repeat center left;
			padding-left:13px;
		}


/* VIEW: SINGLE */
.catalogue .single {
	margin-top: 5px;
}

.catalogue .single .item {
	background: url(../img/bglina.jpg) no-repeat bottom;
	padding: 10px;
}

.catalogue .single .header {
	float: left;
	color: #011077;
	padding-left: 10px;
}

.catalogue .single .content {
	float: left;
	color: #727272;
}
	.catalogue .single .content .description {
		text-align: justify;
	}

.catalogue .single .image {}
	.catalogue .single .image div.view-pictures {
		background: url(../img/itm_arrow.jpg) no-repeat center left;
		width: 85px;
		text-align: right;
	}
	.catalogue .single .image a.view-pictures {
		color: #011077;
		text-decoration: none;
	}
	
	.catalogue .single .image a:hover.view-pictures {
		color: #727272;
		text-decoration: underline;
	}

.catalogue .single .footer div.buy {
	float:right;
	width:170px;
}
	.catalogue .single .footer div.buy div.quantity {
		float:left;
	}
	.catalogue .single .footer div.buy div.type {
		float:left;
	}
	.catalogue .single .footer div.buy div.type_select {
		float:left;
	}
	.catalogue .single .footer div.buy div.submit {
		float:left;
	}
		.catalogue .single .footer .buy .submit input {
			margin-left:3px;
			padding:0px;
			background: #011077;
			color:white;
			vertical-align: middle;
			padding:1px 5px 2px 5px;
			border:none;
		}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
			/* margin-top:-3px; */
		}

.catalogue .single div.to-category {
	background: url(../img/itm_arrow.jpg) no-repeat center left;
	float: right;
	width: 95px;
	text-align: right;
	margin-top: 10px;
}
	.catalogue .single a.to-category {
		color: #011077;
		text-decoration: none;
	}
	
	.catalogue .single a:hover.to-category {
		color: #727272;
		text-decoration: underline;
	}
	
.catalogue .single .printitem a {
	color:#011077;
	text-decoration: none;
	background: url(/8/doprint.gif) no-repeat left;
	padding-left:20px;
}


#extra-content .item {
	width:170px;
	padding:0px;
}
	#extra-content .item .content {
		width:160px;
	}
	#extra-content .item .price {
		display:none;
	}

/* OTHERS */

div#category_at{
	display: none;
}
	div#category_at a,
	div#category_at a:hover,
	div#category_at a:visited {}
	
div#category_offset {
	margin-top: 10px;
	clear:both;
	padding-top:5px;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}
	
#category ul li.id-25 {
	background: url(../img/hdr-efnavorur.png) no-repeat top right;
	padding-top:40px;
	margin-top:20px;
}