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

/****** Please Add/Modify @common.css as need first. *******************/

body {
	font-family:Arial, "細明體";
	margin: 0px;
	padding: 0px;
	/*CAN not put this bg in body and need put to an wrapper.
	as when very short conent,the bottom will have many blank with unwant BG.
	background-image: url(../images/subpage_bg.jpg);*/
	background-image: url(../images/bg_index.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 15px;
	line-height: 23px;
}

/*ADD */
.subpage_title{ /*As always chg, Should move to .css here*/
	width:100%; /*height:50px; padding-top:30px;*/
	color:#bfa421; font-size:24px;font-weight: bold;
	padding-top:30px;margin-bottom: 20px;
}

#wrapper { /*ADD need it right after body. */
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/subpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#header {
	font-family:Arial, Helvetica, sans-serif;
	/*NOT FOUND,background-image: url(../images/top_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.jpg);
}
#weather {
	float: none;
	height: 27px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
	padding-top: 54px;
	text-align: right;
	vertical-align:middle;
}
#weather .weather_date{
	height:27px;
	vertical-align:top;
}

#version {
	background-image: url(images/version_bg.gif);
	width: 989px;
	height: 42px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-right: 10px;
}
.version_btn {
	font-size: 15px;
	line-height: 43px;
	color: #032567;
	text-decoration: none;
	padding-right: 30px;
}
.version_btn a {
	font-size: 15px;
	line-height: 43px;
	color: #032567;
	text-decoration: none;
}
.version_btn a:hover {
	color: #032567;
	text-decoration: underline;
	
}
.version_btn_selected {
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #d90000;
	text-decoration: none;
	padding-right: 30px;
}



#logo {
/*
	background-image: url(images/logo_bg.jpg);
*/	
	width: 959px;
	height: 40px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: left top;
}



#menu_bg {
	/*background-image: url(../images/top_menu_bg.png);*/
	width: 709px;
	height: 56px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	/*background-repeat: no-repeat;
	background-position: right bottom;IE6 PROBLEM*/
	padding-left: 260px;
	padding-right: 30px;
	padding-top: 30px;
}

#header_menu_bg{ /*Fix IE6 problem of background-position: right bottom; ,BY Add this div on the top of #menu_bg */
	height: 170px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/top_menu_bg.png) top left no-repeat;
}

.menu_btn ul,li {
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	list-style-position: outside;
	display:block;
	white-space:nowrap;
	display:inline;
	padding: 0;
	margin-top: 0;
	margin-right: 00;
	margin-bottom: 0;
	margin-left: 0;	
}

.menu_btn {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 13px;
}
.menu_btn a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_btn a:hover {
	font-size: 16px;
	color: #FC0;
	text-decoration: underline;
}

/*ADD */
.menu_selected, .menu_selected a {
	color: yellow;
}


#menu_bar {
	width: 959px;
	height: 5px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #032567;
}

#menu_w_bar {
	width: 959px;
	height: 1px;
	float: none;
	margin-left:auto;
	margin-right:auto;
}

#mid {
	background-color: #01396a;
	float: none;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 10px;
	clear: both;
	min-height: 690px;
}
#mid_subpage {
	float: none;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	padding-bottom: 30px;
	vertical-align:top;
}
#left {
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 418px;
	width: 286px;
	
	position: relative;
}


#right_subpage {
	width: 618px;
	float: right;
	clear: none;
	position: relative;
	background-image: url(../images/subpage_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*too high,can be better //min-height: 690px;*/
	min-height: 390px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 45px;
	overflow:hidden;/*avoid sometime IE6 overflow*/
}
#bottom_subpage {
	width: 713px;
	clear: both;
	position: relative;
	background-image: url(../images/subpage_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
	padding-left: 286px;
	margin-right: auto;
	margin-left: auto;
	background-color: #01396a;
	padding-bottom: 10px;
}
#right {
	width: 713px;
	float: right;
	clear: none;
	position: relative;
}
#r1 {
	width: 713px;
}
#r2 {
	width: 713px;
	background-image: url(../images/canlender_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	clear: both;
	padding-top: 17px;
}
#r3 {
	width: 673px;
	height: 151px;
	background-image: url(../images/albim_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}


