﻿.shareicons
{
	margin: 25px 0px 15px 0px;
}

.shareicons .container
{
	border: 1px solid #CCCCCC;
	padding: 1px;
	height: 35px;
}

.shareicons h5
{
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

.shareicons ul
{
	display: block;
	position: relative;
	list-style-type: none;
}

.shareicons ul, .shareicons li
{
	border: none;
	margin: 0;
	padding: 0;
}

.shareicons ul li
{
	display: inline;
}

.shareicons a, .shareicons a:hover
{
	background: transparent url('../Images/Design/share-icons.png') no-repeat 0 0;
	display: block;
	float: left;
	height: 32px;
	margin-right: 1px;
	overflow: hidden;
	text-indent: -9000px;
	width: 32px;
	border: none;
}

.shareicons .facebook2 a { background-position: 0px 0px; }
.shareicons .facebook2 a:hover { background-position: 0px -32px; }
.shareicons .twitter a { background-position: -32px 0px; }
.shareicons .twitter a:hover { background-position: -32px -32px; }
.shareicons .stumble a { background-position: -64px 0px; }
.shareicons .stumble a:hover { background-position: -64px -32px; }
.shareicons .myspace a { background-position: -96px 0px; }
.shareicons .myspace a:hover { background-position: -96px -32px; }
.shareicons .delicious a { background-position: -128px 0px; }
.shareicons .delicious a:hover { background-position: -128px -32px; }
.shareicons .digg a { background-position: -160px 0px; }
.shareicons .digg a:hover { background-position: -160px -32px; }
.shareicons .reddit a { background-position: -192px 0px; }
.shareicons .reddit a:hover { background-position: -192px -32px; }

