/* Promotion Banner --------------------------------------------------------------------------------------------------------------------------- */
.Main_LT {
	position:relative;
	overflow:auto;
}
.Main_Promotion {
	position:relative;
	width:710px;
	height:210px;
	overflow:hidden;
	border:1px solid #cea87e;
	border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
}
.Main_Promotion li {
	position:absolute;
}
.Main_Promotion .ProBan {
	z-index:100; 
}
.Main_Promotion .ProPage {
	right:10px;
	bottom:10px;
	z-index:200;
}
.Main_Promotion .ProPage img {
	width:100%;
	height:100%;
}
.Main_Promotion .ProPage p {
	width:18px;
	height:18px;
	margin-left:3px;
	background:url(/web-contents/images/sites/banner/banner_promotion_page_cs.png) no-repeat;
	background-position:0px 0px;
	background-repeat:no-repeat;
	float:left;
	cursor:pointer;
}
.Main_Promotion .ProPage p:hover {
	background-position:-22px 0px; 
}
.Main_Promotion .ProPage p.ProPage_On {
	background-position:-22px 0px;
}

/* HOT Items --------------------------------------------------------------------------------------------------------------------------- */
.Main_HItem {
	position:relative;
	width:225px;
	height:210px;
	margin:0px 0px 0px 15px;
	/*background:url(/web-contents/images/sites/main_cs/hotitem_bg.jpg) no-repeat 0px 0px;*/
	border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
}
.Main_HItem_en {
	background:url(/web-contents/images/sites/hotitem/hotitem_bg_en.jpg) no-repeat 0px 0px;
}
.Main_HItem_de {
	background:url(/web-contents/images/sites/hotitem/hotitem_bg_de.jpg) no-repeat 0px 0px;
}
.Main_HItem_fr {
	background:url(/web-contents/images/sites/hotitem/hotitem_bg_fr.jpg) no-repeat 0px 0px;
}
.Main_HItem_es {
	background:url(/web-contents/images/sites/hotitem/hotitem_bg_es.jpg) no-repeat 0px 0px;
}
.Main_HItem li {
	/*border:1px solid red;*/
}
.Main_HItem .HItem_More {
	position:absolute;
	top:16px;
	right:13px;
	width:45px;
	height:12px;
	cursor:pointer;
}
.Main_HItem .HItem_More img {
	width:100%;
	height:100%;
}
.Main_HItem .HItem_Item {
	width:100%;
	height:150px;
	margin-top:55px;
}
.Main_HItem .HItem_Item .HItem_Icon {
	position:relative;
	width:119px;
	height:107px;
	margin:auto;
	background:url(/web-contents/images/sites/hotitem/hotitem_new_bg.jpg) no-repeat 0px 0px;
}
.Main_HItem .HItem_Item .HItem_Icon img {
	position:absolute;
	top:28px;
	right:31px;
	cursor:pointer;
}
.Main_HItem .HItem_Item .HItem_Con {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	line-height:120%;
	text-align:center;
	text-transform:uppercase;
	margin-top:7px;
}
.Main_HItem .HItem_ArL {
	position:absolute;
	top:80px;
	left:1px;
	width:24px;
	height:77px;
	background:url(/web-contents/images/sites/hotitem/hotitem_arr_l_off.png) no-repeat 0px 0px;
	cursor:pointer;
}
.Main_HItem .HItem_ArL:hover {
	background:url(/web-contents/images/sites/hotitem/hotitem_arr_l_on.png) no-repeat 0px 0px;
}
.Main_HItem .HItem_ArR {
	position:absolute;
	top:80px;
	right:0px;
	width:24px;
	height:77px;
	background:url(/web-contents/images/sites/hotitem/hotitem_arr_r_off.png) no-repeat 0px 0px;
	cursor:pointer;
}
.Main_HItem .HItem_ArR:hover {
	background:url(/web-contents/images/sites/hotitem/hotitem_arr_r_on.png) no-repeat 0px 0px;
}



