@import url("nav_2.css");

/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	color: #4e4e4e;
	font-family:"Arial Unicode MS";
}

/*a
{
	color: #0f6a38 !important;	/* For Firefox... mark as important, otherwise it becomes black 
}*/

a{
color:#0f6a38;
text-decoration:underline;
}
a:hover{
color:#666666;
}

.content{
	font-size: 12px;
	color: #4e4e4e;
	text-align:left;
}



/*排版樣式設定*/
/*產品列表樣式設定*/
.productlist caption{
font-size:18px;
font-weight:600;
font-family:Georgia, "Times New Roman", Times, serif;
font-family:"Times New Roman", Times, serif;
/*margin-top:15px;*/
padding-top:15px;
}

.productlist table{
width:90%;
text-align:center;
}
.productlist th, td{
	text-align:center;
	vertical-align:top;
	font-size:11px;
	font-family:arial, "Times New Roman", Times, serif;
	font-weight:400;
/*padding-top:15px;*/
}

.productlist th, td img{
/*width:250px;*/
height:auto;
border:1px #ffffff solid;
margin-bottom:15px;
}
.productlist th, td a img{
/*border:1px #cccccc solid;*/
padding-right:5px;
padding-bottom:5px;
background-image:url(../pics/bg-pic_shadow.jpg);
background-position:top right;
background-repeat:repeat-y;
}
.productlist th, td a:hover img{
border:1px #999999 solid;
/*filter: Alpha (Opacity="60");
opacity:0.6;*/
}
.space{
width:15px;
}

a.tlink {
font-size:10px;
text-decoration:none;
}
.tline {
border-bottom:dotted #CCCCCC 1px;
display:block;
text-align:center;
font-size:10px;
}



/*樣式部份*/
.notes /*強調區塊*/
{
	display:block;
	border: #7e9390 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000000;
/*	font-family: 'Courier New' , Monospace;*/
	font-family:Tahoma;
	background-color: #e6efee;
/*	font-size:11px;
	line-height:14px;*/
}

.Bold /*強調字眼*/
{
	background-color:#c5c535;
	color:#000000;
}



/*格式部份*/


h1{
margin:0px;
padding:0px;
line-height:100%;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:24px;
font-style:italic;
}

h2{ /*主標題*/
color:#ffffff;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
display:inline;
border-left:solid 2px #be351f;
padding:1px 10px 1px 10px;
background-color:#be351f;
}

h4{ /*次標題*/
font-size:18px;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
display:inline;
padding:1px 10px 1px 10px;
}

h3{
font-size:14px;
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:400;
display:inline;

}


h5 {
	color: #4e4e4e;
}

h6 {
	color: #4e4e4e;
}
/*
pre {
	color: #000080;
}*/
