/* ROOT */
.catalogue {}
.catalogue a {
	color:#0093dc;
}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight:bold;
		color:#0093dc;
		font-size:12px;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info{}
	.catalogue div.price {float:left;}
		.catalogue .price span.price-text {color:#0093dc;font-weight:bold;}
		.catalogue .price span.price {}
	.catalogue div.tilbod {float:left;}
		.catalogue .tilbod span.tilbod-text {color:#0093dc;font-weight:bold;}
		.catalogue .tilbod span.tilbod {}
	.catalogue div.price-with-tilbod {padding-left:40px;}

.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: 400px;
}
.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: 1px solid #ececec;
}

.catalogue .list .item_frame {
	padding: 10px;
	border-bottom: 1px solid #ececec;
}
.catalogue .list .item {}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {}
		.catalogue .list .item .footer a.view-details {
			background-image:url(../img/btn-meira.gif);
			background-repeat:no-repeat;
			display:block;
			width:46px;
			height:14px;
			float:right;
		}
	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {
			background-image:url(../img/bullet-news-title.gif);
			background-position:left;
			background-repeat:no-repeat;
			padding-left:12px;
			color:#666;
		}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item {}

.catalogue .single .header {}

.catalogue .single .content {}

.catalogue .single .header,
.catalogue .single .content {
	width:390px;
}
	.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 {
		border-bottom:1px solid #ececec;
	padding-bottom:3px;
	margin-bottom:5px;
}
div#category_at a{
	margin-bottom: 10px;

}
	div#category_at a,
	div#category_at a:visited {
		color:#0093dc;
		font-weight:bold;
	}
	div#category_at a:hover {
		color:#666;
	}
	
div#category_offset {
	margin-top: 10px;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}