/* News --------------------------------------------------------------------------------------------------------------------------- */
.Main_News {
	position:relative;
	width:710px;
	min-height:500px;
	color:#74605b;
	margin-top:18px;
}
/* News Title */
.NewsTitle {
	position:relative;
	width:710px;
	height:58px;
	background-image:url(/web-contents/images/sites/news/news_title_bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.NewsTitle li {
	position:absolute;
}
.NewsTitle .NewsTitleImg {
	top:0px;
	left:0px;
}
.NewsTitle .NewsMore {
	top:15px;
	right:0px;
	text-align:right;
}
/* Right Hot item */
.R_HOTITEM {
	position:relative;
	width:212px;
	height:520px;
	margin-top:30px;
	margin-bottom:20px;
}

.R_HOTITEM_BG {
	background-image:url(/web-contents/images/sites/hotitem/hot-item_bg.jpg);width:212px;height:490px;
}

.R_HOTITEM .R_HOTITEM_CONTENT {
 		padding-top:10px;
 		height:80px;
}

.R_HOTITEM .R_HOTITEM_Con {
	height:28px;
	margin:0px 0px 0px 90px;
}
.R_HOTITEM R_HOTITEM_Con li {
	white-space:nowrap;
	float:left;
}

.R_HOTITEM .R_HOTITEM_C {
	line-height:130%;
	color:#9c3802;
	margin:0px 0px 0px 90px;
}
.R_HOTITEM .R_HOTITEM_C p {
	margin:8px 0px 0px 0px;
}

.R_HOTITEM .R_HOTITEM_Con .R_HOTITEM_T {
	max-width:130px;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000000;
	font-size:14px;
}

.R_HOTITEM .R_HOTITEM_Con .R_HOTITEM_T a{
	color:#ffffff;
	font-size:12px;
}

.R_HOTITEM .R_HOTITEM_Icon {
	position:absolute;	
	left:5px;

}
.R_HOTITEM .R_HOTITEM_Icon_image {
	width:64px;
	height:64px;
	top:5px; left:5px;
	position:relative;
}

.R_HOTITEM .R_HOTITEM_NEW {
	width:74px;height:74px;background:url(/web-contents/images/sites/hotitem/hotitem_thum_bg.png);
	position:relative;
}


/* Latest News */
.LatestNews {
	position:relative;
	width:710px;
	height:140px;
	margin-top:10px;
	margin-bottom:10px;
}
.LatestNews .MNews_Date {
	position:absolute;
	top:0px;
	left:0px;
	width:80px;
	height:100px;
}
.LatestNews .MNews_Date p {
	font-size:15px;
	color:#666666;
	text-align:center;
	font-weight:bold;
}
.LatestNews .MNews_Icon {
	position:absolute;
	top:0px;
	left:5px;
}

.LatestNews .MNews_Icon .MNews_Icon_image {
	width:216px;
	height:128px;
}

.LatestNews .MNews_Icon .MNews_Icon_image_dot {
	width:216px;height:128px;
}

.LatestNews .MNews_Icon_Event {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_event.png);
}
.LatestNews .MNews_Icon_News {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_news.png);
}
.LatestNews .MNews_Icon_Update {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_update.png);
}
.LatestNews .MNews_Icon_event {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_event.png);
}
.LatestNews .MNews_Icon_news {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_news.png);
}
.LatestNews .MNews_Icon_update {
	margin-top:-128px;width:216px;height:128px;background:url(/web-contents/images/sites/news/news_icon_update.png);
}

/* Latest News_Contents */
.LatestNews .MNews_Con {
	height:28px;
	margin:0px 0px 0px 230px;
}
.LatestNews .MNews_Con li {
	white-space:nowrap;
	float:left;
}

