﻿.Quantity{
	background-color: #FFFF66;
	height: 20px;
	width: 20px;
	border-radius: 99em;
	z-index: 999;
	color: #A82423;
	font-size: 12px;
	float: right;
	margin-left: 56%;
	position: absolute;
	margin-top: -8px;
}


/*字*/
.BlueFont{
	font-weight: bold;
	color: #036eb8;
}
.YellowFont{
	color: #FFFF66;
}
.WhiteFont{
	color: #FFFFFF;
}
.Crude {
	font-weight: bold;
	/*padding-top: 5px;*/
}
.RedFont {
	color: #A82423;
	font-weight: bold;
}
.Text16{
	font-size: 20px;
	color: #333;
}
.RedPopular{
	color: #A82423;
}
.grayFont {
	color: #717071;
}

/*產品*/
.frame {
	border: 1px double #C30D22;
}
.Bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
}
.pricebox_left {
	font-size: 12px;
	color: #666;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #CCC;
	padding-top: 2px;
}
.pricebox_right {
	font-size: 12px;
	color: #666;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
    color: #A82423;
}

/*連結*/
a:link {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}
a:visited {
	font-size: 16px;
	color: #000;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}
a:hover {
	font-size: 16px;
	color: #000;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}
a:active {
	font-size: 16px;
	color: #000;
}
#menuicon h1 a{
	color: #FFFFFF;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}
#InquiryRecord a{
    color: #FFF;	
}
.endRedFont a{
	font-size: 14px;
	color: #A82423;
}
a.Header2Main  {
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2px;
}

.TitleBar {
	background-image: url(../image/img_19.jpg);
	background-position: center;
}

/*按鈕*/
.Button {
	background-image: url(../image/img_03.jpg);
	height: 44px;
	width: 300px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	letter-spacing: 0.5em;
	background-position: center;
	padding-top: 10px;
	margin-top: 20px;
	}
.ButtonFrame {
	display: inline-block;/*讓div並排*/
	vertical-align: top;/*就算個個div行數不同，也一律向上對齊*/
	border: 1px double #9c9c9c;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 130px;
	margin-top: 15px;
	margin-bottom: 50px;
	}
.ButtonRed {
	display: inline-block;/*讓div並排*/
	vertical-align: top;/*就算個個div行數不同，也一律向上對齊*/
	border: 1px double #CC0000;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 130px;
	background: -webkit-linear-gradient(red,#AF0019);
	background: -o-linear-gradient(red,#AF0019);
	background: -moz-linear-gradient(red,#AF0019);
	background: linear-gradient(red,#AF0019);
	color: #FFF;
	margin-top: 15px;
	}

/*member&表格*/
#member1{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 50px;
}
.fillStyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	height: 20px;
	letter-spacing: 0.08em;
	margin-top: 5px;
}
.fillStyle1{
	text-align: right;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	}
.fillStyle2{
	text-align: left;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#radio{
	vertical-align: text-bottom;
}
#add{
	width: 80px;
	height: 26px;
	margin-bottom: 5px;
}
#add1{
	width: 60px;
	height: 26px;
	margin-bottom: 5px;
}
#textarea{
	height: 80px;
	width: 90%;
	float: left;
	margin-top: 5px;
}

/* 會員登入 */	
.username{
	outline: none;
	height: 25px;
	width: 92%;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999;
	padding-top:6px;
     }
	 
#UserSignIn{
	outline: none;
	border-bottom: 1px solid #9c9c9c;
}
.AgreeCheckbox {
	vertical-align: middle;
	margin-right: 5px;
	}
.SetIn {
  margin: 0px auto;/*div對齊效果*/
  text-align: center;/*display: inline對齊效果*/
}
.TopLine{
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #9c9c9c;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #717071;	
}

