.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


.content .tabs.ui-tabs-nav {
	margin: 0;
}

.content .tabs.ui-tabs-nav li {
	/*background-color: #c1eaad;*/
	padding: 0;
	padding-left: 5px;
	margin: 0;
	margin-left: 10px;
	margin-top: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	background-image: url('../images/block-head-l.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px none;
}

.content .tabs.ui-tabs-nav li.ui-tabs-selected {
	/*background-color: #519E2D;*/
	margin-top: 0;
	margin-bottom: 0;
	background-image: url('../images/bock-head-b-l.png');
}

.content .tabs.ui-tabs-nav li h3 {
	font-size: 1.05em;
	margin: 0;
	padding: 1px 7px;
	padding-left: 2px;
	background-image: url('../images/block-head-r.png');
	background-repeat: no-repeat;
	background-position: right top;
	/* IE7-Fix */
	margin-bottom: -1px;
	border-bottom: 1px solid #CCC;
}

.content .tabs.ui-tabs-nav li.ui-tabs-selected h3 {
	padding: 3px 7px;
	padding-left: 2px;
	background-image: url('../images/bock-head-b-r.png');
}

.content .tabs.ui-tabs-nav li h3 a {
	background-image: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline;
	color: #FFF;
}

.content .ui-tabs-panel {
	border: 1px solid #CCC;
}
