.rad_selection {
	color: #ffffff;
	font-family: tahoma;
	font-size: 13px;
	height: 34px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #434242;

}

.rad_selection img {
	width: 28px;
	height: 28px;
	padding: 6px;
	vertical-align: middle;
	border: none;
	box-sizing: content-box;

}

#rad_block_play {

	display: inline-block;
	margin-right: 10px;
	margin-left: 4px;
	padding: 12px;
	float: left;
}

#rad_select_main_text, #rad_stationname, #rad_select_main_image {
	vertical-align: middle;
}

#rad_play_btn {


	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
}

#rad_select {
	font-size: 12px;
	font-family: tahoma;
	cursor: pointer;
	width: 270px;
}

#rad_stationname {
	float:left;
	width: 355px;
	overflow: hidden;
	white-space: nowrap;
}

#rad_select_main_image {
	width: 36px;
	height: 36px;
	padding: 6px 16px 6px;
	box-sizing: content-box;
}

.rad_select_small_image {
	width: 22px;
	height: 22px;
	padding: 6px;
}


#rad_dropdown {
	float:left;
	padding-top: 18px;

}

#rad_list {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	margin-top: 48px;
	margin-left: 9px;
	max-height: 310px;
	width: 270px;
	overflow: auto;
}

#rad_block_select {
	display:inline-block;
	float:left;
}

#rad_block_volume{
	display: inline-block;
	margin-right: 10px;
	margin-left: 4px;
	padding: 12px;
	float: right;
}

#rad_sound_btn {
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
}

#rad_volume {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	padding: 14px;
	margin-top: 12px;
	margin-left: -4px;
	height: 200px;
	width: 6px;
	overflow: hidden;
	box-sizing: content-box;
}

#rad_volume_range {
	background-color: #999;
	width: 6px;
	height: 200px;
	margin: 15px 13px;
	display: table-cell;
	vertical-align: bottom;
	box-sizing: content-box;
}

#rad_volume_bar {
	background-color: #fff343;
	width: 6px;
	box-sizing: content-box;
}

#rad_block_logo {
	padding-top: 0px;
	margin-top: 12px;
	float:left;
	margin-left: 50px;
}

#rad_logo {
	border: none;
}

#rad_player {
	height: 48px;
	min-width: 380px;
	box-sizing: content-box !important;
}