@charset "UTF-8";

/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-- end --*/ 

/* 清除浮動 */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html>body .clearfix { display: inline-block; width: 100%; }
* html .clearfix { height: 1%; /* End hide from IE-mac */ }
/* ie7 hack*/
*+html .clearfix { min-height: 1%; }
/* 清除浮動 END*/

html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/*logo圖*/
.wrap {
	width: 100%;
	overflow: hidden;
}
.mainmenu {
	width: 100%;
	height: 36px;
	background: url(../../pic/img/320/mainmenu/mainmenu_bg.png) repeat-x;
	background-color: #FFF;
	overflow: hidden;
}
.mainmenu .logo {
	float: left;
	height: 36px;
	border: none;
	width: auto;
}
.mainmenu .meuntab {
	margin: 0;
	text-align: right;
	float: right;
	height: 30px;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 0;
}

/*今日頭條  服務列表*/
#allmenubox_bg {
	background-image: url(../../pic/img/320/mainmenu/menu_bg.gif);
	height: 30px;
	width: 100%;
}
#allmenubox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../pic/img/320/mainmenu/menu_bg.gif);
}
#amanubox {
	height: 30px;
	width: 50%;
	float: left;
}
#amanubox .manu01 {
	height: 30px;
	width: 10px;
	float: left;
}
#amanubox .manu02 {
	height: 24px;
	float: left;
	background-image: url(../../pic/img/320/mainmenu/menu_a02.gif);
	padding-top: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 88%;
}
#bmanubox {
	height: 30px;
	width: 50%;
	float: left;
}
#bmanubox .bmanu01 {
	height: 30px;
	width: 10px;
	float: left;
}
#bmanubox .bmanu02 {
	background-image: url(../../pic/img/320/mainmenu/menu_b02.gif);
	height: 24px;
	width: 88%;
	float: left;
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}

/*熱門關鍵字*/
.keyword_box {
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #ddd;
	height: 30px;
	clear: both;
}
.keyword {
	background-color: #FFF;
	height: 30px;
	float: left;
	width: 80%;
}
.keyword h1 {
	text-align: center;
	margin: 0;
	font-size: 16px;
	color: #333;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.keyword h1 a:link, .keyword a:hover, .keyword a:visited {
	font-size: 16px;
	margin: 0;
	color: #333;
	text-align: center;
	text-decoration: none;
	clear: both;
}
.keyword_london2 {
	width: 50px;
	background-color: #FFF;
	height: 19px;
	float: left;
	background-image: url(../../pic/img/olypus_but_320.png);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*twm上方廣告*/
.adbanner {
	width: 100%;
	background-color: #DDD;
	clear: both;
	text-align: center;
}

/*股市,運勢與天氣*/
#infobox {
	height: 34px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #929292;
	border-bottom-color: #929292;
}
#infobox .stock01 {
	height: 34px;
	width: 40%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #929292;
	text-align: center;
	color: #606060;
	font-size: 12px;
	float: left;
	padding-top: 2px;
	line-height: 110%;
}
#infobox .stock01 h1 {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
#infobox .weather01 {
	height: 28px;
	width: 59%;
	text-align: center;
	color: #606060;
	font-size: 15px;
	background-image: url(../../pic/img/320/zodiac/weather_puppet.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding-top: 8px;
	font-weight: bold;
}

/*股市,運勢與天氣--新*/
#infobox .newstock {
	height: 26px;
	width: 11%;
	text-align: left;
	color: #606060;
	font-size: 15px;
	float: left;
	background-image: url(../../pic/img/320/stock/stock_symbol.png);
	background-repeat: no-repeat;
	background-position: 20% 0.1cm;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 12%;
	font-family: "微軟正黑體", "新細明體", Arial;
	line-height: 28px;
}
#infobox .newzodi {
	height: 26px;
	width: 13%;
	text-align: left;
	color: #606060;
	font-size: 15px;
	float: left;
	background-image: url(../../pic/img/320/zodiac/zodiac_puppet.png);
	background-repeat: no-repeat;
	background-position: 20% 0.1cm;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 10%;
	font-family: "微軟正黑體", "新細明體", Arial;
	line-height: 28px;
}
#infobox .newweather01 {
	height: 26px;
	width: 52%;
	text-align: left;
	color: #606060;
	font-size: 15px;
	background-image: url(../../pic/img/320/zodiac/weather_puppet.png);
	background-repeat: no-repeat;
	background-position: right 0.15cm;
	float: left;
	padding-top: 6px;
	font-weight: bold;
	padding-left: 1%;
	line-height: 28px;
}

/*主題推薦*/
.new {
	clear: right;
	background-color: #FFF;
}

