/*	storytools icons
	--------------------------------------------------------------- */	
#shareBar {
	border-top:#CCCCCC thin dotted;
	padding-top:5px;
	border-bottom:#CCCCCC thin dotted;
	padding-bottom:5px;
	margin-bottom:10px;
	width:520px;
	}

ul.storytools
	{
	padding: 0px;
	margin:0px;
	color:#505050;
	cursor:default;
	list-style-type:none;
	}
	
ul.storytools li {
	display: inline;
	padding: 2px 18px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}

ul.storytools li a, ul.storytools li a:visited, ul.storytools li a:hover, ul.storytools li a:active {
	color:#666666;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	}

a.email
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px 0px no-repeat;
	padding:2px 0 6px 20px;	
	}	
	
a.email:hover
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -30px no-repeat;
	}
	
a.share
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -62px no-repeat;
	padding:1px 0 9px 20px;
	}	
	
a.share:hover
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -92px no-repeat;
	}	

a.comment
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -119px no-repeat;
	padding: 2px 0 8px 20px;	
	}	
	
a.comment:hover
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -149px no-repeat;
	}
	
a.recommend
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -180px no-repeat;
	padding: 2px 0 8px 20px;	
	}	
	
a.recommend:hover
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -210px no-repeat;
	}	

a.print
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -240px no-repeat;
	padding: 3px 0 7px 20px;	
	}	
	
a.print:hover
	{
	background: url(/images/shareicons/pms_social_icons.gif) 0px -270px no-repeat;
	}	

/*share popup */
#sharepop {
	display:none;
	float:left;
	margin-left:75px;
	margin-top:5px;
	}
	
#sharepop
	{
	width:120px;
	height:185px;
	position:absolute;
	/*top:0px;
	left:52px;
	IE 6 HACK
	/left:675px;*/
	background:#fff;
	border:1px solid #ccc;
	z-index:500;	
	padding:5px;
	}	

#sharepop ul
	{
	float:left;
	margin:3px 0px 0px 3px;
	padding:0px;
	list-style-type:none;
	/*position:relative;*/
	}

#sharepop li {
	margin:0px;
	padding:3px;
	}
	
#sharepop ul a
	{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	padding:0px;
	margin:0px;
	}	

#sharepop img {
	margin-right:4px;
	top:3px;
	position:relative;
	}
	
.pipe
	{
	color:#999; 
	font-weight:normal;
	margin:0 5px;
	}

#shareEmail, #shareComments {
	display:none;
	height:1px;
	}
	
#emailToFriendTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}

#emailToFriendTable .textFields {
	height:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border:#CCCCCC thin solid;
	}

#emailToFriendTable .textArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	border:#CCCCCC thin solid;
	}

#SocialEmail {
	border-top:#CCCCCC thin dotted;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:0px;
	display:none;
	}

#SocialComment {
	border-top:#CCCCCC thin dotted;
	border-bottom:#CCCCCC thin dotted;
	margin-top:30px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:0px;
	clear:both;
	}
	
#SocialEmail h4, #SocialComment h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin:0px;
	padding:0px;
	}