/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 0px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		color:#dd3b20;
		color:#000;
		font-weight:bold;
		font-size:13px;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info{}
	.catalogue div.price {}
		.catalogue .price span.price-text {}
		.catalogue .price span.price {font-weight:bold;}
	.catalogue div.tilbod {}
		.catalogue .tilbod span.tilbod-text {}
		.catalogue .tilbod span.tilbod {font-weight:bold;}
	.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 {
	float: right;
	width: 405px;
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
	
}
	.catalogue .item-with-image .picture {
		padding: 5px 5px 5px 5px;
		border:1px solid #e4e4e4;
		width:120px;
		text-align:center;
	}


/* VIEW: LIST */
.catalogue .list {
	padding-top:15px;
	margin-top:5px;
	background-image:url(../img/box-center-splitter2.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.catalogue .list .item_frame {
	padding: 10px;
	padding-bottom:20px;
	padding-top:5px;
	background-image:url(../img/box-center-splitter.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.catalogue .list .item {
}

.catalogue .list .item .footer {}
	.catalogue .list .item div.view-details {
		padding-top:10px;
		display:block;
	}
	.catalogue .list .item a.view-details {
		color:#dd3b20;
		background-image:url(../img/bullet-nanar.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:12px;
		text-decoration:none;
	}
		
	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single {
	padding-top:15px;
	background-image:url(../img/box-center-splitter3.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px;
}

.catalogue .single .item {
}

.catalogue .single .header,
.catalogue .single .content { 
	width:360px;
 }
.catalogue .single .header {}

.catalogue .single .content {}
	.catalogue .single .content .description {
		text-align: justify;
	}
.catalogue .single .picture {
	width:150px;
}
.catalogue .single .image {}
	.catalogue .single .image div.view-pictures {
		padding-top:10px;
	}
	.catalogue .single .image a.view-pictures {
			color:#dd3b20;
		background-image:url(../img/bullet-nanar.gif);
		background-repeat:no-repeat;
		background-position:right;
		padding-right:12px;
		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 .footer div.to-category {
	padding-top:5px;
}
	.catalogue .single .footer a.to-category {
		background-image:url(../img/bullet-back.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:11px;
		color:#dd3b20;
		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;
	clear:both;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}

.catalogue-results .item-with-image .header,
.catalogue-results .item-with-image .content {
	float: right;
	width: 350px;
}