.LatestNews .MNews_Con .MNews_T {
	max-width:380px;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
}
.LatestNews .MNews_Con .MNews_SNS {
	width:90px;
	margin:0px 0px 0px 10px;
}
.LatestNews .MNews_C {
	line-height:130%;
	color:#666666;
	margin:0px 0px 0px 230px;
	Max-Height:120px;
	overflow-Y:hidden;
	width:450px;
}
.LatestNews .MNews_C .content_new_frame{	
	Max-Height:90px;
	overflow-Y:hidden;
	width:450px;
}
.LatestNews .MNews_C .content_new_frame pre {
	
	Max-Height:90px;
	overflow-Y:hidden;
	width:450px;
	word-break: break-word;
}
.LatestNews .MNews_C p {
	margin:8px 0px 0px 0px;
}

/* Nwes Contents */
.NewsContents {
	display:none;
}
.NewsContents p {
	font-size:12px;
	color:#74605b;
}
.NewsContents .NewsImage {
	width:628px;
	height:158px;
	border-radius:5px;
	border:1px solid #ffffff;
	margin:0px 0px 10px 0px;
	overflow:hidden;
}



/* Multimedia --------------------------------------------------------------------------------------------------------------------------- */
.Main_Multi {
	margin:30px 0px 20px 0px;
}
/* Title Tab */
.MultiTab {
	position:relative;
	height:32px;
	border-bottom:1px solid #9d7f2f;
}
.MultiTab li {
	width:118px;
	height:25px;
	color:#cab170;
	font-weight:bold;
	text-align:center;
	margin:0px 2px 0px 0px;
	padding:7px 0px 0px 0px;
	background:url(/web-contents/images/sites/media/multi_tabbg_off.gif) repeat-x;
	border:1px solid #5e3c1f;
	border-bottom:none;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	float:left;
	cursor:pointer;
}
.MultiTab .Tab_Obj {
	background-color:#f0e2c3;
}
.MultiTab .Tab_Obj:hover {
	color:#930404;
	background:url(/web-contents/images/sites/media/multi_tabbg_on.gif) repeat-x;
	border-color:#9d7f2f;
}
.MultiTab .Tab_Obj_On {
	color:#930404;
	background:url(/web-contents/images/sites/media/multi_tabbg_on.gif) repeat-x;
	border-color:#9d7f2f;
}
.MultiTab img.TabName {
	margin-top:6px;
}
.MultiTab .Tab_More {
	position:absolute;
	right:0px;
	top:5px;
	padding:0px;
	margin:0px;
	text-align:right;
	background:none;
	border:none;
}

/* Multimedia List */
.Main_Multi .Multi_List {
	position:relative;
	width:660px;
	height:85px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 50px;
}
.Main_Multi .Multi_List .Multi_Thumb {
	width:103px;
	height:80px;
	padding:0px 10px 0px 10px;
	float:left;
}

/* Multimedia Btn : Arrow */
.Main_Multi .Multi_List .Multi_Arr {
	position:absolute;
	top:0px;
	width:25px;
	height:80px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}
.Main_Multi .Multi_List .Arr_L {
	left:0px;
	background-image:url(/web-contents/images/sites/media/multi_arr_l_off.gif);
}
.Main_Multi .Multi_List .Arr_L:hover {
	background-image:url(/web-contents/images/sites/media/multi_arr_l_on.gif);
}
.Main_Multi .Multi_List .Arr_R {
	right:0px;
	background-image:url(/web-contents/images/sites/media/multi_arr_r_off.gif);
}
.Main_Multi .Multi_List .Arr_R:hover {
	background-image:url(/web-contents/images/sites/media/multi_arr_r_on.gif);
}

