@media screen, projection {
.jquery_tabs {
	margin:1.5em 0 0;
}
.jquery_tabs ul.tabs-list {
	display:table;
	line-height:1.5em;
	list-style-type:none;
	margin: 0;
	position:relative;
	z-index:1;
}
.jquery_tabs ul.tabs-list li a {
	line-height: 1.5em;
	padding:0.5em 1em 0.5em 1em;
	min-width: 11em;
	text-align:center;
}
.jquery_tabs .tabhead {
	position:absolute;
	left:-32768px; /* LTR */
}
.jquery_tabs .content {
	border-top:2px #ccc solid;
	position:relative;
	margin-bottom:-1px;
}
.jquery_tabs ul.tabs-list li {
	background:#e9ebed;
	border:0 none;
	display:inline;
	float:left;
	margin:0 0.4em 0 0;
	padding:0;
	border-radius: 0 0.5em 0 0;		
	font-size:0.929em!important;
}
.jquery_tabs ul.tabs-list li:last-child {
	margin:0 0 0 0;
}
.jquery_tabs ul.tabs-list li a {
	background: transparent;
	color:#4c5454;
	display:block;
	float:left;
	font-weight:normal;
	margin:0;
}
.jquery_tabs ul.tabs-list li a:focus, .jquery_tabs ul.tabs-list li a:hover, .jquery_tabs ul.tabs-list li a:active {
	background:#ccc;
	border-radius: 0 0.4em 0 0;
	color:#4C5454;
	font-weight:normal;
	outline: 0 none;
	text-decoration:none;
}
.jquery_tabs ul.tabs-list li.current a, .jquery_tabs ul.tabs-list li.current a:focus, .jquery_tabs ul.tabs-list li.current a:hover, .jquery_tabs ul.tabs-list li.current a:active {
	background:#ccc;
	/*border:1px #ccc solid;*/
		border-bottom:0 none;
	border-radius: 0 0.4em 0 0;
	color:#4C5454;
	font-weight:normal;
	text-decoration:none;
}
.jquery_tabs .current-info, .jquery_tabs .accessibletabsanchor {
	left:-999em;
	position:absolute;
}
/**
	* Avoid margin collapsing to enable correct sync of all tabs
	*
	* @workaround
	* @affected all browsers
	* @css-for all browsers
	* @valid yes
	*/

	.jquery_tabs .tab-content {
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 1.5em;
 *overflow:hidden;
}
/* IE < 7 don't support transparent borders */
	* html .jquery_tabs .tab-content {
	border-bottom: 2px #fff solid;
	border-top: 2px #fff solid;
}
/**
	* Containing floats adjustment and stability fixes for Internet Explorer
	*
	* @workaround
	* @affected IE 5.x/Win, IE6, IE7
	* @css-for IE 5.x/Win, IE6, IE7
	* @valid no
	*/

	* html .jquery_tabs .content {
	z-index:-1;
}
* html .jquery_tabs {
	zoom:1;
	width:auto;
	position:relative;
}
*+html .jquery_tabs {
	zoom:1;
	width:auto;
}
.jquery_tabs * {
	zoom:1;
}
}
