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


.floatingBox {
    right: 0;
    position: fixed;
    top: 175px;
    z-index: 3;
}
.panel {
	float:right;
	display: none;
	background-color: #05B5B7;
	padding: 5px;
	background-repeat: no-repeat;
}

.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #888888;
}

.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

a.trigger{-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
	float:left;
	background-color: #F76D35;
	background-image:url(../images/social.png);
	height: 83px;
	width: 57px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-color:transparent;
}
.ftl_text {
	text-align: center;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 3px;
	line-height: 15px;
	font-weight: bold;
}


/*a.trigger:hover{
	position: fixed;
	text-decoration: none;
	top: 180px;
	left: 0;
	letter-spacing:-1px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	display: block;
	background-color: #F76D35;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: 85% 55%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}*/

a.active.trigger {-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
	background-image:url(../images/social.png);
	background-repeat:no-repeat;
	background-color:transparent;
	height: 83px;
	width: 57px;
	cursor:pointer;
}
.flike {
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	color: #000000;
}

.trigger .ftl {
	background-image: url(../images/ftl.png);
	background-repeat: no-repeat;
	float: left;
	height: 45px;
	width: 45px;
	margin-left: 10px;
}