.leadnews {
	width: 100%;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.clearall {
	clear: both;
}

.leadnews .leftbut {
	float: left;
	width: 8%;
	height: 42px;
	margin-top: 18px;
	text-align: left;
}
.leadnews .rightbut {
	float: left;
	width: 8%;
	height: 42px;
	margin-top: 18px;
	text-align: right;
}
.leadnews .newscontent {
	float: left;
	width: 100%;
}
.leadnews .newscontentform {
	float: left;
	width: 84%;
	overflow: hidden;
}

.leadnews .newscontent .newspic {
	float: left;
	width: 32%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2%;
}

.leadnews .newscontent .newspic img {
	width: 84px;
	height: 67px;
}

.leadnews .newscontent .newsarticle {
	width: 66%;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #999;
	font-family: "微軟正黑體", "新細明體", Arial;
}


.leadnews .newscontent .newsarticle h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
	font-family: "微軟正黑體", "新細明體", Arial;
}

/*訊息快報*/
.new .subtitle2 {
	width: 100%;
	height: 26px;
	clear: both;
	border-bottom: 1px solid #d9d9d9;
}
.new .subtitle2 {
	background: none;
}
.new .subtitle2 td.subtitle {
	width: 100%;
	font-size: 15px;
	vertical-align: top;
	/*20131118 hidden by ART*/
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	padding-left: 4%;
	padding-right: 0;
	float: left;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", Arial;
	color: #606060;
	/*20131118 changed by ART 22px -> 35px*/
	line-height:35px;
}
.new .subtitle2 .subtitle_symbol_arw2  {
	width: 10%;
	vertical-align: middle;
	text-align:center;
	background-repeat: no-repeat;

}
.new a:link, .new  a:visited, .new a:hover {
	text-decoration: none;
}

/*更多*/
.newsmore {
	font-size: 15px;
	color: #999;
	height: 22px;
	padding-top: 4px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}
.newsmore a {
	color: #F7941D;
	text-decoration: none;
	font-weight: bold;
}

