* {
	margin: 0;
	padding: 0;
	list-style: none; 
}

a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
 TEXT-DECORATION: none;
  color: #333;

} 

body {
	font-size: 13px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	color: #333;
	line-height: 22px;

}
a:link, a:visited {
font-size:13px;
text-decoration:none;
}
a:hover{}

img {
	border:0;	
}

/************ (首頁及內頁框架的定義)**********/
#container{
	width:100%;
	margin:0px auto;
	background-color: #ECECEC;
	background-image: url(/images/bg.jpg); /*IE8*/
	background-repeat: repeat-y; /*IE8*/
	background-position: center; /*IE8*/
}

/************ ALL 字體顏色  **********/
/*重點紅字*/
.f1{
	color: #be1800;
}
/*標題用*/
.f2{
	color: #e52b00;
	font-weight: bold;
}
/*粗體藍字*/
.f3{
	font-size:12px;
	color: #333;
	font-weight: bold;
}

/************ 上選單DIV  **********/
#header{
	position: static;
	width:auto;
	height:220px;
	margin:0px auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	background-image: url(/images/title/titlebg.jpg);
}

#globalmenu{
	width:1002px;
	margin: 0px auto;
	height:220px;

}

/************ 中間大DIV框1002  **********/
#pagebody{

	width:auto;
	margin:0px auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	background-image: url(/images/topbg.jpg);


}
#mainbody{
	width:1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/************ 首頁區塊設計元素  **********/

/*高41*/
#msg
{
	height:29px;
	background-image: url(/images/msg/msgbg.jpg);
	background-repeat: no-repeat;
	padding-left: 175px;
	padding-top: 12px;
	margin-bottom: 10px;

}

.newslink
{

	float: left;
	width: 640px;
}

.search
{
	width: 170px;
	/*	float: left;
	padding-left: 10px;*/
	position: absolute;
	margin-left:650px;
}

#section{
	/*寬1002*/
	width:962px;
	margin: 10px 20px 10px 20px;
	overflow: auto;  
	clear:both;
}




/*** 視覺廣告flash區塊 ***/
#section_hotgame{
	/*寬1002  高343*/
	width:982px;
	height:348px;
	height:343px \9;
	margin: 5px 10px 0px 10px;
	overflow:auto;
	text-align: center;
}

h1 {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h4 {
	margin-left: 20px;
	margin-top: 5px;

}


#line_shadow {
	background-image: url(/images/line.jpg);
	height: 74px;
	width: 1002px;
	clear: both;
}
#line_shadow2 {
	width:960px;
	clear: both;
	margin-left: 20px;
	background-image: url(/images/line2.jpg);
	height: 36px;

}

/* 僅首頁下方使用*/
#line_white {
	clear: both;
	margin-left: 20px;
	height: 36px;

}


/********* 站內所有分隔線定義 **********/

/* top */
#top
{
	margin-top: 20px;
	height: 30px;
	text-align: right;
}

/* 虛底線 */
#line1
{
	margin-bottom: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}



/********* 線上、網頁主打遊戲大廣告300px **********/
#gameshow {
	float: left;
	overflow:hidden;
	width: 300px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
}

#gameshow img {
	border:0;
}

#gameshow h3 {
	color: #FFFFFF;
	margin: 0px;
}

#gameshow .intro {
	margin: 8px 15px 2px 20px;
}

#gameshow p {
	margin: 3px 0;
}

#gameshow .intro img {
	margin-right: 6px;
}


/********* 休閒主打遊戲大廣告300px **********/
#casualshow {
	float: left;
	width: 300px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
}
#casualshow img {
	border:0;
}


#casualshow .intro {
	margin: 2px 15px 8px 20px;

}
#casualshow h3 {
	color: #FFFFFF;
	margin: 0px;
}

#casualshow p {
	margin: 3px 0;
} 
 
#casualshow .intro img {
	margin-right: 6px;
}


/****************** 首頁各遊戲列表細項 ***********************/
#game_all {
	float: right;
	width: 662px;
}
#gamelist {
	margin-bottom: 10px;
	overflow:hidden;
}
#game_all h2 {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 7px;
}
#gamelist ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 5px;
}

#gamelist ul p {
	margin-top: 1px;
}

#gamelist li {
	float: left;
	width: 81px;
	text-align: center;
	margin: 5px 3px 5px 3px;
}
#gamelist li p {
	margin: 0px;
}

