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

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

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

#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;}
}

.new-song {
	color: blue;
	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 {
	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;
}

.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		{ width: 10%; z-index: 11; }
.bzh-star-rating a.two-star		{ width: 20%; z-index: 10; }
.bzh-star-rating a.three-star	{ width: 30%; z-index: 9; }
.bzh-star-rating a.four-star	{ width: 40%; z-index: 8; }
.bzh-star-rating a.five-star	{ width: 50%; z-index: 7; }
.bzh-star-rating a.six-star 	{ width: 60%; z-index: 6; }
.bzh-star-rating a.seven-stars 	{ width: 70%; z-index: 5; }
.bzh-star-rating a.eight-stars 	{ width: 80%; z-index: 4; }
.bzh-star-rating a.nine-stars 	{ width: 90%; z-index: 3; }
.bzh-star-rating a.ten-stars	{ 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;
}

/* play icon center hover */
.ytvid {
	display:inline-block;
	vertical-align:top;
	white-space:normal;
}  

.ytvid a {
	text-decoration: none;
	display:block; 
	position: relative; 
}

.ytvid a img {
	vertical-align: middle;
	border: 1px solid #E6E9ED;
	border-radius: 7px;
}

.ytvid a span.play { 
	display:none; 
	background: url("./images/play_icon.png") center center no-repeat;
	margin: -50px 5px 0 0; 
	height: 50px; 
	position: relative; 
	z-index: 100; 
}

.ytvid a:hover span.play {
	display:block; 
}
