/*
 * jQuery Styles for YAML.de
 *
*/



.jquery_tabs {
	overflow:hidden;
	margin-left:0px;
	margin-top: 15px;
}

.jquery_tabs ul {
	overflow:hidden;
	margin:  0;
	padding: 0;
}

.jquery_tabs .content {
	margin:  0;
	padding: 0px 0;

}

.jquery_tabs .content * {margin:0}

.jquery_tabs ul li {
	float: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 2px;
}



.jquery_tabs ul li a {
	display: block;
	width: 123px;
	font-size: 14pt;
	color: #007abf;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	height: 32px;
	text-align: center;
	background-image: url(../images/packaging_button_bk.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	line-height: 1.7em;
}
.yamltabsanchor{
    position:absolute;
    left:-999em;
}
.jquery_tabs ul li a:focus,
.jquery_tabs ul li a:hover,
.jquery_tabs ul li a:active {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/packaging_button_bk2.gif);
	background-repeat: no-repeat;
}

.jquery_tabs ul li.current a,
.jquery_tabs ul li.current a:focus,
.jquery_tabs ul li.current a:hover,
.jquery_tabs ul li.current a:active {
	color: #ffffff;
	text-decoration: none;
	border-color: #eee;
	background-image: url(../images/packaging_button_bk2.gif);
	background-repeat: no-repeat;
}

.js .jquery_tabs .current-info,
.js .jquery_tabs .accessibletabsanchor,
.js .jquery_tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/ {
    position:absolute;
    left:-999em;
}

.tabbody {
	margin-top: 5px;
}