/* ROOT */
.catalogue {
	float: left;
	width: 520px;
}

/* DEFAULTS LEAVES */

.catalogue .header {
	
}
	.catalogue .header .title {
		font-weight: bold;
	}

.catalogue .content {
	min-height: 80px;
	height: 		auto !important;
	height: 		80px;
	
	text-align: justify;
}
	.catalogue .description {
		padding-bottom: 15px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.price {
		float: right;
		padding: 0px 10px;
		line-height: 21px;
	}
	.catalogue .price .price-text {}
	.catalogue div.tilbod {
		float: right;
		padding: 0px 10px;
		line-height: 21px;
		background: #f0f0f0;
		font-weight: bold;
		font-size: 13px;
	}
	.catalogue .tilbod .tilbod-text {}

.catalogue .image {
	float: left;
	background: #f2f2f2;
}
	.catalogue .picture {
		padding: 5px;
	}

.catalogue .footer {
	padding-top: 5px;
	clear: both;
}
		.catalogue .footer div.view-details,
		.catalogue .footer div.buy,
		.catalogue .image div.view-pictures,
		.catalogue .footer div.to-category {
			float: left;
			display: inline;
			padding: 0px 10px 0px 5px;
			height: 21px;
		}
		.catalogue .footer div:hover.view-details,
		.catalogue .footer div:hover.buy,
		.catalogue .image div:hover.view-pictures,
		.catalogue .footer div:hover.to-category {
			background-color: #f2f2f2;
		}
		.catalogue .footer a:hover.view-details,
		.catalogue .footer a:hover.buy,
		.catalogue .image a:hover.view-pictures,
		.catalogue .footer a:hover.to-category {
			text-decoration: underline;
		}
		.catalogue .footer a.view-details,
		.catalogue .footer a.buy,
		.catalogue .image a.view-pictures,
		.catalogue .footer a.to-category {
			padding-left: 25px;
			line-height: 21px;
			color: #747474;
			font-size: 11px;
			text-decoration: none;
		}
		.catalogue .footer div.view-details {}
		.catalogue .footer a.view-details {
			background: transparent url(../img/itm_details.gif) no-repeat scroll left;
		}
		.catalogue .footer div.buy {}
		.catalogue .footer a.buy {
			background: transparent url(../img/itm_cart2.gif) no-repeat scroll left;
		}
		.catalogue .image div.view-pictures {}
		.catalogue .image a.view-pictures {
			background: transparent url(../img/itm_zoom.gif) no-repeat scroll left;
		}
		.catalogue .footer div.to-category {}
		.catalogue .footer a.to-category {
			background: transparent url(../img/itm_back.gif) no-repeat scroll left;
		}

/* VIEW: LIST */
.catalogue .list {
	border-top: 1px solid;
	padding: 20px 10px;
	margin-top: 20px;
	float: left;
}

.catalogue .list .item_wrapper {
	float: left;
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.catalogue .list .item {
	float: left;
	background: #fcfcfc url(../img/item_background.gif) repeat-x scroll top;
	padding: 10px;
}
	.catalogue .list .header {
		float: right;
		width: 340px;
		margin-bottom: 5px;
	}
	.catalogue .list .image {
		float: left;
		width: 130px;
		height: 130px;
		background: #f2f2f2;
	}
	.catalogue .list .item .content {
		float: right;
		width: 340px;
	}
	.catalogue .list .item .footer {
		padding-left: 135px;
	}
		.catalogue .list .item .footer div.view-details {
			
		}
		.catalogue .list .item .footer a.view-details {
			
		}
		.catalogue .list .item .footer div.buy {
			
		}
		.catalogue .list .item .footer a.buy {
			
		}


/* VIEW: SINGLE */
.catalogue .single {
	background: #f9f9f9 url(../img/itm_line.gif) repeat-x scroll bottom;
	background: #fcfcfc url(../img/item_background.gif) repeat-x scroll top;
	padding: 10px;
	float: left;
}

.catalogue .single .header {
	background: transparent url(../img/itm_line.gif) repeat-x scroll bottom;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.catalogue .single .content {
	float: right;
	width: 280px;
}
	.catalogue .single .content .description {
		text-align: justify;
	}
.catalogue .single .image {
	float: left;
	width: 210px;
	height: 210px;
	background: #f2f2f2;
}	
	.catalogue .single .image div.view-pictures {
		
	}
	.catalogue .single .image a.view-pictures {
		
	}
.catalogue .single div.buy {
	clear: both;
	float: right;
	margin-top: 15px;
	width: 280px;
	/*height: 50px;*/
	padding: 15px 0px;
}
	.catalogue .single div.buy div.quantity {
		float: left;
		margin-left: 50px;
	}
	.catalogue .single div.buy input.quantity {
		width: 25px !important;
		width: 29px;
		font-size: 11px;
		text-align: center;
			
		margin: 0 !important;
		margin-top: -1px;
			
		border-top: 2px outset #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		border-left: 2px outset #cecece;
		border-right: 1px solid #cecece;
	}
	.catalogue .single div.buy div.submit {
		float: right;
		margin-right: 15px;
		height: 19px;
		background: #f9f9f9;
		border: 2px outset;
	}
	.catalogue .single div.buy div:hover.submit {
		background: #f2f2f2;
	}
	
.catalogue .single .footer div.to-category {
	
}
	.catalogue .single .footer a.to-category {
	
	}

/* OTHERS */

div#category_at{
	margin-bottom: 20px;
	padding-left: 10px;
	
	min-height: 26px;
	height: 	auto !important;
	height: 	26px;
	line-height: 26px;
	
	color: #747474;
}
	div#category_at a,
	div#category_at a:visited { 
		color: white;
		text-decoration: none;
	}
	div#category_at a:hover { 
		text-decoration: underline;
	}
	
div#category_offset {
	margin-top: 10px;
	clear:both;
}
	div#category_offset a {
		color: black;
	}
	div#category_offset a:visited {
		color: #747474;
	}