/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
	border: 0;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {}

.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: block;
}
.catalogue .image img {
	border: 5px solid #cccccc;
}

.catalogue .footer {
	clear: both;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.catalogue .item-with-image .header,
.catalogue .item-with-image .content {
	float: right;
	width: 300px;
}
.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: 10px;
	border-top: 0;
	width: 700px;
	float: left;
}

.catalogue .list .item_frame {
	padding: 10px;
	border-bottom: 1px solid Gray;
}
.catalogue .list .item {
	float: left;
	border: 0;
	width: 146px;
	height: 153px;
}

.catalogue .list .item .image {
	/* width: 135px;
	height: 97px; */
}
.catalogue .list .item .image .picture {}

.catalogue .list .item .header {
	text-align: center;
	margin-top: 3px;
	text-decoration: underline;
}

.catalogue .list .item .content {display: none}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {}
		.catalogue .list .item .footer a.view-details {}
	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item {}

.catalogue .single .header { margin-left: 10px; }

.catalogue .single .content { margin-left: 10px; }
	.catalogue .single .content .description {
		text-align: justify;
	}

.catalogue .single .image { margin-bottom: 25px; }
	.catalogue .single .image div.view-pictures {}
	.catalogue .single .image a.view-pictures {}
	
.catalogue .single .footer { margin-left: 10px; }

.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 { color: #695F3B; text-decoration: underline; }

/* OTHERS */

div#category_at{
	margin-bottom: 10px;
}
	div#category_at a,
	div#category_at a:hover,
	div#category_at a:visited {}
	
div#category_offset {
	margin-top: 10px;
	clear:both;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}