/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #555555;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #EFEFEF;
}
#tab_frame {
	width: 75%;
	border: 1px solid #999999;
	height: 100%;
	vertical-align: super;
	background-image: url(pro_set_tc2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}
#product_name {
	font-size: 16px;
	font-weight: bold;
	color: #4F5660;
	padding: 10px 10px 0px;
	vertical-align: bottom;
	width: 94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}
#footer {
	font-size: 10px;
	color: #999999;
	padding: 5px 10px 10px;
	vertical-align: super;
	width: 94%;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.click-on {
	text-decoration: none;
}
.click-on a:link {
	padding: 3px;
}
.click-on a:visited {
	padding: 3px;
}
.click-on a:hover {
	background-color: #E6E6E6;
}
.detail_bo {
	font-weight: bold;
}
.line {
	width: 96%;
	border-bottom: 1px solid #CCCCCC;
}

