/* ROOT */
.catalogue {
	margin-top:5px;
}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
	display:block;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight: bold;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info{
		float:right;
	}
	.catalogue div.price {
		color:#c91800;
		font-weight: bold;
	}
		.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 {

}
.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: 0px solid Gray;
}

.catalogue .list .item {}
.catalogue .list .item .header,
.catalogue .list .item .content,
.catalogue .list .item-with-image .header,
.catalogue .list .item-with-image .content {
	float: right;
	width: 360px;
	border:0px solid red;
}

.catalogue .list .item_frame {
	padding: 10px;
	border-bottom: 0px solid Gray;
	background-image: url(../img/shop-list-backgr.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.catalogue .list .item .image {
	border:0px solid red;
}

.catalogue .list .item .picture {

	background-image: url(../img/shop-list-img-backgr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left:10px;
	position: relative;
	left:-11px;
	top:-6px;
}


.catalogue .list .item .footer {float:left;}
	.catalogue .list .item div.view-details {}
		.catalogue .list .item a.view-details {
			font-style: italic;
			color: #C91800;
			text-decoration: none;
		}

	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item {
	background-image: url(../img/shop-item-backgr.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.catalogue .single .item .header,
.catalogue .single .item .content,
.catalogue .single .item-with-image .header,
.catalogue .single .item-with-image .content {
	float: right;
	width: 320px;
	margin-right:10px !important;
	margin-right:5px;
	padding-top:10px;
	border:0px solid red;
	
}

.catalogue .single .header {}

.catalogue .single .content {
}
	.catalogue .single .content .description {
	}

.catalogue .single .image {}

.catalogue .single .item .picture {
	background-image: url(../img/shop-list-img-backgr.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left:10px;
	position: relative;
	margin-top:3px;
}

	.catalogue .single .image div.view-pictures {
		display: block;
		width:169px;
		border:0px solid red;
		text-align: right;
		padding-top:10px;
	}
	.catalogue .single .image a.view-pictures {
			font-style: italic;
			color: #C91800;
			text-decoration: none;
	}

.catalogue .single .footer div.buy {}
	.catalogue .single .footer div.buy div.quantity{}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
		}	
.catalogue .single div.to-category {
		display: block;
		width:169px;
		border:0px solid red;
		text-align: right;
		padding-top:10px;
}
	.catalogue .single a.to-category {
			font-style: italic;
			color: #C91800;
			text-decoration: none;
	}

/* 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;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}
