div.tool-items [class^="icon-"], div.tool-items [class*=" icon-"] {
  margin: 0px !important;
}

.tool-container {
  box-shadow: none !important;
}

.tool-container {
	border-radius: 3px;
	box-shadow: 0px 0px 15px #111;
	position: absolute;				
}

.tool-items {
	height: 100%;
  background: url(/images/blackpixel_80.png);
	border: 1px solid #777;
	border-radius: 7px;
}

.tool-top .tool-item, .tool-bottom .tool-item {
	float: left;
}

.tool-left .tool-item, .tool-right .tool-item {
	height: 34px;
	border-top: 1px solid #e2dfdf;
	border-bottom: 1px solid #9f9898;
}


.tool-item {
	height: 100%;
	text-align: center;
  display: block;
  width: 100px;
  color: #CCC;
  text-shadow: 2px 2px 2px #111;
  padding: 8px 0;
}

.tool-item:first-child {
	border-left: none;
}

.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
	border-top: 1px solid transparent;
}

.tool-item:last-child {
	border-right: none;
	border-bottom: none;
}

.tool-item.selected, .tool-item:hover  {

}

.tool-items a, .tool-items a:visited {
  color: #CCC;
  text-decoration: underline;
}

.tool-items a:hover, .tool-items a:visited:hover {
	background-color: #3d3525;
	background: -webkit-gradient(radial,center center,0,center center,460,from(#75674b),to(#3d3525));
	background: -webkit-radial-gradient(circle,#75674b,#3d3525);
	background: -moz-radial-gradient(circle,#75674b,#3d3525);
	background: -ms-radial-gradient(circle,#75674b,#3d3525);
	color: #FFF;
	text-shadow: 2px 2px 2px #111;
	text-decoration: none;
}

.tool-top .tool-item, .tool-bottom .tool-item {
  float: none;
}

.tool-container.tool-top, .tool-container.tool-bottom {
  height: auto;
  border: 0;
}

.tool-items a:first-child {
	border-radius: 7px 7px 0 0;
}

.tool-items a:last-child {
	border-radius: 0 0 7px 7px;
}

.tool-container .arrow {
	width:0;
	height:0;
	position: absolute;	
	border-width: 7px;
	border-style:solid;
}

.tool-container.tool-top .arrow {
	border-color: #e9e5e5 transparent transparent; 
	border-color: #333 transparent transparent; 
	left: 50%;  
	bottom: -14px;
	bottom: -13px;
	margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
	border-color: transparent transparent #e9e5e5; 
	border-color: transparent transparent #333;
	left: 50%;  
	top: -14px;
	top: -13px;
	margin-left: -7px;
}

.tool-container.tool-left .arrow {
	border-color: transparent transparent transparent #E9E5E5;
	border-color: transparent transparent transparent #333;
	top: 50%;
	right: -14px;
	right: -13px;
	margin-top: -7px;
}

.tool-container.tool-right .arrow {
	border-color: transparent #E9E5E5 transparent transparent;
	border-color: transparent #333 transparent transparent;
	top: 50%;
	left: -14px;
	left: -13px;
	margin-top: -7px;
}

.demo-link {
	color: #89CDE4;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 30px;
}

.demo-link:hover {
	text-decoration: none;
	cursor: pointer;
}