/* ROOT */
.catalogue {
	
}

/* DEFAULTS LEAVES */

.catalogue .header {
	margin-left: 100px;
	margin-bottom: 5px;
}
	.catalogue .header .title {
		
	}

.catalogue .content {
	margin-left: 100px;
	min-height: 80px;
	height: 		auto !important;
	height: 		80px;
}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.price {
		
	}
	.catalogue .price .price-text {
		
	}
	.catalogue div.tilbod {
		
	}
	.catalogue .tilbod .tilbod-text {
		
	}

.catalogue .image {
	float: left;
}
	.catalogue .picture {
		
	}

.catalogue .footer {
	margin-top: 5px;
}


/* VIEW: LIST */
.catalogue .list {
	border-top: 1px solid black;
}

.catalogue .list .item {
	padding: 10px 0;
	border-bottom: 1px solid black;
}
	.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 .header {
	margin-left: 210px;
}
.catalogue .single .content {
	margin-left: 210px;
}
	.catalogue .single .content .description {
		text-align: justify;
	}
.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 */

div#category_at{
	
}
	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: #aaaaaa;
	}