/*
  HIDESHARE CSS
*/
.hideshare-wrap {
  position: relative;
}
.hideshare-wrap .hideshare-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align:left;
}
.hideshare-wrap li {
  display: inline;
  zoom: 1;
 /* display: inline;*/
  margin: 0px 14px 0 0;
}
/*.hideshare-wrap span {
  display: none;
}*/

.shareContainer {
	font-family: "univers45", sans-serif;
	list-style-type: none;
	text-decoration: none;
	font-size:18px;
	line-height:22px;
	width:100%;
}
.share {
	
}
.share a:link {
	color:#666;
	text-decoration: none; 
}
.share a:visited {
	color:#666;
	text-decoration: none;
}
.share a:hover/*, a:active, a:focus*/ {
	text-decoration: none;
	color: #30ff00;
}
/*.share:hover {
  background: #ffffff;
}*/
.hideshare-list a {
 /* color: #dedede;*/
}
.hideshare-list a:hover {
 /* color: #000;*/
}
