﻿body
{
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	background: #c5c8cb;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.textBox
{
	padding-right: 2px;
	padding-left: 2px;
	border-right: #000000 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #000000 1px solid;
	padding-bottom: 2px;
	padding-top: 3px;
	height: 15px;
	background-color: #ffffff;
}

.select
{
	height: 20px;
	border-right: #000000 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #000000 1px solid;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 2px;
}

/* Tab Bar 目前頁面 */
.tabon
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	padding-top: 5px;
	height: 25px;
	width: 100px;
	text-align: center;
	background-image: url(../../img/tabon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 5px;
}

/* Tab Bar 可選擇頁面 */
.taboff
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #b01c2e;
	padding-top: 5px;
	height: 25px;
	width: 100px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../img/taboff.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 5px;
	margin-bottom: 0px;
}

/* Tab Bar 目前頁面 */
.tabon1
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
	padding-top: 5px;
	height: 25px;
	text-align: center;
	background-image: url(../../img/tabon.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 5px;
}

/* Tab Bar 可選擇頁面 */
.taboff1
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #b01c2e;
	padding-top: 5px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	background-image: url(../../img/taboff.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 5px;
}

/* Tab Bar 上面的文字*/
.caption
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.partTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #990033;
	display: block;
}

.info
{
	font-size: 10px;
	color: #000000;
	line-height: 25px;
	padding-left: 5px;
}

/* 有內容的物件 - 設定灰底 自行 列高 Padding*/
.c
{
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
}

.pd
{
	padding: 5px;
}

.pd10
{
	padding: 10px;
}

.bg
{
	background: #e6e6e6;
}

/* 四週邊線 */
.br0
{
	border: 5px solid #ffffff;
}

/* 上邊線 */
.br1
{
	border-top: #ffffff 5px solid;
}

/* 下邊線 */
.br2
{
	border-bottom: #ffffff 5px solid;
}

/* 左邊線 */
.br3
{
	border-left: #ffffff 5px solid;
}

/* 右邊線 */
.br4
{
	border-right: #ffffff 5px solid;
}

/* 左右邊線 */
.br5
{
	border-right: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
}

