/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 15px;
}
.catalogue .image {
	display: none;
	min-height:130px;
	height: auto !important;
	height:130px;
}
.catalogue .image .picture { display:inline; }
.catalogue .item-with-image .header {}
.catalogue .item-with-image .content {
	min-height:90px;
	height: auto !important;
	height:90px;
}
.catalogue .item-with-image .image {
	display: block;
	text-align:center;
}
	.catalogue .item-with-image .picture {}

.catalogue .header {
	color:#da3e77;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
	.catalogue .header .title {}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info { float:left; }
	.catalogue div.price {}
		.catalogue .price span.price-text {
			display:block;
			clear:both;
		}
		.catalogue .price span.price {
			color:#da3e77;
			font-size:17px;
			font-weight:bold;
		}
	.catalogue div.tilbod {}
		.catalogue .tilbod span.tilbod-text {
			display:block;
			clear:both;
		}
		.catalogue .tilbod span.tilbod {
			color:#da3e77;
			font-size:17px;
			font-weight:bold;
		}
	.catalogue div.price-with-tilbod {
		text-decoration: line-through;
	}

.catalogue .footer {}

/* VIEW: LIST */
.catalogue .list {}

.catalogue .list .item_frame {}
.catalogue .list .item {}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		float:right;
		margin-top:10px;
	}
		.catalogue .list .item .footer a.view-details {
			color:#da3e77;
			font-size:17px;
			font-weight:bold;
			background:url(../img/btn-cart.gif) no-repeat right;
			display:block;
			padding:5px 33px 5px 0;
			text-decoration:none;
		}
	.catalogue .list .item .footer div.buy {
		float:right;
		margin-top:10px;
		display:none;
	}
		.catalogue .list .item .footer a.buy {
			color:#da3e77;
			font-size:17px;
			font-weight:bold;
			background:url(../img/btn-cart.gif) no-repeat right;
			display:block;
			padding:5px 33px 5px 0;
			text-decoration:none;
		}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item {}

.catalogue .single .header {}

.catalogue .single .content {}
	.catalogue .single .content .description {}

.catalogue .single .image {
	float:left;
	margin-right:15px;
}
	.catalogue .single .image div.view-pictures {}
	.catalogue .single .image a.view-pictures {}

.catalogue .single .footer {
	clear:both;
	float:right;
}
.catalogue .single .footer div.buy {}
	.catalogue .single .footer div.buy div.quantity {
		display:inline;
	}
	.catalogue .single .footer div.buy div.submit {
		display:inline;
	}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
			display:inline;
		}

.catalogue .single .footer div.to-category {
	text-align: right;
	margin-top:20px;
}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

div#category_at{
	margin-bottom: 10px;
	clear:both;
}
	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 {}