/* basic */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #3366CC;
	text-decoration: underline
}
a:visited {
	color: #3366CC;
	text-decoration: underline
}
a:hover {
	color: #CC0000;
	text-decoration: underline
}
a:active {
	color: #CC0000;
	text-decoration: underline
}

/* common layout */
#containerWrap {
	width: 840px;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.blankTop05px {
	margin-top: 5px;
}
.blankTop10px {
	margin-top: 10px;
}
.blankLeft05px {
	margin-left: 5px;
}
.blankLeft10px {
	margin-left: 10px;
}
.blankRight05px {
	margin-right: 5px;
}
.blankRight10px {
	margin-right: 10px;
}
.blankBtm05px {
	margin-bottom: 5px;
}
.blankBtm10px {
	margin-bottom: 10px;
}
.productName {
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 3px;
}
.pageTitle {
	margin-top: 15px;
	margin-bottom: 15px;
}
.btnHome {
	margin-top: 7px;
	margin-right: 7px;
}
.dot {
	background-image: url(/images/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#topicPath {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
}
#mainImg img {
	margin-top: 15px;
}

/* text style */
.sm {
	font-size: 9px;
	line-height: 11px;
	font-family: "Tahoma";
	text-align: left;
}
.cap {
	font-size: 9px;
	line-height: 11px;
	font-family: Tahoma;
	color: #666666;
	padding-top: 5px;
	font-weight: normal;
	text-align: left;
}
.blue {	color: #3399FF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.new {
	margin-left: 3px;
	margin-top: 6px;
	margin-bottom: 2px;
}
.bsListPh {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(/images/bs/bs_bg_top.jpg);
	background-repeat: no-repeat;
}
.bsListCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(/images/bs/bs_bg_btm.jpg);
	background-repeat: no-repeat;
}
.homeFeature {
	background-color: #EEEEEE;
	margin-bottom: 5px;
}
.gallerySubtitle {
	background-color: #EEEEEE;
	margin-bottom: 5px;
	text-align: left;
}
#containerWrap #header .PnaviBg {
	background-image: url(../images/pnavi_blank.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
