.VolnorezOnline_Channel a{
	color: #606060;
	text-decoration: none;
}
.VolnorezOnline_Channel a:hover{
	text-decoration: underline;
	color: #D04020;
}
.VolnorezOnline_GenreList{
	display: block;
	height: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ededed 44%, #e2e2e2 53%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(44%,#ededed), color-stop(53%,#e2e2e2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
#VolnorezOnline_SlideLeft, #VolnorezOnline_SlideRight{
	display: block;
	float: left;
	text-align: center;
	width: 10%;
}
#VolnorezOnline_SlideLeft img, #VolnorezOnline_SlideRight img{
	width: 70%;
	margin: 2px 5%;
	padding: 2px 10%;
	max-width: 14px;
	max-height: 14px;
}
.VolnorezOnline_VisibleGenres{
	margin: 0 1%;
	width: 78%;
	display: block;
	height: 20px;
	float: left;
	overflow: hidden;
}
.VolnorezOnline_GenreContainer{
	width: 667%;
	display: block;
	height: 20px;
}
.VolnorezOnline_Genre{
	float: left;
	width: 5%;
	overflow: hidden;
	font-size: 80%;
	height: 20px;
	cursor: pointer;
}
.VolnorezOnline_GenreSelected{
	float: left;
	width: 5%;
	overflow: hidden;
	font-size: 80%;
	height: 20px;
	cursor: pointer;
	background: rgb(194,179,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(194,179,122,1) 0%, rgba(245,227,158,1) 5%, rgba(255,245,207,1) 95%, rgba(255,242,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,179,122,1)), color-stop(5%,rgba(245,227,158,1)), color-stop(95%,rgba(255,245,207,1)), color-stop(100%,rgba(255,242,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(194,179,122,1) 0%,rgba(245,227,158,1) 5%,rgba(255,245,207,1) 95%,rgba(255,242,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(194,179,122,1) 0%,rgba(245,227,158,1) 5%,rgba(255,245,207,1) 95%,rgba(255,242,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(194,179,122,1) 0%,rgba(245,227,158,1) 5%,rgba(255,245,207,1) 95%,rgba(255,242,184,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(194,179,122,1) 0%,rgba(245,227,158,1) 5%,rgba(255,245,207,1) 95%,rgba(255,242,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2b37a', endColorstr='#fff2b8',GradientType=0 ); /* IE6-9 */
}
.VolnorezOnline_GenreTitle{
	display: table-cell;
	vertical-align: middle;
	height: 20px;
	width: inherit;
	text-align: center;
	font-family: Trebuchet MS;
}
.VolnorezOnline_Channel{
	margin: 5%;
}
.VolnorezOnline_ChannelLogo{
	width: 100%;
	border: 1px solid #c0c0c0;
	float: left;
	margin-bottom: 5px;
}
.VolnorezOnline_Listeners{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
.VolnorezOnline_ChannelTitle{
	font-size: 12px;
	font-weight: bold;
}
.VolnorezOnline_ChannelDescription{
	display: block;
	max-height: 60px;
	overflow: hidden;
}
.VolnorezOnline_ArrowActive:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #f38938;
	padding: 1px 5%!important;
}
#VolnorezOnline_ChannelsContainer{
	border: 1px solid #ECE4E6;
}
#VolnorezOnline_Border{
	width: 80%;
	height: 17px;
	padding-left: 10px;
	color: #535453;
	font-size: 11px;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ededed 44%, #e2e2e2 53%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(44%,#ededed), color-stop(53%,#e2e2e2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
#VolnorezOnline_BorderText{
	float: left;
	padding: 0 5px;
}
#VolnorezOnline_ShowAll{
	display: block;
	font-size: 11px;
	line-height: 1.4;
	margin: -10px 10px 10px;
}
.VolnorezOnline_Genre:hover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-top: 2px solid #f38938;
	border-bottom: 2px solid #f38938;
	height: 16px;
}
#VolnorezOnline_Wait{
	text-align: center;
	display: none;
}
#VolnorezOnline_Wait img{
	margin-top: 50px;
}
.VolnorezOnline_PlayerInterface{
	display: none;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-left: -102%;
}
.VolnorezOnline_Play{
	width: 56%;
	margin-left: 22%;
}
.VolnorezOnline_Pause{
	width: 56%;
	margin-left: 22%;
}
.VolnorezOnline_LiveStatus{
	display: none;
}
#VolnorezOnline_PlayerContainer{
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	width: 100%;
	display: block;
	height: 25px;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ededed 44%, #e2e2e2 53%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(44%,#ededed), color-stop(53%,#e2e2e2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
#VolnorezOnline_PlayButtonContainer{
	width: 14%;
	height: 25px;
	display: block;
	float: left;
}
#VolnorezOnline_ChannelTitleContainer{
	float: left;
	margin-top: 3px;
	display: block;
	width: 56%;
	overflow: hidden;
	height: 100%;
	overflow: hidden;
}
#VolnorezOnline_VolumeContainer{
	float: left;
	height: 25px;
	display: block;
	width: 30%;
	--background: red;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
#VolnorezOnline_Volume{
	margin-bottom: -25px;
	display: block;
	float: right;
	width: 0%;
	height: 11px;
	max-width: 50px;
	opacity: 0.7;
	background: #f4f4f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #ededed 44%, #e2e2e2 53%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(44%,#ededed), color-stop(53%,#e2e2e2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(top,  #f4f4f4 0%,#ededed 44%,#e2e2e2 53%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
}
#VolnorezOnline_VolumeImage{
	border-top: 11px solid transparent;
	border-right: 50px solid #808080;
	width: 0px;
	height: 0px;
	display: block;
	max-width: 50px;
}
#VolnorezOnline_Vol{
	width: 50px;
	display: block;
	margin: 0 auto;
	height: 25px;
	padding: 7px 0;
}
.VolnorezOnline_GenreID{
	width: 200px;
}
#VolnorezOnline_WidgetTitle{
	margin-bottom: 5px;
}
#VolnorezOnline_MoreOptions{
	display: block;
}