/* Download Client & Patch -------------------------------------------------------------------------------------------- */
/* Patch Download*/
.DClient	{background:url(/web-contents/images/sites/download/gamedown_client_bg.jpg) no-repeat 0px 0px; }
.DPatch		{background:url(/web-contents/images/sites/download/gamedown_patch_bg.jpg) no-repeat 0px 0px; }
.Down_CP {
	position:relative;
	width:100%;
	height:210px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.Down_CP li {
	position:absolute; 
	top:15px; 
	cursor:pointer; 
}
.Down_CP .DownLoad_Btn1 {left:98px; }
.Down_CP .DownLoad_Btn2 {left:218px; }
.Down_CP .DownLoad_Btn3 {left:338px; }
.Down_CP .DownLoad_Btn4 {left:458px; }
.Down_CP .Forum_Btn {left:425px; top:40px; }
.Down_CP .Support_Btn {left:425px; top:80px; }

.Down_CP .DownLoad_Tip {
	top:150px !important;
	left:0px;
	width:100%;
	color:#757064;
	text-align:center;
	cursor:default;
}
.Down_CP .DownLoad_Tip img {margin:0px 5px -4px 0px;}


/* Partners Banner */
.Down_Partner {
	padding:5px;
	background:#dcdad5;
	border-radius:5px;
	margin:0px 0px 30px 0px;
	overflow:auto;
}
.Down_Partner li {
	width:208px;
	height:58px;
	margin:5px;
	background:#fcf8ed;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #bbb29b;
	overflow:hidden;
	cursor:pointer;
	float:left;
}

/* System Requirements */
.Down_Req {
	width:100%;
	table-layout:fixed;
	margin:0px 0px 30px 0px;
	border-collapse:collapse;
	border-top:1px solid #d0ccc1;
	border-bottom:1px solid #d0ccc1;
}
.Down_Req th,td {
	height:29px;
	color:#757064;
	text-align:center;
}
.Down_Req th {
	font-size:12px;
	color:#333333;
	text-align:center;
	background:#dcdad5;
	border-bottom:1px solid #d0ccc1;
}
.Down_Req td {
	color:#757064;
	text-align:center;
	background:#ffffff;
	border-bottom:1px solid #e6e2d6;
	border-right:1px solid #e6e2d6;
}
.Down_Req td.ReqBottom {
	border-bottom:1px solid #d0ccc1;
	border-right:1px solid #e6e2d6;
}
.Down_Req .ReqRight {
	color:#355274 !important;
	border-right:none !important;
}

/* System Requirements */
.Down_Driver {
	overflow:auto;
}
.Down_Driver li {
	width:33%;
	border-right:1px solid #e5e5e5;
	float:left;
}
.Down_Driver li.DriverEnd {
	border:none !important;
}
.Down_Driver p {
	text-align:center;
}
.Down_Driver p.DriverValue {
	color:#666666;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}

/* Multimedia -------------------------------------------------------------------------------------------- */
.Down_Music {
	margin-bottom:10px;
	padding:3px;
	background:#e6d9af;
	border-radius:9px;
}
.Down_Music ul {
	padding:13px 0px 10px 0px;
	background-color:#efe7d2;
	background-image:url(/web-contents/images/sites/download/multimedia_music_icon.jpg);
	background-repeat:no-repeat;
	background-position:20px 13px;
	border-radius:6px;
	border:1px solid #ffffff;
}
.Down_Music li {
	margin-left:85px;
}
.Down_Music .MusicTitle {
	height:18px;
	font-size:12px;
	color:#ff6600;
	font-weight:bold;
}
.Down_Music .MusicDesc {
	color:#757064;
}
.Down_Music .MusicDown {
	padding-top:8px;
}

.ThumbScreenshot {
	width:158px;
	height:118px;
	margin:auto;
	padding:5px;
	background:#e1d6bf;
	border-radius:5px;
	cursor:pointer;
}
.ThumbScreenshot:hover		{background:#cc6600;cursor:pointer; }
.ThumbScreenshot:hover img	{ border:1px solid #ffffff; }
.ThumbScreenshot img		{  border:1px solid #e1c888; }