/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 10px;
	background: #fff;
	width: 643px;
}

.catalogue .header {
	margin-bottom: 5px;
}
	.catalogue .header .title {
		font-weight: bold;
		color: #00397b;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
		width: 500px;
	}
	.catalogue div.commercial-info{color:#00397b;}
	.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:505px;
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
	text-align: center;
	width:125px;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}
	
	.catalogue .item .footer div.buy {}


/* VIEW: LIST */
.catalogue .list {
	margin-top: 5px;
	border-top: 1px solid #e4e4e4;
	margin-bottom: 20px;
}

.catalogue .list .item_frame {
	padding: 10px;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
}
.catalogue .list .item {}

.catalogue .list .header {
	float: left;
	padding-left: 0px;
}
.catalogue .list .header,
.catalogue .list .content {
	float: right;
	width: 510px !important;
	width:500px;
	border-left:0px solid #ececec;
}
.catalogue .list .item .footer {}
	.catalogue .list .item div.view-details {
		float:right;
	}
		.catalogue .list .item  a.view-details {}
		
	.catalogue .list .item div.buy {
		float:right;
		display:block;
		width:58px;
		height:21px;
		background:url(../img/kaupa.gif) no-repeat bottom left;
		margin-right:5px;
	}
		.catalogue .list .item a.buy {
			display:block;
			width:58px;
			height:20px;
			text-indent: -9999px;
			overflow: hidden;
		}


/* VIEW: SINGLE */
.catalogue .single {
	border-top: 1px solid #e4e4e4;
}

.catalogue .single .item {}

.catalogue .single .header {
	float: left;
	padding-left: 10px;
}

.catalogue .single .content {}
	.catalogue .single .header .description {
		text-align: justify;
		width: 500px;
		padding-top: 5px;
	}

.catalogue .single .image {}
	.catalogue .single .image div.view-pictures {
		padding-left: 10px;
		padding-top: 10px;
	}
	.catalogue .single .image a.view-pictures {
		color: #00397b;
		text-decoration: none;
	}

	.catalogue .single .image a.view-pictures:hover {
		color: #333;
		text-decoration: underline;
	}
.catalogue .single .header,
.catalogue .single .content {
	float: right;
	width: 480px !important;
	width:470px;
	border-left:0px solid #ececec;
}

.catalogue .single div.buy {}
	.catalogue .single div.buy div.quantity {
		float:left;
	}
		.catalogue .single div.buy input.quantity {
			width: 25px;
		}
		.catalogue .single div.buy div.submit {
			float:left;
			margin-left:5px;
			padding-top:1px;
		}

.catalogue .single .footer div.to-category {
	float: right;
}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

div#category_at{
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 11px;
}
	div#category_at a,
	div#category_at a:visited {
		color: #00397b;
		text-decoration: none;
	}
	
	div#category_at a:hover {
		color: #333;
		text-decoration: underline;
	}
	
div#category_offset {
	color: #00397b;
	clear:both;
}
	div#category_offset a {
		color: #00397b;
	}
	div#category_offset a:visited {
	}
