@charset "UTF-8";

/******************************************************
*	
*	1. about style
*	2. latest style
*	3. activities style
*	4. news style
*	5. bnBlock style
*	6. english style
*	
******************************************************/


/*  1. about style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#about {
	display: inline;
	float: left;
	width: 320px;
	background: url(../../../img/index_about_bg.gif) no-repeat left bottom;
}

#about .inner {
	padding: 18px;
}

#about .inner p {
	font-size: 93%;
}

#about .inner .catch {
	margin-bottom: 12px;
}

#about .inner .btn {
	margin-top: 16px;
	text-align: right;
}





/*  2. latest style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#latest {
	display: inline;
	float: right;
	width: 560px;
	padding-bottom: 25px;
	background: url(../../../img/index_latest_bg.gif) no-repeat left bottom;
}

#latest .inner {
	position: relative;
	padding: 8px 20px 0 15px;
}

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 0 }
	.coda-slider { background: none }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: hidden !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 525px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 525px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { /*padding: 20px*/ }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	/*.coda-slider-wrapper { clear: both; overflow: auto }*/
	.coda-slider { /*float: left;*/ overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }

#latest #coda-nav-1 {
	position: absolute;
	top: 8px;
	left: 25px;
	_left: 0;
	width: 204px;
	z-index: 1000;
}

#latest #coda-nav-1 li {
	display: inline;
	float: left;
	margin: 0 8px 3px 0;
}

#latest #coda-nav-1 li a:link,
#latest #coda-nav-1 li a:visited,
#latest #coda-nav-1 li a:active {
	display: block;
	padding-top: 8px;
}

#latest #coda-nav-1 li a.current,
#latest #coda-nav-1 li a:hover {
	display: block;
	padding-top: 8px;
	background: url(../../../img/index_latest_arrow.gif) no-repeat center top;
}

#latest .panel {
	width: 525px;
}

#latest .panel .left {
	width: 200px;
	padding-top: 70px;
	/*padding-top: 120px;*/
	margin-left: 10px;
}

#latest .panel h3 {
	padding-bottom: 8px;
}

#latest .panel p {
	line-height: 1.4em;
	font-size: 93%;
}

#latest .panel .btn {
	margin-top: 20px;
	text-align: right;
}

#latest .panel .pht {
	display: inline;
	float: right;
}





/*  3. activities style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#activities {
	display: inline;
	float: left;
	width: 620px;
	background: url(../../../img/index_act_bg.gif) no-repeat left bottom;
}

#activities .inner {
	padding: 16px 20px 24px;
}

#activities .cont {
}

#activities .cont h3 {
	padding-bottom: 8px;
}

#activities .cont p {
	line-height: 1.4em;
	font-size: 93%;
}

#activities .cont .btn {
	margin-top: 8px;
	text-align: right;
}

#activities .cont.left,
#activities .cont.right {
	width: 274px;
}

#activities .cont .text {
	display: inline;
	float: right;
	width: 136px;
}

#activities .cont .text p {
	padding-left: 10px;
}

#activities .cont .pht {
	display: inline;
	float: left;
}





/*  4. news style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#news {
	display: inline;
	float: right;
	width: 260px;
	/*
	min-height: 200px;
	_height: 200px;
	*/
	background: url(../../../img/index_news_bg.gif) no-repeat left bottom;
}

#news .inner {
	padding: 0 10px 20px 15px;
}

#news dl {
	margin-top: 10px;
	width: 230px;
	font-size: 77%;
	line-height: 1.4em;
}

#news dl dt {
	display: inline;
	float: left;
	width: 80px;
}

#news dl dd {
	display: inline;
	float: right;
	width: 150px;
}

#news .btn {
	margin-top: 12px;
	text-align: right;
}





/*  5. bnBlock style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#bnBlock {
	display: inline;
	float: right;
	width: 260px;
	margin-top: 24px;
	background: url(../../../img/index_news_bg.gif) no-repeat left bottom;
}

#twitterBn {
	display: none;
}




/*  6. english style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

.en #activities .cont .text {
	display: block;
	float: none;
	width: auto;
	margin-top: 16px;
}

.en #activities .cont .pht {
	display: block;
	float: none;
}