/* Right Banner : Guide & Download */
/*
.R_BanGD {
	position:relative;
	width:212px;
	height:80px;
	margin:13px 0px 0px 0px;
	background-image:url(/web-contents/images/sites/banner/banner_r_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	cursor:pointer;
}
.R_BanGD li {
	position:absolute;
	top:0px;
	width:106px;
	height:80px;
	background-repeat:no-repeat;
}
.R_BanGD .GD_EN {background-image:url(/web-contents/images/sites/banner/ban_gd_en.png); }
.R_BanGD .GD_DE {background-image:url(/web-contents/images/sites/banner/ban_gd_de.png); }
.R_BanGD .GD_FR {background-image:url(/web-contents/images/sites/banner/ban_gd_fr.png); }
.R_BanGD .GD_ES {background-image:url(/web-contents/images/sites/banner/ban_gd_es.png); }
.BanGD_L		{background-position:0px 0px; left:0px; }
.BanGD_L:hover	{background-position:-106px 0px; }
.BanGD_R 		{background-position:0px -80px; left:106px; }
.BanGD_R:hover	{background-position:-106px -80px; }

.R_BanGD img {
	width:106px;
	height:80px;
	cursor:pointer;
}
*/
/* Right : Ranking */
/*
.Ranking {
	margin:20px 0px 0px 0px;
}
.RankingT {
	position:relative;
	height:30px;
}
.RankingT li {
	position:absolute;
}
.RankingT .RankingTitle {top:0px; left:0px; }
.RankingT .Ranking_More {top:3px; right:0px; }
*/
/* Title Tab */
/*
.RankingTab {
	position:relative;
	height:33px;
	border-bottom:1px solid #9d7f2f;
}
.RankingTab li {
	position:absolute;
	top:0px;
	width:103px;
	height:25px;
	color:#cab170;
	font-weight:bold;
	text-align:center;
	margin:0px 2px 0px 0px;
	padding:7px 0px 0px 0px;
	background:url(/web-contents/images/sites/ranking/multi_tabbg_off.gif) repeat-x;
	border:1px solid #5e3c1f;
	border-bottom:none;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	cursor:pointer;
}
.RankingTab .RT_L {left:0px; }
.RankingTab .RT_R {right:-2px; }
.RankingTab .Tab_Obj {
	background-color:#f0e2c3;
}
.RankingTab .Tab_Obj:hover {
	height:26px;
	color:#930404;
	background:url(/web-contents/images/sites/ranking/rank_tabbg_on.gif) repeat-x;
	border-color:#9d7f2f;
}
.RankingTab .Tab_Obj_On {
	height:26px;
	color:#930404;
	background:url(/web-contents/images/sites/ranking/rank_tabbg_on.gif) repeat-x;
	border-color:#9d7f2f;
}
.RankList {
	padding:9px;
	background:#ded0a9;
	border:1px solid #9d7f2f;
	border-top:none;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
}
.RankList .RankSv {
	padding:5px 0px 10px 0px;
}
select.SelServer {
	width:190px;
}
span.SvList{
	height:17px;
	font-weight:bold;
	padding:3px 15px 0px 4px;
    border:1px solid #ae873a;
    background-color:#ffffff;
    background-image:url(/web-contents/images/sites/main_cs/select_arrow.gif);
    background-position:right top;
}
.RankList .RankPS {
	height:31px;
	border-top:1px solid #cbc0a0;
	border-bottom:1px solid #e6d6a8;
}
.RankList .RkTop {border-top:none; }
.RankList .RkBot {border-bottom:none; }

.RankList .RankPS li {
	font-size:11px;
	float:left;
}
.RankList .Ranker li {
	color:#333333;
	font-weight:bold;
}

.RankList .RankPS .RankNb {
	width:18px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin-top:8px;
}
.RankList .Ranker .RankNb {
	margin:0px;
}
.RankList .RankPS .RankJb {
	width:28px;
	margin-top:3px;
	margin-left:3px;
}
.RankList .RankPS .RankLv {
	width:35px;
	margin-top:8px;
}
.RankList .RankPS .RankFR {
	width:28px;
	margin-top:7px;
}
.RankList .RankPS .RankNn {
	width:75px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:8px;
}
*/


#layerpopup_dday{
	/* display:none; 
	opacity:0.7;
	border-radius:10px;
	*/
	position:fixed;
	top:0;
	left:50%;
	margin:347px 0px 0px 506px; 
	width:131px;
	height:230px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	z-index:9999;
	
}

.R_Ban_Patch { 
									width:212px;
									height:88px;
									margin-top:20px;
									margin-left:0px;
									background-repeat:no-repeat;
									background-position:0px 0px;
									cursor:pointer;
					
									background-image:url(/web-contents/images/sites/banner/update_banner_side_de.png);
}