/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
	width: 500px;
}

/* 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;
		float: left;
		width:500px;
	}
	.catalogue div.commercial-info{
		display: none;
	}
	.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: 520px;
}

.catalogue .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}


/* VIEW: LIST */
.catalogue .list {
	border-top: 1px solid #ebe7ca;
	width: 700px;
	margin-bottom: 50px;
}

.catalogue .list .item_frame {
	padding: 10px;
	border-bottom: 1px solid #ebe7ca;
	width: 680px;
}
.catalogue .list .item {
	width: 655px;
}

.catalogue .list .header {
	font-weight: bold;
	color: #66662a;
}

.catalogue .list .item .footer {}
	.catalogue .list .item div.view-details {
		float: right;
		padding-top: 5px;
	}
		.catalogue .list .item .footer a.view-details {}
	.catalogue .list .item .footer div.buy {
		display: none;
	}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single {
	width: 700px;
	border-top: 1px solid #ebe7ca;
	margin-bottom: 50px;
}

.catalogue .single .item {
	border-bottom: 1px solid #ebe7ca;
	width: 670px;
}

.catalogue .single .item_frame {
	width: 700px;
} 

.catalogue .single .header {
	font-weight: bold;
	color: #66662a;
	float: right;
}

.catalogue .single .content {
		width: 500px;
		float:right;
		text-align: justify;	
		padding-left: 10px;
}
	.catalogue .single .description {
		text-align: justify;
	}

.catalogue .single .image {}
	.catalogue .single .image div.view-pictures {
		text-align: center;
	}
	.catalogue .single .image a.view-pictures {
		color: #66662a;
		text-decoration: none;
	}
	
	.catalogue .single .image a:hover.view-pictures {
		text-decoration: underline;
	}	

.catalogue .single .footer div.buy {
	display: none;
}
	.catalogue .single .footer div.buy div.quantity{}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
		}

.catalogue .single div.to-category {
	text-align: right;
}
	.catalogue .single a.to-category {
		color: #66662a;
		text-decoration: none;
	}
	
	.catalogue .single a:hover.to-category {
		text-decoration: underline;
	}

/* OTHERS */

div#category_at{
	margin-bottom: 10px;
	display: none;
}
	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;
	}
