/*主頁連結設定*/

a {text-decoration:none;}

a:link {
	color: #DDDDDD;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
}
/*上方水平導覽列設定*/

#top ul { 
margin:0;
}
#top li { 
display:inline;
white-space:nowrap;
}

#top li a {
padding: 0.2em 1.55em;
background: transparent;
}
#top li a:hover {
background: #009;
}

/*側邊導覽列設定*/
/*.left {myOver:expression(onmouseover=function(){bgColor="black"},onmouseout=function(){bgColor="999999"})}*/


#left ul { 
margin:0;
}
#left li { 
white-space:nowrap;

}

#left li a {
padding: 0.2em 0em 0.2em 1.5em;
width: 100%;
background: transparent;
}
#left li a:hover {
background: #006;
}

/*主頁圖片邊框*/

img {border:0;}

/*產品表列頁 標題文字*/
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; font-weight: bold}


/*產品表列頁 說明文字*/
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; }


/*單品頁產品標題*/
h1 {font-size:13px;

}

h2 {font-size:13px;
margin: 0;
}

/*單品頁 產品介紹表格 文字*/
#01 td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin-left:30px;}




