/* 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: 350px;
	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;
}

.catalogue .list .content {
	float: left;
}


.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		text-align: right;
		background: url(../img/itm_arrow.jpg) no-repeat center left;
		width: 90px;
		float: right;
	}
		.catalogue .list .item .footer a.view-details {
			color: #011077;
			text-decoration: none;
		}
		
		.catalogue .list .item .footer a:hover.view-details {
			text-decoration: underline;
			color: #727272;
		}
		
	.catalogue .list .item .footer div.buy {
		display: none;
	}
		.catalogue .list .item .footer a.buy {}


/* 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;
	padding-left: 10px;
}
	.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 {
	display: none;
}
	.catalogue .single .footer div.buy div.quantity{
		display: none;
	}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
		}

.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;
	}

/* 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;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}