@charset "big5";
.copyright {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.middlebar {
	font-family: Verdana, Geneva, sans-serif;
	color: #036;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #06C;
	margin-right: 20px;
	text-align: center;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.5em;
}
.headline {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	letter-spacing: 0.5em;
}
.link {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	color: #069;
}
.link a:hover {
	color: #900;
	text-decoration: underline;
	font-weight: bold;
}
.link a:link {
	color: #069;
	text-decoration: underline;
}
.sub-title {
	font-size: 18px;
	letter-spacing: 1em;
	color: #069;
	background-color: #D0DFF0;
	font-weight: bold;
}
.field_set {
	border: 2px solid #D0DFF0;
	padding: 0px;
}

.table_title {
	color: #005EBB;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
.red {
	color: #F06;
}
.price {
	color: #C36;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.dark_red {
	color: #900;
}
.price_cross {
	color: #666;
	text-decoration: line-through;
}
.discounted_item {
	font-size: 16px;
	color: #939;
	font-weight: bold;
	text-align: left;
}
.price_remarks {
	font-size: 12px;
}
.div_bg {
	background-color: #F2F2F2;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-style: dotted;
	border-top-color: #999;
}
.horizontal_rule {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.description {
	font-size: 16px;
	font-style: normal;
	color: #999;
	letter-spacing: 0.25em;
}
.body_background {
	background-image:url(../body_background.jpg);
	background-color:#cae8ff;
	background-repeat:repeat-x;
}
#mContainer {
	position:relative;
	width:800px;
	height:30px;
	background-color:#F3F3F3;
	border: 1px dotted #999;
}
.zContent {
	position:absolute;
	padding:5px;
	font-family:verdana;
	font-size:8pt;
	top:0px;
	left:0px;
	width:800px;
	height:30px;
	-moz-opacity:0.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
