﻿@charset "utf-8";
/* CSS Document */

/***上方快速選單***/

.pagination{
	text-align: right;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	position: absolute;
	right: 5px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	background-position: center;
}
.pagination .icon {
	background-image: url(../../images/icon_arrow.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 75px;
	position: relative;
	background-position: left center;
	padding-left: 18px;
}

.pagination .home {
	background-image: url(../../images/icon_home.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 75px;
	position: relative;
	background-position: left center;
	padding-left: 18px;
}

.pagination a, .pagination a:visited{
	text-decoration: none;
	color: #666666;
}

.pagination a:hover, .pagination a:active{
	color: #0099FF;
}


/***下方快速選單***/
.button{
	text-align: right;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}

.button ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.button li{
	list-style-type: none;
	display: inline;
}

.button a, .button a:visited{
	text-decoration: none;
	color: #6da400;
}

.button a:hover, .button a:active{
	color: #0099FF;
}


/***copyRight***/
.copyright a, .copyright a:visited{
	text-decoration: none;
	color: #6da400;
}

.copyright a:hover, .copyright a:active{
	color: #0099FF;
}


/**導覽預約**/
.text li {
	list-style-image: url(../../images/ion_li.gif);
	margin-left: -20px;
	list-style-position: outside;
	line-height: 18px;
}

.text a, .copyright a:visited{
	text-decoration: none;
	color: #FFFFFF;
}

.text a:hover, .copyright a:active{
	color: #000099;
}

/**最新消息**/
div.text {
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 40px;
	margin-bottom: -10px;
}

.news_text li {
	list-style-image: url(../../images/icon_news_arrow.gif);
	margin-left: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbd57b;
	width: 400px;
}

.news_text a, .news_text a:visited{
	text-decoration: none;
	color: #7a9b04;
}

.news_text a:hover, .cnews_text a:active{
	color: #ff7e00;
}

/** 線上訂購-商品展示 & 活動紀錄展示超連結變化 **/


.order_text a, .order_text a:visited{
	text-decoration: none;
	color: #7a9b04;
}

.order_text a:hover, .order_text a:active{
	color: #ff7e00;
}

/***IE6使用*****/
* html .pagination li.currentpage, * html .pagination li.disablepage{
	margin-right: 5px;
	padding-right: 0;
}
