@charset "utf-8";

/* tabshow */
.tabshow {
	width: 280px;
	height: 110px;
	position: relative;
}
.tabshow .hide {
	display:none;
}
.tabshow .udbtn, .tabshow .tabTagBox li {
	background:url(../images/tab-all-bg.png) no-repeat;
}

.tabshow .tabTagBox {
	height: 110px;
	width: 52px;
	overflow: hidden;
	z-index: 9;
	margin: 2px 0;
}
.tabshow .tabTagBox .tabTagList {
	position: absolute;
	left: 0;
	height: 110px;
	width: 52px;
}
.tabshow .tabTagBox li {
	float:left;
	width:193px;
	height:58px;
	line-height:99em;
	overflow:hidden;
	cursor:pointer;
}
.tabshow .tabTagBox li.current {
	width: 52px;
}
.tabshow .tabTagBox li#tag01 {
	background-position:-52px 0;
}
.tabshow .tabTagBox li#tag01.current {
	background-position:0 0;
}
.tabshow .tabTagBox li#tag02 {
	background-position:-52px -52px;
}
.tabshow .tabTagBox li#tag02.current {
	background-position:0 -52px;
}

.tabshow .tabcon {
	position: absolute;
	top: 0px;
	right: 9px;
	z-index: 1;
	height: 110px;
	width: 218px;
	overflow: hidden;
}
.tabshow .tabcon h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding:0px 0 10px 15px;
}
