@charset "utf-8";

.display_none ,
ul#pulldown-menu li ul {
	display: none;}

/********** clearfix ***********/	
.clearfix:after {
  content: ".";  
  display: block;  
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}		
	
/*************************************************************************/
#tabContent {
	background:url(../images/sprites/index2_main.png) no-repeat -340px -372px;
	width:413px;
	height:212px;
	padding:28px 0 0 7px;
	font-size:12px;
}

#tabIndex {
	margin:0;
}

#tabIndex li {
	float:left;
	margin:0 5px 0 0;
	padding:2px 10px;
	font-weight: bold;
	list-style-type: none;
	cursor: pointer;
	display: block;
}

#tabIndex .close {
	background:url(../images/sprites/index2_main.png) no-repeat -101px -314px;
	width:60px;
	height:23px;
}
#tabIndex .open {
	background:url(../images/sprites/index2_main.png) no-repeat 0 -314px;
	width:60px;
	height:23px;
	text-decoration: none;
}

#tabBoxIndex {	margin:3px 0 0 3px;}

	/*********** tabBoxIndex hack IE7 **************/
	*:first-child+html #tabBoxIndex {	margin:-30px 0 0 3px;	}

	/*********** tabBoxIndex hack IE6 **************/
	* html #tabBoxIndex {
	margin:-30px 0 0 3px;	}	

/************* detail_bt *******************/
.detail_bt ,
.detail_bt a{
	display:block;	
	width:135px;
	height:23px;
	background:url(../images/sprites/index2_main.png) no-repeat -285px -260px;
	float:right;
	margin-bottom:10px;}

.detail_bt a:hover{
	display:block;	
	width:135px;
	height:23px;
	background:url(../images/sprites/index2_main.png) no-repeat -430px -260px;
	float:right;
	margin-bottom:10px;}
	

	/************* detail_bt hack IE6 *******************/
	* html .detail_bt ,
	* html .detail_bt a{
		display:block;	
		width:135px;
		height:23px;
		background:url(../images/sprites/index2_main.png) no-repeat -285px -260px;
		float:right;
		margin-bottom:0px;}
	
	* html .detail_bt a:hover{
		display:block;	
		width:135px;
		height:23px;
		background:url(../images/sprites/index2_main.png) no-repeat -430px -260px;
		float:right;
		margin-bottom:0px;}	