#muti_banner {
	width: 379px;
	height: 296px;
	float: right;
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	/* background-image:url(images/muti_banner.jpg); */
}
#banner {
	width: 343px;
	height: 30px;
	padding-top: 222px;
	padding-left: 10px;
	background-image: url(../images/banner_pic.jpg);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	text-align: right;
}
.muti_selected_no {
	color: #f7da00;
	text-decoration: none;
	width: 20px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	background-color: #852528;
	font-size: 12px;
}
.muti_selected_no a {
	color: #f7da00;
	text-decoration: inderline;
	width: 20px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	border: 1px solid #FFF;
	background-color: #852528;
	text-align: center;
}
.muti_selected_no a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.muti_no {
	color: #FFF;
	text-decoration: none;
	width: 20px;
	float: left;
	font-size: 12px;
}
.muti_no a {
	color: #FFF;
	text-decoration: none;
	width: 20px;
	float: left;
	line-height: 20px;
	border: 1px solid #FFF;
	background-color: #011337;
	text-align: center;
}
.muti_no a:hover {
	color: #6FC;
	text-decoration: none;
	float: left;
	line-height: 20px;
}
.muti_t {
	color: #FFF;
	text-decoration: none;
	float: left;
	font-size: 12px;
}
#muti_t {
	width: 343px;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	text-align:center;
}



#news {
	width: 299px;
	height: 276px;
	float: left;
	background-image:url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
}
#news1 {
	width: 299px;
	height: 228px;/*236*/
	margin-bottom:8px;/*ADD*/
	overflow:hidden;
}

.news_header {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.news_header2 { /*chg now*/
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
.news_title {
	font-size: 16px;
	color: #01396a;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.news_t_div{/*add as chg*/
padding-top:3px;height:20px;line-height:20px;overflow:hidden;
}
.news_t {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
.news_t a {
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
.news_t a:hover {
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	
}
.new_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.news_title a {
	font-size: 16px;
	color: #01396a;
	text-decoration: none;
}
.news_title a:hover {
	font-size: 16px;
	color: #01396a;
	text-decoration: underline;
	
}
.news_date {
	font-size: 11px;
	color: #fff07e;
	text-decoration: none;
}




#more {
	width: 299px;
	height: 30px;
	float: right;
	text-align: right;
	padding-top: 5px;
}
.more {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.more a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.more a:hover {
	font-size: 12px;
	color: #FF0;
	text-decoration: underline;
	
}



#more2 {
	width: 120px;
	height: 20px;
	float: right;
	text-align: right;
	/*padding-top: 15px;/CHG now*/
}
.more2 {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.more2 a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.more2 a:hover {
	font-size: 12px;
	color: #FF0;
	text-decoration: underline;
	
}

.pic {
	border: 1px solid #a97c03;
	padding: 3px;
	margin-right: 1px;
}
.pic a{
	border: 1px solid #a97c03;
	padding: 3px;
	margin-right: 1px;
	background-color: #FFF;
}
.pic a:hover{
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 1px;
	background-color: #FFF;
}


#news_bar {
	width: 959px;
	height: 3px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}



#canlender {
	width: 242px;
	padding-right: 6px;
	padding-left: 22px;
	clear: both;
	float: left;
}
#acts {
	height: 175px;
	width: 420px;
	clear: right;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#acts_block{
	height: 165px;/*175-30-15*/
	width: 420px;
	overflow:auto;
}
.acts_header {
	font-size: 17px;
	color: #b99703;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.acts_t {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.acts_t a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.acts_t a:hover {
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	
}
.acts_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.acts_date {
	font-size: 11px;
	color: #F90;
	text-decoration: none;
}

#main_2 {
	width: 959px;
	height: 267px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #bd0000;
}
#message {
	width: 488px;
	height: 148px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/message_bg.jpg);
	text-align: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.message_t {
	font-size: 13px;
	color: #333;
}


