@charset "utf-8";
/* CSS Document */

/* share page box */

#sharePage
{
//background-color:#CCCCCC;
}

#sharePage ul
{
	display: inline;
/*	float: left;*/
	height: 32px;
	font-size: 0.85em;
	list-style-type: none;	/* supress bullets */
	list-style-position: outside;
/*	padding: 1em 0 1em 1.4em;*/
//	border: 0 none;
//	border-left: 1px solid #032386;
}

#sharePage li
{
	display: block;
/*	display: inline;*/
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	padding: 0;
	margin: 0;
/*	color: #032386;*/
}

#sharePage li.sharePageTitle
{
	display: block;
	padding: 0;
	margin: 0;
}

#sharePage ul#sharePageLinks li
{
	height: 18px;
	line-height: 18px;
}

#sharePage li a
{
	display: block;
	float: left;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	padding-right: 1.4em;
}

#sharePage ul#sharePageLinks li a
{
	height: 18px;
	line-height: 18px;
}

/* page sharing icons */
a.facebook, a.delicious, a.digg, a.stumbleupon, a.yahoo
{
	padding-left: 20px;	/* make room for 16 pixel icon */
	background: url("../images/icons/icon-facebook.png") 0 50% no-repeat;
}
a.delicious { background-image: url("../images/icons/icon-delicious.png"); }
a.digg { background-image: url("../images/icons/icon-digg.png"); }
a.stumbleupon { background-image: url("../images/icons/icon-stumbleupon.png"); }
a.yahoo { background-image: url("../images/icons/icon-yahoo.png"); }

/* end share page box */