/*分類新聞, 休閒玩樂*/
.newstit {
	width: 100%;
	height: 30px;
	background: url(../../pic/img/320/market/tab_bg.gif) repeat;
	float: left;
}
.newstit h1 {
	font-size: 18px;
	color: #FFF;
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
.newstit .titmore {
	float: right;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	height: 26px;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	background-image: url(../../pic/img/320/market/market_redirect_bg.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}

/*分類新聞, 休閒玩樂-tab*/
.contentcategory {
	width: 100%;
	background-color: #FFF;
	float: left;
}
.newstabform {
	height: 30px;
	width: 100%;
	background-image: url(../../pic/img/320/contentcategory/tab_bg01.gif);
	background-repeat: repeat-x;
}
.newstabform .tab01 {
	text-align: center;
	float: left;
	height: 30px;
	width: 25%;
}
.newstabform .tab01 .tabcurrent {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	background-image: url(../../pic/img/320/contentcategory/current_bg_top02.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.newstabform .tab01 .tablink {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.newstabform .tab02 {
	text-align: center;
	float: left;
	height: 30px;
	width: 25%;
}
.newstabform .tab02 .tabcurrent {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	background-image: url(../../pic/img/320/contentcategory/current_bg_top02.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.newstabform .tab02 .tablink {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.newstabform .tab03 {
	text-align: center;
	float: left;
	height: 30px;
	width: 25%;
}
.newstabform .tab03 .tabcurrent {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	background-image: url(../../pic/img/320/contentcategory/current_bg_top02.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.newstabform .tab03 .tablink {
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.newstabform .tab04 {
	text-align: center;
	float: left;
	height: 30px;
	width: 25%;
}
.newstabform .tab04 .tabcurrent {
	height: 25px;
	padding-top: 5px;
	background-image: url(../../pic/img/320/contentcategory/current_bg_top02.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.newstabform .tab04 .tablink {
	height: 25px;
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

/*分類新聞, 休閒玩樂-內文*/
.conblock {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	/*float: left;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.conblock .pic01 {
	float: left;
	height: 52px;
	width: 63px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
.conblock .subject_title {
	float: left;
	font-size: 13px;
	line-height: 120%;
	color: #999;
	font-weight: bold;
	width: 76%;
	padding-top: 2px;
}
.conblock .subject_title h1{
	/*font-size: 16px;
	line-height: 120%;
	color: #333;*/

	/*2012/10/22 微調：title & 內文間，有間距*/
	font-size: 15px;
	/*height:40px;*/
	height:35px;
	color: #606060;
	line-height: 18px;
	font-family: "微軟正黑體", "新細明體", Arial;
}

.conblock .subject_title a{text-decoration:none ; } 
.conblock .subject_title A:link {color:#606060}
.conblock .subject_title A:visited {color:#606060}
.conblock .subject_title A:active {color:#606060}
.conblock .subject_title A:hover {color:#606060}

.conblock .subject_cp {
	display:inline-block;
	font-size: 13px;
	color: #AAAAAA;
	font-weight: bold;
	width: 76%;
	line-height: 20px;
}

/*休閒玩樂-綜合區塊內文*/
.conblock .subject_title_tag{
	float: left;
	font-size: 13px;
	line-height: 120%;
	color: #999;
	font-weight: bold;
	width: 76%;
	padding-top: 0px;
}
.conblock .subject_title_tag .mutchbtn{
	background-image:url(../../pic/img/320/contentcategory/62.gif);
	width:65px;
	height:25px;
	margin-left:2px;
	margin-bottom:1px;
}
.conblock .subject_title_tag .mutchbtn .P7{
	padding-top:4px;
	margin:0 auto;
	font-size: 12px;
	color: #400000;
	text-align: center;
	font-family: "微軟正黑體", "新細明體", Arial;
}
.conblock .subject_title_tag h1{
	font-size: 15px;
	height:20px;
	color: #606060;
	line-height: 20px;
	font-family: "微軟正黑體", "新細明體", Arial;
}
.conblock .subject_cp_tag {
	display:inline-block;
	font-size: 13px;
	color: #AAAAAA;
	font-weight: bold;
	width: 76%;
	line-height: 20px;
}

/*熱門電影*/
#tab1_content {
	float: left;
	width: 100%;
}
.SOSAD {
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}
.SOSAD .pic01 {
	float: left;
	height: 52px;
	width: 63px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
.SOSAD .subject01 {
	float: left;
	font-size: 13px;
	line-height: 120%;
	color: #999;
	font-weight: bold;
	width: 76%;
	padding-top: 2px;
}
.SOSAD .subject01 h2 {
	padding-top:3px;
	font-size: 16px;
	line-height: 18px;
	color: #999;
}
.SOSAD .subject01 .timeline{
	width:160px;
	margin-top:5px;
	height:27px;
}
.SOSAD .subject01 .timeline .JSTIME{
	background-image:url(../../pic/img/320/contentcategory/time.png);
	width:62px;
	height:26px;
	float:left;
	margin-right:5px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #006291;
}
.SOSAD .subject01 .timeline .MOVIEIN{
	background-image:url(../../pic/img/320/contentcategory/Introduction.png);
	float:right;
	width:80px;
	height:	26px;
	margin-right:5px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #006291;
}
.SOSAD .moviename{
	height:22px;
	padding-top:0px;
	padding-bottom:4px;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
}
.SOSAD .blackwhite{
	background-color:#E0E0E0;
	border: 1px solid #CCC;
}
.SOSAD .moviename .NA7{
	width: 6%;
	height:21px;
	float:left;
}
.SOSAD .moviename .NA1{
	padding-left:8px;
	padding-top:2px;
	width: 75%;
	float:left;
	font-size: 15px;
	font-weight: bold;
	font-family: "微軟正黑體", "新細明體", Arial;
	color: #666666;
}
.SOSAD .moviename .downbtn{
	width: 10%;
	float:left;
	margin-top:3px;
}
.SOSAD .moviename .downbtn img{
	padding-left:20px;
	padding-top:5px;
}

/*購物情報, 精選影音*/
.contentcategory .tit01 {
	width: 100%;
	height: 30px;
	background: url(../../pic/img/320/market/tab_bg.gif) repeat;
	float: left;
	/*20131118 add by ART*/
	margin-bottom:4px;
}
.contentcategory .tit01 h1 {
	font-size: 18px;
	color: #FFF;
	float: left;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
.contentcategory .tit01 .titmore {
	float: right;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	height: 26px;
	padding-top: 4px;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	background-image: url(../../pic/img/320/market/market_redirect_bg.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}
.conblock .pic03 {
	float: left;
	height: 52px;
	width: 63px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.conblock .subject01 {
	float: left;
	font-size: 13px;
	line-height: 120%;
	color: #999;
	width: 76%;
	padding-top: 2px;
}
.conblock .subject01 h1 {
	font-size: 15px;
	line-height: 120%;
	color: #606060;
	font-family: "微軟正黑體", "新細明體", Arial;
}

.conblock .pic03 {
	float: left;
	height: 52px;
	width: 63px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.conblock .subject01 {
	float: left;
	font-size: 13px;
	line-height: 120%;
	color: #999;
	width: 76%;
	padding-top: 2px;
}
.conblock .subject01 h1 {
	font-size: 15px;
	line-height: 120%;
	color: #606060;
	font-family: "微軟正黑體", "新細明體", Arial;
}

/*twm下方廣告*/
.adbanner2 {
	width: 100%;
	background-color: #DDD;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 6px;
}

/*footer*/

/*
.footer {
	text-align: center;
	background: url(../../pic/img/320/footer/footer_bg.png) repeat-x #000;
	width: 100%;
	height: auto;
	padding: 10px 0 15px 0;
}
.footer p {
	padding: 0 0 0 0;
	font-size: 12px;
	color: #FFF;
}
.footer a {
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}*/

.footer {
	text-align: center;
	background: url(../../pic/img/320/footer/footer_bg.png) repeat-x #000;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.footer p {
	padding: 0 0 0 0;
	font-size: 12px;
	color: #FFF;
}
.footer a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

/*立即前往 Google Play下載match生活網*/
#pointwrap {
	height: 49px;
	width: 100%;
	background-image: url(../../pic/img/320/d03.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 2%;
	position:fixed!important;

	#position:fixed;
	bottom:0;
	_position: absolute; /* position fixed for IE6 */

	_top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-4);
	z-index:4;
}
#pointwrap .icon01 {
	background-image: url(../../pic/img/320/d02.png);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 41px;
	margin-right: 10px;
}

#pointwrap .content01 {
	font-size: 9pt;
	line-height: 16px;
	color: #333;
	float: left;
	height: 42px;
	width: 80%;
	margin-top: 4px;
	font-family: Verdana, Geneva, sans-serif;
}
#pointwrap .content01 h1 {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial;
	color: #000;
}
#pointwrap .close{
	background-image: url(../../pic/img/320/icon01.png);
	position:absolute; 
	float: left;
	margin-left: 90%;
	margin-top: 5px;
	width:16px; 
	height:16px; 
	z-index:6;
}
/* NewTitle for 320 */
#newheaderwrap320 {
	height: 40px;
	width: 100%;
	background-color: #ed6800;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ED6800;
}
#newheaderwrap320 .logo01 {
	background-image: url(../../pic/img/320/new_title/matchlogo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
	float: left;
}
#newheaderwrap320 .topbutwrap {
	float: right;
	width: 75px;
	margin-top: 2px;
}
#newheaderwrap320 .topbutwrap02 {
	float: right;
	width: 28px;
	text-align: center;
	padding-top: 3px;
	margin-right: 10px;
}
#newheaderwrap320 .topbutwrap .icon01 {
	float: right;
	width: 36px;
	text-align: center;
	padding-top: 1px;
}
.icom02 {
	float: left;
	height: 40px;
	width: 38px;
}
#newheaderwrap320 .topbutwrap .wording01 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	float: left;
	width: 38px;
	line-height: 15px;
}
#newheaderwrap320 .toptit01 {
	background-image: url(../../pic/img/320/new_title/matchlogo02.png);
	float: left;
	height: 40px;
	width: 34px;
}

#stockblock {
	width: 92%;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin-top: 3px;
	margin-right: 3%;
	margin-bottom: 3px;
	margin-left: 3%;
	/* 2012/12/20 changed */
	/* height: 35px; */
	height: 50px;
}
#stockblock .stockcodebox {
	height: 20px;
	font-size: 10px;
	color: #999;
	font-weight: bold;
	font-family: Arial;
	line-height: 20px;
}
#stockblock .stockcodebutton {
	/* 2012/12/20 removed */
	/*height: 28px;*/
	font-size: 14px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
	/* 2012/12/20 added */
	margin-top: 1px;
}
#stockblock .stockcode01 {
	/* 2012/12/20 changed */
	/* margin-top: 5px; */
	margin-top: 13px;
	margin-left: 12px;
	float: left;
}
#stockblock .stockcode02 {
	/* 2012/12/20 changed */
	/* margin-top: 5px; */
	margin-top: 12px;
	margin-left: 6px;
	float: left;
}

#stockblock .stockicon {
	float: left;
	/* 2012/12/20 changed */
	/* margin-top: 2px; */
	margin-top: 3px;
	margin-left: 10px;
	background-image: url(../../pic/img/320/stock/stock_puppet.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	width: 20px;
}
#stockblock .trend01 {
	float: left;
	/* 2012/12/20 changed */
	/* margin-top: 2px; */
	margin-top: 11px;
	margin-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#stockblock .trend01 .fontred {
	font-size: 15px;
	font-weight: bold;
	color: #F00;
}
#stockblock .trend01 .fontgreen {
	font-size: 15px;
	font-weight: bold;
	color: #197b30;
}
/*滑動*/
#prev, #prev1 {
	float:left;	
}
#next, #next1 {
	float:right;
}
#imagegallery {
	width: 82%;
}
