/**
 * @version  1.00
 * @updated  2008/09/10
 */
 
 

#main #contents .box ul#tab {
	background     : url("../../images/tab/line.gif") repeat-x bottom;
	padding        : 10px 0 0px 0px;
	width:600px;
	/*margin : 0 10px 10px 10px;*/
}

#main #contents .box ul#tab li {
	list-style     : none;
	background     : none; 
	padding         : 0 6px 0 0;
	float          : left;
}

#main #contents .box ul#tab li a {
	width          : 142px;
	height         : 32px;
	display        : block;
	text-indent    : -9999px;
}


/*#main #contents .box ul#tab li a span {
	display        : block;
}*/

#main #contents .box ul#tab li#ssl a { background : url("../../images/tab/tab_ssl.gif"); }
#main #contents .box ul#tab li#codesign a { background : url("../../images/tab/tab_codesign.gif"); }
#main #contents .box ul#tab li#cds a { background : url("../../images/tab/tab_cds.gif"); }
#main #contents .box ul#tab li#pki a { background : url("../../images/tab/tab_pki.gif"); }


#main #contents .box ul#tab li a:hover { background-position : 0 -32px !important; }

#main #contents .box ul#tab li.on a,
#main #contents .box ul#tab li.on a:hover { background-position : 0 -64px !important; }

* html #main #contents .box ul#tab li a:hover {
	padding-bottom:0px;
}
	



#main #contents .box div#box_ssl,
#main #contents .box div#box_codesign,
#main #contents .box div#box_cds,
#main #contents .box div#box_pki { display : none;margin-top:10px;}

#main #contents .box div.box_current { display : block !important; }



/* Float Clear */
/*/////////////////////////////////////////////////*/

#main #contents .box ul#tab:after {
	content         : ".";
	height          : 0px;
	clear           : both;
	visibility      : hidden;
	display         : block;
}

#main #contents .box ul#tab {
	display         : inline-block;
}

/*_*/
* html #main #contents .box ul#tab {
	height          : 1%;
}

#main #contents .box ul#tab {
	display         : block;
}
/* */




/* tab */
#tabs {
	width : 600px;
	margin:0px 10px;
	background : url("/introduce/common/images/tab_top.gif") no-repeat;
}
#tabs-page {
	width : 600px;
	margin:0px 10px;
	background : url("/introduce/common/images/tab_page.gif") no-repeat;
}

#tabs dt a,
#tabs-page dt a{
	display : block;
	float : left;
	width : 288px;
	padding : 0px 5px;
	height : 135px;
	text-indent : -5000px;
}

* html #tabs dt a,
* html #tabs-page dt a {
	width : 300px;
}




#tabs dt a:hover,
#tabs-page dt a:hover {
	background : url("/introduce/common/images/bt_over.png") no-repeat;
}

/*\*/
/** html #order-step #main #contents #tabs dt a,
* html #order-step #main #contents #tabs-page dt a {
	position : relative;
	left : 0px;
	top : 0px;
	margin-left : 0px;
}*/

* html #tabs dt a:hover,
* html #tabs-page dt a:hover {
	cursor : pointer;
	background : none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/introduce/common/images/bt_over.png',sizingMethod=scale);
}



/* float clear */
#tabs:after,
#tabs-page:after {
	content : ".";
	height: 0px;
	clear : both;
	visibility : hidden;
	display : block;
}

#tabs,
#tabs-page {
	display : inline-block;
}

/*\*/
* html #tabs,
* html #tabs-page {
	height: 1%;
}

#tabs,
#tabs-page {
	display : block;
}
/**/
