/* 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 {
		font-size:13px;
		color:#ff0404;
		font-weight:bold;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
		color:#7d7d7d;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
		color:#7d7d7d;
	}
	.catalogue div.commercial-info{}
	.catalogue div.price {}
		.catalogue .price span.price-text {}
		.catalogue .price span.price {}
	.catalogue div.tilbod {font-weight:bold;}
		.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: 410px;
}
.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: 0px solid Gray;
}

.catalogue .list .item_frame {
	padding: 0px;
	border-bottom: 0px solid Gray;
	background-image: url(../img/panel-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
	width:584px;
}
.catalogue .list .item {}

.catalogue .list .item .footer {}
	.catalogue .list .item .footer div.view-details {
		position:absolute;
		right:100px;
		bottom:10px;
	}
		.catalogue .list .item .footer a.view-details {
			background-image: url(../img/btn-skoda.gif);
			display:block;
			height:31px;
			width:79px;
		}
	.catalogue .list .item .footer div.buy {
		position:absolute;
		right:10px;
		bottom:10px;
	}
		.catalogue .list .item .footer a.buy {
			background-image: url(../img/btn-kaupa.gif);
			display:block;
			height:31px;
			width:80px;
		}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item {
	background-image: url(../img/panel-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:60px;
}

.catalogue .single .header {}

.catalogue .single .content {}
.catalogue .single .header, 
.catalogue .single .content {
	width:430px;
}
	.catalogue .single .content .description {
		text-align: justify;
	}

.catalogue .single .image {}
	.catalogue .single .image div.view-pictures  {
		padding-left:15px;
	}
	.catalogue .single .image a.view-pictures {
		display:block;
		width:88px;
		height:32px;
		background-image: url(../img/btn-staekka.gif);
	}
.catalogue .single .footer {
	clear:both;
}
.catalogue .single .footer div.buy {
	text-align:right;
	width:574px;
}
	.catalogue .single .footer div.buy div.quantity{display:none;}
		.catalogue .single .footer div.buy input.quantity{
			width: 25px;
		}
.catalogue .single .footer div.to-category {display:none;}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

div#category_at{
	margin-bottom: 10px;
	background-image: url(../img/panel-bg.gif);
	background-position: bottom;
	height:36px;
	padding-left:10px;
	line-height: 32px;
	color:#ff0404;
}
	div#category_at a,
	div#category_at a:hover,
	div#category_at a:visited {
		color:#2d2d2d;
		text-decoration:none;
		margin:0px 5px;
	}
	
div#category_offset {
	padding-top: 10px;
	clear:both;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}