@charset "utf-8";
/* CSS Document */

.fixedSocialIcon{
	background:#fff;
	border:1px solid #C2C2C2;
	border-right:none;
	float:right;
	font-size:12px;
	font-weight:bold;
	position: fixed;
	top:310px;
	right:0;
	height:115px;
	width:34px;
	z-index:9999;
	text-align:left;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.fixedSocialIcon ul li{background:#fff; border:1px solid transparent; border-right:none; line-height:24px; height:24px; padding:4px 5px; position:absolute; width:100px;}
.fixedSocialIcon ul li.hover{border:1px solid #C2C2C2;}
.fixedSocialIcon ul li a{color:#333; text-decoration:none; float:left; width:100%;}
.fixedSocialIcon ul li a span{background:url(../../images/sprite-icon.html) no-repeat 0 0; display:block; margin-right:5px; float:left; height:24px; width:24px;}
.fixedSocialIcon ul li.facebook a span{background-position: 0 -2px;}
.fixedSocialIcon ul li.twitter a span{background-position: 0 -31px;}
.fixedSocialIcon ul li.googlePlus a span{background-position: 0 -63px;}
.fixedSocialIcon ul li.linkedin a span{background-position: 0 -97px;}
.fixedSocialIcon ul li.youtube a span{background-position: 0 -131px;}

.fixedSocialIcon ul li.facebook{top:6px;}
.fixedSocialIcon ul li.twitter{top:40px;}
.fixedSocialIcon ul li.googlePlus{
	top:111px;
}
.fixedSocialIcon ul li.linkedin{top:108px;}
.fixedSocialIcon ul li.youtube{
	top:76px;
}
