/* ROOT */
.catalogue {}

.catalogue .single,
.catalogue .list,
.catalogue .item_frame,
.catalogue .item {
	float: left;
}

/* DEFAULTS LEAVES */

.catalogue .item {
	padding: 0px;
}

.catalogue .header {
	margin-bottom: 10px;
}
	.catalogue .header .title {}

.catalogue .number { padding-bottom:10px; font-style: italic; font-size:11px; }
.catalogue .number span { font-weight:bold; }

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.commercial-info {}
	.catalogue div.price {}
		.catalogue .price span.price-text {}
		.catalogue .price span.price { color:#002683; font-weight:bold; }
	.catalogue div.tilbod {}
		.catalogue .tilbod span.tilbod-text {}
		.catalogue .tilbod span.tilbod { color:#002683; font-weight:bold; }
	.catalogue .price-with-tilbod { font-weight: normal; text-decoration: line-through; }

.catalogue .image {
	display: none;
}
.catalogue .add-to-cart {
	border:none;
	background:none;
	margin:10px 0;
	color:#ff6c00;
}
.catalogue .footer {
	clear: both;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.catalogue .item-with-image .header,
.catalogue .item-with-image .content {
	/*float: right;
	width: 300px;*/
}
.catalogue .item-with-image .image {
	display: block;
	float: left;
}
	.catalogue .item-with-image .picture {
		padding: 0px 5px 5px 0px;
	}


/* VIEW: LIST */
.catalogue .list {}

.catalogue .list .item_frame {
	float:left;
	width:210px;
	clear:none;
	background:url(../img/item-list-bg.gif) no-repeat right bottom;
	margin:0 12px 12px 0;
	min-height:260px;
	height: auto !important;
	height:260px;
}
#bestbuy .catalogue .list .item_frame {
	height: auto;
	min-height: inherit;
}
#bestbuy .catalogue .list .header {	margin:0px; }
#bestbuy .catalogue .list .footer {	padding-top:0px; }

.catalogue .list .item_frame_alt {
	margin:0 0 12px 0;
}
.catalogue .list .item {
	padding:10px;
}

.catalogue .list .item .image {
	display:block;
	text-align:center;
	width:100%;
	padding-bottom:5px;
	float:none;
	width:197px !important;
	width:187px;
}

.catalogue .list .item-with-image .header {
	font-weight: bold;
}
.catalogue .list .item-with-image .content {}

.catalogue .list .item span.stock {
	color: #a8a079;
	
}


.catalogue .list .item .short-description { display:none; }

.catalogue .list .item .footer {
	padding-top:5px;
}
.catalogue .list .item .footer a {
	color:#ff6c00;
	text-decoration:none;
}
	.catalogue .list .item .footer div.view-details {
		float:right;
		padding-right:15px;
	}
		.catalogue .list .item .footer a.view-details {
			background:url(../img/bullet-orange.gif) no-repeat right;
			padding-right:20px;
		}
	.catalogue .list .item .footer div.buy {
		float:right;
		padding-right:15px;
	}
		.catalogue .list .item .footer a.buy {
			background:url(../img/bullet-cart.gif) no-repeat right;
			padding-right:20px;
		}


/* VIEW: SINGLE */
.catalogue .single {}

.catalogue .single .item_frame {
}
.catalogue .single .item { width:440px; }

.catalogue .single .header {
	font-weight:bold;
}

.catalogue .single .content {}
	.catalogue .single .content .description {
		text-align: justify;
	}

.catalogue .single .image {
	padding-right:15px;
	float:left;
}
	.catalogue .single .image div.view-pictures {}
	.catalogue .single .image a.view-pictures {
		color:#ff6c00;
		text-decoration:none;
		background:url(../img/bullet-orange.gif) no-repeat right;
		padding-right:20px;
	}


.catalogue .single .footer { text-align:right; }
.catalogue .single .footer div.buy {}
	.catalogue .single .footer div.buy div.quantity {}
		.catalogue .single .footer div.buy input.quantity {
			width: 25px;
		}

.catalogue .single .footer div.to-category {}
	.catalogue .single .footer a.to-category {}

/* OTHERS */

#category_at {
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #e9e5dc;
	clear:both;
}
	#category_at a,
	#category_at a:hover,
	#category_at a:visited {
		margin:0px;
		margin-bottom:10px;
		padding:0px;
		font-size:23px;
		font-weight:normal;
		color:#1f4091;
		text-decoration:none;
	}
	
div#category_offset {
	margin-top: 10px;
	clear:both;
}
	div#category_offset a {
		color: Black;
	}
	div#category_offset a:visited {
		color: Gray;
	}
