.ui-accordion
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: "ËÎÌå";
	border-bottom: 1px solid #d3d3d3;
}
.ui-accordion a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.ui-accordion-group
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	border-top: 1px solid #d3d3d3;
	border-bottom: none;
}
.ui-accordion-header
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	cursor: pointer;
	background: #e6e6e6 url(http://res.mmmer.com/Img/JQueryUI/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-accordion-header a
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #555555;
	background: url(http://res.mmmer.com/Img/JQueryUI/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover
{
	background: url(http://res.mmmer.com/Img/JQueryUI/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
	color: #212121;
}
.ui-accordion-header:hover
{
	background: #dadada url(http://res.mmmer.com/Img/JQueryUI/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.selected .ui-accordion-header, .selected .ui-accordion-header:hover
{
	background: #ffffff url(http://res.mmmer.com/Img/JQueryUI/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
}
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover
{
	color: #ff0000;
	background: url(http://res.mmmer.com/Img/JQueryUI/222222_7x7_arrow_down.gif) .5em 50% no-repeat;
	font-weight: bolder;
	background-color: #d3e6ea;
}
.ui-accordion-content
{
	padding: .5em .5em;
	background: #ffffff;
	color: #426eb4;
	font-size: 1.1em;
	background-color: #d3e6ea;
}


/*UI tabs*/
.ui-tabs-nav
{
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	font-weight: bolder;
	list-style: none;
	font-family: "ËÎÌå";
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	border-right: 1px solid #000000;
}
.ui-tabs-nav-item
{
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
.ui-tabs-nav-item a
{
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-size: 1.1em;
	text-decoration: none;
	padding: 8px 5px;
	background: #d9d9d9;
	color: #000000;
}
.ui-tabs-nav-item span
{
	color: #000000;
}
.ui-tabs-nav-item a:hover
{
	background: #ffffff;
}
.ui-tabs-selected
{
	border: 1px solid #1f1a17;
	background: #1f1a17;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover, .ui-tabs-selected span
{
	background: #1f1a17;
	color: #ffffff;
}
.ui-tabs-panel
{
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	clear: left;
	border: 1px solid #5f5e5c;
}
.ui-tabs-hide
{
	display: none;
}

