@charset "utf-8";
body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.mainbg {
	background-attachment: fixed;
	background-image: url(../images/ShopCart/shopCart_r2_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "新細明體";
}
p ,li ,ui {
	font-size: 15px;
	line-height: 120%;
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
	line-height: 120%;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 10px;
}
a {
	color: #FF6600;
	text-decoration: underline;
}
form {
	margin: 0px;
}
.head1 {
	line-height: 24px;
	background-image: url(../images/ShopCart/headback1.jpg);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.head2 {
	line-height: 16px;
	background-image: url(../images/ShopCart/headback2.jpg);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.head3 {
	line-height: 16px;
	background-image: url(../images/ShopCart/headback3.jpg);
	background-repeat: repeat-x;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.normalinput {
	font-size: 10pt;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.smalltext {
	font-size: 10pt;
	line-height: 120%;
}
.upline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.downline {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.totalrow {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	padding:10px 5px;
}
.blackbox {
	border: 1px solid #CCCCCC;
}

input, select {
	padding:3px;
	margin:2px 0;
}

/*購物流程圖*/
#ShoppingProcessPic1 {
	background-position: 0px 238px;
/*	background-repeat: repeat-y;*/
	display:block;
	width:719px;
	height:60px;
	padding:0px;
	margin:0 0 5px;
	background-image: url(../images/ShoppingProcess.jpg);
}
#ShoppingProcessPic2 {
	background-position: 0px 180px;
/*	background-repeat: repeat-y;*/
	display:block;
	width:719px;
	height:60px;
	padding:0px;
	margin:0 0 5px;
	background-image: url(../images/ShoppingProcess.jpg);
}
#ShoppingProcessPic3 {
	background-position: 0px 120px;
/*	background-repeat: repeat-y;*/
	display:block;
	width:719px;
	height:60px;
	padding:0px;
	margin:0 0 5px;
	background-image: url(../images/ShoppingProcess.jpg);
}
#ShoppingProcessPic4 {
	background-position: 0px 60px;
/*	background-repeat: repeat-y;*/
	display:block;
	width:719px;
	height:60px;
	padding:0px;
	margin:0 0 5px;
	background-image: url(../images/ShoppingProcess.jpg);
}
/*付款帳戶*/
#paymentAccount {
	margin:3px;
	border:#6CF solid 3px;
	background-color:#FFC;
}
#paymentAccount thead th {
	height:25px;
	padding:3px;
	background-color:#CCC;
	font-size:16px;
	font-weight:bold;
}
#paymentAccount tbody th {
	border-right:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
}
#paymentAccount td {
	padding:3px;
	border-bottom:#CCC solid 1px;
}
