ul.tabs {
	position: relative;
	z-index: 990;
	float: left;
}
ul.tabs li {
	float: left;
    height: 26px;
    line-height: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	border:1px solid #e5e5e5;
}
ul.tabs h3 {
	background: url(picto-h3-tab-widget.png) no-repeat scroll left 0;
    height: 26px;
    line-height: 30px;
    padding: 0 0 0 30px;
}
ul.tabs li a {
	display: block;
	padding: 0 10px;
	outline: none;
	text-decoration: none;
}
html ul.tabs li.active, html ul.tabs li.active a {
	/*background-color:#00a0e0;
	color: #fff;*/
	transition: background-color 0s ease 0s, color 0.2s linear 0s;
}

html ul.tabs li.active div {
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
   /* border-top: 7px solid #00a0e0;*/
	pointer-events: none;
	margin: 0 auto;
}

html ul.tabs li.active:hover div {
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
}

html ul.tabs li.active a:hover {
		color: #fff;
		background-color: #000;
}
.widget-area .widget .tabs a {
	color: #FFFFFF;
}
.tab_container {
	position: relative;
	top: -1px;
	z-index: 989;
	width: 100%;
	float: left;
	font-size: 11px;
}
.tab_content {
	padding: 7px 11px 11px 11px;
	line-height: 1.5;
}
.tab_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tab_content li {
	margin: 3px 0;
}
.tab-clear {
	clear: both;
}