@charset "utf-8";
/* CSS Document */

@font-face
{
	font-family: "play";

	src: url(play.xml),
		 url(play.eot?) format("eot"), /* IE8+, знак ? позволяет обойти баг в обработчике значения src */
         url(play.woff) format("woff"), /* все современные браузеры, IE9+ */
         url(play.ttf) format("truetype"); /* все современные браузеры */
	
	font-weight: normal;
	font-style: normal;
}

/*текст в выпадающем меню*/
.rad_selection {
	color: #ffffff;
	font-size: 20px;
	font-family: "play";
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #434242;
}

/*фото в выпадающем меню*/
.rad_selection img {
	width: 40px;
	height: 40px;
	padding-right: 22px;
	vertical-align: middle;
	border: none;
	box-sizing: content-box;
}

/*место кнопки play*/
#rad_block_play {
	display: inline-block;
	margin-right: 0px;
	margin-left: 4px;
	padding: 12px;
	float: left;	
}

#rad_select_main_text, #rad_stationname, #rad_select_main_image {
	vertical-align: middle;
	font-family: "play";
	width: 200px;
}

#rad_play_btn {
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
}

/*Верхнее название радио*/
#rad_select {
	font-size: 20px;
	font-family: tahoma;
	cursor: pointer;
}
#rad_stationname {
	float:left;
	width: 300px;
	white-space: nowrap;
}
#rad_select_main_image {
	width: 68px;
	height: 68px;
	padding: 0px 10px 0px 0px;
	box-sizing: content-box;
}

/*выпадающее меню*/
#rad_list {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	margin-top: 68px;
	left: 10px;
	max-height: 90%;
	width: 90%;
	display:block !important;
	overflow: scroll;
}

/*треугольник*/
#rad_block_select {
	display:inline-block;
	float:left;
	color:red;
	
}

/*#radiobells_container
{
	height: 68px;
}*/


/*не отображаются*/

/*не отображаются*/

/*не отображаются*/

#rad_dropdown {
	float:left;
	display: none;
}
#rad_block_volume{
	display: none;
	margin-right: 10px;
	margin-left: 4px;
	padding: 12px;
	float: right;	
}
#rad_sound_btn {
	cursor: pointer;
	margin: 0px;
	vertical-align: middle;
	border: none;
	display: none;
}
#rad_volume {
	position: absolute;
	z-index: 1000;
	background-color: #2c2c2c;
	padding: 14px;
	margin-top: 12px;
	margin-left: -4px;
	height: 100px;
	width: 6px;
	overflow: hidden;
	box-sizing: content-box;
	display: none;
}
#rad_volume_range {
	background-color: #999;
	width: 6px;
	height: 100px;
	margin: 15px 13px;
	display: none;
	vertical-align: bottom;
	box-sizing: content-box;
}
#rad_volume_bar {
	background-color: #fff343;
	width: 6px;
	box-sizing: content-box;
	display: none;
}
#rad_block_logo {
	
	padding-top: 0px;
	margin-top: 12px;
	float:left;
	margin-left: 50px;
	display: none;
}
#rad_logo {
	border: none;
	width: 0px;
	height: 0px;
	display: none;
}

/*не отображаются*/