.shadetabs{
padding: 5px 0;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}
 
.shadetabs li a{
text-decoration: none;
padding: 5px 23px ;
margin-right: 0px;
border: 1px solid #778;
font: bold 11px Verdana "µ¸¿ò";
color: #676767;
background-color: #CECECE;


/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF9933;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
	background-color: white;
	color : #FF9933;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-color: white;
color : #FF9933;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color : #FF9933;

}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 417px;
height:200px;
margin-bottom: 1em;
margin-left: 10px;
padding: 5px;


}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


.style_product {
     font-size: 20pt;
     font-weight: bold;
     font-family: "±¼¸²", "µ¸¿ò",
}

.style_company {
     font-size: 14pt;
     font-weight: bold;
     font-family: "±¼¸²", "µ¸¿ò",
}

