/*選單抬頭*/
.radiusbox-header-color1 {
	/*文字 白色*/
	color:#fff;
	/*底色漸層，上亮深橘-下亮淺橘*/
	/*20120816 深橘的顏色改較淡*/
	/*background: #FF5F00;*/
	background: #FF8040;/*FF9F00*/
	background: #FF901F;/*FFB400*/
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF901F), to(#FFB400));
	background: -webkit-linear-gradient(#FF901F, #FFB400);
	background: -moz-linear-gradient(#FF901F, #FFB400);
	background: -ms-linear-gradient(#FF901F, #FFB400);
	background: -o-linear-gradient(#FF901F, #FFB400);
	background: linear-gradient(#FF901F, #FFB400);
	-pie-background: linear-gradient(#FF901F, #FFB400);	
}
.radiusbox-header-color2 {
	/*文字 白色*/
	color:#fff;
	/*框線細灰*/
	border: 1px solid #CCC;
	/*底色單色，草綠灰色*/
	background:#BBCD83;
} 
.radiusbox-title-news{
	list-style-type:none;
	/*文字 白色*/
	color:#fff;
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	font-weight:bold;
	/*框線細灰*/
	border: 3px solid #2C6896;
	/*底色單色，深孔雀藍色*/
	background:#2C6896;
	/*圓角 上右下左*/
	-webkit-border-radius:12px;/* Safari and Chrome */
	-moz-border-radius:12px;/* Firefox */
	border-radius:12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
	/*
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
} 
.radiusbox-header-type-news{
	height:40px;
	list-style-type:none;
	/*框線*/
	border: 1px;
	/*底色單色，白*/
	color:#2C6896;
	background:#FFFFFF;
	background-repeat: no-repeat;
	/*圓角 上右下左*/
	-webkit-border-radius:12px 12px 0px 0px;/* Safari and Chrome */
	-moz-border-radius:12px 12px 0px 0px;/* Firefox */
	border-radius:12px 12px 0px 0px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
}
.radiusbox-center-type-news{
	height:40px;
	list-style-type:none;
	/*文字*/
	color:#2C6896;
	background:#FFFFFF;
	background-repeat: no-repeat;
	/*框線*/
	border: 1px; 
}
.radiusbox-footer-type-news{
	height:40px;
	list-style-type:none;
	/*框線*/
	border: 1px;
	/*底色單色，白*/
	color:#2C6896;
	background:#FFFFFF;
	background-repeat: no-repeat;
	/*圓角 上右下左*/
	-webkit-border-radius:0px 0px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:0px 0px 12px 12px;/* Firefox */
	border-radius: 0px 0px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
} 
.radiusbox-header-type-news:hover,
.radiusbox-center-type-news:hover,
.radiusbox-footer-type-news:hover {
	cursor:pointer;cursor:hand;
	color:#003775;
} 
/*首頁下方選單*/
.radiusbox-promenu {
	/*框線細灰*/
	border: 3px solid #E3E9F2;
	background:#FFFFFF;	
	/*圓角 上右下左*/
	-webkit-border-radius:12px 12px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:12px 12px 12px 12px;/* Firefox */
	border-radius:12px 12px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");	
}
.radiusbox-footer-color1 {
	/*文字 白色*/
	color:#2A3F00;
	/*框線細灰*/
	border: 1px solid #CCC;
	background:#FFFED1;		
}
.radiusbox-footer-color2 {
	/*文字 白色*/
	color:#fff;
	/*框線細灰*/
	border: 1px solid #CCC;
	/*底色漸層，上白-下淺灰*/
	background:#EEEEEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);
}
.radiusbox{
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 8px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 8px;/* Firefox */
	border-radius: 8px 8px 8px 8px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
}
/*首頁上方橫圖*/
.radiusbox-topbanner{
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 30px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 30px;/* Firefox */
	border-radius: 8px 8px 8px 30px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior: url("/lishin/js/PIE.htc");
}
.radiusbox-solid{
	/*框線細灰*/
	border: 1px solid #CCC;
}

.radiusbox-header-type { 
	padding:10px;
	/*高度*/
	height:18px;
	/*框線*/
	/*border: 1px solid #696;*/
	/*字體*/
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	font-weight:bolder;
	/*font-size:15px;*/
	text-align:center;
	vertical-align:middle;
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 8px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 8px;/* Firefox */
	border-radius: 8px 8px 8px 8px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
/*	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
}

.radiusbox-header-type0 { 
	padding:10px;
	/*高度*/
	height:18px;
	/*框線*/
	/*border: 1px solid #696;*/
	/*字體*/
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	font-weight:bolder;
	/*font-size:15px;*/
	text-align:center;
	vertical-align:middle;
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 8px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 8px;/* Firefox */
	border-radius: 8px 8px 8px 8px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
/*	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
}
.radiusbox-header-type1 { 
	padding:10px;
	/*高度*/
	height:18px;
	/*框線*/
	/*border: 1px solid #696;*/
	/*字體*/
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	font-weight:bolder;
	font-size:15px;
	text-align:center;
	vertical-align:middle;
	/*圓角 上右下左*/
	-webkit-border-radius:12px 12px 0px 0px;/* Safari and Chrome */
	-moz-border-radius:12px 12px 0px 0px;/* Firefox */
	border-radius: 12px 12px 0px 0px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*IE*/
	border-top-left-radius:15px; /*左上角*/
	border-top-right-radius:15px; /*右上角*/
	border-bottom-left-radius:10px; /*左下角*/
	border-bottom-right-radius:10px; /*右下角*/
	/*陰影*/
/*	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
	
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
/*behavior: url("http://192.168.42.11/lishin/js/PIE.htc");*/
 
}
.radiusbox-footer-type1 {
	display:block;
	padding-top:3px;
	padding-top:3px\3;
	padding-bottom:3px;
	padding-bottom:3px\3;
	/*字體
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;*/
	color:#036; 
	/*font-weight:bolder;*/
	font-size:16px;
	text-align:left;
	 
	/*圓角 上右下左*/
	-webkit-border-radius:0px 0px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:0px 0px 12px 12px;/* Firefox */
	border-radius: 0px 0px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
	/*
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
 
}
.radiusbox-footer-type2 {
	display:block;
	padding-top:3px;
	padding-top:3px\3;
	padding-bottom:3px;
	padding-bottom:3px\3;
	/*字體*/
	font: 15px/18px  ;
	font-size:15px;
	font-family:"helvetica","Times New Roman","新細明體", "PMingLiU", "細明體", "MingLiU",sans-serif,serif;
	text-align:left;
	/*圓角 上右下左*/
	-webkit-border-radius:0px 0px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:0px 0px 12px 12px;/* Firefox */
	border-radius: 0px 0px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
	/*
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
 
}
.radiusbox-footer-type3 {
	height:110%;
	display:block;
	padding-top:3px;
	padding-top:3px\3;
	padding-bottom:3px;
	padding-bottom:3px\3;
	/*字體
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;*/
	color:#036; 
	/*font-weight:bolder;*/
	font-size:16px;
	text-align:left;
	 
	/*圓角 上右下左*/
	-webkit-border-radius:0px 0px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:0px 0px 12px 12px;/* Firefox */
	border-radius: 0px 0px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
	/*
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
 
}

.radiusbox-type1 {	
	display:block;
	padding-top:3px;
	padding-top:3px\3;
	padding-bottom:3px;
	padding-bottom:3px\3;
	/*字體*/
	/*
	font: 15px/18px  ;
	font-size:15px;
	font-family:"helvetica","Times New Roman","新細明體", "PMingLiU", "細明體", "MingLiU",sans-serif,serif;
	text-align:left;
	*/
	/*圓角 上右下左*/
	-webkit-border-radius:12px 12px 12px 12px;/* Safari and Chrome */
	-moz-border-radius:12px 12px 12px 12px;/* Firefox */
	border-radius: 12px 12px 12px 12px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*陰影*/
	/*
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 3px 3px 5px 6px #ccc;*/
/*讓IE8以下版本支援*/
behavior: url("/lishin/js/PIE.htc");
}

.radiusbox-color1 {
	/*文字 白色*/
	color:#fff;
	/*框線細灰*/
	border: 1px solid #CCC;
	/*底色漸層，上白-下淺灰*/
	background:#EEEEEE;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EEEEEE));
	background: -webkit-linear-gradient(#FFFFFF, #EEEEEE);
	background: -moz-linear-gradient(#FFFFFF, #EEEEEE);
	background: -ms-linear-gradient(#FFFFFF, #EEEEEE);
	background: -o-linear-gradient(#FFFFFF, #EEEEEE);
	background: linear-gradient(#FFFFFF, #EEEEEE);
	-pie-background: linear-gradient(#FFFFFF, #EEEEEE);	
}

.radiusbox-PageContent{	
	border-spacing:6px;
	padding-top:13px; 
	padding-bottom:13px; 
	padding-left:2px; 
	padding-right:10px; 
	/*文字 暗藍*/
	color:#105288;
    font-size:14px;
	/*20140221 微軟正黑改為新細明*/
	font-family:"helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	/*框線藍*/
	border: 1px solid #C7DBFA;
	/*背景淺藍*/
	background:#E0ECFF;	
	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 8px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 8px;/* Firefox */
	border-radius:8px 8px 8px 8px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}
.radiusbox-PageContent2{	
	border-spacing:6px;
	padding-top:13px; 
	padding-bottom:13px; 
	padding-left:2px; 
	padding-right:10px; 
	/*文字 暗藍*/
	color:#105288;
    font-size:14px;
	/*20140221 微軟正黑改為新細明*/
	font-family:"helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	/*框線藍*/
	border: 1px solid #C7DBFA;

	/*圓角 上右下左*/
	-webkit-border-radius:8px 8px 8px 8px;/* Safari and Chrome */
	-moz-border-radius:8px 8px 8px 8px;/* Firefox */
	border-radius:8px 8px 8px 8px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}
.radiusbox-PageContentTitle{ 
	padding:5.5px;	 
	padding-left:10px; 
	width:141px;
	/*文字 白*/
	color:#FFFFFF;
	font-weight:bold;
    font-size:14.5px;
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	/*框線藍*/
	border: 1px solid #5172AD;
	/*背景深藍*/
	background:#5E7DB3;	
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}

.radiusbox-PageContentTitle a{
	color:#FFFFFF;
	TEXT-DECORATION:none;
} 
.radiusbox-option{  
    
    font-size:13px;
    /*20140312規格修改暗藍改深灰color:#074C83;*/
	color:#444444;
	
	padding:5px;	 
	padding-left:21px;
	padding-top:7px;
	padding-bottom:7px;
	/*框線細灰*/
	border: 1px solid #CDCECF;
	/*底色漸層，上深-下淺*/ 
	background:#E9E9E9;/*FFFFFF*/
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E9), to(#FFFFFF));
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -webkit-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -moz-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -ms-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -o-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, linear-gradient(#E9E9E9, #FFFFFF);
	-pie-background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center,linear-gradient(#E9E9E9, #FFFFFF);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
	
	
	/*讓IE9以下版本支援 會造成IE8有問題，不要用
	filter: progid:DXImageTransform.Microsoft.gradient(src="/lishin/imgs/frame_skin/dot.gif", startColorstr='#eeffff', endColorstr='#a0d8ef',GradientType=0 );
	behavior:url("/lishin/js/ie9-gradient-fix.htc");*/
}




.radiusbox-option:mouse-down {
  color:green;
}
.radiusbox-option a:hover {
	cursor:pointer;cursor:hand;
    color:#FF6600;
    text-decoration:underline;
}
.radiusbox-option:hover { 
	padding:5px;	 
	padding-left:22px;
	padding-top:7px;
	padding-bottom:7px;
	/*框線細灰*/
	border: 1px solid #CFCFCF;
	/*底色漸層，上深-下淺*/ 
	background:#E9E9E9;/*FFFFFF*/
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#EEEEEE));
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, -webkit-linear-gradient(#EEEEEE, #EEEEEE);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, -moz-linear-gradient(#EEEEEE, #EEEEEE);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, -ms-linear-gradient(#EEEEEE, #EEEEEE);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, -o-linear-gradient(#EEEEEE, #EEEEEE);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center, linear-gradient(#EEEEEE, #EEEEEE);
	-pie-background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 8px center,linear-gradient(#EEEEEE, #EEEEEE);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
    
	cursor:pointer;cursor:hand;
    font-size:13px;
    color:#FF6600;
    text-decoration:underline;
}

.radiusbox-flow-table{
    /*cellpadding="0" 
    cellspacing="5"*/ 
    width:680px; 
    border:1px; 
    text-align:left;
    padding-bottom:20px;
}
.radiusbox-flow-table tr th{
    border:1px; 
}  
.radiusbox-flow-table tr td{
    font-size:13px;
	color:#444444;
	
	padding:5px;	 
	padding-left:21px;
	padding-top:7px;
	padding-bottom:7px;
	/*框線細灰*/
	border: 1px solid #CDCECF;
	
	/*底色漸層，上深-下淺*/ 
	background:gray;/*FFFFFF*/	
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}

.radiusbox-flow{  
    font-size:13px;
    /*20140312規格修改暗藍改深灰color:#074C83;*/
	color:#444444;
	padding:5px;	 
	padding-left:21px;
	padding-top:7px;
	padding-bottom:7px;  
	/*框線細灰*/
	border: 1px solid #CDCECF;
	/*底色漸層，上深-下淺*/ 
	background:#E9E9E9;/*FFFFFF*/
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E9), to(#FFFFFF));
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -webkit-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -moz-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -ms-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, -o-linear-gradient(#E9E9E9, #FFFFFF);
	background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center, linear-gradient(#E9E9E9, #FFFFFF);
	-pie-background:url(/lishin/imgs/frame_skin/dot.gif) no-repeat 7px center,linear-gradient(#E9E9E9, #FFFFFF);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}

.radiusbox-option-tiny{
	padding-left:2px;
	/*20140221 微軟正黑改為新細明*/
	font-family:"helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	/*框線細灰*/
	border: 1px solid #CDCECF;
	/*底色漸層，上深-下淺*/ 
	background:#E9E9E9;/*FFFFFF*/
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E9), to(#FFFFFF));
	background:-webkit-linear-gradient(#E9E9E9, #FFFFFF);
	background:-moz-linear-gradient(#E9E9E9, #FFFFFF);
	background:-ms-linear-gradient(#E9E9E9, #FFFFFF);
	background:-o-linear-gradient(#E9E9E9, #FFFFFF);
	background:linear-gradient(#E9E9E9, #FFFFFF);
	-pie-background:linear-gradient(#E9E9E9, #FFFFFF);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
    font-size:13px;
    /*20140312規格修改暗藍改深灰color:#074C83;*/
	color:#444444;
}
 
.radiusbox-option-tiny:hover { 
	padding-left:2px;
	/*框線細灰*/
	border: 1px solid #CDCECF;
	/*底色漸層，上深-下淺*/ 
	background:#EEEEEE;/*FFFFFF*/
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#EEEEEE));
	background:-webkit-linear-gradient(#EEEEEE, #EEEEEE);
	background:-moz-linear-gradient(#EEEEEE, #EEEEEE);
	background:-ms-linear-gradient(#EEEEEE, #EEEEEE);
	background:-o-linear-gradient(#EEEEEE, #EEEEEE);
	background:linear-gradient(#EEEEEE, #EEEEEE);
	-pie-background:linear-gradient(#EEEEEE, #EEEEEE);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
    
	cursor:pointer;cursor:hand;
    font-size:13px; 
    color:#FF6600;
    text-decoration:underline;
} 
.radiusbox-option a,
.radiusbox-option-tiny a{ 
    /*20140312規格修改暗藍改深灰color:#074C83;*/
	color:#444444;
	TEXT-DECORATION:none;
} 

.radiusbox-option-tiny a:hover{ 
	color:#FF6600;
	TEXT-DECORATION:none;
} 
.menutitle{
	text-align:center;
	vertical-align:middle;
} 

/*分頁按鈕-字體、高度*/
.backPageBtn{
	height:25px;
	cursor:pointer;cursor:hand;
	/*文字 深灰*/
	color:#070707;
    font-size:13px;
	font-family:"Microsoft JhengHei","微軟正黑體","Microsoft YaHei","微软雅黑","helvetica","Times New Roman","PMingLiU","新細明體","MingLiU","細明體",sans-serif,serif;
	font-weight:bold;
}
/*分頁按鈕-圓角、漸層顏色*/
.backPageBtnColor{
	cursor:pointer;cursor:hand;
	/*框線細灰*/
	border: 1px solid #CAC8B8;
	/*底色漸層，上深-下淺*/ 
	background:#CDCDCB;/*FBFBFA*/
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CDCDCB), to(#FBFBFA));
	background: -webkit-linear-gradient(#CDCDCB, #FBFBFA);
	background: -moz-linear-gradient(#CDCDCB, #FBFBFA);
	background: -ms-linear-gradient(#CDCDCB, #FBFBFA);
	background: -o-linear-gradient(#CDCDCB, #FBFBFA);
	background: linear-gradient(#CDCDCB, #FBFBFA);
	-pie-background: linear-gradient(#CDCDCB, #FBFBFA);		
	/*圓角 上右下左*/
	-webkit-border-radius:5px 5px 5px 5px;/* Safari and Chrome */
	-moz-border-radius:5px 5px 5px 5px;/* Firefox */
	border-radius:5px 5px 5px 5px;/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	/*讓IE8以下版本支援*/
	behavior:url("/lishin/js/PIE.htc");
}
/*表單大按紐-高度、文字大小加大*/
.bigBtnColor{
	height:40px;font-size:16px;
}