@charset "utf-8";
/* CSS Document */

#DS-Cut {
	background:url(/img/cut-gradient-top-middle.png) left top no-repeat;
}
.DS-CutBottom {
	background:url(/img/cut-gradient-bottom.jpg) left top no-repeat;
}
.DS-CutSideNews {
	margin-top:20px;
}
.DS-CutMainNews {
	border-right: 1px solid #cccccc;
	width:520px;
	padding:0px 10px;
	margin-top:10px;
}
.DS-CutMainNewsUptitle, .DS-CutMainNewsTitle, .DS-CutMainNewsText {margin-left:0px;}
.DS-CutMainNews img {
	left:0px;
}
.DS-CutMainNews h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color: #0E73B2;
	background: url(/img/videoH3Bgrd.png) left center no-repeat;
	height:16px;
	padding:8px 10px;
}

.videoHolder {
	background-color: #266EAB;
	padding:5px;
}
.videoPlayer {
	display:block;
	float:left;
	margin:0px;
	width:256px;
}
ul.videoNav, ul.videoNav li, ul.videoNav ul {
	border:0 none;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
	width:253px;
}

ul.videoNav { float:left;}
ul.videoNav li { margin: 0px 0px 2px 0px;}

ul.videoNav a {
	background:transparent url(/img/videoNav/videoSport.png) no-repeat scroll left center;
	color:#ffffff;
	display:block;
	height:auto !important;
	line-height:normal;
	padding:8px 5px 8px 33px;
	text-decoration:none;
	border: 1px solid #FFFFFF;
	width:213px;
}
ul.videoNav a.active, ul.videoNav a:hover, ul.videoNav li:hover a{
	background:transparent url(/img/videoNav/activeVideoSport.png) no-repeat scroll left center;
	color:#ffffff;
	text-decoration:none;
}
ul.videoNav a.active {
	border: 1px solid #65ADD8;
}



