body {
	background: #333 url(Glow-trans.png) no-repeat fixed center center;
}

#Container {
	width: 330px;
	height: 330px;
	margin: -165px 0 0 -165px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(Sticker-trans.png);
}

/* @group Accordion */

#AccordionContainer {
	border-top: 1px solid #d4d4d4;

}

/* @group Vertical */

.accordion_toggle {
			display: block;
			height: 22px;
			background: url(/pix/tab_open_off-trans.png) no-repeat right;
			line-height: 22px;
			color: #787878;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			border-bottom: 1px solid #d4d4d4;
			cursor: pointer;
			margin: 0 0 0 0;
	width: 210px;
	padding: 0 10px;
}

.accordion_toggle:hover {
	background-image: url(/pix/tab_open_on-trans.png);
}
		
		.accordion_toggle_active {
	color: #444;
	background: #d4d4d4 url(/pix/tab_close_off-trans.png) no-repeat right;
}

.accordion_toggle_active:hover {
	background-image: url(/pix/tab_close_on-trans.png);
}

#vertical_container {
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}

/* @end */

/* @group Nested Vertical */

.vertical_accordion_toggle {
			display: block;
			height: 30px;
			background: #d4d4d4 url(../pix/switch.png) no-repeat right;
			line-height: 30px;
			color: #444;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			border-bottom: 1px dotted #a7a7a7;
			cursor: pointer;
			margin: 0;
	width: 240px;
	padding: 0 10px;
	border-top: 1px dotted #a7a7a7;
}

.vertical_accordion_toggle:hover {
	background-color: #b3d04f;
}
		
.vertical_accordion_toggle_active {
		background: #d4d4d4 url(../pix/edit.png) no-repeat right;

}

.vertical_accordion_toggle_active:hover {
	background-color: #bb4b43;
	background-image: url(../pix/switch.png);
	color: #fff;
}
		
.vertical_accordion_content {
			color: #444444;
			overflow: hidden;
}

/* @end */

/* @end */