#gamelist li:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #be1800;
	margin: 5px 3px 2px 3px;

}
#gamelist img {
	border:0;
	float: left;
	width: 81px;
	text-align: center;
	margin: 6px 6px 6px 6px;
}

#gamelist img:hover {
	width: 81px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #be1800;
	margin: 6px 6px 2px 6px;

}


/*********************** 下方版權區塊  ***********************/
/* 180 PX */
#footer{
	width: auto;
	background-image: url(/images/copyright.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	height: 105px;
	background-color: #900;
}
#copyright
{
	width:1002px;
	margin: 0px auto;
	height:105px;
	position: relative;
	font-size: 12px;
	color: #666;
}

#copyright a:link, a:hover {
	color: #666;
	text-decoration:none;
}

#copyright a:hover {
	color: #000;
	text-decoration:none;
}
#copyright a:visited
{
	color: #666;
	text-decoration:none;
}

#copyrightNav00 {
	position: absolute;
	top: 65px;
	left:400px;

}
#copyrightNav01 {
	position: absolute;
	right: 185px;
	top: 45px;

}
#copyrightNav02 {
	position: absolute;
	right: 92px;
	top: 45px;

}

#copyrightNav03 {
	position: absolute;
	right: 15px;
	top: 45px;


}


#copyright ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 5px;
}

#copyright ul li{
	display:inline;
}




/*********************** 內頁兩區快 ***********************/

#content {
	float:right;
	width: 695px;
}
#content .subcontent
{
	/* 寬695px*/
	width: 675px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	line-height: 24px;
	overflow:auto;
}

#content .subcontent img
{
   margin:15px 10px 5px 15px; 
   border:none;
  /* margin:0px;   10 15 5 15*/
}

#content .subcontent ol li
{ 
   margin-left:20px;
   list-style:decimal;

}
/*** 內頁左邊圖區 ***/
#section .leftimg01{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/01.jpg);
	background-repeat: no-repeat;
}

#section .leftimg02{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/02.jpg);
	background-repeat: no-repeat;
}

#section .leftimg03{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/03.jpg);
	background-repeat: no-repeat;
}

#section .leftimg04{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/04.jpg);
	background-repeat: no-repeat;
}

#section .leftimg05{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/05.jpg);
	background-repeat: no-repeat;
}
#section .leftimg06{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/06.jpg);
	background-repeat: no-repeat;
}

#section .leftimg07{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/07.jpg);
	background-repeat: no-repeat;
}

#section .leftimg08{
	width:250px;
	height:700px;
	background-image: url(/images/leftbg/08.jpg);
	background-repeat: no-repeat;
}



/************ 內頁子三區快txt shop-2 (testxxx) **********/
#subcontent3 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
}
.subcontent #subcontent3 img {
	border:0;
	margin:0;
	padding:0;
}

#subcontent3 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#subcontent3 h3 {
	color: #FFFFFF;
	margin: 0px;
}

#subcontent3 p {
	margin: 3px 0;
} 

/*********************** 儲值購點三區塊 shop-2  ***********************/
/*online*/
#shop2img1 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/shop/shop-2-img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#shop2img1 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 260px;
}
/*webgame*/
#shop2img2 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/shop/shop-2-img02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#shop2img2 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 260px;
}

/*casual game*/
#shop2img3 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/shop/shop-2-img03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#shop2img3 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 260px;
}

/***********************客服中心專區 service 三區塊***********************/
#serviceimg1 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/service/service-title-0-img01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#serviceimg1 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 255px;
}


#serviceimg2 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/service/service-title-0-img02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#serviceimg2 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 255px;
}



#serviceimg3 {
	float: left;
	width: 205px;
	font-size: 13px;
	line-height: 22px;
	color: #4f4f4f;
	margin-right: 15px;
	background-image: url(/images/service/service-title-0-img03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 315px;
}

#serviceimg3 .intro {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	text-align: center;
	margin-top: 255px;
}





/*****  內頁設定 *****/
.subcontent a:link, a:visited {
	color: #666666;
}

.subcontent h1{
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}





/*********************** 表格樣式定義(全)  ***********************/
/* 表格樣式1(無間距線)  */
.table{
	border-collapse:collapse;
	border: 1px solid #999;
}

