#lettersTab
{
	background-position: left top;
	background-repeat: repeat-x;
  background-image: url('/static/mimages/sprite-vert-20120207-01.png');
  background-position: left -0px;
	height: 27px;
	padding-left: 10px;
	margin-top: 8px;
}

#lettersTab a
{
	display: block;
	float: left;
	text-decoration: none;
	color: #3a3a3a;
	margin-top: 3px;
	font-size: 18px;
	width: 30px;
	height: 31px;
	margin-right: -6px;
	text-align: center;
}

#lettersTab a.selected
{
	color: white;
	background-position: left top;
	background-repeat: no-repeat;
  background-image: url('/static/mimages/sprite-horiz-20120207-01.png');
  background-position: -0px top;
}

#starsBulk
{
	margin-top: 10px;
	margin-left: 9px;
	margin-right: 9px;
}

	#starsBulk .starItem
	{
		float: left;
		margin-right: 6px;
		width: 87px;
		margin-top: 5px;
	}
	
		#starsBulk .starItem img
		{
			border: 1px solid black;
		}
	
		.starItem .sbName
		{
			font-size: 12px;
			color: #494949;
			font-weight: bold;
		}
		
			.starItem .sbName a
			{
				color: #494949;
				text-decoration: none;
			}

#articleHeader
{
	background: none;
}

