@CHARSET "ISO-8859-1";

#killshot_container {
	position: relative;
	width: 615px;
	height: 272px;
	background-image: URL("../images/killshot_bg.png");
	z-index: 99;
}

#killshot_image {
	width: 591px;
	height: 250px;
	position: absolute;
	top: 11px;
	left: 12px;
	z-index: 99;
	cursor: pointer;
}

#killshot_text_container {
	position: absolute;
	bottom: 0px;
	height: 23px;
	width: 571px;
	background-image: URL("../images/killshot_text_bg.png");
	padding: 7px 10px 0px 10px;
	overflow: hidden;
}

.killshot_text {
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	overflow: hidden;
}

#whats_new_date {
	position: absolute;
	right: 10px;
	bottom: 0px; 
	width: 200px; 
	height: 14px; 
	text-align: right; 
	color: #FFF; 
	font-size: 8pt; 
	overflow: hidden;
}

#whats_new_text {
	width: 400px;
	padding: 0px 10px;
	font-size: 10pt;
	text-align: justify;
}

#recruitment {
	height: 33px;	
}

.recruitment_icon {
	float: left;
	padding: 0px 6px;
}

.progression_icon {
	float: left;
	padding: 0px 5px;
}

#lootstream_container {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 202px;
	z-index: 2;
	background-image: URL("../images/loot_stream_chest.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

#lootstream {
	width: 136px;
	margin-left: 28px;
	padding: 20px 5px 15px 5px;
	background-image: URL("../images/killshot_text_bg.png");
	font-size: 8pt;
	z-index: 4;
}