div.SiteFunctions {
	/*background-color: #fff;*/
	/*color: #262626;*/
	width: 225px;
	position: fixed;
	top: 170px;
	z-index: 1002;
	left: -227px;
  	border-radius: 0 10px 0 0;	
}
div.SiteFunctions .SF-header {
	padding: 9px 15px;
	background: #f1f1f1;
	z-index: 2;
	position: relative;
	border: 1px solid #e1e1e1;
	height: 38px;
	/*color: #fff;*/
}
div.SiteFunctions .SF-body {
	padding: 0 12px 10px;
	top: 0px;
	/*position: absolute;*/
	opacity: 0;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-top: none;

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
div.SiteFunctions.opened .SF-body {
	top: 38px;
	opacity: 1;
}
div.SiteFunctions .SF-header h2 {
	/*color: #777777;*/
	text-transform: none;
}
div.SiteFunctions h2 {
	margin: 0;
	font-size: 18px;
}
div.SiteFunctions h3 {
	margin: 15px 0 5px 0;
	font-size: 16px;
}
div.SiteFunctions hr {
	margin: 15px 0;
}
div.SiteFunctions hr + h3 {
	margin-top: 0;
}
div.SiteFunctions a.trigger {
	display: block;
	height: 36px;
	position: absolute;
	right: -36px;
	top: 0px;
	background: #f1f1f1;
	width: 36px;
	font-size: 24px;
	line-height: 35px;
	color: #337049;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-radius: 0 5px 5px 0;
}
div.SiteFunctions.opened a.trigger {
	right: 0px;
	border-color: transparent;
}


