/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {}

/* DEFAULTS LEAVES */
#main { overflow: hidden; }

.catalogue .item {
	padding: 10px !important;
	padding:5px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight:bold;
	}

.catalogue .content {}
	.catalogue .description,
	.catalogue .short-description {
		color:#666;
		font-size: 11px;
	}
	
	.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 .order {
	padding-top:0px;
}
	.catalogue .order a {}

.catalogue .footer {
	clear: both;
}

.catalogue .item-with-image .header,
.catalogue .item-with-image .content {}
.catalogue .item-with-image .image {
	display: block;
	position:relative;
}
	.catalogue .item-with-image .picture {
		padding: 0px 0px 10px 0px;
		display:block;
		position:relative;
	}
	.catalogue .item-with-image .picture .zoom {
		position: absolute;
		display:block;
		width:22px;
		height:22px;
		background:url(../img/icon-zoom4.png) no-repeat;
		top:auto !important;
		right:1px !important;
		bottom:19px !important;
		right:12px;
		top:2px;
	}

/* VIEW: LIST */
.catalogue .list {}

.catalogue .list .item_frame {
	border: 0px solid #E5E5E5;
	margin-bottom:15px;
	float:left;
	width:240px;
}

.catalogue .list .item .order {
	/*padding-left:65px !important;
	padding-left:0px;*/
}
.catalogue .list .item {}
.catalogue .list .item .header,
.catalogue .list .item .content { text-align:center; }

.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 .item {}

.catalogue .single .header {}

.catalogue .single .content {}
	.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{
	margin-bottom: 10px;
}
	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;
	}