.table tr:hover {
	background-color:#E3E3E3;
	color:#000;
}
.table tr a:link, a:visited {
font-size:13px;
text-decoration:none;
}

.table td {
	font-size: 12px;
	line-height: 26px;
	color: #333333;
	padding: 3px;
}

.table th {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	background-color: #CCCCCC;
}


/* 表格樣式2(有間距線) */

.table1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.table1 tr:hover {
	background-color:#E3E3E3;
	color:#000;
}
.table1 tr a:link, a:visited {
font-size:13px;
text-decoration:none;
}

.table1 td {
	font-size: 12px;
	line-height: 26px;
	color: #333333;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.table1 th {
	font-size: 13px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	background-color: #CCCCCC;
}




/****************** 產品上市專區用 ***********************/

#productlist {
	/* 寬695px*/
	width: 675px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	line-height: 24px;
	overflow:auto;
	
}
#productlist ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#productlist li {
	float: left;
	width: 180px;
	margin: 0px 40px 30px 0px;
	text-align: center;
	padding-top: 0px;
}
#productlist h2 {
	border-top: 1px solid #CCCCCC;
}

#productlist h3 span {
	font-size: 13px;
	display: block;
	padding: 0px;
	color: #FFFFFF;
	font-weight: normal;
	background: #222222;
}
#productlist dl {
	margin: 1px 0;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#productlist dt {

	text-align: center;
	/*background: #E5DACA;*/
	/*border-top: 1px solid #DABF9A;*/
	background: #CCCCCC;
	border-top: 1px solid #FFF;
}
#productlist dd {
	/*padding: 2px 0; */
	background-color: #FFF;
	text-align: center;
}

#productlist img {
	border:0;
}




/****************** 異業合作專區用 ***********************/

#inquiry {
	width: 650px; /* 指定區塊寬度 */
}

#section #content .subcontent #inquiry .checkimg {
	/* 只有check.asp那頁用到 */
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 120px;
}
#inquiry th.must {
	border-left-color: #be1800;
}
#inquiry th em {
	font-style: normal;
	color: #F00;
	font-size:11px;
}
#inquiry td em {
	font-style: normal;
	color: #666;
	font-size:11px;
}
.text1,.text2,.text3,.text4,.text5 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 250px;
}
.text2 {
	width: 10em;
}
.text3 {
	width: 60%;
}
.text4 {
	width: 98%;
}
.text5 {
	width: 5em;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus,.text5:focus {
	border-color: #7F9DB9; /* 指定游標移入欄位時的框線顏色 */
	background-color: #FFFFFF; /* 指定游標移入欄位時的欄位底色 */
}



/******************新版首頁標題及banner合一***********************/
#title03_3{
	/*熱門遊戲免費遊戲*/
	/*寬1002*/
	width:960px;
	height:35px;
	clear:both;
	position: relative;
	background-image: url(/images/main/title03_3_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.title03_3_btn{
	width:100px;
	position: absolute;
	margin:0px 0 0 860px;
}

.title03_btn img{
	margin:0 0 0 6px;
	border:0;
}

#title03_5{
	/*熱門遊戲免費遊戲*/
	/*寬1002*/
	width:960px;
	height:35px;
	clear:both;
	position: relative;
	background-image: url(/images/main/title03_5_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.title03_5_btn{
	width:200px;
	position: absolute;
	margin:0px 0 0 760px;
}

.title03_5_btn img{
	margin:0 0 0 6px;
	border:0;
}




/******************天空龍區塊 ***********************/
#sky_title{
	/*寬1002*/
	width:960px;
	height:143px;
	margin-top:10px;
	clear:both;
	position: relative;
	background-image: url(/images/main/title02_bg.jpg);
	background-repeat: no-repeat;
}
.sky_logo{
	position: absolute;
	margin:55px 0 0 5px
}

.sky_btn{
	width:530px;
	position: absolute;
	margin:5px 0 0 430px;
}

.sky_btn img{
	margin:0 0 0 6px;
	border:0;
}



/****************** 天空龍遊戲列表細項 ***********************/
#skygame_all {
	width: 962px;
	background-image: url(/images/main/sky-tablebg.jpg);
	background-repeat: repeat-y;
	margin-top:5px;
}
#skygamelist {
	padding-left: 12px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: bottom;

}
#skygame_all h2 {
	padding: 0px;
}
#skygamelist ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 5px;
}

