/* stay connected */
.stayconnected ul {
	list-style-type: none;
}
.stayconnected ul li {
	float: left;
}
.stayconnected ul li a {
	background: url('/i/news/v10/gfx/connected.gif') no-repeat 1px 1px;
	width: 49px;
	text-align: center;
	float: left;
	font-size: 10px;
	padding-top: 34px;
}
.stayconnected a.scmobile {
	width: 42px;
	background-position: -8px -2px;
}
.stayconnected a.scrss {
	background-position: -3px -56px;
}
.stayconnected a.scfb {
	background-position: -3px -321px;
}
.stayconnected a.scpodcast {
	background-position: -5px -109px;
}
.stayconnected a.sctwitter {
	background-position: -5px -164px;
	margin-right: 4px;
}
.stayconnected a.scalert {
	background-position: -1px -217px;
	padding-left: 5px;
}
.stayconnected a.scnews {
	background-position: -5px -268px;
}


/* v11 tabs */
.v11tabs {
	margin-bottom: 5px;
}
.v11tabs ul {
	overflow: hidden;
}
.v11tabs li {
	list-style: none;
	display: inline;
	float: left;
	height: 32px;
}
.v11tabs li a {
	display: block;
	float: left;
	height: 15px;
	padding: 5px;
	border: 1px solid #c4c4c4;
}
.v11tabs li a:hover {
	color: #fff;
	background: #737373;
	border: 1px solid #737373;
	text-decoration: none;
}
.v11tabs ul.tab1 li.tab1,
.v11tabs ul.tab2 li.tab2,
.v11tabs ul.tab3 li.tab3,
.v11tabs ul.tab4 li.tab4,
.v11tabs ul.tab5 li.tab5,
.v11tabs ul.tab6 li.tab6 {
	background: url(/i/gfx/v11tabs_sprite.png) bottom center no-repeat;
}
.v11tabs ul.tab1 li.tab1 a,
.v11tabs ul.tab2 li.tab2 a,
.v11tabs ul.tab3 li.tab3 a,
.v11tabs ul.tab4 li.tab4 a,
.v11tabs ul.tab5 li.tab5 a,
.v11tabs ul.tab6 li.tab6 a {
	color: #fff;
	background: #090909;
	border: 1px solid #000;
	background-image: -webkit-gradient(
		linear, left bottom, left top,
		color-stop(0.2, #090909), color-stop(0.56, #313131)
	);
	background-image: -moz-linear-gradient( center bottom, #090909 20%, #313131 56% );
}