@charset "utf-8";

/* YAHOO RESET CODE */
/*reset.css*/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/ body{font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/* END YAHOO RESET CODE */

#vp {
	width: 780px;
	height: 524px;
	overflow: hidden;
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg.jpg) top left no-repeat;
	position: relative;
}


/********** HEADER **********/

#vp #header {
	width: 780px;
	height: 57px;
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_header.jpg) top left repeat-x;
	overflow: hidden;
	position: relative;
}

#vp #header a.logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://videos.b1039.com/clients/wxkb/images/structure/logo.png', sizingMethod='crop'); 
	width: 118px;
	height: 36px;
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
}

#vp #header a.logo[class] {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/logo.png);
	background-repeat: no-repeat;
}

#vp #header h5#sponsor_txt {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	right: 120px;
	top: 22px;
}

#vp #header a#sponsor_img {
	width: 88px;
	height: 31px;
	border: 0 none;
	position: absolute;
	top: 13px;
	right: 20px;
}

#vp #header a#sponsor_img img {
	width: 88px;
	height: 31px;
	border: 0 none;
}


/********** PLAYER **********/

#vp #player {
	width: 405px;
	height: 324px;
	position: absolute;
	top: 72px;
	left: 22px;
	/*background: url(http://videos.b1039.com/clients/wxkb/images/structure/player.gif) no-repeat;*/
}


/********** LARGE AD **********/

a#largeAd {
	/*display: block;*/
	display: none;
	width: 300px;
	height: 250px;
	position: absolute;
	top: 95px;
	right: 27px;
}

a#largeAd img {
	width: 300px;
	height: 250px;
	border: 0 none;
}


/********** DROPDOWN **********/

#vp #dropdown {
	position: absolute;
	width: 250px;
	height: 23px;
	font-size: 11px;
	left: 493px;
	top: 63px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}

#vp #dropdown select {
	width: 150px;
}

/********** PLAYLIST **********/

#vp #playlist {
	position: absolute;
	width: 348px;
	height: 301px;
	display: block;
	/*display: none;*/
	top: 80px;
	right: 8px;	
}

#vp #playlist .playlistBG {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://videos.b1039.com/clients/wxkb/images/structure/bg_playlist.png', sizingMethod='crop');
	width: 348px;
	height: 301px;
	overflow: hidden;
}

#vp #playlist .playlistBG[class] {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_playlist.png);
	background-repeat: no-repeat;
}

#vp #playlist #tabCategories {
	position: absolute;
	top: -5px;
	left: 17px;
}

#vp #playlist a#tabCurrent {
	position: absolute;
	top: -5px;
	left: 18px;
	height: 16px;
	text-decoration: none;
	cursor: pointer;
}

#vp #playlist a#tabCurrent #leftBG {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/tab_currentLeft.gif) no-repeat;
	display: block;
	height: 16px;
	width: 8px;
	float: left;
}

#vp #playlist a#tabCurrent #middleBG {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/tab_currentBG.gif) repeat-x;
	display: block;
	height: 16px;
	float: left;
	text-transform: uppercase;
	color: #444;
	line-height: 16px;
	font-weight: bold;
	font-size: 11px;
	padding: 0 3px;
	text-decoration: none;
}

#vp #playlist a#tabCurrent #rightBG {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/tab_currentRight.gif) no-repeat;
	display: block;
	height: 16px;
	width: 8px;
	float: left;
}

#vp #playlist .playlistBG #container {
	margin: 16px 0 0 16px;
	width: 320px;
	height: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	position: relative;
	overflow: auto;
}

#vp #playlist .playlistBG #container a.category {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_categoryItem.jpg) top left no-repeat;
	display: block;
	width: 297px;
	height: 20px;
	margin: 0 0 4px 0;
	font-size: 12px;
	text-indent: 10px;
	overflow: hidden;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#vp #playlist .playlistBG #container a.category:hover {
	text-decoration: underline;
}

#vp #playlist .playlistBG #container a.categoryOn {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_categoryItemOn.jpg) top left no-repeat; !important
}

#vp #playlist .playlistBG #container .video {
	width: 297px;
	height: 48px;
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_playlistItem.jpg) top left no-repeat;
	overflow: hidden;	
	margin: 0 0 4px 0;
}

#vp #playlist .playlistBG #container .videoOn {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_playlistItemOn.jpg) top left no-repeat; !important
}

#vp #playlist .playlistBG #container .video a.videoThumb {
	width: 64px;
	height: 38px;
	float: left;
	margin: 5px 0 0 6px;
}

#vp #playlist .playlistBG #container .video a.videoThumb img {
	width: 64px;
	height: 38px;
	border: 0 none;
}

#vp #playlist .playlistBG #container .video a.videoDescription {
	color: #fff;
	float: left;
	display: block;
	width: 210px;
	height: 38px;
	margin: 5px 0 0 6px;
	overflow: hidden;
	text-decoration: none;
}

#vp #playlist .playlistBG #container .video a.videoDescription:hover {
	text-decoration: underline;
}


/********** WIDE AD **********/

#vp #wideAd {
	position: absolute;
	display: block;
	width: 780px;
	height: 131px;
	bottom: 0px;
	left: 0px;
}

#vp #wideAd .wideAdBG {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://videos.b1039.com/clients/wxkb/images/structure/bg_750ad.png', sizingMethod='crop');
	width: 753px;
	height: 108px;
	display: block;
	padding: 23px 0 0 27px;
}

#vp #wideAd .wideAdBG[class] {
	background: url(http://videos.b1039.com/clients/wxkb/images/structure/bg_750ad.png);
	background-repeat: no-repeat;
}

#vp #wideAd .wideAdBG a {
	height: 90px;
	width: 720px;
	/*margin: 23px 0 0 31px;*/
	display: block;
	position: relative;
}

#vp #wideAd .wideAdBG a.img {
	height: 90px;
	width: 720px;
	margin: 23px 0 0 31px;
}
