/*<![CDATA[*/

/**
* @version		
*$Id: mod_klixo_share_on
* Author Jean-François Thier
* @copyright	Copyright (C)  JF Thier- 2011 Klixo.se  All rights reserved.
* # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/

._klixo_Share {
	height: 16px;
	overflow:hidden;
}
.linkedin_button, .twitter_button, .facebook_button, .print_button a, .mail_button a {
	float:left;
	margin-left:3px;
	width: 16px;
	height: 16px;
	text-indent: -10000px !important;
}
.linkedin_button {
	background:url(../images/linkedin_icn.png) 0 0px no-repeat;
}
.linkedin_button:hover {
	background:url(../images/linkedin_icn.png) 0 -18px no-repeat;
}
.facebook_button {
	background:url(../images/f_book_icn.png) 0 0px no-repeat;
}
.facebook_button:hover {
	background:url(../images/f_book_icn.png) 0 -18px no-repeat;
}
.twitter_button {
	background:url(../images/twitter_icn.png) 0 0px no-repeat;
}
.twitter_button:hover {
	background:url(../images/twitter_icn.png) 0 -18px no-repeat;
}
.print_button, .mail_button {
	float:left;
}
.print_button a {
	/*background:url(../images/print_icn.png) 0 6px no-repeat;*/

	background:url(../images/print_icn.png) 0 2px no-repeat;
}
.print_button a:hover {
	background:url(../images/print_icn.png) 0 2px no-repeat;
}
.mail_button a {
	/*background:url(../images/mail_icn.png) 0 6px no-repeat;*/

	background:url(../images/mail_icn.png) 0 0 no-repeat;
}
.mail_button a:hover {
	/*background:url(../images/mail_icn.png) 0 1px no-repeat;*/

	background:url(../images/mail_icn.png) 0 0 no-repeat;
}

/*]]>*/
