.ui-tabs-hide { display: none; }

#tabs {
	/*border: 1px solid #ccc;*/
	/*margin:3em 0;*/
}
#tabs ul {
	/*background-color: #eee;*/
	/*border-bottom: 2px solid #ddd;*/
	
	margin: 0;
	padding-bottom: 0.4em;
}
#tabs ul li {
	list-style: none;
	/* *line-height: 2em; */
	 
	display: inline;
	padding: 0.4em;
	margin: 0 0.6em 0 0;
}
.products #tabs ul li {
	zoom: 1;
}
#tabs ul li a:link, #tabs ul li a:visited, #tabs ul li.ui-tabs-selected a:link, #tabs ul li.ui-tabs-selected a:visited {
	text-decoration: none;
}
#tabs ul li a:hover, #tabs ul li a:active {
	text-decoration: underline;
}

#tabs ul li.ui-tabs-selected {
	background-color: #eaeaea;
	border: 1px solid #575757;
}

.technicalProfiles.form #tabs div.ui-tabs-panel {
	border: 1px solid #575757;
	zoom: 1;
}

.technical-profile-field, .technical-profile-field * {
	margin-bottom: -0.4em;
	zoom: 1;
}
.technical-profile-field * {
	clear: none;
}
.technical-profile-field input {
	width: 24em;
	*width: 23.5em;
}
.technical-profile-field .key {
	float: left;
}
.technical-profile-field .value {
	width: 24em;
	*width: 23.5em;
	margin-left: 35em;
	*margin-left: 0;
}
