/* ROOT */
.catalogue {}

.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 {
		color:#ed1c24;
		font-size:15px;
		font-weight:bold;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
		color:#9f9663;
	}
	.catalogue .short-description {
		padding-bottom: 0px;
		color:#9f9663;
	}
	.catalogue div.commercial-info{}
	.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 .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: 300px;
}
.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: 0px;
	border-top: 0px solid Gray;
}

.catalogue .list .item_frame {
	padding: 0px;
	border-bottom: 0px solid Gray;
	width:377px;
	margin-right:3px;
	background-image: url(../img/items-top-bg.gif);
	background-repeat: no-repeat;
	margin-bottom:3px;
}
.catalogue .list .item {
	background-image: url(../img/items-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:206px;
	height: auto !important;
	height:226px;
	margin-top:5px;
	position:relative;
}

.catalogue .list .header {
	margin-bottom: 10px;
}
	.catalogue .list .header .title {
	}

.catalogue .list .content {}
	.catalogue .list .description {
		padding-bottom: 0px;
	}
	.catalogue .list .short-description {
		padding-bottom: 0px;
		line-height: 13px;
		font-size:12px;
	}

.catalogue .list .image {
	display: none;
}

.catalogue .list .item .header,
.catalogue .list .item .conten,
.catalogue .list .item-with-image .header,
.catalogue .list .item-with-image .content {
	float: right;
	width: 230px;
}
.catalogue .list .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .list .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		border:0px solid red;
		position:absolute;
		bottom:20px;
		left:136px;
	}
		.catalogue .list .item .footer a.view-details {
			background-image: url(../img/btn-skoda.gif);
			display: block;
			height:17px;
			width:68px;
		}
	.catalogue .list .item .footer div.buy {}
		.catalogue .list .item .footer a.buy {}


/* VIEW: SINGLE */
.catalogue .single {
	background-image: url(../img/item-bg.gif);
	background-repeat: repeat-y;
	padding:0px;
	margin-bottom:5px;
}
.catalogue .single .item_frame {
	background-image: url(../img/item-top-bg.gif);
	background-repeat: no-repeat;
	padding:0px;
}
.catalogue .single .item {
	background-image: url(../img/item-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0px;
	padding:15px;
	position: relative;
}

.catalogue .single .item .header,
.catalogue .single .item .conten,
.catalogue .single .item-with-image .header,
.catalogue .single .item-with-image .content {
	float: right;
	width: 480px;
}

.catalogue .single .header {}

.catalogue .single .content {
	padding-bottom:30px;
}
	.catalogue .single .content .description {
		text-align: justify;
	}

.catalogue .single .image {}
	.catalogue .single .image div.view-pictures {}
	.catalogue .single .image a.view-pictures {display: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 {
	position: absolute;
	left:270px;
	bottom:20px;
}
	.catalogue .single .footer a.to-category {
		display:block;
		background-image: url(../img/btn-tilbaka.gif);
		width:68px;
		height:17px;
	}

/* 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;
	}