
.jura-feature-table {
	font-size: 93%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.jura-feature-table th {
	font-weight: bold;
	padding: 12px 15px;
	color: #fff;
	background-color: #666;
}

.jura-feature-table th a {
	color: #fff;
}

.jura-feature-table td {
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}

.first-row td {
	border-top: 1px solid #fff;
}

.first-col {
	background: #ccc;
	border-right: 1px solid #fff;
}

.jura-feature-table td.feature-description {
	color: #000;
	border-top: 1px solid #fff;
}

.jura-feature-table tr:hover td {
	color: #000;
	background-color: #b7c4cd;
}

#jura-additional-features {
	padding: 15px;
	margin-bottom: 20px;
	background-color: #495967;
	color: #fff;
}

#jura-additional-features h3 {
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#jura-additional-features ul li {
	list-style: disc outside;
	margin-left: 20px;
	margin-bottom: 5px;
}

/*-Tabs-----------------------------------------------*/

.panel {
	clear: both;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.panel.active-tab-body {
	display: block;
}

.panel.inactive-tab-body {
	display: none;
}

#tabs {
}

#tabs .ui-tabs-nav {
	padding-left: 1em;
	height: 31px;
	background: url(/images/tabs_bg.gif) repeat-x 0 100%;
	margin-bottom: 0;
}

#tabs .ui-tabs-nav li {
	display: inline;
}

#tabs .ui-tabs-nav a {
	float: left;
	line-height: 29px;
	padding: 0 10px;
	margin-right: .5em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #ffffff url(/images/grad.png) repeat-x bottom left;
}

#tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000;
	font-weight: bold;
	background: none;
	background-color: #fff;
	z-index: 102;
	border-bottom: 0;
	line-height: 29px;
	border-bottom: 1px solid #fff;
}

#tabs .ui-tabs-nav a:hover {
	text-decoration: underline;
}

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