ul.list_check li, li.list_check {
	background: url(../img/list_check.png) no-repeat 20px 5px
}
ul.list_star li, li.list_star {
	background: url(../img/list_star.png) no-repeat 20px 5px
}
ul.list_idea li, li.list_idea {
	background: url(../img/list_idea.png) no-repeat 20px 6px
}
.accordion .question .answer {
	padding: 15px 20px 20px;
	overflow: hidden;
	display: none;
	background-image: url(../img/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top
}
table tr:first-child td {
	background: url(../img/box_shadow.png) repeat-x left top
}
.infobox ul li:before {
	content: "";
	display: block;
	background: url(../img/list_check.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 15px
}
#Sliding-top:after {
	content: "";
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 1;
	background: url(../img/box_shadow.png) repeat-x left top;
}
#Top_bar .menu li ul {
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 205;
	margin: 0;
	display: none;
	background-image: url(../img/box_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#Subheader {
	background-image: url(../img/bulutarka.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover
}