@charset "utf-8";
/* CSS Document */

.content-trophy {
    position: relative;
    z-index: 1;
}
.trophy-page {
	width: 950px;
	padding: 40px 30px 52px 60px;
	overflow: hidden;
}
.trophy-page a {
	color:#1c94be;
	text-decoration: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
.trophy-page .left-side{
	width: 550px;
	float: left;
	display: block;
	padding-right: 30px;
}
.trophy-page .left-side p.margin-bottom {
	margin-bottom: 22px;
}
.trophy-page .left-side .clear-left {
	clear: left;
}
.trophy-page .left-side p{
	color: #5c5954;
	font-size: 14px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.trophy-page .left-side img{
	display: block;
	margin-bottom: 30px;
	margin-right: 35px;
	float: left;
}
.trophy-page .right-side{
	width: 370px;
	float: right;
	display: block;
}
.trophy-page .right-side img{
    position: absolute;
	z-index: 10;
	margin-bottom: 25px;
	top: 295px;
	left: 695px;
}
.trophy-page .right-side .box-win {
	width: 316px;
	padding: 26px 26px 26px 28px;
	background: #f6f5f3;
	position: absolute;
	top: 560px;
	left: 640px;
}
.trophy-page .right-side .box-win p{
	color: #5c5954;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.trophy-page .right-side .box-win span{
	color:#202020;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 19px;
}