@charset "utf-8";

.clfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
 
*:first-child+html .clfix {
    display: inline-block;
    min-height: 1%;
}
 
/* Hides from IE6/IE Mac \*/
* html .clfix {
    height: 1%;
}
 
.clfix {
    display: block;
}
/* End hide from IE6/IE Mac */

#socialmedia,
#socialmedia * {
	line-height: 1;
	margin: 0;
	padding: 0;
}

#socialmedia li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

#sm-tw,
#sm-mx {
	background: url("sm.png") no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	width: 75px;
}

#sm-mx {
	background-position: -80px 0;
}

#sm-fb {
	border: none;
	height: 21px;
	margin-right: 0;
	overflow: hidden;
}

#sm-fb,
#sm-fb_a {
	width: 115px;
}

#sm-fb_a,
#sb-gp_a {
	background-image: url("sm_debug.png");
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
}

#sm-fb_a {
	width: 115px;
}

#sb-gp {
	width: 83px;
}

* html #socialmedia #sb-gp {
	display: none;
}

*:first-child+html #socialmedia #sb-gp {
	display: none;
}

#sb-gp_a {
	background-position: 0 -50px;
	width: 59px;
}