@charset "utf-8";
/* Social Media Icon Links Extension (S.M.I.L.E.) */
div.smile a {display:inline-block;width:auto;outline:none;}
div.smile a img {border:none; float:left;}
div.smile a:hover {background:none;}
div.smilecredits {width:100%}
div.smilecredits a {font-size:10px;}
.clr {clear:both;}

.smile ul {
	margin: 3px 0 0;
}
.smile ul li {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-bottom: 9px;
	overflow: hidden;
}
.smile ul li a {text-decoration: none; color: #6e6e6e;}
.smile ul li a img {
	margin-right: 14px;
	position: relative;
	top: 0;
}
.smile ul li a:hover img {top: -48px;}