#banners {
	width: 488px;
	height: 83px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/banner_s_bg.jpg);
	text-align: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 1px;
}
.banners_t {
	font-size: 13px;
	color: #FFF;
}



#album {
	width: 391px;
	height: 236px;
	float: right;
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.album_title {
	font-size: 17px;
	color: #fbed06;
	text-decoration: none;
	font-weight: bold;
}
.album_t {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.album_t a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.album_t a:hover {
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	
}
.album_date {
	font-size: 11px;
	color: #fbed06;
	text-decoration: none;
}



#sitemap {
	width: 899px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b18500;
	background-color: #01396a;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
}
#sitemap_area {
	width: 899px;
	height:100%;
	background-color:#01396a;
}
#sitemap a {
text-decoration: none;
}
.sitemap_title {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 21px;
}
.sitemap_title a {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.sitemap_title a:hover {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
}
.sitemap_t {
	font-size: 11px;
	color: #f0e6a9;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 18px;
	background-image: url(images/sitemap_dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 13px;
}
.sitemap_t a {
	font-size: 11px;
	color: #f0e6a9;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.sitemap_t a:hover {
	font-size: 11px;
	color: #f0e6a9;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
}



#copyright {
	width: 899px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #b18500;
	background-color: #01396a;
	color: #FFF;
	font-size: 11px;
	padding-top: 5px;
	clear:both;
}
#copyright_right {
	width: 200px;
	float: left;
	text-align: right;
}
#copyright_mid {
	width: 464px;
	float: left;
	text-align: left;
}
#copyright_left {
	width: 235px;
	float: left;
}
.copyright_t {
	font-size: 11px;
	color: #fff;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.copyright_t a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.copyright_t a:hover {
	font-size: 11px;
	color: #f9eea9;
	text-decoration: underline;
}
.copyright_btn {
	font-size: 13px;
	color: #f9eea9;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 18px;
}
.copyright_btn a {
	font-size: 13px;
	color: #f9eea9;
	text-align: left;
	text-decoration: none;
}
.copyright_btn a:hover {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}




#subpage_main {
	width: 999px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
}

#submenu_block {
	width:180px;
	float:right;
	margin-right:15px;
}

#submenu {
	width: 150px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	padding-left: 120px;
}
.submenu_line {

	height: 3px;
}
.submenu_1 {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #7F5F03;
	width: 170px;
	padding-bottom: 3px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom:3px;/*I/O submenu_line*/
}
.submenu_1 a {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 3px;
}
.submenu_1 a:hover {
	color: #FFF;
	text-decoration: underline;
	
}
.submenu_1_selected {
	font-size: 18px;
	color: #1d61a0;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #815F03;
	font-weight: bold;
	margin-bottom:3px;/*I/O submenu_line*/
}
.submenu_1_selected a {
	font-size: 18px;
	color: #1d61a0;
	text-decoration: none;
}
.submenu_1_selected a:hover {
	color: #1d61a0;
	text-decoration: underline;
	
}
.submenu_2 {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F2E8A3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F5F03;
	text-align: left;
}
.submenu_2 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.submenu_2 a:hover {
	color: #333;
	text-decoration: underline;
	
}
.submenu_2_selected {
	font-size: 16px;
	color: #7F5F03;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F5F03;
	text-align: left;
	font-weight: bold;
}
.submenu_2_selected a {
	font-size: 16px;
	/*color: #FFF;*/
	color: #7F5F03;
	text-decoration: none;
}
.submenu_2_selected a:hover {
	/*color: #FFF;*/
	color: #7F5F03;
	text-decoration: underline;	
}
.submenu_3 {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F2E6D5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #815F03;
	text-align: left;
}
.submenu_3 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.submenu_3 a:hover {
	color: #333;
	text-decoration: underline;
	
}
.submenu_3_selected {
	font-size: 16px;
	color: #815F03;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7F5F03;
	text-align: left;
	font-weight: bold;
}
.submenu_3_selected a {
	font-size: 16px;
	/*color: #000;*/
	color: #815F03;
	text-decoration: none;
}
.submenu_3_selected a:hover {
	/*color: #000;*/
	color: #815F03;
	text-decoration: underline;
	
}




