@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	font-family: "Segoe UI Light", "Segoe UI", Arial, Helvetica, sans-serif;
	background: url(/theme/mercury/images/mediastory/body_bg.jpg);
}

.index_box {
	width: 1120px;
	margin: 0 auto;
}

.header {
	height: 76px;
	background: url(/theme/mercury/images/mediastory/index_headerbg.jpg);
}

.header_title {
	font-size: 40px;
	color: #03bffe;
	float: left;
	display: block;
	margin: 5px 0 0 62px;
}

.CL_logo {
	float: right;
	margin: 10px 50px 0 0;
}

.main_con {
	background: url(/theme/mercury/images/mediastory/main_conbg.jpg);
}

.main_con_des {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	margin: 0 58px 10px 62px;
	padding-top: 37px;
}

.stay_tuned {
	font-size: 16px;
}

.free {
	width: 1017px;
	height: 330px;
	background: url(/theme/mercury/images/mediastory/free_box.png);
	margin: 0 auto;
}

.free_title {
	color: #FFFFFF;
	font-size: 30px;
	display: block;
	margin: 0px 0 0 30px;
	padding: 20px 0 0 0;
}

.thumbbox {
	margin: 10px 0px 10px 30px;
}

.thumbnail {
	float: left;
	margin-right: 15px;
}

.thumbnail_hover {
	position: absolute;
	display:none;
}
.thumbnail_hover:hover {
    position: absolute;
}

.thumbnail a {
	text-decoration: none;
}

.thumbnail .topimg {
	
}

.thumbnail .name {
	color: #FFFFFF;
	text-align: center;
	display: block;
	line-height: 35px;
	background: #151b20;
}

.thumbnail .name a {
	text-decoration: none;
}

.thumbnail .download_btn a {
	display: block;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #0099d3;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	width: 140px;
	margin: 0 auto;
	height: 30px;
	margin-top: 20px;
}

.thumbnail .download_btn a:hover {
	background: #35c7fe
}

.thumbnail .download_btn a:active {
	background: #004973
}

.comingsoon {
	font-size: 16px;
	color: #FFFFFF;
	margin: 5px 0 0px 75px;
	padding-bottom: 50px;
}

.footer {
	background: url(/theme/mercury/images/mediastory/footer.jpg) top
		no-repeat;
	height: 50px;
}

.footer_txt {
	color: #5f82a1;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
}

.footer_txt a {
	color: #5f82a1;
	text-decoration: underline;
}

.clear {
	clear: both;
}

img {
	border: 0px
}


.message {
    color: #7593AE;
    font-size: 14px;
    padding-right: 40px;
    text-align: right;
}