/* ROOT */
.catalogue {
}

/* DEFAULTS LEAVES */

.catalogue .header {
	background: transparent url(../img/page-header.gif) repeat-x scroll top;
	height: 21px;
}
	.catalogue .category-group_hjol .header{
		background: transparent url(../img/item-header_hjol.gif) repeat-x scroll top;
	}
	.catalogue .category-group_leiktaeki .header{
		background: transparent url(../img/item-header_leiktaeki.gif) repeat-x scroll top;
	}
	.catalogue .category-group_vetrarvorur .header{
		background: transparent url(../img/item-header_vetrarvorur.gif) repeat-x scroll top;
	}
	.catalogue .category-group_hlaupaskor .header{
		background: transparent url(../img/item-header_golf.gif) repeat-x scroll top;
	}
	.catalogue .category-group_threktaeki .header{
		background: transparent url(../img/item-header_threktaeki.gif) repeat-x scroll top;
	}
	
	.catalogue .header .title {
		font-weight: bold;
		color: white;
		padding-left: 10px;
		line-height: 19px;
	}

.catalogue .content {}
	.catalogue .description {
		padding-bottom: 10px;
	}
	.catalogue .short-description {
		padding-bottom: 5px;
	}
	.catalogue div.price {
		float: left;
		color: white;
		font-size: 12px;
		padding: 8px 0px 0px 3px;
	}
	.catalogue .price .price-text {}
	.catalogue div.tilbod {
		float: right;
		color: #ffcc00;
		font-weight: bold;
		font-size: 12px;
		width: 150px;
	}
	.catalogue .tilbod .tilbod-text {
		font-weight: normal;
	}

.catalogue .image {}
	.catalogue .picture {}

.catalogue .footer {
	background: transparent url(../img/item-footer.gif) repeat-x scroll top;
	height: 31px;
}


/* VIEW: LIST */
.catalogue .list {
	margin-left: 1px;
}

.catalogue .list .item {
	position: relative;
	float: left;
	width: 370px !important;
	width: 370px;
	height: 224px;
	background: white url(../img/category-item-bg.png) no-repeat scroll 0% 0%;	
}
.catalogue .list .item .header{
	background: transparent none;
	position: relative;
	left: 15px;
	top: 155px;
}
.catalogue .list .item .header .title{
	color: blue;
	font-weight: bold;
}

.catalogue .list .item .admin_buttons{
	
}

.catalogue .list .item .middle {
}

	.catalogue .list .item .image .picture a img {
		bottom:15px;
		left:7px;
		position:relative;
		width:175px;
		height:150px;
	}
	.catalogue .list .item .image div.view-pictures {
		display: none;		
	}
		.catalogue .list .item .image a.view-pictures {
			position: absolute;
			right: 0px;
			background: transparent url(../img/itm_zoom.gif) no-repeat scroll top;
			height: 30px;
			width: 30px;
			z-index: 1;
		}
	.catalogue .list .item .content {
		
	}
		.catalogue .list .item .short-description{
			display: none;
		}
		.catalogue .list .item .short-description div img{
			display: inline;
		}
		.catalogue .list .item .content div.view-details {
			
		}
		.catalogue .list .item .content a.view-details {
			color: #1365c0;
			font-size: 10px;
			font-weight: bold;
			padding-left: 5px;
			position: relative;
			left: 20px;
		}
	.catalogue .list .item .footer {
		clear: both;
	}
		
	.catalogue .list .item .footer{
		background: transparent;
	}
		.catalogue .list .item .footer .price{
			bottom:78px;
			color:white;
			left:156px;
			margin:0pt;
			padding:0pt;
			position:relative;
			display:block;
			border:0px solid green;
			text-align: center;
			width:54px;
		}
			.catalogue .list .item .footer .price .price-text{
				display: none;
			}
		.catalogue .list .item .footer .tilbod{
			color: #C30002;	
		}
			

/* VIEW: SINGLE */
.catalogue .single {
	background: white;
}
.catalogue .single .middle {
	float: left;
}
.catalogue .single .header {
	
}
.catalogue .single .content {
	float: left;
	width:430px;
}
	.catalogue .single .content .description {
		text-align: justify;
		padding-left: 10px;
		padding-top: 10px;
	}
.catalogue .single .image {
	position: relative;
	float: right;
}
	.catalogue .single .image div.view-pictures {
		
	}
	.catalogue .single .image a.view-pictures {
			position: absolute;
			right: 0px;
			top: 0px;
			background: transparent url(../img/itm_zoom.gif) no-repeat scroll top;
			height: 30px;
			width: 30px;
			z-index: 1;
	}
	
.catalogue .single div.to-category {
	clear: both;
	float: left;
	padding-left: 10px;
}
	.catalogue .single a.to-category {
		color: #1365c0;
		font-size: 11px;
		font-weight: bold;
		white-space: nowrap;
	}

	.catalogue .single .footer div.tilbod {
		width: 250px;
		float: left;
		margin: 8px;
	}
	
	.catalogue .single .footer {
		clear: both;
	}

/* OTHERS */

/* MENU COLORS (level 1,2,3)
	- RED:			952323	ab2c2c	c25050
	- BLUE:			1a3571	23499c	355db7
	- LIGHT BLUE:	346ac9	5a8be3	6c98e6
	- GREEN:			0e5340	166650	247b64
	- YELLOW:		a06200	be7501	dd8803
	*/
	
.catalogue .category-banner {
	border-bottom: 3px solid #c30002;
	display: none;
}
	.catalogue .category-group_hjol .category-banner {
		border-bottom: 3px solid #952323;
	}
	.catalogue .category-group_leiktaeki .category-banner {
		border-bottom: 3px solid #1a3571;
	}
	.catalogue .category-group_vetrarvorur .category-banner {
		border-bottom: 3px solid #346ac9;
	}
	.catalogue .category-group_hlaupaskor .category-banner {
		border-bottom: 3px solid #0e5340;
	}
	.catalogue .category-group_threktaeki .category-banner {
		border-bottom: 3px solid #a06200;
	}

div#category_at{
	
}
	div#category_at a,
	div#category_at a:hover,
	div#category_at a:visited {	}
	
div#category_offset {
	margin-top: 10px;
	clear:both;
	padding:10px 12px;
	background-color:#fff;
}
	div#category_offset a,
	div#category_offset a:visited {
		color: black;
		color:#346ac9;
	}

/* ADMIN FIX */
div#content div#main div#thTbar {
	position: relative;
	top: 31px;
}