@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #808080;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 1024px;  /* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.thrColFixHdr #header {
	background: #5E7815 url(pic/topBanner.jpg) no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
} 

.thrColFixHdr #mainMenu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 39px;
	width: 562px;
	padding: 221px 0px 9px 219px;
	line-height: 39px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0px;
}
.thrColFixHdr #mainMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #mainMenu a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 193px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px 0px 0px 15px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	margin: 0px;
}
.thrColFixHdr #sidebar1 #logBox {
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 #logBox #logForm {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 #logBox #logForm label {
	color: #696969;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}


.thrColFixHdr #sidebar1 #logBox #logForm #id, #pw {
	font-size: 12px;
	height: 16px;
	width: 119px;
	border: 1px solid #333333;
	margin-bottom: 5px;
}
.thrColFixHdr #subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thrColFixHdr #subMenu li {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #subMenu a:hover {
	color: #CC0000;

}
.thrColFixHdr #subMenu a {
	text-decoration: none;
	color: #134066;
}
.thrColFixHdr #subMenu table {
	width: 170px;
	background-attachment: scroll;
	background-image: url(pic/btn_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.thrColFixHdr #subMenu .icon {
	text-align: center;
	vertical-align: middle;
	width: 83px;
}
.thrColFixHdr  #subMenu  .textEn {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0px;
	display: block;
	white-space: normal;
}
.thrColFixHdr #subMenu .new {
	background-attachment: scroll;
	background-image: url(pic/icon_new.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 23px;
}
.thrColFixHdr #sidebar1 #adBlock {
	text-align: center;
	margin-top: 20px;
}

.thrColFixHdr #sidebar1 #adBlock img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #sidebar1 #adBlock div {
	margin-bottom: 10px;
}

.thrColFixHdr #sidebar1 #epaper {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
.thrColFixHdr #sidebar1 #epaperForm {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 #epaperForm label {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 #epaperForm #emailBox {
	height: 15px;
	width: 97px;
	border: 1px solid #b6b6b6;
	margin-bottom: 5px;
	font-size: 10px;
	color: #999999;
}
.thrColFixHdr #sidebar1 #hotNews {
	margin-top: 20px;
	font-size: 13px;
}
.thrColFixHdr #sidebar1 #hotNews .hotNewsDesc {
	color: #6aa572;
	text-decoration: none;
	padding: 0px 13px 8px;
}
.thrColFixHdr #sidebar1 #hotNews .hotNewsDesc ul {
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.thrColFixHdr #sidebar1 #hotNews .hotNewsDesc li {
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-image: url(pic/icon_1.jpg);
}
.thrColFixHdr #sidebar1 #hotNews .hotNewsDesc a {
	color: #6aa572;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 #hotNews .hotNewsDesc a:hover {
	color: #4A7B51;
}







.thrColFixHdr #sidebar2 {
	float: right; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 199px; /* 背景顏色將會針對欄的內容長度而顯示，但僅止於此 */
	padding: 0px; /* 欄位間隔會讓 Div 的內容遠離邊緣 */
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar2 #adBlock2 {
	text-align: center;
	margin-top: 20px;
}

