.imagegallery-container {
	width:100%;
	margin:16px 0 0 0;
	padding:0;
	float:left;
}

.ig-item {
	width:165px;
	float:left;
	margin-right:6px
}

.ig-item-literature {
	width:105px; /*165*/
	float:left;
	padding-left: 5px;
	margin-right:6px
}

.ig-item-last {
	width:165px;
	float:left;
	margin-right:0;
}

.ig-item-top {
background-image: url(../grafika/imagegallery-top.gif);
background-repeat: no-repeat;
width:165px;
height:49px;

text-align: center;
padding-top: 4px;
}
.ig-item-top-img {
background-image: url(../grafika/imagegallery-top-img.gif);
background-repeat: no-repeat;
width:165px;
height:11px;
}

.ig-item-middle {
	background-image: url(../grafika/imagegallery-middle.gif);
	background-repeat: repeat-y;
	width:165px;
	text-align:center;
	padding-top: 10px;
	height: 115px; /*145*/
}

.ig-item-bottom {
	background-image: url(../grafika/imagegallery-bottom.gif);
background-repeat:  no-repeat;
width:165px;
height:11px;

}

.ig-item-top p {
	margin: 0;
	padding: 4px 15px 10px 15px; /*10*/
	color: #333;
	font-size: 12px;
}

.view-button {
	text-align:left;
}

.imagegallery-button {
	display:block;
	margin-left:75px
}


#download-tabs {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	margin:0;
}

#download-tabs ul {
	list-style-type: none;
	background-image: url(../grafika/ul-tabs-bcg.gif);
	background-repeat: repeat-x;
		width:100%;
		float:left;
}

#download-tabs ul li {
	float:left;
	padding:0;
	margin:0;
	width:86px;
	height:42px;
	
	
}

#download-tabs ul li.downloads-tab-on {
		 border-bottom:1px solid #fff;
}

#download-tabs ul li.downloads-tab-off {
		
}


#download-tabs ul li a {
	display:block;
	text-decoration: none;
	color:#333;
	width:86px;
	height:42px;
	padding:5px 5px 0 8px;
	margin:0;
	
}

#download-tabs ul li a:hover {
	background: none;
}

#download-tabs ul li a.tabs_on {
	background-image: url(../grafika/download-tab_on.gif);
	background-repeat: no-repeat;
	}

#download-tabs ul li a.tabs_off {
	background-image: url(../grafika/download-tab_off.gif);
	background-repeat: no-repeat;
}

#download-tabs ul li a.tabs_off:hover {
	background-image: url(../grafika/download-tab_on.gif);
	background-repeat: no-repeat;
}

.download-item {
	width:100%;
	float:left;
}

.download-text {
	float:left;
	width:337px;
}
.download-text p {
	margin:0;
	padding:0 0 0 6px;
	color:#333;	
}

.download-text-literature {
	float:left;
	width:392px;
}
.download-text-literature p {
	margin:0;
	padding:0 0 0 6px;
	color:#333;	
}

.download-text-size {
	float:left;
	width:392px; /*337*/
	margin-top: 20px;
	text-align: right;
}
.download-text-size p {
	margin: 0;
	padding: 0 5px 0 6px;
	color: Gray;
	text-align: right;
}

.download-text-literature h2 {
	color:#0f9fff;
	font-size: 12px;
	font-weight: bold;
	display:block;
	margin-top: 0px;
	margin-bottom:8px;
}


.downloadlist-container {
	width:100%;
	margin:16px 0 0 0;
	padding:0 0 20px 0;
	float:left;
	border-bottom:1px solid #ccc;
}

.image-text-switch {
	float:right;
	padding:0;
	margin:-20px 0 10px 0;

	}

.image-text-switch a {
	color:#666;
	font-weight:bold;
	text-decoration: none;
  float:left;
  padding:2px 0 0 0;
	
}

.image-text-switch a:hover {
	text-decoration: underline;
}
.image-text-switch img {
	margin:0 12px 0 0;
	float:left;
}

/* ---------------  text view ------------- */

div.ig-item-middle p {
font-size:0.95em;
margin:0;
padding:8px;
text-align:left;
color:#888;
}

div.image-text-switch img.rt {margin:0 0 0 12px;}
