@charset "utf-8";
/* CSS Document */

#TopContents {
	background-image: url(../images/ContentsFooter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 760px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top:30px;
	padding-bottom:30px;
}
#TopFlashHeader{
	background-image:url(../images/ContentsHeaderTop.jpg);
	background-repeat:no-repeat;
	padding-top: 8px;
}
/* -----------------------------------------------------------------------

	WhatsNew
	
-----------------------------------------------------------------------*/
#WhatsNew{
	float:left;
	width:460px;
	height:200px;
	background-image: url(../images/WhatsNewBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size:12px;
}
#WhatsNewTitle{
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/TitleWhatsNew.gif);
	background-repeat:no-repeat;
	height: 15px;
	width: 134px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:460px;
	margin-bottom:15px;
	}

#WhatsNew ul {
	overflow:auto;
	height:180px;
	text-align: left;
}
#WhatsNew li{
width:420px;
	margin-left:10px;
	padding-bottom:3px;
	margin-bottom:3px;
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#WhatsNew li.NewIcon {
	background-image:url(../images/NewsIcon.gif);
}
#WhatsNew .Date{
	float:left;
	text-align:right;
	width:90px;
}
#WhatsNew .Text{
	text-align: left;
	width:320px;
	float:right;
}
#WhatsNew .Text a{
	color: #CC6600;
}
/* -----------------------------------------------------------------------

	TopButton
	
-----------------------------------------------------------------------*/
#TopButton{
width:280px;
margin-left:20px;
float:right;
}
