/********** anchor **********/
a.topNav
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.topNav:hover
{
	color: crimson;
	text-decoration: none;
	font-weight: bold;
}
a.pageNav
{
	color: gray;
	text-decoration: none;
}
a.pageNav:hover
{
	color: crimson;
	text-decoration: none;
}
a.prodMenu 
{
	color: sienna;
	text-decoration: none;
}
a.prodMenu:hover
{
	color: salmon;
	text-decoration: none;
}
a.download 
{
	color: BlueViolet;
	text-decoration: none;
}
a.download:hover
{
	color: salmon;
	text-decoration: none;
}
a.news 
{
	color: RoyalBlue;
	text-decoration: none;
}
a.news:hover
{
	color: salmon;
	text-decoration: none;
}
/********** main layout **********/
body
{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 900px;
	background-color: white;
}
body.main
{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 900px;
	background-color: white;
}
td.menu
{
	width: 200px;
	height: 500px;
	background-color: #f0f0f8;
	border-bottom: 1px solid white;
	vertical-align: top;
	padding:	10px 5px 10px 20px;
}
td.content
{
	font: 10.5pt times;
	width: 700px;
	padding: 15px 10px 10px 30px;
	vertical-align: top;
	background-color: white;
	text-align:justify;
}
div.rowFooter
{
	width: 900px;
	background-image: url('/pic/bg_resin.jpg');
	height: 30px;
	text-align: center;
}

/********** title style **********/
h1
{
font: italic bold 1.4em Sanvito,serif;
text-align: center;
color: orangered;
clear: both;
}
h2
{
font: bold 1.3em serif;
text-align: center;
color: firebrick;
clear: both;
}
h3
{
font: bold 1.2em serif;
text-align: center;
color: orange;
clear: both;
}
h4
{
font: bold 1.2em arial,sans-serif;
color: brown;
clear: both;
margin: 20px 0px 5px 0px;
}
h5
{
font: bold 1.1em arial,sans-serif;
margin: 15px 0px 5px 0px;
color: blue;
}
h6
{
font-weight: bold;
font-size: 100%;
margin: 5px 0px;
}
ul,ol
{
margin: 5px 0 5px 30px;
}

/********** product list panel **********/
table.tProduct
{
	font: 10.5pt times;
	width: 560px;
	margin-left: 2px;
	margin-top: -2px;
	border: 1px solid #8acbdd;
	background-color: #ebf9fa;
	background-image: url('/pic/icons/bg_product.jpg');
	background-repeat: repeat-x;
}
td.tdProduct
{
	padding: 10px;
	vertical-align: top;
	text-align:justify;
}
table.tPriceList
{
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	font: 9pt arial;
	margin-top: 5px;
	text-align: center;
}
table.tBorder
{
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	font: 9pt arial;
	margin-top: 5px;
	text-align: center;
}
div.tRule
{
	height: 1px;
	line-height: 0px;
	border-bottom: 1px solid gray;
}

/*********** text header ************/
.menuTitle
{
	color:navy;
	font-size:30px;
	font-weight:bold;
}
.menuList
{
	text-decoration:none;
	font-size:14px;
	color:#5F9EA0;
	font-family:arial;
	font-weight:bold;
}
.menuDesc
{
	color:gray;
	font-size:12px;
	margin:0px 20px;
}
div.orderMenu
{
	color: sienna;
}

/*********** online store ************/
.storeMenuTitle
{
	background-color:CornflowerBlue;
	color:white;
	font-weight:bold;
	padding-left:15px;
}
.storeMenuList
{
	display:none;
	border-left:1px solid CornflowerBlue;
	border-right:1px solid CornflowerBlue;
	border-bottom:1px solid CornflowerBlue;
	padding-left:25px;
}
.storeSubtype
{
	color:blue;
	font-family:arial;
	font-size:14px;
}

/*********** table store ************/
table.condition
{
font: 0.8em arial;
margin-left: 50px;
}
table.cond
{
font: 0.8em arial;
}
table.packing
{
font: 0.8em arial;
}
table.caption
{
font: 10pt arial;
margin-left: 50px;
}

/*********** popup window style ************/
div.popup
{
position: absolute;
height: auto;
width: 500px;
display: none;
background-color: lightyellow;
border: 1px solid gray;
}
div.popClose
{
text-align: right;
padding-right: 3px;
}
div.figCaption
{
text-align: justify;
font: 0.8em arial;
margin: 3px 20px;
}
div.fig_center
{
text-align: center;
font: 0.8em arial;
margin: 15px 5px;
}
div.appFigure
{
margin: 8px;
height: auto;
width: 500px;
display: none;
background-color: lightyellow;
border: 1px solid gray;
}
a.appList
{
cursor: hand;
color: blue;
}
sup
{
font-size:0.7em;
}
sub
{
font-size:0.7em;
}