.thrColFixHdr #sidebar2 #adBlock2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #sidebar2 #adBlock2 div {
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 208px; /* 這個 Div 元素的右和左邊界會在頁面的側邊建立兩個外部欄。不論邊列 Div 包含多少內容，欄空間將維持不變。當邊列的內容結束時，如果您想讓 #mainContent Div 的文字填滿邊列的空間，就可以移除這個邊界。
	padding: 0 10px; /* 請記住，欄位間隔就是 Div 方塊內部的空間，而邊界就是 Div 方塊外部的空間 */
	padding: 0px;
}
.thrColFixHdr  #mainContent  #mainAD{
	width: 590px;

}
.thrColFixHdr #mainContent #mainAD img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent #sidebar2 #searchBox #searchForm {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.thrColFixHdr #mainContent #sidebar2 #searchBox #searchForm #searchText {
	width: 119px;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 16px;
	font-size: 11px;
	color: #666666;
}
.thrColFixHdr #mainContent #sidebar2 #searchBox #searchForm #searchSubmit {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent #sidebar2 #newsBlock {
	margin-top: 20px;
}
.thrColFixHdr #mainContent #sidebar2 #newsBlock ul {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.thrColFixHdr #mainContent #sidebar2 #newsBlock li {
	margin-bottom: 15px;
	list-style-image: url(pic/icon_news.jpg);
}
.thrColFixHdr #mainContent #sidebar2 #newsBlock a {
	text-decoration: none;
	color: #7f817e;
}
.thrColFixHdr #mainContent #sidebar2 #newsBlock a:hover {
	color: #009900;
}
.thrColFixHdr #mainContent #newProductBlock {
	margin-top: 20px;
}
.thrColFixHdr #mainContent .proThumBox {
	float: left;
	height: 220px;
	width: 145px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 23px;
	margin-right: 23px;
}

.thrColFixHdr #mainContent .proThumBox .proThum {
	text-align: center;
	vertical-align: baseline;
	height: 145px;
	width: 145px;
	border: 1px solid #a2c89f;
}
.thrColFixHdr #mainContent .proThumBox .proThum img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #mainContent .proThumBox .proTitle {
	text-align: right;
	color: #808080;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent .proThumBox .proTitle a {
	color: #808080;
	text-decoration: none;
}
.thrColFixHdr #mainContent .proThumBox .proTitle a:hover {
	color: #006600;
	text-decoration: none;
}
.thrColFixHdr #mainContent .proThumBox .proPrice {
	color: #818181;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
}
.thrColFixHdr  .sp    {
	color: #CC0000;
	text-decoration: none;
	margin-left: 2px;
}
.thrColFixHdr   .sp2        {
	font-size: 22px;
	font-weight: bold;
	margin-left: 2px;
}
.thrColFixHdr .sp3 {
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
}

.thrColFixHdr #mainContent #tipBlock {
	padding-left: 20px;
}

.thrColFixHdr #mainContent #path {
	font-size: 11px;
	color: #686868;
	text-decoration: none;
	line-height: 25px;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 500px;
	clear: none;
}
.thrColFixHdr #mainContent #path a {
	color: #5c81ac;
	text-decoration: underline;
}
.thrColFixHdr #mainContent #path a:hover {
	color: #404F8A;
}
.thrColFixHdr #mainContent #commend {
	width: 772px;
	padding-left: 12px;
	margin-top: 10px;
}
.thrColFixHdr #mainContent #commend .commendPro .commandLine {
	background-attachment: scroll;
	background-image: url(pic/serviceLine.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.thrColFixHdr #mainContent #commend .commendPro {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.thrColFixHdr #mainContent #commend .commendPro img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #mainContent #commend .commendPro .proDesc {
	font-size: 13px;
	color: #005599;
	text-decoration: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 5px;
}
.thrColFixHdr #mainContent #commend .commendPro .proDesc a {
	color: #005599;
	text-decoration: none;
}
.thrColFixHdr #mainContent #commend .commendPro .proDesc a:hover {
	color: #CC0000;
}
.thrColFixHdr #mainContent #commend .commendPro .proPrice {
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 5px;
}
.thrColFixHdr #mainContent #proFeature {
	width: 695px;
	padding-left: 24px;
	padding-top: 20px;
}
.thrColFixHdr #mainContent #proFeature .orderBox {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.thrColFixHdr #mainContent #proFeature .orderBox #orderForm {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.thrColFixHdr #mainContent #proFeature .orderBox #orderForm #sum {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent #proFeature .proTitle {
	font-size: 15px;
	font-weight: bold;
	color: #595959;
	text-decoration: none;
	text-align: left;
}
.thrColFixHdr #mainContent #proFeature .proPrice {
	font-size: 11px;
	color: #595959;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent #proFeature .proSpec {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #999999;
	font-size: 11px;
}
.thrColFixHdr #mainContent #proFeature .proSpec ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.thrColFixHdr #mainContent #proFeature #proIntro .title {
	background-attachment: scroll;
	background-image: url(pic/btn_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}
