@charset "utf-8";

body {
	background-color: #F8F8F8;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	height: 80px;
	margin: 0 auto 40px;
	padding: 0;
	text-align: center;
	text-indent:-1000em;
}

#eawards {
	background-image: url(background_awards.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 550px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 700px;
}

#eawards .item {
	background-color: #585858;
	border-radius: 20px;
	border: 3px solid #FFF;
	cursor: default;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight: bold;
	height: 80px;
	line-height: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 135px;
}

#eawards .item-1 {
	left: 275px;
	top: -6px;
}

#eawards .item-2 {
	left: 60px;
	top: 133px;
}

#eawards .item-3 {
	right: 56px;
	top: 142px;
}

#eawards .item-4 {
	right: 56px;
	top: 312px;
}

#eawards .item-5 {
	left: 57px;
	top: 308px;
}

#eawards .item-6 {
	bottom: -6px;
	left: 278px;
}

#eawards .item-disabled {
	color: #CCC;
	opacity: 0.4;
}

#eawards .item .inner {
	display: inline-block;
	line-height: normal;
	margin-left: -5px;
	vertical-align: middle;
	width: 95%;
}

#eawards .item:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0px;
}

#eawards .item a {
	color: #FFF;
	cursor: pointer;
	padding: 10px 0;
	text-decoration: none;
}

#eawards .item a:hover {
	color: #EEF;
}

#eawards .item a:visited {
	outline: 1px dotted #888;
}

.tooltip {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	z-index: 9999;
}

.tooltip .body {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	border: 2px solid #000;
	padding: 10px;
}

.tooltip .body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tooltip .body ul li {
	padding-left: 12px;
	position: relative;
}

.tooltip .body ul li:before {
	content: "•";
	left: 0;
	position: absolute;
}