html {
	box-shadow: inset rgba(0, 0, 0, 0.47) 0px 0px 110px 10px;
	height: 100%;
}
body {
	margin: 0;
	background: #daaf86 url(../img/bg-body.jpg);
	font: 15px/1.3 Arial, Helvetica, sans-serif;
	color: #798ea1;
}
.accordion {
	list-style: none;
	width: 220px;
	margin: 5% auto;
	border-radius: 5px;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 1px 3px, #000 0px 0px 27px 1px;
}
.accordion li {
	border: 1px solid #181e26;
	margin: 0 0 -1px;
	background: #393e4a;
}
.accordion .opener {
	display: block;
	color: #c9d1e3;
	height: 1%;
	text-decoration: none;
	line-height: 30px;
	padding: 5px 0px 5px 40px;
	font-weight: bold;
	box-shadow: inset #C1C1C1 0px 2px 3px -3px;
	text-shadow: 0px 0px 4px #000;
}
.accordion li:first-child {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.accordion li:last-child {
	border-radius: 0 0 5px 5px;
}
.accordion li:last-child p:last-child{
	border-radius: 0 0 5px 5px;
}
.slide {
	overflow: hidden;
	box-shadow: inset rgba(0, 0, 0, 0.75) 0px 0px 8px 0px;
	background: url(../img/bg-slide.gif);
}
.accordion p {
	margin: 0;
	padding: 15px 0 0 17px;
	cursor: pointer;
	text-shadow: 0px 0px 4px #000;
}
.slide p:last-child {
	padding: 15px 0 15px 17px;
}
.accordion p:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 4px;
	height: 6px;
	background: url(../img/sprite-1.png) -5px -69px;
	margin: 0 18px 3px 0;
}
.accordion p:hover {
	color: #c9d1e3;
}
.accordion p:hover:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	width: 4px;
	height: 6px;
	background: url(../img/sprite-1.png) -5px -69px;
}
.accordion ul {
	list-style: none;
	padding: 35px 0 32px 20px;
	margin: 0;
}
.opener:before {
	content: "";
	overflow: hidden;
	width: 16px;
	height: 16px;
	background: url(../img/sprite-1.png) 0 0px;
	margin: 8px 0 0 -27px;
	position: absolute;
	float: left;
}
.ico-2:after {
	content: "32";
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 20px;
	background: #595f6e;
	margin: 0 0 -5px 67px;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.48) 0px 0px 5px 0px, inset rgba(255, 255, 255, 0.5) 0px 4px 5px -5px;
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	text-shadow: 0px 0px 4px #000;
	color: #a8c2d8;
}
.ico-2:before {
	width: 16px;
	height: 12px;
	background: url(../img/sprite-1.png) 0 -20px;
	margin: 10px 0 0 -27px;
}
.ico-3:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background: url(../img/sprite-1.png) 0 -32px;
}
.ico-4:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	background: url(../img/sprite-1.png) 0 -48px;
}