.thrColFixHdr #mainContent #proFeature #proIntro .intro {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}




.thrColFixHdr #mainContent #pager {
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 720px;
	margin-left: 20px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.thrColFixHdr #mainContent #pager a {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #mainContent #pager a:hover {
	color: #CC0000;
	
}
.thrColFixHdr #mainContent #pager .nowPage{
	color: #FF0000;
}
.thrColFixHdr #mainContent #pager .pageSel a {
	color: #005599;
	text-decoration: none;
}
.thrColFixHdr #mainContent #pager .pageSel a:hover {
	color: #CC0000;
	
}
/*memberStyle*/
.thrColFixHdr #mainContent #memberStyle {
	width: 695px;
	padding-left: 24px;
	padding-top: 20px;
}
.thrColFixHdr #mainContent .cartMenu {
	background-image: url(pic/B2C_menuBarBg.jpg);
	height: 30px;
	width: 662px;
	margin-bottom: 39px;
	text-align: center;
}
.thrColFixHdr #mainContent .cartMenu .cartItem {
	font-size: 12px;
	line-height: 30px;
	color: #cc6600;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(pic/B2C_menuBarItem.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 13px;
	padding-left: 20px;
}
.thrColFixHdr #mainContent .cartMenu .cartItem a{
	color: #cc6600;
	text-decoration: none;
	
}
.thrColFixHdr #mainContent .cartMenu .cartItem a:hover{
	color: #CC0000;
	text-decoration: none;	
}
.thrColFixHdr #mainContent .inLine {
	display: block;
}
.thrColFixHdr #mainContent .inputStyle1 {
	line-height: 18px;
	height: 18px;
	width: 140px;
	border: 1px solid #b5b5b5;
}
.thrColFixHdr #mainContent .btnStyle1 {
	font-size: 12px;
	color: #2369a7;
	border-top: 1px #003c74;
	border-right: 1px #003c74;
	border-bottom: 1px #003c74;
	border-left: 1px #003c74;
}
.thrColFixHdr #mainContent #list1 {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent #list1 .level1 {
	margin: 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

.thrColFixHdr #mainContent #list1 .level2 li {
	font-size: 12px;
	line-height: 22px;
	color: #808080;
	list-style-type: none;
	list-style-image: url(pic/icon_3.jpg);
}
.thrColFixHdr #mainContent #forgetBox {
	margin-left: 37px;
}

.thrColFixHdr #mainContent #forgetBox .title {
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	color: #699eb9;
	margin-left: 4px;
}
.thrColFixHdr #mainContent #forgetBox .tip {
	font-size: 12px;
	color: #929292;
	text-decoration: none;
}
.thrColFixHdr #mainContent #forgetBox #emailBox {
	height: 18px;
	margin-top: 14px;
	border: 1px solid #c9c9c9;
	width: 342px;
	margin-right: 14px;
}
.thrColFixHdr #mainContent #serviceBox {
	width: 653px;
	border: 1px solid #bbbfc7;
	background-color: #f1f2f4;
}
.thrColFixHdr #mainContent #serviceBox .title {
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
}
.thrColFixHdr #mainContent #serviceBox .text1 {
	font-size: 16px;
	color: #cc3d2e;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #mainContent #serviceBox .text2 {
	color: #d60000;
	text-decoration: none;
}
.thrColFixHdr #mainContent #qaBox {
	font-size: 13px;
	color: #545454;
	text-decoration: none;
	margin-top: 78px;
	margin-left: 25px;
	margin-right: 53px;
}
.thrColFixHdr  #mainContent  #qaBox  .text1  {
	color: #cc0000;
	text-decoration: none;
}
.thrColFixHdr #mainContent #qaBox .text2 {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.thrColFixHdr #mainContent #qaBox .text3 {
	color: #621818;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 8px;
}

