/* ROOT */
.catalogue {
	text-align: left;
}

/* DEFAULTS LEAVES */

.catalogue table.frame {
	color: white;
	width: 100%;
	vertical-align: top;
}
.catalogue .frame-center {
	background: transparent url(../img/list-item_background.gif) repeat-x scroll top;
	height: 160px;
	vertical-align: top;
}
.catalogue .frame-left {
	background: transparent url(../img/item-frame_left.gif) no-repeat scroll top right;
	width: 5px;
	height: 160px;
}
.catalogue .frame-right {
	background: transparent url(../img/item-frame_right.gif) no-repeat scroll top left;
	width: 5px;
	height: 160px;
	padding-right: 4px;
}

.catalogue .header {
	margin: 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid white;
}
	.catalogue .header .title {
		font-size: 13px;
		font-weight: bold;
		padding-left: 5px;
		font-variant: small-caps;
	}

.catalogue .content {
}
	.catalogue .description {

	}
	.catalogue .short-description {

	}
	.catalogue .price {
		color: #e8008b;
		font-weight: bold;
	}
	.catalogue .price .price-text {
		color: #ffff96;
	}
	.catalogue .tilbod {
		color: #e8008b;
		font-weight: bold;
	}
	.catalogue .tilbod .tilbod-text {
		color: #ffff96;
		font-weight: normal;
	}

.catalogue .image {
	float: right;
}
	.catalogue .picture {
		
	}

.catalogue .footer {
	margin-top: 5px;
}


/* VIEW: LIST */
.catalogue .list {
	
}

.catalogue .list div.item {
	width: 33.3%;
	height: 200px;
	float: left;
}

.catalogue .list .item .footer a.view-details{
	display: block;
	background: transparent url(../img/itm-more.gif) no-repeat scroll top center;
	width: 82px;
	height: 20px;
	float: right;
	clear: both;
}
.catalogue .list .item .footer a.view-details:hover{
	background: transparent url(../img/itm-more_hover.gif) no-repeat scroll top center;
}
.catalogue .list .item .price {
	padding-top: 50px;
}
.catalogue .list .item .product-number {
	float: left;
	line-height: 20px;
	font-size: 10px;
	color: #5a5588;
}
.catalogue .list .item .product-admin {
	float: left;
	padding-right: 5px;
}
	
/* VIEW: SINGLE */
.catalogue .single {
	
}
	.catalogue .single .header .title {
		font-size: 18px;
		padding-left: 10px;
	}
	
	.catalogue .single .content {
		padding: 10px;
	}
		.catalogue .description {
			font-size: 14px;
			padding-bottom: 20px;
		}
	.catalogue .single .price,
	.catalogue .single .tilbod {
		font-size: 16px;
	}
	.catalogue .single .image .zoom-picture {
		display: none;
	}

/* OTHERS */

div#category_at{
	display: none; /* Hide navigation bar */
}

div#category_offset{
	display: none;
}