/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: right;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
	width: auto !important;
	width: 450px;
	background: transparent url(../img/item_background.gif) repeat-y scroll top;
}
.catalogue .item_frame {
	padding: 15px;
	border-bottom: 1px solid white;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight: bold;
		text-transform: uppercase;
		color: #001075;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info{
		float: right;
	}
	.catalogue div.price {
		float: right;
		padding: 5px;
		color: #001075;
	}
		.catalogue .price span.price-text {}
		.catalogue .price span.price {}
	.catalogue div.tilbod {
		float: right;
		padding: 5px;
		color: #ca0018;
		font-weight: bold;
	}
		.catalogue .tilbod span.tilbod-text {}
		.catalogue .tilbod span.tilbod {}
	.catalogue div.price-with-tilbod {
		text-decoration: line-through;
	}

.catalogue .image {
	display: none;
}

.catalogue .footer {
	clear: both;
	
	margin-top: 5px;
	width: 430px;
}

.catalogue .item-with-image .header,
.catalogue .item-with-image .content {
	float: right;
	width: 300px;
}
.catalogue .single .item-with-image .header,
.catalogue .single .item-with-image .content {
	float: right;
	width: 270px;
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}

/* Links */
.catalogue .list .item .footer a.view-details,
.catalogue .list .item .footer a.buy,
.catalogue .single .image a.view-pictures,
.catalogue .single .footer a.to-category {
	display: block;
	background: transparent url(../img/bullet.gif) no-repeat scroll left center;
	padding-left: 10px;
	margin-left: 10px;
		
	min-height: 23px;
	height: 	auto !important;
	height: 	23px;
	line-height: 23px;
		
	color: #001075;
	font-weight: bold;
	text-decoration: none;
}
.catalogue .list .item .footer a:hover.view-details,
.catalogue .list .item .footer a:hover.buy,
.catalogue .single .image a:hover.view-pictures,
.catalogue .single .footer a:hover.to-category {
	text-decoration: underline;
}


/* VIEW: LIST */
.catalogue .list {
	margin-top: 10px;
	border-top: 1px solid white;
}

.catalogue .list .item {}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		float: right;
		width: 105px;
	}
		.catalogue .list .item .footer a.view-details {}
	.catalogue .list .item .footer div.buy {
		float: right;
		width: 105px;
	}
		.catalogue .list .item .footer a.buy {
			background: transparent url(../img/itm_cart.gif) no-repeat scroll left center;
			padding-left: 22px;
			margin-right: 20px;
		}


/* 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 div.buy {
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 130px !important;
	width: 150px;
	
	background: transparent url(../img/menu-button_background.gif) repeat-y scroll right;
}
	.catalogue .single div.buy div.quantity{
		float: left;
		margin-right: 1px;
	}
		.catalogue .single div.buy input.quantity{
			width: 19px;
			height: 14px !important;
			height: 20px;
			font-size: 11px;
		}
		.catalogue .single div.buy div.submit{
			float: right;
		}
		.catalogue .single div.buy div:hover.submit{
			background: #dee0ed;
		}

.catalogue .single .footer div.to-category {}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

div#category_at{
	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: #001075;
	}
	div#category_offset a:visited {
		color: Gray;
	}