@charset "utf-8";

#fscBox {
	top:387px;
}

#topMainArea {
	float:left;
	width:580px;
}

#flashArea {
	padding:0 0 40px;
}

/* @group newsSect,infoSect ========================================================*/

#newsSect {
	padding:0 0 25px;
}

#newsSect dl,
#infoSect li {
	margin:0 0 0 5px;
	padding:10px 0 11px 8px;
	background:url(../share/images/dotline_x.png) left bottom repeat-x;
}

#newsSect dl {
	width:567px;
}

#newsSect dt {
	float:right;
	width:485px;
	line-height:1.2;
}

#newsSect .category {
	float:left;
	width:74px;
}

#newsSect .detail {
	clear:both;
	width:567px;
	padding-top:2px;
}

#newsSect .detail a,
#infoSect li a {
	display:block;
	padding-left:18px;
	background:url(../share/images/icon_link.png) 8px 7px no-repeat;
}

#newsSect .detail a.pdf,
#infoSect li a.pdf {
	background:url(../share/images/icon_pdf.png) 0 3px no-repeat;
}

#newsSect .detail a.blank,
#infoSect li a.blank {
	background:url(../share/images/icon_blank.png) 3px 6px no-repeat;
}

/* @end */


.home .rowSect {
	padding-bottom:25px;
}

.home .indBlock {
	width:280px;
}

.home .indBlock .thumb {
	float:none;
	width:auto;
	padding-bottom:10px;
}

.home .indBlock ul {
	padding:0 0 0 13px;
}

.home .indBlock li {
	padding-left:10px;
	background:url(../share/images/icon_link.png) 0 7px no-repeat;
}

#topSubArea {
	float:right;
	width:280px;
}

#topSubArea .section {
	width:280px;
	margin:0 0 22px;
	background:url(../images/top_side_bg.png) left top repeat-y;
}

#topSubArea .section .inner {
	padding:13px 15px 8px;
	background:url(../images/top_side_bg_btm.png) left bottom no-repeat;
}

#puSect .puBlock {
	position:relative;
	padding:139px 0 15px;
}

#puSect .puBlock dt {
	padding:0 0 5px;
}

#puSect .puBlock .thumb {
	position:absolute;
	top:0;
	left:0;
}

#puSect .puBlock .description {
	word-wrap:break-word;
}

#groupSect .groupList {
	padding:0 0 3px;
}

#groupSect .groupList li {
	float:left;
	width:125px;
}

#groupSect .groupList li a {
	float:left;
	padding-left:13px;
	background:url(../share/images/icon_blank.png) 0 6px no-repeat;
}

#groupSect .overSeas {
	margin:10px 0 0;
	padding:13px 0 6px;
	background:url(../share/images/dotline_x.png) left top repeat-x;
}

#groupSect .overSeas dt {
	padding:0 0 12px;
}

#groupSect .overSeas dd li,
#groupSect .overSeas dd li a {
	float:left;
	width:120px;
}

#groupSect .overSeas dd li {
	padding:0 0 10px;
}

#groupSect .overSeas dd li#osSanmiguel,
#groupSect .overSeas dd li#osSchincariol {
	float:right;
}


/* @group clearfix ----------------------------------------- */

#newsSect dl:after,
.groupList:after,
.overSeas ul:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}

* html #newsSect dl,
* html .groupList,
* html .overSeas ul {/* IE6 */
	zoom:1;
}

*:first-child+html #newsSect dl,
*:first-child+html .groupList,
*:first-child+html .overSeas ul {/* IE7 */
	zoom:1;
}

/* @end */