.thrColFixHdr #mainContent #qaBox .box {
	margin-top: 15px;
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 22px;
	padding-left: 12px;
	border: 1px solid #a9c84d;
	font-size: 12px;
	line-height: 27px;
	color: #666666;
}

.thrColFixHdr #mainContent #qaBox .box .answer {
	background-color: #f6fcd8;
	margin-right: 27px;
	margin-left: 26px;
	border: 1px solid #a9c84d;
	padding-right: 7px;
	padding-left: 7px;
}
.thrColFixHdr #mainContent #serviceBox2 {
	width: 355px;
	border: 1px solid #bbbfc7;
	background-color: #f1f2f4;
	font-size: 12px;
	line-height: 31px;
	color: #949494;
	padding-right: 31px;
	padding-left: 31px;
	padding-top: 29px;
	padding-bottom: 29px;
	margin-left: 8px;
}
.thrColFixHdr #mainContent #serviceBox2 .title {
	font-size: 20px;
	color: #5f7194;
	text-decoration: none;
}
.thrColFixHdr #mainContent #queryResult {
	margin-right: 0px;
	margin-left: 8px;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 20px;
}
.thrColFixHdr #mainContent #queryResult .text1 {
	font-size: 14px;
	color: #f10000;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #mainContent #queryResult .text2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #3b3b3b;
	text-decoration: none;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3b3b3b;
	padding-bottom: 8px;
}
.thrColFixHdr #mainContent #queryResult .text3 {
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}


.thrColFixHdr #mainContent #queryResult .tabel1 {
	margin-top: 21px;
	color: #666666;
}
.thrColFixHdr #mainContent #queryResult .tabel1 th {
	font-weight: bold;
	color: #5d6e17;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}
.thrColFixHdr #mainContent #queryResult .tabel1 td {
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.thrColFixHdr #mainContent #queryResult .tabel2 {
	margin-top: 21px;
	color: #666666;
}
.thrColFixHdr #mainContent #queryResult .tabel2 th {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}
.thrColFixHdr #mainContent #queryResult .tabel2 td {
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.thrColFixHdr #mainContent #queryResult #pager {
	width: 100%;
	margin-left: 0px;
	margin-top: 27px;
	margin-right: 0px;
	margin-bottom: 39px;
}
.thrColFixHdr #mainContent #queryResult #pager a {
	color: #005599;
	text-decoration: none;
}
.thrColFixHdr #mainContent #queryResult #pager a:hover {
	color: #CC0000;
	text-decoration: none;
}
.thrColFixHdr #mainContent #queryResult #note {
	margin-left: 28px;
	color: #333333;
}
.thrColFixHdr #mainContent #queryResult #note ul {
	margin: 34px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.thrColFixHdr #mainContent #queryResult #note li {
	margin-bottom: 10px;
	list-style-image: url(pic/icon_4.jpg);
}
.thrColFixHdr #mainContent #queryResult #note2 ul {
	padding: 0px 0px 0px 14px;
	margin: 0px;
}
.thrColFixHdr #mainContent #queryResult #note2 li {
	list-style-image: url(pic/icon_4.jpg);
}

