/******************************************************************************/
/*****************************>>> tabs <<<*************************************/
/******************************************************************************/
#tab_describe,
#tab_map,
#tab_help{
	min-height:50px;
	padding:0px;
}

.tabset .tab li{
	margin:0 0.5em 0 0;
}

.tab,
.tab li{
	margin:0;
	padding:0;
	list-style:none;
}

.tabset li em{
	font-style:normal;
}

.tabset{
	position:relative;
	/*zoom:1;*/
}

.tabset .yui-content{
	/*zoom:1;*/
}

.tabset .tab li{
	display:inline-block;
	/*display:-moz-inline-stack;*/
	display:inline;
	vertical-align:bottom;
	cursor:pointer;
	/*zoom:1;*/
}

.tabset .tab a{
	position:relative;
}

.tabset .tab li a{
	display:block;
	display:inline-block;
	vertical-align:bottom;
	/*zoom:1;*/
}

.tabset .tab li a em{
	display:block;
	font-family:georgia;
	font-weight:bold;
}

.tab{
	background:#fff;
	border-color:#339ED0;
	border-style:solid;
	border-width:0 0 5px 0;	
	/*zoom:1;*/
}

.tabset .tab li{
	margin:0 3px 0 0;
	padding:1px 0 0;
	/*zoom:1;*/
}

.tabset .tab .selected{
	margin:0 3px -1px 0;
}

.tabset .tab a{
	background:#f0f0f6;
	border:solid #a3a3a3;
	border-width:0 1px;
	color:#000;
	position:relative;
	text-decoration:none;
}

.tabset .tab a em{
	border:solid #a3a3a3;
	border-width:1px 0 0;
	cursor:pointer;
	padding:3px 7px;
	left:0;
	right:0;
	bottom:0;
	top:-1px;
	position:relative;
}

.tabset .tab .selected a,
.tabset .tab .selected a:focus,
.tabset .tab .selected a:hover{
	background:#339ED0;
	color:#fff;
}

.tabset .tab a:hover,
.tabset .tab a:focus{
	background:#e9e9f6;
	outline:0;
}

.tabset .tab .selected a em{
	padding:0.35em 0.75em;
}

.tabset .tab .selected a,
.tabset .tab .selected a em{
	border-color:#339ED0;
}

.tabset .tabset-top .yui-content{
	border:1px solid #808080;
	border-top-color:#243356;
	padding:0.25em 0.5em;
}

.tabset-left .tab{
	border-width:0 5px 0 0;	
	top:0;
	bottom:0;
}
/******************************************************************************/
/*************************>>> end of tabs <<<**********************************/
/******************************************************************************/