#wowprogress ul {
	margin-left: 0px !important;
	list-style: none;
	font-weight: bold;
}

/* poitner to indicate clickability*/
#wowprogress .expansion_head, 
#wowprogress .raid_head{
	cursor: pointer;
}

#wowprogress .expansion_head{
	text-align: center;
}

#wowprogress .expansion_head img{
	width: 170px;
}

#wowprogress .raid {
	background-position: top center;
	margin-bottom: 8px;
}

#wowprogress .raid_film{
	background-color: rgba(255,255,255,0.8);
	margin: 0px 0px;
	padding: 3px 3px;
}

#wowprogress .raid_head {
	text-align: left;
	font-weight: bold;
}

#wowprogress .raid_head a{
}

#wowprogress .raid ul {
	border-top: 1px dotted #000000;
}

#wowprogress .down {
}

#wowprogress .hc {
	background-image: url('images/heroic_icon.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#wowprogress .down {
	color: green;
}
#wowprogress .raid_film{
	background-color: rgba(0,0,0,0.7);
	padding: 0px 3px;
}

#wowprogress .raid {
	color: #ffffff;
}

#wowprogress .raid_head {
	font-weight: bold;
}

#wowprogress .raid ul {
	border-top: 1px dotted #878686;
	font-weight: normal;
}