/* 上下邊線 */
.br6
{
	border-top: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

/* 上下左邊線 */
.br7
{
	border-top: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

/* 上下右邊線 */
.br8
{
	border-top: #ffffff 5px solid;
	border-right: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

/* 下右邊線 */
.br9
{
	border-right: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
}

/* 灰底 5px白邊 行高21px */
.wtable
{
	border: 5px solid #ffffff;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
	padding: 5px;
}

/* 同wtable 但是沒上邊線 */
.wtable1
{
	border-right: #ffffff 5px solid;
	border-left: #ffffff 5px solid;
	border-bottom: #ffffff 5px solid;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
	padding: 5px;
}

/* 同wtable 但是沒右邊線 */
.wbody
{
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
	padding: 5px;
}

/* 同wbody 但是沒上邊線 */
.wbody1
{
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
	padding: 5px;
}

/* 同wbody 但是沒padding */
.wbody2
{
	border-top: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 21px;
}

/* 同wbody 但是沒邊線 */
.wbody9
{
	padding: 5px;
	border-bottom: #ffffff 5px solid;
}

/* 白色區塊 無邊 */
.pbody
{
	background: #ffffff;
}

/* 最外層邊框 */
.outer
{
	border: 5px solid #969ea5;
	background: #3d4d59;
	padding-bottom: 5px;
	padding-top: 5px;
}


a.StoreLeftBar:link, a.StoreLeftBar:visited
{
	color: #0000ff;
}

/* TextBox */
.StoreLeftBarInput
{
	width: 189px;
	padding-right: 2px;
	padding-left: 2px;
	border-right: #000000 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #000000 1px solid;
	padding-bottom: 2px;
	padding-top: 3px;
	height: 15px;
}

/* DropDownList */
.StoreLeftBarSelect
{
	width: 205px;
	height: 20px;
	vertical-align: middle;
	border-right: #000000 1px solid;
	border-top: #808080 1px solid;
	border-left: #808080 1px solid;
	border-bottom: #000000 1px solid;
	padding-top: 2px;
	padding-left: 0px;
	padding-bottom: 2px;
}

/* SUBMIT */
a.StoreLeftBarSubmit:link, a.StoreLeftBarSubmit:visited
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
	text-align: right;
	display: block;
	color: #000000;
}


.StorePartTitle
{
	font-weight: bold;
	color: #000000;
	display: block;
	font-size: 120%;
}

.StoreUserEMail
{
	font-weight: bold;
	display: block;
}

a.StorePartTitle:link, a.StorePartTitle:visited
{
	font-weight: bold;
	font-size: 120%;
	font-family: Arial;
	text-decoration: none;
	color: #000000;
}

/* 產品資訊左邊區塊Div 顯示名稱及說明部份 */
.ProductInfo
{
	width: 290px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.ProductName
{
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
}

.ProductNo
{
	display: block;
	margin-bottom: 10px;
}

.ProductDesc
{
	display: block;
}

.ProductMeas
{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ProductPromo
{
	display: block;
	color: #b01c2e;
	font-weight: bold;
	padding-bottom: 15px;
}

.ProductPric
{
	font-weight: bold;
	margin-right: 20px;
	display: block;
	float: left;
}

.ProductLimitQty
{
	display: block;
	margin-bottom: 0px;
	color: #b01c2e;
	margin-left: 105px;
}

.AddShoppingCart
{
	vertical-align: middle;
	height: 20px;
}


/* 產品資訊右邊區塊Div 顯示產品圖片部份 */
.ProductImg
{
	float: right;
	width: 220px;
	overflow: hidden;
	text-align: right;
}

/* 產品圖檔區內的Img */
.ProductImg img
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	cursor: pointer;
	margin-bottom: 3px;
	margin-left: 3px;
}

/* Link Item 區塊 */
.LinkItemBlock
{
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	min-height: 180px;
}

/* 每個Link Item 的Div*/
.LinkItem
{
	margin-right: 15px;
	display: block;
	float: left;
	margin-top: 10px;
}

.LinkItem img
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.listItem
{
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px; /*	white-space: nowrap; */
	text-align: left;
	line-height: 25px;
}

.listItem img
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

/* 左右不許有其他內容 */
.clear
{
	clear: both;
}

/* Shapping cart */
.cartHeader
{
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width: 520px;
	padding-bottom: 10px;
}

.cartGift
{
	display: block;
	color: #b01c2e;
	line-height: normal;
}

.cart
{
	background-color: #ffffff;
}

.labelLists
{
	font-weight: bold;
	color: #747C6D;
	vertical-align: bottom;
	background-image: url(img/bg-labelLists.gif);
	line-height: 25px;
	text-align: left;
	text-indent: 6px;
}



.dottedLineCentered
{
	background-image: url(img/dotten-line.gif);
	background-repeat: repeat-x;
	background-position: center 50%;
	height: 10px;
}

.total
{
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
	line-height: 30px;
	text-indent: 20px;
}

.linkCheckOut
{
	text-transform: uppercase;
	color: #333333;
	text-indent: 7px;
}

.signinButton
{
	background-color: #B01C2E;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
	border: 1px solid;
	border-bottom-color: #7D1420;
	border-top-color: #E3243A;
	border-right-color: #7D1420;
	border-left-color: #E3243A;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.errorMsg
{
	font-weight: bold;
	color: #ff0000;
}

.back
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/img/button-back.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 22px;
	padding-top: 9px;
	margin-left: 7px;
	cursor: hand;
	line-height: 40px;
}
.continue
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/img/button-continue.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 22px;
	padding-top: 9px;
	margin-right: 7px;
	cursor: hand;
	line-height: 40px;
}

.eventName
{
	text-decoration: underline;
	display: block;
}

.more
{
	float: right;
	display: block;
}

.bandTitle
{
	display: block;
	font-weight: bold;
	background-color: #c0c0c0;
}

.fieldCaption
{
	font-weight: bold;
}

.divider
{
	height: 1px;
	background-color: #b01c2e;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #b01c2e;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a.PartOrder:link, a.PartOrder:visited
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	color: #990033;
}

.PartOrderModel
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
	color: #990033;
}

.InfoGroupTitle
{
	font-weight: bold;
	color: #b01c2e;
	display: block;
	font-size: 150%;
	margin-bottom: 12px;
}

.InfoTitle, .FaqTitle
{
	font-weight: bold;
	font-size: 120%;
	display: block;
}

.FaqIndex a:link, .FaqIndex a:visited
{
	color: #0000ff;
}

.ajaxWait
{
	background-color: #FF0000;
	color: #FFFFFF;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 120px;
	text-align: center;
}

.GrandHallRed, a.HighLightLink, a.HighLightLink:link, a.HighLightLink:visited
{
	color: #b01c2e;
	font-weight: bold;
	text-decoration: none;
}

.PressRelease a, .PressRelease a:link, .PressRelease a:visited
{
	color: #000;
}

.space
{
	padding-left: 10px;
	padding-right: 10px;
}

.infoGroupSP
{
	height: 8px;
}

