/**
 * Share Buttons CSS
 *
 * @author      Jason Ashdown <jason.ashdown@futurenet.com>
 * @copyright   Future Publishing Ltd. 2010
 * @created		2010/09/09
 */

.sharepage ul {
	margin: 0;
	padding: 0;
}
.sharepage li {
	display: list-item;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 10px 0 0;
}
.sharepage li.addthis {float: right;}