body
{
	font-size: 9pt;
	
}

/* Default.master*/
.PageBottom
{
	background-image: url(Images/bottom_back.jpg);
	color: #A6AEC6;
	background-repeat: repeat;
}

.BlockHeader
{
	font-weight: bolder;
	font-size: 12pt;
	color: #0066ff;
	font-family: Arial;
}

/* 品牌列表 Category */
.CategoryHeader
{
	font-weight: bolder;
	font-size: 12pt;
	color: #A6AEC6;
	font-family: Arial;
}

.CategoryItem
{
	font-size: 10pt;
	margin: 1px;
	color: #FFFFFF;
	font-family: Arial;
	background-color: #A52D00;
	width: 160px;
	text-decoration: none;
	direction: ltr;
	text-indent: 10pt;
	float: left;
	text-align: right;
	z-index: auto;
	overflow: auto;
	white-space: normal;
	vertical-align: middle;
	border: 1px solid #BB3300;
}

.CategoryTitle
{
	font-size: 12pt;
	color: #FFFF00;
	font-family: Arial;
	font-weight: bold;
}


/* 商品瀏覽 ProductView */
.ProductHeader
{
	font-size: 12pt;
	color: #A6AEC6;
	font-family: Arial, Verdana;
}


.ProductTitle
{
	font-family: Arial, Verdana, 新細明體;
	font-weight: bold;
	font-size: 16pt;
	color: #FFFF00;
}

.MarketPrice
{
	color: #FFFFFF;
	text-decoration: line-through;
	font-size: 12pt;
}

.ShopPrice
{
	font-size: 18pt;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bolder;
	color: #FFFFFF;
}

.ProductDescTitle
{
	font-weight: bold;
	font-size: 14pt;
	color:#FFFFFF;
	font-family: Arial;
}

.ObjectNotFound
{
	font-weight: bolder;
	font-size: 24pt;
	color: #ff0033;
	font-family: Arial, Verdana, 新細明體;
	text-align: center;
}

/* 會員登入 MemberLogin */
.LoginName
{
	font-weight: bolder;
	font-size: 9pt;
	color: #ff0033;
	font-family: Arial;
}

.LastLoginTime
{
	font-size: 9pt;
	color: blue;
	font-family: Arial;
}

.MemberLogin
{
	background-image: url(Images/bottom_back.jpg);
	color: #A6AEC6;
	background-repeat: repeat;
}

/* 產品列表 HotProducts */
.ProductItem
{
	font-size:9pt;
}

.MarketPriceItem
{
	color: #A6AEC6;
	text-decoration: line-through;
	font-size: 9pt;
}

.ShopPriceItem
{
	font-size: 12pt;
	color: #FFFF00;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: blink;
}

.ProductItemImage
{
	width:128px;
	height:128px;
}
.CategoryMenu {
	width: 180px;
}

