/* settings for ICON dock.Note that there are two settings in this file, for dock and dock2. 
dock is envisioned as an icon dock on the top of the page, dock2 on the bottom */
/* based on iTools set by ... */
#icon-dock2,#icon-dock{text-align: right;position:absolute;top:95%;height:40px;width:280px;border:1px solid transparent;z-index:99}

#icon-dock{left:57%}
#icon-dock2{left:37%;border: 1px solid transparent}


/* dock2 - bottom */

#icon-dock-inner, #icon-dock2-inner {
	height: 50px;
	/*background: url(../images/dock/dock-bg.gif);*/
	margin-left: 9px;
	margin-top: -9px;
}
a.dock-item, a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
/*text for icon*/
.dock-item span, .dock-item2 span {
	display: none;
	padding-left: 0px;
	width: 220px;
	border: 0px solid blue;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
	margin-left: -60px;
	color:#536445;
	/*background-color: white;*/
}
.dock-item img, .dock-item2 img {
	margin: 5px 10px 0px; 
	width: 100%; 
}
/* dock - top */
/*
.dock-container {
	position: absolute;
	height: 50px;
	background: url(../images/dock/dock-bg2.gif);
	padding-left: 20px;
}

a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
*/
