﻿/* *********************************
  Site - eWebLite FONT-site
  ----------------------------------
  StyleSheet Index
  $1 - GLOBAL Styles
  $2 - FONT Styles
  $3 - Links Styles
  $4 - LINE hr Styles
  $5 - Website Structure Styles
  $6 - Header Styles
  $7 - Footer Styles
  **********************************/
  
  /* *************************** 
   $1 GLOBAL Styles
   ***************************/
/*
* {
	margin: 0 auto;
	padding: 0;
}
*/

img {
	border:0;
}
fieldset {
	border:none;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 FONT Styles
   ***************************/


/* *************************** 
   $3 Links Styles
   ***************************/
  
.a_br { text-decoration : none; color:#800000; }
.a_br:hover{ text-decoration : underline;color:#ff0000; }

.a_blue { text-decoration : none; color:#011eff; }
.a_blue:hover{ text-decoration : underline;color:#00a0e9; }

.a_smd{ text-decoration : none; color:#5e5e5e; }
.a_smd:hover{ text-decoration : none;color:#5e5e5e; position:relative; bottom:1px;}

.a_blk { text-decoration : none; color:#000; }
.a_blk:hover{ text-decoration : underline;color:#666; }

/* *************************** 
   $4 LINE hr Styles
   ***************************/
/*.space {
	background-color:#fff;
	height:1px;
	clear:both;
}
   
.hr03 {
	float:left;
	background-color:#9148c3;
	height:16px;
	width:7px;
}
*/

/* *************************** 
   $5 Website Structure Styles
   ***************************/
   
body {
	/*text-align:center;  置中未設定的table不會靠左*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#666;
}

#container {
	/*width:980px;*/
}



/* *************************** 
   $6 Header Styles
   ***************************/   
/*.head {
	width:980px;
	height:100%;
}*/
   

/* *************************** 
   $7 Footer Styles
   ***************************/ 
/*.footer {
	width:980px;
	height:57px;
}
   
.foot_line {
	height:2px;
	width:100%;
	background-color:#138aa8;
}
*/
/*----WBB 上標頁籤調整20140410--------*/
#GoodsForWmUser img, #PreOrderForWmUser img, #MemberForWmUser img, #RegsetForWmUser img{ vertical-align:bottom;}
#GoodsForWmUser img:hover, #PreOrderForWmUser img:hover, #MemberForWmUser img:hover, #RegsetForWmUser img:hover{ vertical-align:bottom;}