@charset "utf-8";
/* CSS Document */

#see-live-schedules-for-soccer {
	padding: 10px 10px 20px 0;
	position: relative;
	background-color: #003e00;
}

#see-live-schedules-for-soccer .schedule-title {
	float: left;
	left: 0px;
	top: 30px;
	width: 281px;
	height: 60px;
	background: url("../img/program-schedule/see-live-schedules-for-soc.png") no-repeat 0 bottom;
	margin-right: 20px;
}

#see-live-schedules-for-soccer .logo-outer {
	width: 82px; /*updated from 82px */
	float: left;
	padding: 0 3px;
}

#see-live-schedules-for-soccer .logo-container-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#see-live-schedules-for-soccer .logo-container-logo {
	width: 82px; /*updated from 82px */
	height: 30px;
}

#see-live-schedules-for-soccer .logo-container-logo a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#see-live-schedules-for-soccer .logo-link {
	display: block;
	width: 100%;
	text-align: center;
}

#see-live-schedules-for-soccer .logo-link a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 12px;
}

/* more dropdown */
#soccer-more-dropdown {
	position:absolute;
	right:60px;
	top:30px;
	width:30px;
	height:30px;
}

.ie6 #soccer-more-dropdown {
	right:20px;
}

#soccer-more-link {
	background:url("../img/program-schedule/btn-more-soc.png") no-repeat;
	width:71px;
	height:24px;
	display:block;
	text-indent: -9999px;
}

#soccer-more-link.active {
	background-position:0 -24px;
}

#soccer-more-dropdown ul {
	background:url("../img/program-schedule/bg-more-dropdown-soc.png") no-repeat 0 bottom;
	width: 231px;
	position: absolute;
	z-index: 9999;
	right: -44px;
	display: none;
	top: 24px;
	padding: 0 4px 10px 4px;
}



#soccer-more-dropdown ul li {
	float:none !important;
	height:auto !important;
	padding:5px 0 5px 5px;

}
#soccer-more-dropdown ul li a {
	padding:3px;
	display:block;
	color:#fff;
	font-size:11px;
	vertical-align: middle !important;
	width:220px;
	
}

#soccer-more-dropdown ul li.active {
	background-color:#019700;
}

#soccer-more-dropdown ul li {
	border-bottom:1px solid #019700;
}

#soccer-more-dropdown ul li.last {
	border-bottom:none;
}