#subpage_banner {
	width: 739px;
	float: right;
	margin-left:auto;
	margin-right:auto;
	height: 152px;
	padding-right: 32px;
	padding-left: 10px;
	background-image: url(images/subpage_banner.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	margin-top: 1px;
	margin-bottom: 3px;
}
#path {
	width: 739px;
	float: right;
	margin-left:10px;
	margin-right:32px;
	background-color: #dbd8c9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.path {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.path a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.path a:hover {
	color: #000;
	text-decoration: underline;
	
}
.path_selected {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.path_selected a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.path_selected a:hover {
	color: #000;
	text-decoration: underline;	
}


#content_title {
	width: 699px;
	font-size: 24px;
	font-weight:bold;
	/* font-size: 25px; */
	color: #00529b;
	text-decoration: none;
    margin-left: 268px;
	margin-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	position:relative;
	width: 699px;

	/*float: right;*/ /* louis */
	margin-left: 268px;
	margin-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height:400px;
}
.content_t {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_t a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.content_t a:hover {
	color: #000;
	text-decoration: underline;
	
}

.attachment_t {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.attachment_t a {
	color: #666;
	text-decoration: none;
}
.attachment_t a:hover {
	color: #666;
	text-decoration: underline;
}


#act_index_left {
	float: left;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#act_index_right {
	float: right;
	width: 259px;
	margin-right: auto;
	margin-left: auto;
}
#act_inner {
	float: none;
	width: 659px;
	margin-right: auto;
	margin-left: auto;
}

.title {
	font-size: 19px;
	font-weight: bold;
	color: #01396a;
	line-height: 40px;
}
.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #815f03 ;
}
.photo {
	padding: 2px;
	border: 1px solid #CCC;
}

/***** DOWNLOAD Template *****/
/* 	Modify @2012.12, file in "plugins\subpage_attachment\style.css" 
	Sometime will change color,put here.
*/

.download_title_main{ 
/* set display:none; if not show here, OR del it to show*/
	width:100%;
	height:50px;
	color:#bfa421; 
	font-size:24px;
	font-weight: bold;
	display:none;
}
#download .download_date {
	font-size: 13px;
	color: #F90;
	padding-top:3px;
}
/***** DOWNLOAD *****/

/***** structure Template *****/

#strucListName {
	margin:0;
	float:left;
	width:600px;
	text-align:left;
	margin-bottom:20px;
	/*min-height:600px;
	height:auto !important; /* fix for IE6 */
	/*height:600px;
	background-color:#e3e3e3;*/

}

#strucListName  .blockList {
	width:170px;
	margin:10px 10px;
	text-align:center;vertical-align:top;
	display:inline-block;
	/*overflow:hidden;*/
}

#strucListName  .blockList {
 *display:inline;/*Fix IE6/IE7 NOT support inline-block*/
}

#strucListName  .blockList a{
	color:#11708E;
	font-size:13px;
	text-decoration: none;
}

#strucListName  .blockList a:hover{
	color:#11708E;
	font-size:13px;
	text-decoration: underline;
}

#strucListName  .thumb_m {
	width: 170px; margin:10px auto;
	text-align:center;
}
#strucListName  .thumb_m img {
	height:100px;
	border: 1px solid #ccc;
	padding:4px 8px;
	border-bottom: 3px solid #CCC;
}

/* another part as popup,Moved to <style> @structure_show.php || 
#div_stru {  } */

/***** END structure *****/