@charset "utf-8";
/* CSS Document */



/* 金價查詢表格邊框&背景填色樣式
****************************************************************************************************/
table.gold_price tr,
table.gold_price td,
table.gold_price{
	border:1px RGB(144,115,39) solid;
	border-collapse:collapse;
}/*整體表格外框*/


table.gold_price .gold {
	background-color:RGB(158,122,55);
	color:RGB(0,0,0);
}/*黃金牌價表格填色與文字樣式*/

table.gold_price .platinum{
	background-color:RGB(178,178,178);
	color:RGB(0,0,0);
}/*白金牌價表格填色與文字樣式*/


/* 金價查詢表格文字樣式
****************************************************************************************************/
table.gold_price{
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 19px;
	letter-spacing: 2px;
	text-align:center;
}/*整體表格內文字樣式*/

table.gold_price .rise{
	font-size: 13px;
	font-weight: normal;
	color: RGB(178,8,8);
	line-height: 19px;
	letter-spacing: 2px;
	text-align:center;
}/*漲 文字樣式*/

table.gold_price .down{
	font-size: 13px;
	font-weight: normal;
	color: RGB(110,178,8);
	line-height: 19px;
	letter-spacing: 2px;
	text-align:center;
}/*跌 文字樣式*/

/* 今日金價樣式
****************************************************************************************************/
#today_goldprice {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #996600;
	letter-spacing: 3px;
}/*今日金價金色文字設定*/



