.bottom_bar{
	overflow: hidden;
	position: fixed;
	position:expression("absolute");
	bottom: 0px;
	right: 20px;
	width: 205px;
	height: 27px;
	z-index: 9000;
}
.openedList {
	height: 250px;
}
.bottom_bar .content {
	width: 200px;
	height: 25px;
	background-color: white;
	border: 2px solid #da2228;
	border-bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}
.bottom_bar .content .available {
	float: left;
	width: 30px;
	height: 20px;
}
.bottom_bar .content .sound {
	float: right;
	font-size: 90%;
	padding: 0 5px 0 0;
}
	.bottom_bar .content .sound .checkbox { cursor: pointer; }
.bottom_bar .content .text {
	float: left;
	font-weight: bold;
	padding: 5px 0 0 10px;
}

.bottom_bar .list {
	position: relative;
	bottom: 0px;
	right: 0px;
	height: 210px;
	width: 200px;
	overflow: auto;
	background-color: white;
	border: 2px solid #da2228;
}
.bottom_bar .list .list_element {
	width: 95%;
	height: 30px;
	margin: 5px;
}
.bottom_bar .list .list_element:hover {
	background-color: #DEDEDE;
	cursor: pointer;
}
.bottom_bar .list .list_element .image {
	float:left;
	padding: 5px;
}
.bottom_bar .list .list_element .image img {
	width: 20px;
	height: 20px;
}
.bottom_bar .list .list_element .text {
	float: left;
	padding: 5px 0 0 5px;
}