/* 會員協議 */
.GrayIine {
	background-image: url(../image/img_04.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.ProductInterval{
	line-height: 22px;
	letter-spacing: 0.5px;
	text-align: left;
	padding-top: 5px;
}

/*分頁*/
ul.pagination {
	display: inline-block;
	padding: 0;
	margin-top:20px;
	vertical-align: middle;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 2px 8px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
	font-size: 16px;
    margin: 0 2px;
	background: -webkit-linear-gradient(#FFF,#CCC);
    background: -o-linear-gradient(#FFF,#CCC);
    background: -moz-linear-gradient(#FFF,#CCC);
    background: linear-gradient(#FFF,#CCC);
}

ul.pagination li a.active {
	background: -webkit-linear-gradient(#666,#333);
    background: -o-linear-gradient(#666,#333);
    background: -moz-linear-gradient(#666,#333);
    background: linear-gradient(#666,#333);
    color: white;
    border: 1px solid #717071;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
	}
.pagination2 {
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
}

.PopularText{
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
	font-size: 36px;
	color: #94252B;
	line-height: 40px;
	padding-top: 10px;
	padding-left: 10px;
}
.PopularText1{
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
	/*font-size: 18px;*/
    
	color: #94252B;
	font-weight: bold;
}

/*回上頁*/
#backtotop{
	position: fixed;
	bottom: 0px;
	right: 21px;
}

/*Popular*/
.NameProduct1{
	font-size: 20px;
	color: #94252B;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}
.NameProduct2{
	font-size: 14px;
	line-height: 18px;
	color: #94252B;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.Specification{
	line-height: 24px;
	}
.downGray {
	border: 1px double #595757;
	height: 22px;
	color: #595757;
	width: 80px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.OtherText{
	font-size: 10px;
	color: #595757;
	text-align: center;
	float: right;
	padding-right: 15px;
	line-height: 22px;
}
.OtherText1{
	font-size: 10px;
	color: #595757;
	line-height: 22px;
	padding-top: 20px;
	padding-right: 15px;
}
.ContentSpace {
	letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
}
.BottomLineRed{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #C30D22;
	padding-top: 10px;
	padding-bottom: 10px;
}
.BottomLinegray{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #595757;
	width: 300px;
	text-align: center;
}
.ButtonJoin{
	padding-top: 15px;
	padding-bottom: 15px;
}


/*搜尋
.searchStyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: 1px double #595757;
	font-size: 14px;
	padding-left: 5px;
	height: 40px;
	width: 90%;
	border-radius: 8px;
}	
.SearchSpace{
}*/	


/*詢價頁面*/

#FRQ1{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #595757;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	font-family: 'Microsoft JhengHei', 'Microsoft YaHei';
}

#FRQ2{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.RedDividers{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #A82423;
	height: 6px;
	border-radius:20px;
	margin-top: 10px;
}

#FRQ2-M2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ImgAround {
	float: left;
	padding: 5px;
	vertical-align: text-top;
}

.Imgspace{
	padding: 8px;
}
.ImgDelete{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.Total{
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.LineGray{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #595757;
}
.F04Space{
	background-color: #EEEFEF;
	line-height: 20px;
	color: #F00;
	padding: 8px;
}

/*header2主標*/
.main{
	width: 100%;
	text-align: center;
	margin-top: 58px;
	position: absolute;
	letter-spacing: 1px;
	padding-left: 80px;
}
.mainImg{
	margin-right: 0;
	float: right;
}
.mainImg1{
	padding-right: 15px;
}
.Quantity{
	width: 18px;
	height: 18px;
	border-radius: 99em;
	background-color: #FF0;
	text-align: center;
	margin-top: 53px;
	position: relative;
	right: 48px;
	z-index: 1;
	padding-top: 1.5px;
}
/*header1*/
.RightLine{
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #3E3A39;
	padding-left: 5px;
}
.LeftLine{
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #3E3A39;
	padding-right: 5px;
}

/*brand-01*/
.Brands{
	padding-left: 10px;
}
.LineRed{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #C30D22;
}
/*標題*/
.CategoryLine{
	background-image: url(../image/img_13.jpg);
	background-repeat: repeat;
}
.Recommend{
	/*background-image: url(../image/recommend.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
	}
.Promotions{
	/*background-image: url(../image/Promotions.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.inquiry02{
	/*background-image: url(../image/InquiryWeb.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.inquiry04{
	/*background-image: url(../image/InquiryTel.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.inquiry06{
	/*background-image: url(../image/InquiryON.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.inquiry08{
	/*background-image: url(../image/InquiryCosts.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.category{
	/*background-image: url(../image/category.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.price{
	/*background-image: url(../image/price.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.alcohol{
	/*background-image: url(../image/alcohol.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
.capacity{
	/*background-image: url(../image/capacity.jpg);*/
	background-repeat: repeat;
	background-size: 105px 25px;
	height: 25px;
	width: 105px;
}
#apDiv{
	/*z-index: 99999;*/
	/*position: absolute;*/
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10%;
	width: 100%;
}
.WarningsImg {
	margin: 10px;
}
.BrownFont{
	/*font-size: 18px;*/
    
	/*line-height: 28px;*/
}
.BrownFontS{
	font-weight: bold;
}
.RedFontS{
	font-weight: bold;
	color: #94252B;
}

.item-name {
	margin-top: 0;
	display: inline-block;
	letter-spacing: 2px;
}
.item-label {
	margin-top: 0;
	margin-left: -4px;
	letter-spacing: 2px;
}

.priceimg {
	width: 164px;
	height: 174px
}