/* CSS Document */

.more {
		display: none;
		}
		
	a.showLink, a.hideLink 
		{
		text-decoration: none;
		color: #565656;
		background: transparent url(../images/show-comments-icon.gif) no-repeat left;
		padding-left:16px;
		font-family:georgia;
		font-size:10px;
		font-style:italic;
		margin-left:30px;
		
		 }
		 
	a.hideLink 
	{
	text-decoration: none;
		color: #ff5d00;
		background: transparent url(../images/show-comments-icon2.gif) no-repeat left;
		padding-left:16px;
		font-family:georgia;
		font-size:10px;
		font-style:italic;
		}
		
		
	a.showLink:hover, a.hideLink:hover 
	{
	color:#ff5d00; 
			background: transparent url(../images/show-comments-icon2.gif) no-repeat left;
		padding-left:16px;
	}


