.btn-top-genre.selected,
.new_releases.selected
{
	background-color: #FF4A06;
	border: 1px solid #FF4A06;
}
.new_releases
{
	margin-left: 4px;
	outline: 0;
	width: 100%;
	background-color: #999999;
	border: 1px solid #999999;
	padding: 0px 22px;
	height: 42px;
	line-height: 40px;
	color: #fff;
	font-size: 19px;
	width:200px;
}
.choice-list
{
	list-style: none;
	display: inline-block;
}
.choice-list li
{
	display: inline-block;
}
.genre
{
	min-width: 417px;
    line-height: 33px;
    border-radius: 0px;
    background: url(../images/dropdown-img.gif) no-repeat right #999;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: medium none;
    color: #fff;
    font-size: 19px;
    height: 42px;
    line-height: 40px;
    margin-left: 8px;
    min-width: 407px;
    margin-top: 0;
    padding: 5px;
    position: relative;
    top: -1px;
    vertical-align: baseline;
}
.hide{
	display:none;
}
.show{
	display:block;
}
.top10right {
    float: left;
    width: 100%;
    margin: 0 0 30px 20px;
}

.download_text {
    color: #696969;
    float: left;
    font-size: 18px;
    padding: 10px;
}
#top10_download, .track_download {
    font-size: 17px;
    cursor: pointer;
    line-height: 38px;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    background: #ff4701;
    cursor: pointer;
    text-align: center;
    width: 436px;
    color: #FFF;
    margin: 0 auto;
    float: left;
    margin-right: 6px;
}
#top10_download a {
    color: #FFF;
    text-decoration: none;
}
.sociallinks {
    width: 150px;
    float: left;
}
.sociallinks a {
    margin-right: 2px;
}
.loading-data{
    text-align: center;
}
.end-result,
.no-track-found {
    text-align: center;
    padding: 20px 0px;
    font-size: 20px;
}
.disable {
    pointer-events: none;
    opacity: 0.6;
}
.carousel-margin-top {
    margin-top: -20px !important;
}
