/*
 *  Этот файл поставляется в составе HTML5 плеера и разработан в рамках портала Radio-Tochka.com
 *  Copyright (C) 2013 Radio-Tochka.com <info@radio-tochka.com>
 *  Все права защищены. Не удаляйте этот копирайт.
*/
.gradient_style-9-mini {
	border: solid 1px #d0d2d3;
	background: #d0d2d3 url("gradient_style-9-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	*background: #d0d2d3;
	background: #d0d2d3\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#fff0f1f1, endColorstr=#ffd0d2d3);
	background-image: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(240,241,241,1)),
		to(rgba(208,210,211,1))
	);
	background-image: -webkit-linear-gradient(
		top,
		rgba(240,241,241,1),
		rgba(208,210,211,1)
	);
	background-image: -moz-linear-gradient(
		top,
		rgba(240,241,241,1),
		rgba(208,210,211,1)
	);
	background-image: -o-linear-gradient(
		top,
		rgba(240,241,241,1),
		rgba(208,210,211,1)
	);
	background-image: -ms-linear-gradient(
		top,
		rgba(240,241,241,1),
		rgba(208,210,211,1)
	);
	background-image: linear-gradient(
		top,
		rgba(240,241,241,1),
		rgba(208,210,211,1)
	);
}
.button_play_stop_style-9-mini {
	background-image: url(/img/style_5.png);
	background-repeat: no-repeat;
	background-position: -69px 10px;
}
.button_max_vol_style-9-mini {
	background-image: url(/img/style_5.png);
}
.button_mute_style-9-mini {
	background-image: url(/img/style_5.png);
}

.gradient_style-9-mini .rtplcurrent_time-mini {
    color: #0084b2;
}
