/* ROOT */
.catalogue {
	
}

/* DEFAULTS LEAVES */

.catalogue .header {
	margin-left: 100px;
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight: bold;
	}

.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 {
		font-weight: bold;
	}
	.catalogue .price .price-text {
		font-weight: normal;
	}
	.catalogue div.tilbod {
		font-weight: bold;
		font-style: italic;
	}
	.catalogue .tilbod .tilbod-text {
		font-weight: normal;
	}

.catalogue .image {
	float: left;
}
	.catalogue .picture {
		
	}

.catalogue .footer {
	margin-top: 5px;
}


/* VIEW: LIST */
.catalogue .list {
	margin-top: 10px;
	border-top: 1px solid #757032;
}

.catalogue .list .item {
	padding: 10px 0;
	border-bottom: 1px solid #e2e1a2;
}
	.catalogue .list .item .footer {
		
	}
		.catalogue .list .item .footer div.view-details {
			text-align: right;
		}
		.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 {
	text-align: right;
}
.catalogue .single .footer div.buy {
	margin-left: 310px;
	
}
	.catalogue .single .footer div.buy div.quantity{
		float: left;
		margin-top: 1px;
	}
	.catalogue .single .footer div.buy input.quantity{
		width: 25px;
		color:#757032;
		font-size: 11px;
		font-weight: bold;
	}
	.catalogue .single .footer div.buy div.submit{
		display: inline;
		width: 60px;
	}
.catalogue .single .footer div.to-category {
	text-align: right;
}
	.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: #757032;
	}
	div#category_offset a:visited {
		color: #e2e1a2;
	}