#imagegallery-container {
	width:100%;
	margin:16px 0 0 0;
	padding:0;
	float:left;
}

.ig-item {
	width:165px;
	float:left;
	margin-right:4px;
	margin-bottom:6px;
}

.ig-item-last {
	width:165px;
	float:left;
	margin-right:0;
}

.ig-item-top {
	background-image: url(../images/imagegallery-top.gif);
	background-repeat: no-repeat;
	width:165px;
	height:53px;
}

.ig-item-middle {
	background-image: url(../images/imagegallery-middle.gif);
	background-repeat: repeat-y;
	width:165px;
	text-align:center;
}

.ig-item-bottom {
	background-image: url(../images/imagegallery-bottom.gif);
	background-repeat:  no-repeat;
	width:165px;
	height:11px;
}

.ig-item-top p {
	margin:0;
	padding:10px 15px 10px 15px;
	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(../images/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(../images/download-tab_on.gif);
	background-repeat: no-repeat;
	}

#download-tabs ul li a.tabs_off {
	background-image: url(../images/download-tab_off.gif);
	background-repeat: no-repeat;
}

#download-tabs ul li a.tabs_off:hover {
	background-image: url(../images/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;
	
}

#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;}