.thrColFixHdr #mainContent #comment {
	margin-left: 8px;
	color: #5e5e5e;
	margin-right: 40px;
}
.thrColFixHdr #mainContent #comment ul {
	margin: 0px;
	padding: 0px 0px 5px 14px;
}
.thrColFixHdr #mainContent #comment li {
	margin-bottom: 8px;
	list-style-image: url(pic/icon_4.jpg);
}
.thrColFixHdr #mainContent #comment .text1 {
	color: #de1a00;
	list-style-image: url(pic/icon_5.jpg);
}
.thrColFixHdr #mainContent #comment .text2 {
	font-size: 14px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip {
	margin-left: 40px;
	margin-right: 40px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .text1 {
	font-size: 12px;
	color: #646b77;
	line-height: 24px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .text2 {
	font-size: 12px;
	color: #e37316;
	line-height: 24px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .text3 {
	font-size: 13px;
	color: #0072c3;
	line-height: 26px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .text4 {
	font-size: 13px;
	color: #db1e0f;
	line-height: 26px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .text5 {
	background-attachment: scroll;
	background-image: url(pic/icon_8.jpg);
	background-repeat: no-repeat;
	background-position: left -2px;
	padding-left: 13px;

}
.thrColFixHdr #mainContent #memberStyle #memberShip .text6 {
	color: #F00;
}




.thrColFixHdr #mainContent #memberStyle #memberShip ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 26px;
	color: #808080;
}
.thrColFixHdr #mainContent #memberStyle #memberShip li {
	list-style-type: none;
	margin-bottom: 13px;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .tip1 {
	line-height: 34px;
	text-decoration: none;
	background-image: url(pic/line3.jpg);
	background-repeat: repeat-x;
	height: 34px;
	background-position: left center;
	text-align: center;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .tableStyle1 {
	color: #666666;
	text-decoration: none;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .tableStyle1 a {
	color: #800080;
}
.thrColFixHdr #mainContent #memberStyle #memberShip .tableStyle1 a:hover {
	color: #00F;
}
.thrColFixHdr #mainContent #memberStyle #cartStyle {
	margin-left: 30px;
	margin-right: 0px;
}
.thrColFixHdr #mainContent #memberStyle #cartStyle .cartNotice {
	width: 661px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thrColFixHdr #mainContent #memberStyle #cartStyle .desc {
	color: #4c4c4c;
	text-decoration: none;
	background-image: url(pic/B2C_cartBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 25px;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent #memberStyle #cartStyle ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.thrColFixHdr #mainContent #memberStyle #cartStyle ul li {
	list-style-image: url(pic/icon_9.jpg);
}


.thrColFixHdr #mainContent #memberStyle #cartStyle .text1 {
	color: #F00;
}

.thrColFixHdr #mainContent #memberStyle #cartStyle .bottom {
	background-attachment: scroll;
	background-image: url(pic/B2C_cartBottomBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 661px;
}
































.thrColFixHdr #footer {
	background:#FFFFFF url(pic/footerTopBg.jpg) repeat-x scroll left top;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 58px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.thrColFixHdr #footer .notice {
	font-size: 11px;
	color: #5e6766;
	text-decoration: none;
	width: 240px;
	padding-right: 18px;
	padding-left: 15px;
}
.thrColFixHdr #footer #serviceBlock {
	font-size: 11px;
	color: #00569d;
	text-decoration: none;
	line-height: 15px;
}
.thrColFixHdr #footer #serviceBlock ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
.thrColFixHdr #footer #serviceBlock li {
	padding-left: -10px;
	margin-left: 5px;
	list-style-image: url(pic/icon_2.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #footer #serviceBlock a {
	color: #00569d;
	text-decoration: none;
}
.thrColFixHdr #footer #serviceBlock a:hover {
	color: #CC0000;
}
.thrColFixHdr  #footer  #serviceBlock  .serviceTitle {
	font-size: 12px;
	font-weight: bold;
	color: #417337;
	text-decoration: none;
	line-height: 30px;
}
.thrColFixHdr #footer #serviceBlock .serviceLine {
	background-attachment: scroll;
	background-image: url(pic/serviceLine.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 10px;
}

.thrColFixHdr #footer .copyright {
	font-size: 11px;
	color: #6d6d6d;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
}
.thrColFixHdr #footer .surport {
	text-align: left;
}
.thrColFixHdr #footer .surport img {
	margin-right: 8px;
}



.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