#skygamelist ul p {
	margin-top: 1px;
}

#skygamelist li {
	float: left;
	width: 81px;
	text-align: center;
	margin: 5px 3px 5px 3px;
}
#skygamelist li p {
	margin: 0px;
}

#skygamelist li:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #be1800;
	margin: 5px 3px 2px 3px;

}
#skygamelist img {
	border:0;
	float: left;
	width: 81px;
	text-align: center;
	margin: 6px 6px 6px 6px;
}

#skygamelist a img:hover {
	width: 81px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #be1800;
	margin: 6px 6px 1px 6px;
}

input img{
	margin: 0px;
	padding: 0px;
	
}

input.Big{
    width: 30px;
    height: 30px;
	
}





/****************** 2012新版首頁 ***********************/

.divbox{

	
	border: 1px solid #696;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EDEDED));
	background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
	background: -moz-linear-gradient(#FFFFFF, #EDEDED);
	background: -ms-linear-gradient(#FFFFFF, #EDEDED);
	background: -o-linear-gradient(#FFFFFF, #EDEDED);
	-pie-background: linear-gradient(#FFFFFF, #EDEDED);
	behavior: url(/PIE.htc);
	height:30px;
	width:178px;
	border:solid 1px #ededed;
	float:left;
	font-size: 13px;
	display: block;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-right:12px;
	color: #666;

	

 }
 
/*  滑入時變換底色樣式 */  
.divOver{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bd1800), to(#400800));
	background: -webkit-linear-gradient(#bd1800, #400800);
	background: -moz-linear-gradient(#bd1800, #400800);
	background: -ms-linear-gradient(#bd1800, #400800);
	-pie-background: linear-gradient(#bd1800, #400800);
	behavior: url(/PIE.htc);
	background-color: #bd1800;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-right:12px;
	margin-bottom: 10px;

	} 





/* mobile預設樣式 */
.mobiledivbox{
	border: 1px solid #696;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EDEDED));
	background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
	background: -moz-linear-gradient(#FFFFFF, #EDEDED);
	background: -ms-linear-gradient(#FFFFFF, #EDEDED);
	background: -o-linear-gradient(#FFFFFF, #EDEDED);
	-pie-background: linear-gradient(#FFFFFF, #EDEDED);
	behavior: url(/PIE.htc);
	height:30px;
	width:300px;
	border:solid 1px #ededed;
	float:left;
	font-size: 13px;
	display: block;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-right:18px;
	color: #666;

 }
 
/*  mobile滑入時變換底色樣式 */  
.mobiledivOver{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bd1800), to(#400800));
	background: -webkit-linear-gradient(#bd1800, #400800);
	background: -moz-linear-gradient(#bd1800, #400800);
	-pie-background: linear-gradient(#bd1800, #400800);
	behavior: url(/PIE.htc);
	background-color: #be1800;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-right:18px;
	margin-bottom: 10px;

} 



.divbox img {
	margin-right:5px;
}


.mobiledivbox img {
	margin-right:5px;
}





.epaperbox{
	border: 1px solid #696;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#EDEDED));
	background: -webkit-linear-gradient(#FFFFFF, #EDEDED);
	background: -moz-linear-gradient(#FFFFFF, #EDEDED);
	background: -ms-linear-gradient(#FFFFFF, #EDEDED);
	background: -o-linear-gradient(#FFFFFF, #EDEDED);
	-pie-background: linear-gradient(#FFFFFF, #EDEDED);
	behavior: url(/PIE.htc);
	height:60px;
	width:200px;
	border:solid 1px #ededed;
	float:left;
	font-size: 15px;
	display: block;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-right:10px;
	color: #666;
	text-align: center;	

 }
 
/*  滑入時變換底色樣式 */  
.epaperboxOver{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 1px 1px 1px;
	-moz-box-shadow: #666 1px 1px 1px;
	box-shadow: #666 1px 1px 1px;
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#bd1800), to(#400800));
	background: -webkit-linear-gradient(#bd1800, #400800);
	background: -moz-linear-gradient(#bd1800, #400800);
	background: -ms-linear-gradient(#bd1800, #400800);
	-pie-background: linear-gradient(#bd1800, #400800);
	behavior: url(/PIE.htc);
	background-color: #bd1800;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	margin-right:10px;
	margin-bottom: 10px;

	} 





/****************** 2012首頁主打banner區 ***********************/

	a img {
		border: none;
		vertical-align: middle;
	}
	#adblock {

		overflow: hidden;
		width: 960px;
		height: 220px;

		position: relative;
		margin-top:20px;

	}
	#adblock ul, #adblock li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	}
	#adblock ul.showbox, #adblock ul.link {
		position: absolute;
	}
	#adblock ul.showbox li a {
		display: block;
		height: 220px;
			font-size: 15px;
	}
	#adblock ul.link {
		right: 0;
	}
	#adblock ul.link li a {
			font-size: 15px;
	display: block;
	width: 180px;
	height: 44px;
	position: absolute;
	text-indent:20px;
	line-height: 44px;
	background-color: #ccc;
	right: 0;
	text-decoration: none;
	color: #000;
	background-image: url(/images/adbanner/adbanner_off.jpg);
	}
	#adblock ul.link li a.selected {
	width: 200px;
	background-image: url(/images/adbanner/adbanner_on.jpg);
	color: #FFF;
	}
	
	
/*********************** event banner  ***********************/	
	#swap_pic {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 960px;
	PADDING-RIGHT: 0px;
	HEIGHT: 170px;
	OVERFLOW: hidden;
	PADDING-TOP: 25px;
	background-image: url(/images/eventbanner/eventbanner_bg.jpg);
	background-repeat: no-repeat;
}
#swap_pic H2 {
	TEXT-INDENT: 30px; HEIGHT: 15px; COLOR: #292929; FONT-SIZE: 10px
}
.box {
	POSITION: relative; WIDTH: 900px; FLOAT: left; HEIGHT: 140px; OVERFLOW: hidden
}
#prev {
	TEXT-INDENT: -100px; WIDTH: 30px; BACKGROUND: url(/images/eventbanner/sprites1.png) no-repeat; FLOAT: left; HEIGHT: 140px; OVERFLOW: hidden
}
#next {
	TEXT-INDENT: -100px; WIDTH: 30px; BACKGROUND: url(/images/eventbanner/sprites1.png) no-repeat; FLOAT: left; HEIGHT: 140px; OVERFLOW: hidden
}
#prev {
	BACKGROUND-POSITION: 0px -110px
}
#next {
	BACKGROUND-POSITION: -30px -110px
}
.scroll {
	CURSOR: pointer
}
.unable {
	CURSOR: default
}
.pics {
	POSITION: absolute; WIDTH: 5000px; TOP: 0px
}
.pics LI {
	WIDTH: 930px; FLOAT: left; HEIGHT: 140px; OVERFLOW: hidden
}
.pics LI P {
	BORDER-BOTTOM: #282828 1px solid; POSITION: relative; BORDER-LEFT: #282828 1px solid; FLOAT: left; OVERFLOW: hidden; BORDER-TOP: #282828 1px solid; MARGIN-RIGHT: 10px; BORDER-RIGHT: #282828 1px solid
}
.pics LI P SPAN {
	POSITION: absolute; FILTER: alpha(opacity=75); LINE-HEIGHT: 30px; TEXT-INDENT: 10px; WIDTH: 100%; DISPLAY: block; BACKGROUND: url(/images/eventbanner/sprites1.png) repeat-x 0px 140px; HEIGHT: 30px; COLOR: #fff; TOP: 0px; CURSOR: pointer; TEXT-DECORATION: none; PADDING-TOP: 140px; LEFT: 0px; opacity: 0.75
}


/*新增電子報訂閱表單*/

.email
{
	position: absolute;
	height: 20px;
	margin-top: 62px;
	margin-left: 590px;
	font-size: 12px;
	height:15px;

}
.email input
{
	padding-top: 3px;

}



.ordermail
{
	border: 1px solid #000;
	padding: 3px;
	height: 30px;
}



/*新增新版新聞稿區*/

.slideText {
	position: absolute;
	overflow: hidden;
	width: 650px;
	height: 1.5em;

}
.slideText ul, .slideText li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
	
}
.slideText ul {
    position: absolute;
}
.slideText li {
    text-align: left;
}
.slideText li a {
	display: block;
	overflow: hidden;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.5em;
	text-decoration: none;
}
.slideText li a:hover {
    text-decoration: none;
}