.navigation_songs {
	text-shadow: -2px 2px 2px #959dc5;
}

.navbar a.navigation_actual {
	color: red;
	font-weight: bold;
}

#nav-charts {
	margin-bottom: 1.5em;
}

#nav-charts ul.nav-main {
	margin: 0;
	padding: 2px 0;
	display: block;
	height: 2.2em;
	list-style-type: none;
}

#nav-charts ul.nav-main li {
	float: left;
	font-size: 1.1em;
	line-height: 2.2em;
	list-style-type: none;
	margin-right: 7px;
	padding-top: 1px;
	width: auto;
}

#nav-charts ul.nav-main.nav-second {
	float: none;
	display: block;
	text-align: center;
}

#nav-charts ul.nav-main.nav-second li.user-nav {
	float: none;
	text-align: center;
	margin: auto;
	line-height: 1.2em;
}

i.fa-music {
	color: orange;
}

dl.dl-default {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

div.rated {
	background: url("./images/rated.png") no-repeat;
	padding-right: 3px;
	width: 12px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
}

div.not-rated {
	background: url("./images/rated_no.png") no-repeat;
	padding-right: 3px;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

@keyframes blink-song {
	from {color: white;}
    to {color: red;}
}

@-webkit-keyframes blink-song {
	from {color: blue;}
    to {color: red;}
}

img.thumbnail {
	max-height: 58px;
}

.new-song {
	color: red;
	animation: blink-song 2s steps(2, start) infinite;
	-webkit-animation: blink-song 2s steps(2, start) infinite;
}

h2.charts {
	margin: 0.5em 0;
}

.bc-navigation {
	font-size: 1.2em;
}

.user-navigation {
	display: block;
	margin: 3px auto;
	text-align: center;
}

ul.topiclist li.bg3 dl.title_tab dd {
	text-align: center;
	font-weight: bold;
}

ul.topiclist li.row dl.content_tab dd, .centered {
	text-align: center;
}

div.add-time {
	font-size: 0.9em;
	margin-top: 5px;
	display: block;
}

div.bzh-tendency {
	display: block;
	margin-top: 3px;
}

div.bzh-tendency span, div.bzh-box span {
	font-weight: bold;
}

div.bzh-box {
	margin-top: 6px;
	padding: 0;
	line-height: 1.3em;
}

div.close {
	text-align: center;
	width: 100%;
	font-weight: bold;
}

#error.error strong {
	color: initial;
}

.bzh-clr {
	clear: both;
}

span.song-title {
	font-size: 1.1em;
	font-weight: bold;
}

span.total {
	color: #ff6000;
}

img.youtube-img {
	vertical-align: baseline;
}

h3.video-title {
	margin-top: 8px;
}

dt.label {
	width: 40%;
}

.mini {
	font-size: 0.8em;
}

.medium {
	font-size: 1.1em;
}

.maxi {
	font-size: 1.2em;
}

.width-7 {
	width: 7%;
}

.width-8 {
	width: 8%;
}

.width-10 {
	width: 10%;
}

.width-12 {
	width: 12%;
}

.width-13 {
	width: 13%;
}

.width-14 {
	width: 14%;
}

.width-10 {
	width: 10%;
}

.width-15 {
	width: 15%;
}

.width-17 {
	width: 17%;
}

.width-20 {
	width: 20%;
}

.width-22 {
	width: 22%;
}

.width-23 {
	width: 23%;
}

.width-37 {
	width: 37%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

dd.allmax, ul.allmax {
	width: 100%;
}

div.winnners {
	margin: 10px 1px 1px 8px;
	text-align: center;
}

div.video-div {
	margin: 10px 1px 1px 8px;
}

.undisplay {
	display: none;
}

.video-frame {
	text-align: center;
}

/* Css for ajaxvote */
.song-nforate {
	margin: auto;
	text-align: center;
}

.bzh-inline-rating {
	display: inline-block;
	vertical-align: middle;
	line-height: 10px;
}

.bzh-star-rating, .bzh-star-rating a:hover, .bzh-star-rating .current-rating , .bzh-star-rating .current-not-rating{
	background: url("./images/stars.png") left -1000px repeat-x;
}

.bzh-star-rating {
	position: relative;
	background-position: 0 0;
	width: 100px;
	height: 10px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bzh-star-rating li {
	display: inline;
	background-image: none;
	padding: 0;
}

.bzh-star-rating a, .bzh-star-rating .current-rating , .bzh-star-rating .current-not-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 10px;
	line-height: 10px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.bzh-star-rating a.one-star, .bzh-star-rating a.star-1		{ width: 10%; z-index: 11; }
.bzh-star-rating a.two-star, .bzh-star-rating a.star-2		{ width: 20%; z-index: 10; }
.bzh-star-rating a.three-star, .bzh-star-rating a.star-3	{ width: 30%; z-index: 9; }
.bzh-star-rating a.four-star, .bzh-star-rating a.star-4		{ width: 40%; z-index: 8; }
.bzh-star-rating a.five-star, .bzh-star-rating a.star-5		{ width: 50%; z-index: 7; }
.bzh-star-rating a.six-star, .bzh-star-rating a.star-6		{ width: 60%; z-index: 6; }
.bzh-star-rating a.seven-stars, .bzh-star-rating a.star-7	{ width: 70%; z-index: 5; }
.bzh-star-rating a.eight-stars, .bzh-star-rating a.star-8	{ width: 80%; z-index: 4; }
.bzh-star-rating a.nine-stars, .bzh-star-rating a.star-9	{ width: 90%; z-index: 3; }
.bzh-star-rating a.ten-stars, .bzh-star-rating a.star-10	{ width: 100%; z-index: 2; }

.bzh-star-rating a:hover {
	background-position: 0 -20px;
}

.bzh-star-rating .current-rating {
	z-index: 1;
	background-position: 0 -30px;
}

.bzh-star-rating .current-not-rating {
	z-index: 1;
	background-position: 0 -10px;
}

/* Divs for result vote */
#result-div {
	top: 45%;
	left: 45%;
	position: fixed;
	z-index: 100;
	display: none;
	opacity: 0.93;
    background-color: #fff;
    border: 2px solid #1c1b1b;
    border-radius: 7px;
	padding: 5px;
    overflow: hidden;
	font-size: 1.1em;
	text-align: center;
}

#result-div span.succes-div {
	background: url("./images/rated.png") 0 40% no-repeat;
	padding-left: 26px;
	vertical-align: bottom;
	color: #60ae4a;
}

#result-div span.error-div {
	background: url("./images/rated_no.png") 0 40% no-repeat;
	padding-left: 26px;
	vertical-align: bottom;
	color: #c40909;
}
