/* ROOT */
.catalogue {
	text-align: left;
}

/* DEFAULTS LEAVES */

.catalogue .header {
	background: transparent url(../img/itm-dotline.gif) repeat-x scroll left bottom;
	margin-left: 120px;
	margin-right:20px;
	padding: 0 0px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	
}
	.catalogue .header .title {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #bc2f15;
		text-decoration: normal;
	}

.catalogue .content {
	margin-left: 120px;
	margin-right:20px;
	min-height: 80px;
	height: 		auto !important;
	height: 		80px;
}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.price {
		float: right;
		line-height: 25px;
		margin-right:0px;
	}
	.catalogue .price .price-text {
		font-weight: bold;
		color: #bc2f15;
	}
	.catalogue div.tilbod {
		text-align: right;
		margin-right: 105px;
		line-height: 25px;
	}
	.catalogue .tilbod .tilbod-text-pre {
		font-weight: bold;
		color: #bc2f15;
	}
	.catalogue .tilbod .tilbod-text-post {
		font-weight: normal;
		color: black;
	}

.catalogue .image {
	float: left;
}
	.catalogue .picture {
		margin: 1px;
	}

.catalogue .footer {
	margin-top: 5px;
}


/* VIEW: LIST */
.catalogue .list {
}

.catalogue .list .item {
	padding: 10px 0px;
	background: url(/_layout1/img/shop_line.gif) repeat-x bottom;
	background-color: #f5f5f5;
	margin-bottom: 2px;
	float:left;
}

.catalogue .list .item .image div.view-pictures {
	
}
.catalogue .list .item .image div.view-pictures a {
	font-size: 10px;
	color: black;
	display: block;
	float: left;
	background: transparent url(../img/btn-skodananar.gif) no-repeat scroll left center;
	padding: 14px;
	width: 92px;
	height: 18px;
}

.catalogue .list .item .footer {
	margin-left: 120px;
	font-size: 9px;
}

.catalogue .list .item .footer a {
	font-size: 10px;
	color: black;
}
.catalogue .list .item .footer div.view-details {
	margin-right: 100px;
}
.catalogue .list .item .footer a.view-details {
	display: block;
	background: transparent url(../img/btn-skodananar.gif) no-repeat scroll left center;
	width: 92px;
	height: 18px;
	float:left;
	margin-right:10px;
}
.catalogue .list .item .footer div.buy {
	
}
.catalogue .list .item .footer a.buy {
	display: block;
	background: transparent url(../img/btn-kaupa.gif) no-repeat scroll left center;
	width: 62px;
	height: 18px;
	float:left;
	clear:right;
}


/* VIEW: SINGLE */
.catalogue .single {
	background-color: #f5f5f5;
	
}
.catalogue .single .header {
	padding-top:10px;
	margin-left: 210px;
	margin-right:20px;
}
.catalogue .single .content {
	margin-left: 210px;
	margin-right:20px;
}
.catalogue .single .content .description {
	text-align: justify;
}

.catalogue .single .image div.view-pictures {
	margin-left:35px;
	padding-top:10px;
}
	.catalogue .single .image a.view-pictures {
		display: block;
		background: transparent url(../img/more.jpg) no-repeat scroll left center;
		color: black;
		width: 129px;
		height: 19px;
	}
	
.catalogue .single .footer {
	margin-left: 210px;
	margin-right:0px;
}
.catalogue .single .footer div.buy {
	text-align: left;
}
	.catalogue .single .footer div.buy div.quantity{
		float: left;
		margin-right: 10px;
	}
	.catalogue .single .footer div.buy input.quantity{
		width: 25px;
		font-size: 11px;
		height:15px;
	}

.catalogue .single .footer div.buy div.type {
	display:inline;
	padding-top:3px;
	padding-right:3px;
	float:left;
}
.catalogue .single .footer div.buy div.type_select {
float:left;
}
.catalogue .single .footer div.buy div.submit {
	float:right;
	margin-right:20px;
}
.catalogue .single .footer div.to-category {
	margin-top: 10px;
	text-align: right;
	margin-right:20px;
	padding-top:15px;
	clear:both;
}
	.catalogue .single .footer a.to-category {
		display: block;
		background: transparent url(../img/btn-afturivoruflokk.gif) no-repeat scroll left center;
		width: 118px;
		height: 19px;
		margin: 0 0 0 auto;
		font-size: 10px;
		color: black;
	}

/* OTHERS */

div#category_at{
	display: none;  /* Hide navigation bar */
}
	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: black;
	}
	div#category_offset a:visited {
		color: #aaaaaa;
	}
	div#category_offset a:active {
		font-weight: bold;
	}