#footer a {
	color: #000000;
	font-size: 75%;
}

#footer .box-mid {
	padding: 4px;
}

.ttl {
	display: block;
	overflow: hidden;
	padding: 0 0 5px;
	font-size: 14px;
}

/*discover*/
.discover{
	float:left;
	padding:0 17px;
	overflow:hidden;
	width:360px;
}
/*title*/
.discover strong.ttl,
.support strong.ttl,
.top_shows_footer strong.ttl,
.new_shows_footer strong.ttl{
	display:block;
	width:100%;
	overflow:hidden;
	color:#828282;
	line-height:1.143em;
	border-bottom:1px solid #e7e7e7;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 6px;
}
/*links list*/
.discover ul,
.support ul{
	float:left;
	width:100px;
	padding:7px 14px 0 0;
	margin:0;
	overflow:hidden;
	list-style:none;
}

.top_shows_footer ul,
.new_shows_footer ul{
	float:left;
	padding:7px 20px 0 0;
	margin:0;
	overflow:hidden;
	list-style:none;
	
}
.discover ul li,
.support ul li,
.top_shows_footer  ul li,
.new_shows_footer ul li{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
	height:1%;
	vertical-align:middle;
}
.discover ul li a,
.support ul li a,
.top_shows_footer  ul li a,
.new_shows_footer ul li a{
	float:left;
	font-size:0.857em;
	line-height:1.165em;
}
/*support*/
.support{
	float:left;
	overflow:hidden;
	width:235px;
}
.top_shows_footer {
	float:left;
	overflow:hidden;
	width: 156px;
	margin-left:10px;
}
.new_shows_footer{
	float:left;
	overflow:hidden;
	width: 156px;
	margin-left:10px;
}
.list-block {
	padding-top: 27px;;
}
.hidden-lable{
	display:none;
}
.pictures_container {
margin-bottom:5px;
padding:10px 5px 0;
}
.pictures_container .name_container {
float:left;
margin-bottom:3px;
text-align:center;
width:60px;
}
.name-text{
clear:both;
color:#777777;
display:block;
font-size:9px;
}

.discover span.ttl, .support span.ttl, .top_shows_footer span.ttl, .new_shows_footer span.ttl {
	text-align: left !important;
	display: block;
	width: 100%;
	overflow: hidden;
	color: #828282;
	line-height: 1.143em;
	border-bottom: 1px solid #E7E7E7;
	font-weight: bold;
}

.footer_twitter {
	background: url(../images/bg-sprite.png) no-repeat -200px -193px transparent;
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 60px;
}

.footer_fb {
	background: url(../images/bg-sprite.png) no-repeat 0 -193px transparent;
	width: 16px;
	height: 16px;
	display: block;
	margin-left: 82px;
}

.now-playing .up-next table th.artist, .discover ul li.footer_biz_solutions {
	width: 120px;
}
#footer{
	margin:auto;
	width:980px;
	overflow:hidden;
	padding:0;
}

.footer-inner{
	padding: 15px 0px;
	margin: 0 4px 4px 4px;
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	-moz-box-shadow: 0 2px 4px #DDD;
	-webkitbox-shadow: 0 2px 4px #DDD;
	box-shadow: 0 2px 4px #DDD;	
	background:none;
	background-color: #fff;
	overflow:visible !important;	
}