/*
 @version $Id: main_mb.css,v 1.128 2010-08-05 11:32:14 phoffmann Exp $
 $Log: main_mb.css,v $
 Revision 1.128  2010-08-05 11:32:14  phoffmann
 - changed background-image for conduit-downloadpage

 Revision 1.127  2010-08-05 10:34:29  jnimmich
 - MV-4355 fixxed comment_voting

 Revision 1.126  2010-08-03 10:06:34  jnimmich
 - MV-4365 added facebook comments in series

 Revision 1.125  2010-07-29 09:36:08  mtuch
 - MV-4053 changed css class, cuz its already used by series

 Revision 1.124  2010-07-29 07:54:57  mtuch
 - MV-4053

 Revision 1.123  2010-07-27 14:36:54  tmuehlberg
 - change filme style

 Revision 1.122  2010-07-26 14:09:47  mtuch
 - readded missing css code
 */
/* defaults */
html, body {
	/* html => width: 100%; fails in IE7 */
	min-height: 100%; /* XHTML Not supported by IE 5/6, but required for Firefox/Opera */
	height: 100%;
	width: 100%;
	margin-bottom: 1px; /* show scroller always */
}
html * {
	font-size: 100.01%;
}
table {
	border-style: hidden; /* IE 7 */
	border-collapse: collapse; /* collapse IE 7 */
}
body, a, input {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
html, body {
	line-height: 15px;
	font-size: 11px;
	background-color: #e5e5e5;
	color: #333333;
}
td {
	background-color: transparent;
}
img, table, a, td, input.radio {
	border: 0 none;
}
img.lnk, input.btn {
	cursor: pointer;
}
img.hlp {
	cursor: help;
}
img.lnk, img.hlp, img.ico {
	vertical-align: middle;
}
/* // @ css hack for IE >6 '*' to avoid br in form COMMASEPERATED WON'T WORK */
* html form {
	display: inline;
}
/* // @ css hack for IE7 '*+' to avoid br in form COMMASEPERATED WON'T WORK */
*+html form {
	display: inline;
}
img, table, td, tr, a, div, ul, h1, h2, iframe, tbody, span {
	border-spacing: 0;
	border: 0 none;
	padding: 0;
	margin: 0;
}
table.cms, td.cmh {
	margin: 0 0 2px 0;
}
.cms_pointer_open, .cms_pointer_close {
	padding: 0 18px 0 5px;
	background: url(http://is1.myvideo.de/bilder/images/mb_header_grey_close2.gif) no-repeat center right;
}
.cms_pointer_open {
	background: url(http://is2.myvideo.de/bilder/images/mb_header_grey_open2.gif) no-repeat center right;
}
#navpoint, #rubrikarray, #dblnk {
	width: 700px;
}
.nav, .ft, .ftactive, td.pag, td.navsub {
	white-space: nowrap;
	padding: 1px 1px 1px 5px;
}
td.body, td.sub, td.top {
	vertical-align: top;
}
br, .clear {
	clear: both;
}
td.bottom {
	vertical-align: bottom;
}
td.lnk, span.help, textarea, td.cmh {
	background-color: transparent;
}
td.cmh, h2.cmh, div.cmh {
	padding: 2px;
	/*border: solid 1px #333333;*/
	display: block;
}
.cmsnew, .cmsdel, .cmsupd, .cmsold, .cmscon {
	border: 0 none;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.cmsnew {
	background-color: #CCFFCC;
}
.cmsdel {
	background-color: #EED2EE;
}
.cmsupd {
	background-color: #CCFFFF;
}
.cmsold {
	background-color: #FFFFCC;
}
textarea, table.cms {
	width: 100%;
}
a.nope {
	display: block;
	padding: 1px;
}
a.info {
	position: relative;
}
a:hover.info {
	display: inline;
}
a.info span {
	display: none;
}
a:hover.info span {
	z-index: 0;
	display: inline;
	position: absolute;
	top: -170px;
	left: -310px;
	width: 300px;
	border: 1px solid #333333;
	background-color: #daecfa;
	color: #333333;
	padding: 4px;
	font-weight: normal;
}
.found {
	background-color: #FFC869;
}
.tip {
	color: #CD661D;
}
.error, .error strong {
	color: #F61505;
}
.ok {
	color: #2B9F23;
}
.hlp, .help {
	background-color: #F5F5F5;
	color: #2E8B57;
}
.star {
	color: #999999;
}
.orange {
	color: #f79833;
}
.blue {
	color: #FF6600;
}
.black {
	color: #333333;
}
.white {
	color: #ffffff;
}
.hidden {
	display: none;
}
.floatRight {
	float: right;
	display: inline;
}
.floatLeft {
	float: left;
	display: inline;
}
.wActive {
	color: #FF6600;
}
.sMini {
	font-size: 10px;
}
.sSmaller, .sSmaller * {
	font-size: 11px;
}
.sMedium{
	font-size: 14px;
}
.sBigger {
	font-size: 16px;
}
.sBold {
	font-weight: bold;
}
.sItalic {
	font-style: italic;
}
.sUpper {
	text-transform: uppercase;
}
.sNowrap {
	white-space: nowrap;
}
.sCenter {
	margin: auto;
	text-align: center;
}
.sTLeft {
	margin-left: 0;
	text-align: left;
}
.sTRight {
	margin-right: 0;
	text-align: right;
}
.sBottomRight {
	position: absolute;
	right: 5px;
	bottom: 2px;
	text-align: right;
}
.sWord {
	color: #FF6600;
	font-weight: bold;
}
.sWordSmaller {
	color: #FF6600;
	font-weight: bold;
	font-size: 12px;
}
.fError {
	padding-left: 20px;
	background: url(http://is3.myvideo.de/bilder/images/b_pf_oben.gif) no-repeat bottom left;
}
.jError {
	padding-left: 20px;
	background: url(http://is4.myvideo.de/bilder/images/b_pf_oben.gif) no-repeat bottom left;
	clear: both;
	display: none;
}
.fArrow {
	padding-left: 30px;
	background: url(http://is5.myvideo.de/bilder/images/m_arrow_ani.gif) no-repeat bottom left;
}
.fldError {
	border: 1px solid #CC0204;
}
input, select, textarea {
	color: #333333;
	background-color: #F5F5F5;
	border: solid 1px #DBDBDB;
	padding: 0 0 0 2px;
	margin: 1px 0 1px 0;
}
input.radio {
	background-color: transparent;
	padding: 0;
	border: 0 none;
	margin: 0;
	font-size: 11px;
}
/* input fields */
input.sld, select.sld {
	width: 210px;
}
.fInput {
	width: 330px;
}
.bInput {
	width: 500px;
}
.dInput {
	width: 470px;
}
.sInput {
	width: 80px;
}
.qLogin .sInput {
	width: 90px;
}
.lInput {
	width: 260px;
}
.msInput {
	width: 182px;
}
.rInput {
	width: 210px;
}
.mInput {
	width: 220px;
}
.xxsInput {
	width: 110px;
}
.xsInput {
	width: 30px;
	text-align: right;
}
.block {
	list-style: none;
	margin:0;
}
.block li {
	display:block;
	float:none;
	margin:0;
	width: auto;
}
.block li input {
	margin-left:0;
	border:0;
}
.cInput {
	width: 430px;
}
.news_letter_page .nInput,
.news_letter_page #login_username,
.news_letter_page #login_password {
	width: 287px;
}
#news_letter_head {
	background: transparent url(http://is3.myvideo.de/bilder/images/mb_newsletter_header3.jpg) no-repeat bottom left;
	width: 830px;
	height: 327px;
}
.nl_content {
	margin: 296px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
.debug {
	color: #333333;
	background-color: #F6FFFF;
	width: 99%;
	height: 250px;
}
ul {
	list-style-type: disc;
}
ul, ul.cms {
	margin: 0 0 0 15px;
}
ul.cms, ul.cmscon {
	list-style-type: none;
	white-space: normal;
	padding: 0 5px 0 5px;
}
ul {
	list-style-type: disc;
}
ul.cms, ul.cmscon {
	list-style-type: none;
	white-space: normal;
	padding: 0 5px 0 5px;
}
div.help {
	display: none;
	position: absolute;
	z-index: 1;
}
div.checkboxText {
	width: 260px;
	float: left;
}
.waitBox {
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline;
	text-align: center;
}
.waitBox img {
	display: block;
}
.heightMin {
	height: 1px;
}
.heightMax {
	height: 100%;
	min-height: 100%;
}
.widthMin {
	width: 1px;
}
.widthMax {
	width: 100%;
}
/* links */
a {
	text-decoration: none;
}
a:link, a:visited  {
/*	color: #0a4d87;*/
	color: #336699;

}
a:hover, a:active, a:focus  {
/*	color: #FF6600;*/
	text-decoration: underline;
	color: #0a4d87;
}
a.nav, a.topgrey, a.topactive, a.topsub, a.topsubgrey, a.topsubactive, a.sub {
	text-decoration: none;
}
a.nav:link, a.pag:link, a.ch:link, a.cm:link  {
	color: #333333;
}
a.nav:visited, a.pag:visited, a.ch:visited, a.cm:visited {
	color: #333333;
}
a.nav:hover, a.pag:hover, a.ft:hover, a.ch:hover, a.cm:hover {
	color: #FF6600;
}
a.nav:active, a.pag:active, a.ft:active, a.ch:active, a.cm:active {
	color: #FF6600;
}
a.nav:focus, a.pag:focus, a.ft:focus, a.ch:focus, a.cm:focus {
	color: #FF6600;
}
a.ft {
	font-weight: normal;
}
a.top, a.topgrey, a.topactive {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 11px;
	text-transform: uppercase;
	outline: none;
}
a.topsub, a.topsubgrey, a.topsubactive, a.sub {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
a.up:link, a.up:visited, a.top:visited, a.top:link, a.topsub:link, a.topsub:visited, a.topsubgrey:link, a.topsubgrey:visited, a.topgrey:link, a.topgrey:visited {
	color: #333333;
	text-decoration: none;
}
a.top:hover, a.topgrey:hover, a.up:hover, a.topsub:hover, a.topsubgrey:hover, a.top:active, a.topgrey:active, a.up:active, a.topsub:active, a.topsubgrey:active {
	color: #FF6600;
	text-decoration: none;
}
a.top:focus, a.topgrey:focus, a.topsubgrey:focus, a.up:focus, a.topsub:focus {
	color: #FF6600;
	text-decoration: none;
}
a.topactive:link, a.topactive:visited, a.topactive:hover, a.topactive:focus, a.topsubactive:link, a.topsubactive:visited, a.topsubactive:hover, a.topsubactive:focus {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a.ftactive:link, a.ftactive:visited, a.ftactive:hover, a.ftactive:focus {
	font-weight: bold;
	color: #FF6600;
}
/* footer */
a.ft:link, a.ft:visited  {
	color: #0a4d87;
}
a.ft:hover, a.ft:active, a.ft:focus {
	color: #FF6600;
}
a.ftactive:link, a.ftactive:visited, a.ftactive:hover, a.ftactive:focus {
	font-weight: bold;
	color: #FF6600;
}
a.ft {
	font-size: 11px;
}
.flags {
	width: 300px;
	margin: auto;
}
.flag {
	background: url(http://is5.myvideo.de/bilder/images/mb_flags2.gif) no-repeat top left;
	float: left;
	position: relative;
	display: block;
	height: 12px;
	width: 21px;
	margin: 0 5px 0 5px;
}
.f_at {
	background-position: 0 -30px;
}
.f_be {
	background-position: 0 -72px;
}
.f_ch {
	background-position: 0 -114px;
}
.f_de {
	background-position: 0 -156px;
}
.f_hu {
	background-position: 0 -198px;
}
.f_nl {
	background-position: 0 -241px;
}
.f_ro {
	background-position: 0 -284px;
}
.f_tr {
	background-position: 0 -326px;
}
/* button */
input.btn, a.btn, a.btn:hover {
	font-weight: bold;
 	vertical-align: middle;
	text-decoration: none;
	background: url(http://is1.myvideo.de/bilder/images/mb_button_middle_orange.gif) repeat bottom left;
	height: 22px;
	font-size: 11px;
}
a.btn, a.btn:hover {
	height: 20px;
	line-height: 20px;
}
.tSButton input.btn {
	color: #333333;
	background: url(http://is2.myvideo.de/bilder/images/mb_button_middle_grey.gif) repeat bottom left;
}
.qSideContent .btn, .qSideContent a.btn:hover, .qLogin .btn, .qLogin a.btn:hover {
	background: url(http://is3.myvideo.de/bilder/images/mb_button_middle_blue.gif) repeat bottom left;
}
.qSideContent .btnMiddle {
	padding: 0 0 0 10px;
}
.qLogin .btnMiddle{
	padding: 0;
}
#sb_balloon_id .qSideContent {
	padding: 5px 0 5px 5px;
}
a.btn:link {
	display: block;
}
.btn, a.btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:focus, input.btn {
	white-space: nowrap;
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	background-color: transparent;
	color: #FFF;
	border: 1px solid #dcdddd;
}
.btnLeft, .btnRight, .btnMiddle {
	height: 20px;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.btnMiddle {
	padding: 0 10px 0 10px;
}
* html input.btn {
	width: 100%;
}
*+html input.btn {
	width: 100%;
}
a.sidebar, a.sidebar:link, a.sidebar:visited, a.sidebar:hover, a.sidenbar:focus {
	white-space: nowrap;
	background-color: transparent;
	color: #63C6E6;
	text-decoration: underline;
}
span.sidebar {
	width: 129px;
	overflow: hidden;
	white-space: nowrap;
}
/* page */
.pageFW {
/*	margin: 10px 0 0 0;*/
/*	width: 850px;*/
	margin: auto;
	width: 1000px;
	height: 100%;
	border: 0 none;
	padding: 0;
	border-spacing: 0px;
}
div.pageFW {
	height: auto;
	width: 1050px;
}
.headerFW {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 850px;
}
.bodyFW {
	border: 0 none;
	margin: 0;
	border-spacing: 0px;
	padding: 7px 0 10px 9px;
	background-color: #FFFFFF;
	height: 80%;
	min-height: 100%;
}
.copyFW {
	margin: 0;
	padding: 0 0 10px 0;
	white-space: normal;
	color: #999999;
}
.logoFW {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 67px;
	width: 167px;
	background: url(http://is4.myvideo.de/bilder/images/mb_myvideo_logo4.gif) no-repeat bottom left;
}
.logoFW a {
	margin: 0;
	padding: 0;
	height: 63px;
	width: 167px;
	display: block;
}
.footerFW {
	padding: 10px 0 0 0;
	text-align: center;
	background: url(http://is5.myvideo.de/bilder/images/mb_shadow_footer.gif) repeat-x top left;
}
.rightFW {
	width: 150px;
	padding: 0 0 0 10px;
	background: url(http://is1.myvideo.de/bilder/images/mb_shadow_border.gif) repeat-y top left;
}
.rightTopFW {
	padding: 0 0 0 10px;
	background: url(http://is2.myvideo.de/bilder/images/mb_shadow_header2.gif) no-repeat bottom left;
}
.topNavFW, .topHeadFW {
	height: 1px;
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 684px;
	border-spacing: 0px;
	vertical-align: bottom;
}
.topHeadTab {
	display: block;
	position: absolute;
	margin: -4px 0 0 -21px;
	width: 198px;
	height: 23px;
}
.topHeadLN {
	position: relative;
	text-align: right;
	font-size: 10px;
	background-color: #e5e5e5;
}
.topHeadLN div {
	margin: 4px 0 0 0;
	height: 15px;
}
.subNavFW {
	margin: 0 0 0 5px;
}
.topSubFW {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	text-align: right;
	vertical-align: middle;
	background: url(http://is3.myvideo.de/bilder/images/mb_topsearch_bg2.gif) repeat top left;
}
/* div page */
div.bodyFW, div.footerFW {
	float: left;
	width: 846px;
	height: auto;
	background: #FFFFFF url(http://is1.myvideo.de/bilder/images/mb_shadow_border.gif) repeat-y top right;
}
div.footerFW {
	padding: 5px 0 0 0;
	width: 850px;
	background: url(http://is5.myvideo.de/bilder/images/mb_shadow_footer.gif) repeat-x top left;
}
div.naviFW {
	padding: 0 5px 0 0;
	width: 850px;
	background: url(http://is1.myvideo.de/bilder/images/mb_shadow_border_top.gif) no-repeat bottom right;
}
div.rightFW {
	float: left;
	background: url(#);
}
/* top search */
.topSearchFW {
	text-align: right;
	vertical-align: middle;
}
.topSearchFWleft, .topSearchFWmiddle, .topSearchFWright {
	width: 216px;
}
.topSearchFWright {
	padding: 0 0px 0 0;
}
.topSearchText {
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	height: 19px;
	width: 78px;
	line-height: 19px;
	background: url(http://is4.myvideo.de/bilder/images/mb_topsearch_icon3.gif) no-repeat center left;
}
.topSearchFW form {
	display: inline;
}
.tSLeft {
	width: 90px;
}
.topSearchField {
	height: 17px;
	width: 190px;
}
.tSField {
	padding: 0 11px 0 8px;
}
.tSSelect {
	width: 120px;
}
input.topSearchButton {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: transparent;
}
input.topSearchButton:hover {
	border: 0 none;
}
.trenner {
	font-weight: bold;
	font-size: 8px;
	color: #333333;
}
.star {
	font-size: 9px;
	color: #999999;
}
.pointerFW {
	font-size: 10px;
	padding: 0 0 0 5px;
	margin: 0;
	width: 800px;
	height: 20px;
	vertical-align: middle;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
/* navi */
td.upactive, td.up, .topHeadFW {
/*	text-align: center;*/
	cursor: hand;
	cursor: pointer;
	border: 0 none;
	height: 48px;
	background: url(http://is5.myvideo.de/bilder/images/mb_topnavi_bg.gif) repeat-x bottom left;
}
td.upactive:hover, td.up:hover {
	background: url(http://is1.myvideo.de/bilder/images/mb_topnavi_bg_hover2.gif) repeat-x bottom left;
}
.upactiveRight, .upRight {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 1px;
	background: url(http://is2.myvideo.de/bilder/images/mb_topnavi_trenner2.gif) no-repeat bottom left;
}
.upactiveLeft, .upLeft {
	display: none;
}
.subDown {
	line-height: 200%;
	display: none;
	position: absolute;
	/*border: solid 1px #BDBDBD;*/
	background: #FFFFFF url(http://is3.myvideo.de/bilder/images/mb_bg_dropdown5.gif) repeat-x bottom left;
	padding: 10px 20px 10px 20px;
	margin: 15px 0 0 0;
	width: 145px;
	text-align: left;
	z-index: 1000;
}
.charts_box td.upactive, .charts_box td.up {
	text-align: center;
	height: 24px;
	background: url(http://is4.myvideo.de/bilder/images/mb_tab_bg.gif) repeat-x bottom left;
}
.charts_box td.upactive, .charts_box td.upactive:hover, .charts_box td.up:hover {
	background: url(http://is5.myvideo.de/bilder/images/mb_tab_bg_hover.gif) repeat-x bottom left;
}
.charts_box .upactiveRight, .charts_box .upRight {
	background: url(http://is1.myvideo.de/bilder/images/mb_tab_trenner.gif) no-repeat bottom left;
}
.charts_box a.topactive, .charts_box a.top {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0;
}
.fwqit_0Sn, .aaxif_0Sn, .jdxqxSn, .tahqn_0Sn, .aaogd_0Sn, .ncrsk_0Sn, .uoijv_0Sn {
	border-top: solid 1px #bdbdbd;
}
.dacjbSn, .aaxif_1Sn, .fwqit_1Sn, .aaogd_3Sn, .ncrsk_0Sn {
	padding: 0 30px 0 0;
	background: url(http://is2.myvideo.de/bilder/images/m_neu_hover.gif) no-repeat center right;
}
.gbphjSn {
	border-top: solid 1px #bdbdbd;
}
.gbphjSn {
	padding: 0 30px 0 0;
	background: url(http://is1.myvideo.de/bilder/images/mb_beta.gif) no-repeat center right;
}
/*
a.aaogdTn {
	height: 13px;
	width: auto;
	display: block;
	padding: 12px 0 0 13px;
	background: url(http://is2.myvideo.de/bilder/images/navi_serien_neu.png) no-repeat top left;
}
div#suBaaogd {
	margin: 3px 0 0 0;
}*/
td.lkddfTn, td.lkddfTn:hover {
	background: url(http://is3.myvideo.de/bilder/images/s_trans.gif) no-repeat center;
	width: 105px;
	height: 44px;
	padding: 3px 1px 0 1px;
	margin: 0;
}
a.lkddfTn {
	margin: 0;
	padding: 0;
}

/* suggestion */
#suggests_div, #u_suggests_div {
	position: absolute;
	margin: -1px 0 0 0;
	padding: 3px 0 3px 0;
	width: 192px;
	background-color: #ffffff;
	text-align: left;
	border: 1px #cccccc solid;
	display: none;
	z-index: 200003;
	overflow: hidden;
	white-space: nowrap;
}
#u_suggests_div {
	width: 262px;
}
.suggests_title {
	position: absolute;
	right: 5px;
	color: #cccccc;
	z-index: 1;
}
.suggests_close {
	float: right;
	text-align: right;
	margin: 0 5px 0 0;
	height: 30px;
}
.sLink {
	float: left;
	width: 250px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 10px;
	z-index: 10;
}
a.sLink:link, a.sLink:visited, a.sLink:hover, a.sLink:active, a.sLink:focus, .suggests_close a:link, .suggests_close a:visited, .suggests_close a:hover, .suggests_close a:active, .suggests_close a:focus {
	color: #000000;
	text-decoration: none;
}
a.sLink:hover, a.sLink:active, a.sLink:focus, a.sg_ac:link, a.sg_ac:visited, a.sg_ac:hover, a.sg_ac:active {
	background-color: Highlight;
	color: HighlightText;
}
a.sg_iac:link, a.sg_iac:visited, a.sg_iac:hover, a.sg_iac:active {
	color: #000000;
	background-color: #FFFFFF;
}
/* thumbs */
.vCont {
	height: 180px;
}
.vCont .sCenter, .sTLeft .sCenter {
	margin: 0;
	text-align: left;
}
div.vThumb, div.pListThumb, div.pListThumb85, div.pVLPicBox {
	position: relative;
	margin: 0 5px 2px 0;
	width: 144px;
	height: 80px;
	overflow: hidden;
	background: url(http://is3.myvideo.de/bilder/images/mb_no_video_image.gif) no-repeat center center;
}
div.pListThumb, div.pVLPicBox {
	margin: 0 5px 5px 0;
	width: 138px;
	height: 78px;
	background: url(http://is4.myvideo.de/bilder/images/mb_playlist.gif) no-repeat center center;
}
img.vThumb {
	position: absolute;
	width: 144px;
	height: 108px;
	top: -14px;
}
div.pLThumb, div.lThumb {
	margin: 0 5px 5px 0;
	width: 121px;
	height: 68px;
}
img.pLThumb, img.lThumb, .pLThumb img {
	width: 121px;
	height: 91px;
	top: -11px;
}
div.cThumb, div.nThumb {
	width: 78px;
	height: 44px;
}
img.cThumb, .cThumb img, img.nThumb {
	width: 78px;
	height: 58px;
	top: -7px;
}
div.pThumb, div.pThumb {
	width: 95px;
	height: 53px;
}
img.pThumb, img.pThumb {
	width: 95px;
	height: 71px;
	top: -9px;
}
div.chThumb {
	margin: 0 5px 5px 0;
	width: 138px;
	height: 78px;
}
img.chThumb {
	width: 138px;
	height: 103px;
	top: -12px;
}
div.vdtThumb {
	margin: 0;
	width: 207px;
	height: 115px;
}
img.vdtThumb {
	width: 207px;
	height: 154px;
	top: -19px;
}
div.lgtThumb {
	width: 610px;
	height: 215px;
	margin: 0 0 5px 0;
}
.lgtThumb img {
	position: absolute;
	width: 610px;
	height: 215px;
}
div.pListThumb85 {
	width: 85px;
	height: 48px;
	background: url(http://is5.myvideo.de/bilder/images/mb_playlist_85.png) no-repeat center center;
}
div.pLThumb85 {
	width: 77px;
	height: 43px;
}
img.pLThumb85 {
	width: 77px;
	height: 57px;
	top: -7px;
}
div.cThumb85 {
	width: 85px;
	height: 48px;
}
img.cThumb85 {
	width: 85px;
	height: 62px;
	top: -5px;
}
div.kThumb, img.kThumb {
	top: 0;
	position: relative;
	width: 144px;
	height: 80px;
}
img.gLink {
	top: 0;
	position: relative;
}
a.vLink, a.nLink,  a.mLink, a.cLink, .cLinkActive, a.lLink {
	display: block;
}
.vTitle, .vNick, .nTitle, .wTitle, .chTitle, .vdtTitle {
	width: 140px;
	overflow: hidden;
	vertical-align: top;
}
.vTitle, .wTitle, .nTitle, .chTitle {
	height: 30px;
}
.gTitle {
	width: 115px;
	overflow: hidden;
	vertical-align: top;
	height: 1.5em;
	float:left;
	padding:2px;
}
.chTitle {
	width: 132px;
}
.vdtTitle {
	margin: 2px 0 0 5px;
	width: 195px;
	white-space: nowrap;
}
.vdtIco {
	margin: 0 5px 0 0;
}
.nTitle, .wTitle {
	width: 95px;
}
.vTitle a, .chTitle a, .vdtTitle a, .kTitle a, .gTitle a {
	font-weight: bold;
}
.kMeta {
	height: 45px;
}
.vAdded {
	display: none;
}
/* user-thumbs */
div.uThumb {
	position: relative;
	width: 109px;
	height: 82px;
	overflow: hidden;
	margin: 5px 5px 5px 0;
	background: url(http://is1.myvideo.de/bilder/images/m_no_member_image.gif) no-repeat center center;
}
img.uThumb {
	position: absolute;
	width: 109px;
	height: 82px;
	top: 0;
	left: 0;
}
/* group-thumbs */
div.gThumb {
	position: relative;
	width: 109px;
	height: 82px;
	overflow: hidden;
	margin: 5px 5px 5px 0;
	background: url(http://is1.myvideo.de/bilder/images/m_no_group_image.gif) no-repeat center center;
}
img.gThumb {
	position: absolute;
	width: 109px;
	height: 82px;
	top: 0;
	left: 0;
}
/* .w user-thumbs middle-sized */
div.wThumb {
	position: relative;
	margin: 0 5px 0 0;
	width: 99px;
	height: 76px;
	overflow: hidden;
	background: transparent none;
}
img.wThumb {
	position: absolute;
	width: 99px;
	height: 76px;
	top: 0;
	left: 0;
}
.wNick {
	width: 99px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	height: 15px;
}
/* .x user-thumbs small-sized */
div.xThumb {
	width: 85px;
	height: 63px;
	/*border: 1px solid #939393;*/
	background: url(http://is1.myvideo.de/bilder/images/m_no_member_image.gif) no-repeat center center;
}
img.xThumb {
	width: 85px;
	height: 63px;
	top: 0;
	left: 0;
}
.xNick {
	width: 85px;
	height: 30px;
}
.xNick a {
	font-weight: normal;
}
/* .f facebook thumbs */
div.fThumb {
	text-align: center;
	background: url(#);
}
img.fThumb {
	width: auto;
	position: relative;
}
.sLeft, .sRight {
	height: 84px;
	width: 17px;
	display: block;
	overflow: hidden;
	outline: none;
}
.sLeft {
	margin: 0 5px 0 0;
	background: url(http://is2.myvideo.de/bilder/images/mb_scroll_left5.gif) no-repeat center left;
}
.sLeft:hover {
	background: url(http://is3.myvideo.de/bilder/images/mb_scroll_left_hover5.gif) no-repeat center left;
}
.sRight {
	margin: 0;
	background: url(http://is4.myvideo.de/bilder/images/mb_scroll_right5.gif) no-repeat center right;
}
.sRight:hover {
	background: url(http://is5.myvideo.de/bilder/images/mb_scroll_right_hover5.gif) no-repeat center right;
}
.sULeft, .sURight {
	height: 18px;
	width: 196px;
	display: block;
	outline: none;
}
.sULeft {
	margin: 0 0 5px 0;
	background: url(http://is2.myvideo.de/bilder/images/mb_scroll_up5.gif) no-repeat top center;
}
.sULeft:hover {
	background: url(http://is3.myvideo.de/bilder/images/mb_scroll_up_hover5.gif) no-repeat top center;
}
.sURight {
	margin: 15px 0 0 0;
	background: url(http://is4.myvideo.de/bilder/images/mb_scroll_down5.gif) no-repeat bottom center;
}
.sURight:hover {
	background: url(http://is5.myvideo.de/bilder/images/mb_scroll_down_hover5.gif) no-repeat bottom center;
}
.showAll {
	height: 20px;
	width: 20px;
	display: block;
}
.showAll {
	background: url(http://is1.myvideo.de/bilder/images/m_show_all.gif) no-repeat center right;
}
.showAll:hover {
	background: url(http://is2.myvideo.de/bilder/images/m_show_all_hover.gif) no-repeat center right;
}
.wLAdd, .wLRemove, .wLRemoveAll, .wLAddAll, .wLPlay, .wLOpen, .wLClose, .wLDelete, .vPrivate, .vPremium, .wLRepeat, .wLRepeatActive, .lGClose, .vdtPlay, .vAClose, .uOnline {
	float: left;
	display: block;
	width: 20px;
	height: 15px;
	white-space: nowrap;
	text-indent: 20px;
}
.wLOpen, .wLClose, .lGClose, .vAClose {
	float: right;
	width: 25px;
}
.rLOpen, .rLClose {
	float: right;
	width: 9px;
	height: 9px;
}
.wLPlay, .wLRepeat, .wLRepeatActive, .uOnline {
	text-align: left;
	text-indent: 20px;
	width: 100%;
}
.wLRepeat, .wLRepeatActive {
	width: 60px;
}
.wLAdd, .wLRemove, .vPrivate, .vPremium, .vdtPlay {
	margin: 4px;
	position: absolute;
	z-index: 1;
}
.wLAdd, .wLAddAll {
	background: url(http://is3.myvideo.de/bilder/images/mb_add2.gif) no-repeat center left;
}
.wLAdd:hover, .wLAddAll:hover {
	background: url(http://is4.myvideo.de/bilder/images/mb_add_hover2.gif) no-repeat center left;
}
.wLRemove, .wLRemoveAll {
	background: url(http://is5.myvideo.de/bilder/images/mb_delete2.gif) no-repeat center left;
}
.wLRemove:hover, .wLRemoveAll:hover {
	background: url(http://is1.myvideo.de/bilder/images/mb_delete_hover2.gif) no-repeat center left;
}
.wLDelete {
	background: url(http://is2.myvideo.de/bilder/images/m_trash.gif) no-repeat center left;
}
.wLPlay {
	background: url(http://is3.myvideo.de/bilder/images/m_play.gif) no-repeat center left;
}
.wLPlay:hover {
	background: url(http://is4.myvideo.de/bilder/images/m_play_hover.gif) no-repeat center left;
}
.wLRepeat {
	background: url(http://is5.myvideo.de/bilder/images/m_play_repeat.gif) no-repeat center left;
}
.wLRepeat:hover, .wLRepeatActive {
	background: url(http://is1.myvideo.de/bilder/images/m_play_repeat_hover.gif) no-repeat center left;
}
.wLOpen {
	background: url(http://is2.myvideo.de/bilder/images/mb_header_grey_close3.gif) no-repeat center left;
}
.wLClose {
	background: url(http://is3.myvideo.de/bilder/images/mb_header_grey_open3.gif) no-repeat center left;
}
.qLOpen {
	background: url(http://is4.myvideo.de/bilder/images/mb_sidebar_head_close2.gif) no-repeat center left;
}
.qLClose {
	background: url(http://is5.myvideo.de/bilder/images/mb_sidebar_head_open2.gif) no-repeat center left;
}
.lGClose, .vAClose {
	margin: 0 0 0 5px;
	width: 20px;
	background: url(http://is1.myvideo.de/bilder/images/vt_close.gif) no-repeat center left;
}
.uOnline {
	height: 14px;
	line-height: 14px;
	background: url(http://is1.myvideo.de/bilder/images/mb_online_user.png) no-repeat center left;
	margin: 0 5px 0 0;
}
.voteThumb {
	height: 21px;
	width: 16px;
	float: left;
	display: block;
	margin: 0 0 0 5px;
}
.voteUp {
	background: url(http://is1.myvideo.de/bilder/images/mb_thumb_up02.png) no-repeat center;
}
.voteDown {
	background: url(http://is2.myvideo.de/bilder/images/mb_thumb_down02.png) no-repeat center;
}
.voteUpAct {
	background: url(http://is3.myvideo.de/bilder/images/mb_thumb_up_act01.png) no-repeat center;
}
.voteDownAct {
	background: url(http://is4.myvideo.de/bilder/images/mb_thumb_down_act01.png) no-repeat center;
}
.vAClose {
	margin: 0 -20px 0 0;
}
.rLOpen {
	margin: 0 5px 0 0;
	background: url(http://is2.myvideo.de/bilder/images/mb_sidebar_close.gif) no-repeat center left;
}
.rLClose {
	margin: 0 5px 0 0;
	background: url(http://is3.myvideo.de/bilder/images/mb_sidebar_open.gif) no-repeat center left;
}
.vPrivate {
	margin: 4px 0 0 124px;
	background: url(http://is4.myvideo.de/bilder/images/mb_lock.gif) no-repeat center left;
}
.vPrivate:hover {
	background: url(http://is5.myvideo.de/bilder/images/mb_lock_hover.gif) no-repeat center left;
}
.vPremium {
	margin: 4px 0 0 124px;
	background: url(http://is1.myvideo.de/bilder/images/mb_premium2.gif) no-repeat center left;
	cursor: default;
}
.vdtPlay {
	width: 40px;
	height: 40px;
	margin: 40px 0 0 80px;
	background: url(http://is2.myvideo.de/bilder/images/mb_player_button.png) no-repeat center left;
}
.vdtPlay:hover, .lgtPlay:hover {
	background: url(http://is3.myvideo.de/bilder/images/mb_player_button_hover.png) no-repeat center left;
}
/* fake player */
.bg_pic_div, .big_pic_div {
	position: relative;
	overflow: hidden;
}
.big_pic_div, .big_pic_div img {
	width: 830px;
	height: 340px;
}
.small_div {
	position: absolute;
	left: 730px;
	top: 0px;
}
.small_pic_div {
	position: relative;
	margin-top: 5px;
	margin-left: 70px;
	clear: both;
	overflow: hidden;
	width: 30px;
	height: 50px;
}
.small_pic_div_hover {
	width: 100px;
	margin-left: 0px;
}
.small_pic {
	position: absolute;
	width: 122px;
	height: 50px;
	left: -15px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/* boxes */
.lContent {
	background: url(http://is4.myvideo.de/bilder/images/mb_bg_content200.gif) repeat-x bottom left;
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.lContNoImage {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.lContNoSide {
	padding: 5px 0 5px 0;
}
.lContBigSide {
	padding: 5px 23px 5px 23px;
}
.lContNoTop {
	padding: 0 0 5px 0;
}
.lContent, .lContNoSide, .lContNoImage, .lContNoTop, .action_inframe {
	border: solid 1px #DBDBDB;
}
.lContError {
	border: solid 1px #AF0101;
}
.qSideContent {
	padding: 5px;
	background: url(#);
	border: 0 none;
}
.lContNoBorder {
	border: 0 none;
}
.qLogin .lContent {
	padding: 0 5px 5px 5px;
}
/* background: none; doesn't work in IE */
.lContent .lContent {
	background: url(#);
}
.qLogin {
	background: url(#);
	padding: 10px 0 10px 10px;
}
.formLineHeight > td {
	padding: 10px 0 0 0;
}
.qLogin .formLineHeight {
	height: auto;
}
.qLogin .formLineHeight > td {
	padding: 6px 0 0 0;
}
*+html .qLogin .formLineHeight > td {
	padding: 5px 0 0 0;
}
.qLogin table + table {
	margin: 9px 0 0 0;
}
.qLogin .loginLeftWidth {
	width: 100px;
}
.lBox, .fBox, .bBox {
	overflow: hidden;
	margin: 0 8px 8px 0;
	padding: 0;
}
.chnBox {
	margin: -8px 8px 8px 0;
	padding: 5px 0 0 0;
	height: 27px;
	background:url("http://is4.myvideo.de/bilder/images/mb_tab_bg.gif") repeat-x scroll left bottom;
}
*+html .chnBox {
	padding: 0;
}
* html .lBox {
	margin: 0 6px 8px 0;
}
* html .fBox {
	margin: 0 6px 8px 0;
}
*+html .lBox {
	margin: 0 6px 8px 0;
}
*+html .fBox {
	margin: 0 6px 8px 0;
}
.lBox, .lContent .lContent, .qSideBox .lContent {
	border: 0px none;
}
.user_nav {
	border-bottom: 0px none;
}
.lLeftBox, .pLeftBox, .mLeftBox {
	width: 613px;
}
.cmh, .cmscon {
	display: inline-block;
	overflow: hidden;
	width: 815px;
}
/* full width for specials */
.cms_top_aaxif td.cmscon {
	width: 850px;
	margin: 0 0 0 -9px;
	padding: 0;
}
.pHalfBox {
	width: 301px;
}
.pThirdBox {
	width: 198px;
	margin: 0 7px 8px 0;
}
.pHalfHeight {
	height: 175px;
}
.qCommHeight {
	height: 230px;
}
.pOneText {
	height: 220px;
}
.pThirdText {
	height: 212px;
}
.pThirdImg {
	height: 247px;
}
.hRightBox, .lRightBox, .pRightBox, .pFormBox {
	width: 207px;
}
#video_edit_box .pRightBox {
	width: 453px;
}
#video_edit_box td {
	padding: 4px 0 0 0;
}
.mSmallBox {
	width: 320px;
	height: 225px;
}
.relativeBox {
	position: relative;
	margin: 0;
}
.eLeftBox {
	width: 520px;
}
.eRightBox {
	width: 300px;
}
.maxBox {
	margin: 8px 8px 8px 0;
	width: 830px;
}
.maxComment .video_comments {
	width: 830px;
}
.error_screen .lHead, .message_screen .lHead {
	display: none;
}
.error_screen .lContent, .message_screen .lContent {
	background: url(#);
}
.error_screen {
	border: solid 1px #F61505;
}
.message_screen {
	border: solid 1px #2B9F23;
}
/* Community Boxes */
.qLeftBox {
	width: 302px;
}
.qSmallBox {
	height: 250px;
}
.news_letter_page .qLeftBox {
	width: 409px;
}
.news_letter_page .qSmallBox {
	height: 180px;
}
.qHalfBox {
	height: 45px;
}
.qMiddleBox {
	width: 612px;
}
.balloon_inframe {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border: outset 3px #63C6E6;
	padding: 8px 0 0 8px;
	z-index: 2;
}
.qBalloon {
	width: 164px;
	height: 84px;
	margin: 5px 0 0 0;
	padding: 0px;
	overflow: hidden;
	background: url(http://is5.myvideo.de/bilder/images/mb_balloon_big.gif) no-repeat center left;
}
.qMemberProfile {
	margin: 5px 0px 0 20px;
}
.qSmallBalloon {
	width: 104px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	color: #333333;
	background: url(http://is1.myvideo.de/bilder/images/mb_balloon_small2.gif) no-repeat center left;
}
.qSmallBalloon a.sBottomRight {
	bottom: 1px;
}
.qSmallBalloon .sMini {
	margin: 0;
	padding: 2px 3px 10px 8px;
}
.qSideBox {
	margin: 0 8px 0 0;
}
.qMyFame {
	position: absolute;
	right: 5px;
	bottom: 2px;
}
.qProgressBar {
	background: url(http://is2.myvideo.de/bilder/images/mb_progress_count_bg.gif) repeat-x center left;
}
.activityRank_wrap {
	width: 160px;
	height: 8px;
	padding: 0;
	margin-right: 0;
	border: 1px solid #6880A2;
	font-size: 0px;
	float: left;
}
.member_profile .activityRank_wrap {
	width: 280px;
	height: 8px;
	padding: 0;
	margin: 0 0 0 20px;
	border: 1px solid #6880A2;
	font-size: 0px;
	float: left;
}
.activityRank_value {
	height: 8px;
	padding: 0px;
	margin: 0px;
	background: url(http://is3.myvideo.de/bilder/images/balken_blau.gif) repeat-x top left;
	font-size: 0px;
}
.activityRank_counter {
	width: 75px;
}
.activityRank_counter_first {
	width: 70px;
	margin: 0 0 0 70px;
}
.uContent {
	padding: 0 0 10px 0;
	margin: 0;
}
div.uContent {
	padding: 0 0 10px 0;
	margin: 0;
}
.get_contacts .rInput, .forgot_password .rInput {
	width: 185px;
}
.get_contacts .contacts_logo {
	width: 117px;
	height: 45px;
}
/* Messages */
.msgBox1, .msgBox2, .msgBox3, .msgBox4 {
	float: left;
	overflow: hidden;
}
.msgBox1 {
	width: 20px;
}
.msgBox2 {
	width: 120px;
}
.msgBox3 {
	width: 280px;
}
.msgBox4 {
	width: 140px;
}
.msgRow {
	width: 563px;
	clear: left;
	padding: 5px 0 5px 0;
	overflow: hidden;
}
.msgWrap {
	clear: left;
	float: left;
	padding: 0 15px 0 15px;
}
.msgWrapActive {
	border: 2px solid #63C6E6;
	padding: 5px 13px 5px 13px;
}
.messageThumb {
	margin: 10px 20px 0 0;
	float: left;
}
.messageForm .messageThumb {
	/* hack for IE form height */
	margin: 10px 20px 120px 0;
}
.messageText {
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	float: right;
	overflow: hidden;
}
.lineToggle {
	background: #F5F5F5 none;
}
.messageTextSmall {
	width: 370px;
	float: left;
	padding: 0 0 0 140px;
	margin: 0 0 10px 0;
}
.messageVideo {
	float: right;
	margin: 20px 10px 0 0;
	height: 80px;
	font-weight: bold;
}
.notifyMessageSpam {
	display: block;
	height: 16px;
	font-size: 11px;
	float: right;
}
.messageButtons {
	border-top: 1px dotted #ff6600;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	text-align: right;
	width: 550px;
	float: left;
	clear: both;
}
.messageRecipient {
	border-bottom: 1px dotted #ff6600;
	width: 570px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.messageButtons table {
	margin: 2px;
}
.messageButtons_0, .messageButtons_1, .messageButtons_2, .messageButtons_3 {
	float: left;
	text-align: left;
	margin: 0 0 5px 0;
	line-height: 25px;
}
/* box headers */
.lHead, td.cmh {
	padding: 0 0 0 5px;
	margin: auto;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	line-height: 23px;
	color: #333333;
	/*border-bottom: solid 1px #DBDBDB;*/
	text-transform: uppercase;
	background: url(http://is3.myvideo.de/bilder/images/s_trans.gif) no-repeat center right;
}
.lHeadError {
	color: #ffffff;
	background: url(http://is1.myvideo.de/bilder/images/mb_pop_header.gif) repeat-x bottom;
}
.lHead select {
	margin: 0 5px 0 5px;
}
.lPmusic_rock {
	color: #ffffff;
	background: url(http://is5.myvideo.de/bilder/images/mb_rock_header.gif) repeat-x bottom;
}
.lPmusic_pop {
	color: #ffffff;
	background: url(http://is1.myvideo.de/bilder/images/mb_pop_header.gif) repeat-x bottom;
}
.lPmusic_rap {
	color: #ffffff;
	background: url(http://is2.myvideo.de/bilder/images/mb_rap_header.gif) repeat-x bottom;
}
.lPmusic_diverse {
	color: #ffffff;
	background: url(http://is3.myvideo.de/bilder/images/mb_diverse_header.gif) repeat-x bottom;
}
.qBlue, #create_user_box .lHead, #login_user_box .lHead {
	color: #ffffff;
	background: url(http://is4.myvideo.de/bilder/images/mb_header_blue2.gif) repeat-x bottom;
}
.qBlue, .qBlue a {
	color: #ffffff;
}
.qSideHead {
	border-top: 1px dotted #63C6E6;
	background: url(#);
	color: #63C6E6;
	font-size: 12px;
	height: 27px;
	line-height: 220%;
}
a.qSideHead {
	color: #63C6E6;
	font-weight: bold;
	border: none;
}
.qBalloonHead {
	text-transform: none;
	font-size: 12px;
	padding: 5px 0 5px 0;
}
.topSubFW select, .lHead select {
	font-size: 12px;
	width: 120px;
	color: #ffffff;
	background-color: #454543;
	text-transform: none;
}
.lHead select {
	color: #333333;
	background-color: #F5F5F5;
}
.qBlue select {
	background-color: #63C6E6;
}
.lHead .sWord {
	text-transform: none;
}
.cSeparator {
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #CECECE;
}
/* login */
.login_inframe, .action_inframe {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border: outset 3px #DBDBDB;
	padding: 10px 0 0 10px;
	z-index: 2;
}
.action_inframe {
	padding: 5px 20px 20px 20px;
}
/* Video Lists */
.mVLItem {
  width: 111px;
}
.mVLLeft {
  float: left;
  width: 168px;
}
.mVLMain {
	width: 592px;
	border-top: 1px dotted #cfcfcf;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
#member_list_container .mVLMain {
	width: 556px;
}
#member_list_container .mVLLeft {
	width: 132px;
}
.mVLMain .fInput {
	  width: 300px;
}
.mVLMainFirst {
	border: 0px none;
}
.mVLPic {
	text-align: left;
}
.mVLRight {
	float: left;
	width: 420px;
	text-align: left;
}
.mVLStars {
	margin: 0 0 0 5px;
	width: 75px;
	float:left;
}
.mVLTitle a:link, .mVLTitle a:visited, .mVLTitle a:hover, .mVLTitle a:active {
	font-size:16px;
	font-weight: bold;
	float: left;
}
/* todo should be replaced by My Channels */
.defaultPlaylists {
	float: left;
	width: 100%;
}
.defaultPlaylists .rankings, .defaultPlaylists .recommend {
	display: none;
}
.defaultPlaylists .row {
  float:left;
}
/* My Channels */
.myChannelRow {
	padding: 10px;
	margin: 0 0 4px 0;
	width: 558px;
	border-top: 1px dotted #cfcfcf;
}
.myChannelFirst {
	border: none;
}
.myChannelRow div.vNoop {
	height: 44px;
	width: 78px;
	margin: 0 5px 2px 0;
}
.myChannelZeroVids {
	height: 47px;
	width: 427px;
}
.myChannelUser {
	padding: 5px 15px 10px 0;
}
.myChannelCount {
	width: 140px;
	text-align: left;
	padding: 0 0 0 5px;
}
.myChannelAll {
	padding: 0 5px 0 0;
}
.remove_channel {
	float: left;
	display: block;
	height: 15px;
	white-space: nowrap;
	text-indent: 20px;
	background: url(http://is5.myvideo.de/bilder/images/m_trash.gif) no-repeat center left;
}
/* Groups */
.groupListData {
	float: left;
	width: 155px;
	overflow: hidden;
	margin: 0 5px 0 10px;
}
.groupListDescription {
	width: 295px;
	margin: 0;
	float: left;
}
.groupListDataItem {
	line-height: 18px;
}
.groupListRow {
	float: left;
	padding: 10px 0 0 0;
	margin: 5px;
	border-top: 1px dotted #cfcfcf;
}
.groupListRowFirst {
	border: 0px none;
	padding: 0;
}
.groupListThumb {
	float: left;
}
.groupListVideos {
	float:left;
	width: 320px;
}
.groupInputDescr {
	width: 160px;
}
.catTags_div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 200px;
	z-index: 10;
	background-color: #e2e2e2;
	padding: 10px;
	border: solid 1px #DBDBDB;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
}
.tagsClose {
	display: block;
	width: 10px;
	height: 8px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(http://is1.myvideo.de/bilder/images/close.gif) no-repeat top left;
}
.tagsClose:hover {
	background: url(http://is2.myvideo.de/bilder/images/close_over.gif) no-repeat top left;
}
.group_player {
	width: 384px;
	height: 286px;
	margin: 5px 25px 0 0;
}
td.groupTopic {
	padding: 10px;
}
.group_profile .bInput {
	width: 450px;
}
#group_start_box .lContent {
	padding: 5px 0 5px 10px;
}
#group_start_box .btnMiddle {
	padding: 0 4px 0 10px;
}
.lContent .uploadCheck {
	background: #ee0000 url(#) repeat scroll 0 0;
}
.uploadCheck a {
	color: #ffffff;
	text-decoration: underline;
}
.uploadCheck a:hover {
	color: #0a4d87;
}
/* styles for group overview page */
.groupCatItem {
	float: left;
	width: 135px;
	line-height: 35px;
}
* html .groupCatItem {
	height: 20px;
	line-height: 20px;
}
*+html .groupCatItem {
	height: 20px;
	line-height: 20px;
}
div.grThumb {
	margin: 0 5px 7px 0;
	width: 109px;
	height: 82px;
}
.grThumb img {
	position: absolute;
	top: 0;
	width: 109px;
	height: 82px;
}
.groupNewsRow {
	height: 45px;
}
.groupNewsItem {
	margin: 0 0 0 20px;
	width: 210px;
	overflow: hidden;
}
.groupNewsRow .microThumb {
	margin-top: 1px;
}
.microThumb {
	width: 40px;
	height: 30px;
}
/* pagination */
div.pView, div.mView {
	padding: 2px 5px 2px 5px;
}
.pViewBottom, .pViewTop, .pViewTopLine {
	height: 26px;
	margin: auto;
	vertical-align: middle;
}
.pViewTopLine, .pViewTop {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #DBDBDB;
}
.pViewTopLine {
	height: 20px;
	padding: 0;
}
div.pViewBottom {
	padding: 10px 5px 0 0;
	border-top: solid 1px #DBDBDB;
}
.pnFastBack, .pnBack, .pnActive, .pnNumbers, .pnNext, .pnFastNext, .pnPages, .pnResults {
	outline: none;
	padding: 0 2px 0 2px;
	font-weight: lighter;
	font-size: 11px;
}
.pnBack, .pnNext {
	font-family: arial;
}
a.pnNumbers, a.pnBack, a.pnNext, a.pnNumbers:visited, a.pnBack:visited, a.pnNext:visited {
/*	color: #333333;*/
	border: 1px solid transparent;
}
span.pnNumbers, span.pnBack, span.pnNext {
	color: #BDBDBD;
}
.pnActive, .pnNumbers, .pnBack, .pnNext {
/*	color: #333333;*/
	display: block;
	float: left;
	margin: 0 1px 0 1px;
	padding: 1px 4px 1px 4px;
/*	background: url(http://is3.myvideo.de/bilder/images/pagination/pg_bg.gif) repeat-x bottom;*/
/*	border: solid 1px #DBDBDB;*/
}
.pnActive {
	background: url(#);
	border: solid 1px #336699;
	color: #FFFFFF;
	background-color: #336699;
}
a.pnNumbers:hover, a.pnBack:hover, a.pnNext:hover {
	color: #336699;
	border: solid 1px #336699;
}
.pnPages, .pnResults {
	white-space: nowrap;
	font-weight: normal;
	font-size: 10px;
}
.pnPages {
	display: none;
}
/* tool tip */
#tooltipwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	display: none;
	z-index: 100;
}
#tooltipbox {
	padding: 3px;
	background: #FFFFFF url(http://is4.myvideo.de/bilder/images/mb_bg_content200.gif) repeat-x bottom left;
	border: solid 1px #DBDBDB;
	font-weight: normal;
	float: left;
}
/* soi ad container */
.soi {
	padding: 0;
	margin: 0;
	text-align: center;
}
.rectangle1, .skyscraper1 {
	text-align: left;
}
.skyscraper1 {
	position: absolute;
	width: 160px;
/*	overflow: hidden;*/
}
.mya {
	height: 95px;
}
/* google ad container */
.adBox, .adBox .lHead {
	border: 0px;
	font-size: 11px;
	background: url(#);
	font-weight: normal;
	color: #333333;
}
.adBox .lHead {
	height: 17px;
}
/*.homeads iframe {
	margin: 0 0 5px 0;
}*/
.homeads {
	margin: 0 0 5px 0;
}
.nofontsize {
	line-height: 0px;
	font-size: 0px;
}
/*
#soi_span_teaserA img, #soi_span_teaserB img, #soi_span_teaserC img {
	margin: 0 0 5px 0;
}*/
/* flashteaser */
div#flash_teaser {
	position: absolute;
}
div#flash_teaser_close {
	display: block;
	position: absolute;
	left: 480px;
	z-index: 1;
	width: 130px;
	height:30px;
}
a#flash_teaser_link {
	display: block;
	width: 100%;
	height: 100%;
	background: url(#);
}

/* homecounter */
div.homecounter {
	width: 209px;
	height: 77px;
	position: relative;
	margin: 0 0 5px 0;
}
#counter_numbers {
	position: absolute;
	top: 56px;
	right: 3px;
	font-size: 17px;
	font-weight: bold;
	height: 20px;
	line-height: 21px;
}
#counter_link {
	width: 209px;
	height: 75px;
	display: block;
}

/* activity feed */
.com_feed {
	margin: 0;
	height: 213px;
	padding: 0 0 5px 0;
}
.com_container {
	margin: auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	background: transparent;
	height: 210px;
}
.ticker {
	padding: 0 0 0 10px;
	background: url(http://is5.myvideo.de/bilder/images/m_ticker_arrow.gif) no-repeat 1px 5px;
}
/* watch */
.video_player .lHead, .video_player h1 {
	height: 23px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background: url(#);
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}
.video_player .lHead {
	color: #333333;
}
.video_player .lContent {
	padding: 0 0 5px 0;
}
#video_player, #player_container {
	width: 611px;
	height: 383px;
	z-index: 10;
}
#video_player {
	position: absolute;
}
#video_player_id {
	margin: 2px 7px 7px 0;
}
.video_details .fInput {
	width: 280px;
}
.vMeta, #video_vote_container, #video_vote_content {
	line-height: 100%;
	font-size: 11px;
	font-weight: normal;
}
.watch_list_player .lContent {
	border: solid 1px #DBDBDB;
	padding: 5px 5px 5px 5px;
}
.now_watched .lContNoSide, .other_videos .lContNoSide, .related_videos .lContNoSide, .chID271 .lContNoSide {
	border: solid 1px #DBDBDB;
}
.now_watched .lContNoSide, .other_videos .lContNoSide, .related_videos .lContNoSide {
	padding: 0 5px 0 5px;
}
.watch_list_player, .now_watched, .other_videos, .related_videos, .chID271 {
	border: 0px none;
}
.watch_list_player .globalHd, .now_watched .globalHd, .other_videos .globalHd, .related_videos .globalHd, .chID271 .lHead {
	color: #333333;
	background: url(http://is3.myvideo.de/bilder/images/s_trans.gif) no-repeat center right;
}
.watch_list_player .wLOpen, .other_videos .wLOpen, .related_videos .wLOpen, .now_watched .wLOpen {
	background: url(http://is2.myvideo.de/bilder/images/mb_header_grey_close3.gif) no-repeat center left;
}
.watch_list_player .wLClose, .other_videos .wLClose, .related_videos .wLClose, .now_watched .wLClose {
	background: url(http://is3.myvideo.de/bilder/images/mb_header_grey_open3.gif) no-repeat center left;
}
.watch_list_player .shAll, .now_watched .shAll, .other_videos .shAll, .related_videos .shAll {
	position: absolute;
	margin: -30px 0 0 120px;
	width: 74px;
}
.pRightBox .fInput, .pRightBox .sel, .pRightBox .cInput {
	width: 180px;
}
#video_edit_box .fInput {
	width: 412px;
}
.pHalfBox .cInput, .qLeftBox .cInput {
	width: 280px;
}
.pRightBox .btnMiddle, .facebook_header .btnMiddle {
	padding: 0 0 5px 0;
}
.pRightBox .lContent .lContent {
	padding: 0;
}
div.pFormBox {
	overflow: hidden;
	padding: 5px 10px 5px 10px;
}
.groupblock {
	font-weight: bold;
	list-style-type: none;
	font-size: 9px;
	margin: 0 5px 5px 0px;
}
#video_groupi .sNowrap {
	white-space: normal;
}
.v_video_relay, .v_video_buy, .v_video_notify, .v_video_favorite, .v_video_blog, .v_video_member, .v_video_playlist, .v_video_group, .v_video_myspace, .v_video_lokalisten, .v_video_facebook, .v_video_addthiscom, .v_winner, .v_video_twitter, .v_video_bebo, .v_video_studivz, .v_more_action, .v_less_action, .v_video_fblike {
	float: left;
	display: block;
	height: 20px;
	width: 100px;
	white-space: nowrap;
	text-indent: 20px;
	padding: 9px 5px;
	text-align: left;
	margin: 0;
}
.v_video_notify, .v_video_favorite, .v_video_blog, .v_video_member, .v_video_playlist, .v_video_group, .v_video_myspace, .v_video_lokalisten, .v_video_facebook, .v_video_addthiscom, .v_video_twitter, .v_video_bebo, .v_video_studivz {
	background: url(http://is5.myvideo.de/bilder/images/mb_video_actions7.png) no-repeat top left;
}
.v_video_buy, .v_video_relay, .v_video_fblike {
	float: right;
	text-indent: 0;
	padding: 0 10px 0 0;
}
.v_video_relay {
	padding: 2px 24px 0 0;
}
.v_video_buy {
	margin: 8px 0 0 0;
}
.v_video_buy .btnMiddle, .vPlCount .btnMiddle {
	width: 110px;
	padding: 0 5px 0 5px;
}
.v_social_link {
	margin: 0 9px 3px 9px;
	border-top: 1px dotted #CECECE;
}
.v_video_blog, .v_video_myspace, .v_video_lokalisten, .v_video_facebook, .v_video_addthiscom, .v_video_twitter, .v_video_bebo, .v_video_studivz {
	height: 15px;
	width: 15px;
	overflow: hidden;
}
.v_video_actions {
	float: left;
	padding: 5px 10px 0 0;
}
.v_video_notify {
	background-position: 0 -360px;
}
.v_video_favorite {
	background-position: 0 -160px;
}
.v_video_blog {
	background-position: 0 -865px;
}
.v_video_member {
	background-position: 0 -1160px;
}
.v_video_group {
	background-position: 0 -60px;
}
.v_video_playlist {
	background-position: 0 -260px;
}
.v_video_myspace {
	background-position: 0 -465px;
}
.v_video_lokalisten {
	background-position: 0 -566px;
}
.v_video_facebook {
	background-position: 0 -765px;
}
.v_video_addthiscom {
	background-position: 0 -1065px;
}
.v_video_twitter {
	background-position: 0 -665px;
}
.v_video_bebo {
	background-position: 0 -965px;
}
.v_video_studivz {
	background-position: 0 -1275px;
}
.v_winner {
	color: #333333;
	background: url(http://is1.myvideo.de/bilder/images/mb_winner.png) no-repeat center left;
}
.v_winner_bg {
	margin: 0 5px 5px 0;
	padding: 5px;
	background: url(http://is2.myvideo.de/bilder/images/mb_bg_winner.gif) repeat-x bottom left;
}
.v_winner_bg .pPrThumb {
	margin: 0;
}
.v_winner_bg .pListThumb {
	margin: auto;
}
.v_winner_bg .v_winner {
	margin: 0 0 0 40px;
}
/* video list links */
.vl_delete, .vl_edit, .vl_locked, .vl_add2group {
	float: left;
	display: block;
	width: 90px;
	white-space: nowrap;
	padding: 2px 0px 2px 20px;
	text-align: left;
	margin: 0;
}
.vl_delete {
	background: url(http://is3.myvideo.de/bilder/images/mb_delete_video.png) no-repeat center left;
}
.vl_edit {
	background: url(http://is4.myvideo.de/bilder/images/mb_edit_video.png) no-repeat center left;
}
.vl_locked {
	background: url(http://is5.myvideo.de/bilder/images/mb_video_locked2.png) no-repeat top left;
}
.vl_add2goup {
	background: url(http://is1.myvideo.de/bilder/images/mb_video2group.png) no-repeat top left;
}
/* member list and group list links */
.ml_accept_invitation, .ml_unaccept_invitation, .ml_unignore_user, .gl_accept_invitation, .gl_unaccept_invitation {
	float: left;
	display: block;
	width: 90px;
	white-space: nowrap;
	padding: 2px 0px 2px 20px;
	text-align: left;
	margin: 0;
}
.ml_accept_invitation, .gl_accept_invitation {
	background: url(http://is2.myvideo.de/bilder/images/mb_accept_invitation.png) no-repeat center left;
}
.ml_unaccept_invitation, .gl_unaccept_invitation {
	background: url(http://is3.myvideo.de/bilder/images/mb_unaccept_invitation.png) no-repeat center left;
}
.ml_unignore_user {
	background: url(http://is4.myvideo.de/bilder/images/mb_unignore_user.png) no-repeat center left;
}
/* Profile links */
.p_my_profile, .p_edit_user_image, .p_edit_user_mail, .p_edit_user_interest, .p_edit_user_messaging, .p_edit_user_login, .p_invite_people, .p_member_add_friend, .p_accept_friends, .p_my_ignore_list, .p_member_add_to_ignore_list, .p_my_blogs, .p_member_notify, .p_member_mail, .p_video_member, .p_member2group, .p_group_notify {
	float: left;
	display: block;
	width: 90px;
	white-space: nowrap;
	text-indent: 20px;
	text-align: left;
	margin: 0 0 0 10px;
}
/* group links */
.g_group_add_members, .g_group_uploads, .g_noEmailNotification, .g_emailNotification, .g_group_edit, .g_group_unsubscribe {
	float: left;
	display: block;
	width: 90px;
	white-space: nowrap;
	text-indent: 20px;
	text-align: left;
	margin: 0 0 3px 0;
}
.p_my_profile, .g_group_edit {
	background: url(http://is2.myvideo.de/bilder/images/mb_my_profile.png) no-repeat center left;
}
.p_edit_user_image {
	background: url(http://is3.myvideo.de/bilder/images/mb_edit_user_image.png) no-repeat center left;
}
.p_edit_user_mail {
	background: url(http://is4.myvideo.de/bilder/images/mb_edit_user_mail.png) no-repeat center left;
}
.p_edit_user_interest {
	background: url(http://is5.myvideo.de/bilder/images/mb_edit_user_interest.png) no-repeat center left;
}
.p_edit_user_messaging {
	background: url(http://is1.myvideo.de/bilder/images/mb_edit_user_messaging.png) no-repeat center left;
}
.p_edit_user_login {
	background: url(http://is2.myvideo.de/bilder/images/mb_edit_user_login.png) no-repeat center left;
}
.p_invite_people, .p_member_add_friend, .g_group_add_members {
	background: url(http://is3.myvideo.de/bilder/images/mb_invite_people.png) no-repeat center left;
}
.p_accept_friends {
	background: url(http://is4.myvideo.de/bilder/images/mb_accept_friends.png) no-repeat center left;
}
.p_my_ignore_list, .p_member_add_to_ignore_list {
	background: url(http://is5.myvideo.de/bilder/images/mb_my_ignore_list.png) no-repeat center left;
}
.p_my_blogs {
	background: url(http://is1.myvideo.de/bilder/images/mb_my_blogs.png) no-repeat center left;
}
.p_member_notify, .p_group_notify {
	background: url(http://is2.myvideo.de/bilder/images/mb_member_notify.png) no-repeat center left;
}
.p_member_mail {
	background: url(http://is3.myvideo.de/bilder/images/mb_member_mail.png) no-repeat center left;
}
.p_video_member {
	background: url(http://is4.myvideo.de/bilder/images/mb_video_member.png) no-repeat center left;
}
.p_member2group {
	background: url(http://is5.myvideo.de/bilder/images/mb_member2group.png) no-repeat center left;
}
.g_group_uploads {
	background: url(http://is1.myvideo.de/bilder/images/mb_group_uploads2.png) no-repeat center left;
}
.g_noEmailNotification {
	background: url(http://is2.myvideo.de/bilder/images/mb_noEmailNotification2.png) no-repeat center left;
}
.g_emailNotification {
	background: url(http://is3.myvideo.de/bilder/images/mb_emailNotification.png) no-repeat center left;
}
.g_group_unsubscribe {
	background: url(http://is4.myvideo.de/bilder/images/mb_group_unsubscribe2.png) no-repeat center left;
}
.notifySpam {
	float: right;
	margin-bottom: 5px;
}
.commentInfoBox {
	float: left;
}
#mv_comment_box_container .fInput {
	width: 280px;
}
a.comments_active {
	color: #c3c3c3;
}
a.comments_inactive {
}
.cReload {
	margin: 15px 5px 15px 5px;
	display: block;
	height: 30px;
	width: 25px;
	background: url(http://is3.myvideo.de/bilder/images/m_reload.gif) no-repeat center left;
}
.vHalf, .vWhite, .vBlack {
	float: left;
	display: block;
	height: 16px;
	width: 17px;
	background: url(http://is5.myvideo.de/bilder/images/mb_star_big_half_0.png) no-repeat top left;
}
.vWhite {
	background: url(http://is1.myvideo.de/bilder/images/mb_star_big_white_0.png) no-repeat top left;
}
.vBlack {
	background: url(http://is2.myvideo.de/bilder/images/mb_star_big_red_0.png) no-repeat top left;
}
.vVote {
	font-weight: bold;
	float: left;
	line-height: 20px;
}
.vText, .vMeta {
	padding: 0 30px 0 0;
	float: left;
	line-height: 20px;
}
.vPlCount {
	margin: 10px 18px 0 10px;
	height: 22px;
}
.vVideoActions {
	margin: 0 18px 0 10px;
}
.vText {
	padding: 0 30px 0 30px;
	float: left;
}
.shAll {
	padding: 0 10px 0 0;
}
/* watch list */
.wLList {
	position: relative;
	padding: 2px 0 2px 0;
	width: 190px;
	height: 181px;
	overflow: auto;
}
.wLListLeft {
	width: 15px;
}
* html .wLListLeft {
	width: 20px;
}
*+html .wLListLeft {
	width: 20px;
}
.wLaddMovie {
	width: 25px;
}
.wLListBox, .wLListBoxActive {
	width: 160px;
}
.wLListBoxActive {
	background-color: #eff1f1;
}
/* playlists */
.dragList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.dragList li {
	margin: 0 3px 5px 0;
	padding: 0px;
	float: left;
	width: 144px;
}
.pLDrag {
	color: #666666;
	font-weight: bold;
	cursor: move;
	height: 13px;
	width: 117px;
	display: block;
	float: left;
	margin: 0 0 0 3px;
	background: url(http://is3.myvideo.de/bilder/images/m_drag.gif) no-repeat center center;
}
.pLTrash {
	height: 13px;
	width: 13px;
	display: block;
	float: left;
	background: url(http://is4.myvideo.de/bilder/images/m_trash.gif) no-repeat center right;
}
.plHead {
	width: 142px;
	border: solid 1px #DBDBDB;
	border-bottom: 0px;
}
/* charts */
.getNavigCateg {
	float: left;
	display: inline;
}
.chartTop {
	font-weight: bold;
	font-size: 14px;
}
.chartPosition {
	margin: 0 5px 0 8px;
}
.chartTopFirst {
	color: #FF6600;
}
.pChThumb {
	position: relative;
	width: 198px;
	height: 111px;
	overflow: hidden;
}
div.pCaThumb {
	margin: 0 5px 7px 0;
	width: 144px;
	height: 80px;
}
.pCaThumb img {
	position: absolute;
	top: -14px;
	width: 144px;
	height: 108px;
}
div.pPrThumb {
	margin: 0 5px 7px 0;
	width: 185px;
	height: 104px;
	background: url(http://is5.myvideo.de/bilder/images/mb_no_channel2.gif) no-repeat center right;
}
.pPrImg {
	position: absolute;
	top: -17px;
	width: 180px;
	height: 135px;
}
.pPrThumb img, .pPrTitle, .pPrText {
	width: 185px;
}
.pPrThumb img {
	height: 104px;
}
.pOneText .pChThumb img, .pNewsText .pChThumb img {
	position: absolute;
	top: -17px;
	width: 198px;
	height: 146px;
}
.pThirdText .pChThumb {
	padding: 5px 0 0 0;
	width: 100px;
	height: 75px;
}
.pThirdText .pChThumb img {
	width: 100px;
	height: 75px;
}
.pChTitle, .pPrTitle, .pCaTitle, .lgtTitle {
	font-weight: bold;
}
.lgtTitle {
	overflow: hidden;
	height: 46px;
	font-size: 13px;
}
.lgtText, .lgtLink {
	overflow: hidden;
	font-size: 13px;
}
.lgtText {
	height: 106px;
}
.lgtButton {
	float: right;
}
.lgtButton .btnMiddle {
	padding: 0 3px 0 10px;
}
.pChText {
	overflow: hidden;
	height: 58px;
}
.pLkText {
	overflow: hidden;
	height: 14px;
	width: 240px;
}
.pCaText, .pCaTitle {
	width: 144px;
}
.pCaText, .pPrText {
	overflow: hidden;
	height: 30px;
}
.pCaTitle, .pChTitle {
	height: 15px;
	overflow: hidden;
}
.pChTitle, .pChThumb, .pChText, .pCaThumb, .pCaTitle, .pCaMeta, .pPrText, .pLkText {
	margin: 0 0 5px 0;
}
.ratingBox {
	padding: 0 0 13px 0;
}
.chID16 .ratingBox, .chID402 .ratingBox, .chID12 .ratingBox {
	display: none;
}
/* help */
a.help_topic, a.help_topic:link, a.help_topic:visited, a.help_topic:hover, a.help_topic:focus, a.help_topic:active, a.help_topic_active {
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0 6px 3px 0;
	display: block;
	height: 15px;
	background: url(http://is5.myvideo.de/bilder/images/m_close2.gif) no-repeat 2px 0px;
}
a.help_topic:hover, a.help_topic_active {
	background: url(http://is1.myvideo.de/bilder/images/m_open_hover.gif) no-repeat 2px 0px;
}
li.help_quest, li.help_quest_active {
	color: #336699;
	margin: 0 0 0 20px;
}
li.help_quest_active, a.help_quest:hover, a.help_quest_active {
	color: #ff6600;
}
.topic_headline {
	margin: 15px 0px 3px 0px;
	font-size: 18px;
}
.help_cont {
	text-align: justify;
	margin: 0 0 0 7px;
}
.helpActive {
	border: 1px solid #ff6600;
	padding: 20px;
}
/* musik navi */
.tABmusic, .tABmusic:link, .tABmusic:hover, .tABmusic:active, .tABmusic:focus, .tABmusic:visited {
	float: left;
	display: block;
	width: 153px;
	height: 33px;
	line-height: 33px;
	white-space: nowrap;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
}
.tABmusic_rock {
	background: url(http://is2.myvideo.de/bilder/images/mb_rock_tab2.gif) no-repeat bottom left;
}
.tABmusic_rock:hover, .tABmusic_rock_hover {
	background: url(http://is3.myvideo.de/bilder/images/mb_rock_tab_hover2.gif) no-repeat bottom left;
}
.tABmusic_pop {
	background: url(http://is4.myvideo.de/bilder/images/mb_pop_tab2.gif) no-repeat bottom left;
}
.tABmusic_pop:hover, .tABmusic_pop_hover {
	background: url(http://is5.myvideo.de/bilder/images/mb_pop_tab_hover2.gif) no-repeat bottom left;
}
.tABmusic_rap {
	background: url(http://is1.myvideo.de/bilder/images/mb_rap_tab2.gif) no-repeat bottom left;
}
.tABmusic_rap:hover, .tABmusic_rap_hover {
	background: url(http://is2.myvideo.de/bilder/images/mb_rap_tab_hover2.gif) no-repeat bottom left;
}
.tABmusic_diverse {
	width: 154px;
	background: url(http://is3.myvideo.de/bilder/images/mb_diverse_tab2.gif) no-repeat bottom left;
}
.tABmusic_diverse:hover, .tABmusic_diverse_hover {
	background: url(http://is4.myvideo.de/bilder/images/mb_diverse_tab_hover2.gif) no-repeat bottom left;
}
.pLetters, .pLettersActive {
	font-weight: bold;
	font-size:12px;
}
.pLettersActive {
	color: #ff6600;
}
.artistLetter {
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
/* channels */
.memberListNavi {
	width: 840px;
}
.uBNavi {
	margin: 0 10px 0 10px;
	float: left;
}
.uBNavi a {
	font-weight: bold;
}
/* playlist search */
.pVLItem {
	height: 100px;
	margin: 5px 0 0 2px;
	border-bottom: 1px dotted #cfcfcf;
	padding: 3px 0 0 0;
	position: relative;
	overflow: hidden;
}
.pVLMetaInfo {
	position: absolute;
	top: 10px;
	left: 305px;
}
.pVLItemContentL {
	width: 150px;
	margin: 0 0 0 5px;
}
* html .pVLItemContentL {
	width: 145px;
}
*+html .pVLItemContentL {
	width: 145px;
}
.pVLItemContentR {
	margin: 10px 0 0 0;
}
.pVLPicBoxSmall {
	margin: 15px 0 0 5px;
}
.pVLMeta1 {
	width: 65px;
}
.pVLMeta2 {
	width: 120px;
}
.pVLDesc, .pVLTitle {
	height: 30px;
	width: 120px;
	overflow: hidden;
}
.pVLTitle {
	height: 15px;
}
/* login */
.forgot_password .loginLeftWidth, .login_user .loginLeftWidth {
	width: 145px;
}
#create_user_box {
	width: 495px;
}
.create_user_header {
	line-height: 23px;
	font-size: 20px;
	color: #FF6600;
}
#login_user_box, #create_user_tip, #forgot_password_box {
	width: 325px;
}
.create_user div.formHead {
	font-size: 14px;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.forgot_password div.formHead {
	margin: 10px 0 10px 0;
}
.create_user_tip li {
	margin: 0 0 20px 0;
	font-size: 13px;
	list-style-image: url(http://is5.myvideo.de/bilder/images/list_point_orange.gif);
}
.create_user_tip ul {
	margin: 0 0 0 20px;
}
#forgot_password_box {
	display: none;
}
#user_suggest_img {
	float:left;
	width:18px;
	height: 18px;
}
#userName {
	margin-right: 5px;
	float:left;
}
.user_suggest_grey {
	background: url(http://is1.myvideo.de/bilder/images/user_suggest_grey.gif) no-repeat;
}
.user_suggest_red {
	background: url(http://is2.myvideo.de/bilder/images/user_suggest_red.gif) no-repeat;
}
.user_suggest_green {
	background: url(http://is3.myvideo.de/bilder/images/user_suggest_green.gif) no-repeat;
}
.facebook_header {
	background: #eceff5 url(#) no-repeat top left;
}
.facebook_header img {
	margin: 0 10px;
}
/* upload */
iframe.upload {
	width: 850px;
	height: 50px;
	border: 0 none;
	display: none;
}
.bar, .uploadBarBg {
	text-align: left;
	width: 493px;
	height: 17px;
	background: url(http://is4.myvideo.de/bilder/images/m_progress_green.gif) repeat-x left;
}
.uploadBarBg {
	background: url(http://is5.myvideo.de/bilder/images/m_progress_grey.gif) repeat-x left;
}
.uploadVideo {
	width: 155px;
}
.video_upload_finish {
	width: 355px;
}
.video_extra {
	width: 465px;
}
/* admin */
.adminMarker {
	background-color: #EED2EE;
}
.linkMarker {
	background-color: #CCFFCC;
}
.copyMarker {
	background-color: #FFC869;
}
/* LightBox */
.LightBox {
	display: none;
}
.LightBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #707070;
	z-index: 200002;
}
*+html .LightBG {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 filter: alpha(opacity=50);
}
.LightCon {
	position: absolute;
	z-index: 200003;
	border: outset 3px #DBDBDB;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF url(http://is4.myvideo.de/bilder/images/mb_bg_content200.gif) repeat-x bottom left;
}
.LightCon .vAClose {
	margin: 0 0 5px 0;
}
.LightTitle {
	font-weight: bold;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
}
.lMusikTipp {
	background: #000000;
	border: 0 none;
	color: #ffffff;
	width: 832px;
}
.lMusikTipp .ico {
	margin: 0 0 5px 0;
}
.lMusikTipp a {
	color: #ffffff;
}
#tippNextText a {
	color: #FF6600;
	font-weight: bold;
	font-size: 14px;
}
.lMusikTipp .lContent {
	background: #000000;
	border: 0 none;
}
.lMusikTipp .lContent .ico,
.lMusikTipp .lContent td br,
.lMusikTipp .lContent td.sSmaller {
	display: none;
}
.lNoOpac {
	opacity: 1;
}
*+html .lNoOpac {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 filter: alpha(opacity=100);
}
.tippCont {
	position: relative;
}
.tippBlurb {
	background: #000000;
	opacity: .5;
	position: absolute;
	left: 0;
	width: 662px;
	height: 60px;
}
*+html .tippBlurb {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	 filter: alpha(opacity=50);
}
#tippData {
	bottom: 19px;
	height: 60px;
}
#tippNext {
	top: 0;
	height: 339px;
}
.tippBlurbText {
	color: #ffffff;
	position: absolute;
	width: 662px;
	height: 50px;
	left: 0;
	padding: 0;
	overflow: hidden;
}
#tippNextText {
	top: 225px;
	text-align: center;
}
#tippDataText {
	bottom: 30px;
}
.tippBlurbBuy {
	position: absolute;
	top: 5px;
	right: 5px;
}
.tippBlurbHead {
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0 5px 10px;
}
.tippBlurbDesc {
	font-size: 14px;
	padding: 0 0 0 10px;
}
/* 60 seconds:
.timeBar {
	background: #ffffff;
	width: 30px;
	height: 5px;
	margin: 0 3px 2px 5px;
}*/
/* 30 seconds: */
.timeBar {
	background: #ffffff;
	width: 30px;
	height: 9px;
	margin: 0 3px 5px 5px;
}
.timeDigit {
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0 0 0;
}
.tippLink {
	width: 100px;
	margin: 3px 3px 0 5px;
}
.tippNew {
	width: 250px;
	margin: 3px 0 0 0;
}
/* User Status */
.userStatus, .userOnline {
	width: 8px;
	height: 12px;
	margin: 0 0 0 2px;
}
.userStatus:hover, .userStatus:active, .userStatus:focus, .userOnline:hover, .userOnline:active, .userOnline:focus  {
	text-decoration: none;
}
.userOnline {
	background: url(http://is1.myvideo.de/bilder/images/mb_user_online_status.png) no-repeat center left;
}
/* Facebook Connect Button */
.fb_btn {
	background: #29447e url(http://is3.myvideo.de/bilder/images/fb_connect_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 0px 0px 1px;
	text-decoration: none;
	outline: none;
	margin: 3px 0 0 0;
}
.login_user .fb_btn {
	margin: 0 5px 0 0;
}
.fb_btn .fb_txt {
	background: #5f78ab url(http://is3.myvideo.de/bilder/images/fb_connect_sprite.png);
	border-top: solid 1px #879ac0;
	border-bottom: solid 1px #1a356e;
	color: white;
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	padding: 2px 6px 4px;
	margin: 1px 1px 0px 0px;
	text-shadow: none;
}
a.fb_btn, .fb_btn {
	text-decoration: none;
}
a.fb_btn:active .fb_txt, .fb_btn:active .fb_txt {
	border-bottom: solid 1px #29447e;
	border-top: solid 1px #45619d;
	background: #4f6aa3;
	text-shadow: none;
}
.fb_btn  {
	background-position: left -188px;
	font-size: 11px;
	line-height: 14px;
	height: 22px;
	/*width: 22px;*/
}
.fb_btn .fb_txt {
	padding: 2px 0px 3px 0px;
	margin-left: 21px;
}
a.fb_btn:active  {
	background-position: left -210px;
}
#fb_comments {
	background: #EDEFF4;
}
a.comments_active:link, a.comments_active:visited {
	color: #ff6600;
	outline: none;
}
/* specials and channels */
.lkddfTn .subDown {
	margin: 1px 0 0 0;
}
td.lkddfTn, td.lkddfTn:hover, td.lkddfTnActive, td.lkddfTnActive:hover {
	margin: 0;
	padding: 0;
	background: url(http://is2.myvideo.de/bilder/images/navi_btn_gntm.jpg) no-repeat bottom left;
	width: 105px;
}
.imageUpload {
	height: 120px;
	width: 270px;
}
div.mb_ticker_container {
	background: none url(http://is2.myvideo.de/bilder/images/s_trans.gif) no-repeat;
	border: 1px solid black;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 26px;
	background: #ffffff;
	padding-top: 5px;
}
div.mb_ticker_content {
	background: none url(http://is2.myvideo.de/bilder/images/s_trans.gif) no-repeat;
	position: relative;
	display: inline;
	left: 150px;
}
div.mb_ticker_content a {
	color: #000000;
}
div.mb_ticker_content a.orange {
	color: #f79833;
}

/* CONDUIT-TOOLBAR-STYLES*/
.conduit_img{border:none;}
.conduit_a{color:#4466FF;text-decoration:none;}
.conduit_Box{width:815px;font-family:Arial;font-size: 14px;line-height: 1.2em;padding:0px 20px;}
.conduit_DL {background:transparent url('http://is3.myvideo.de/bilder/images/conduit/toolbar_bg2.jpg') no-repeat left top;padding:130px 20px 0px 20px;}
.conduit_Table {width:100%;}
.conduit_dlbutton{vertical-align:top;padding-top:10px;}
.conduit_req{color:#888888;font-size:11px;margin-left:40px;line-height:1.5em;}
.conduit_req_no{color:#FF6600;font-size:11px;font-weight:bold;margin-left:40px;line-height:1.5em;}
.conduit_add{height:22px;width:45px;background:transparent url('http://is4.myvideo.de/bilder/images/conduit/toolbar_plus.gif') no-repeat 10px center;}
.conduit_args{height:40px;}
.conduit_bold{font-size: 18px;font-weight: bold;}
.conduit_partner{margin-top:30px;height:40px;width:100%;text-align:center;}
.conduit_linkBarItemSelected{font-weight:bold;}
.conduit_linkBarItem{display:block;padding:0px 10px;}
.conduit_condLink{font-size:12px;padding:5px 0px;text-align:center;}
.conduit_privacy{float:right;width:70px;padding-left:20px;margin-bottom:10px;font-size:12px;background:transparent url('http://is1.myvideo.de/bilder/images/conduit/toolbar_datenschutz.gif') no-repeat left center;}
/* MyVideo TV */
#myvideotv_navi {
	background: url(http://is1.myvideo.de/bilder/images/mb_myvideotv_navi_bg2.png) no-repeat center;
	position: absolute;
	bottom: 0;
	display: block;
	width: 718px;
	height: 21px;
	left: 50%;
	margin: 0 0 0 -359px;
}
#myvideotv_navi .menuitem {
	text-align: center;
	width: 160px;
	height: 20px;
}
#myvideotv_navi .firstitem {
	margin-left: 40px;
}
#myvideotv_tweed a, #myvideotv_navi a {
	color: #7c7c7c;
}
#myvideotv_tweed a:hover, #myvideotv_navi a:hover {
	color: #09c200;
}
#myvideotv_navi a.menulink {
	background: url(http://is1.myvideo.de/bilder/images/mb_myvideotv_arrow_up_green2.png) no-repeat right center;
	padding: 0 20px 0 0;
	color: #dddddd;
	font-family: sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	text-decoration: none;
}
#myvideotv_navi .menuitem:hover a.menulink {
	background: url(http://is1.myvideo.de/bilder/images/mb_myvideotv_arrow_up_grey.png) no-repeat right center;
}
.myvideotv_info {
	background: url(http://is1.myvideo.de/bilder/images/mb_myvideotv_info_bg.png) no-repeat top center;
	position: absolute;
	width: 648px;
	height: 79px;
	bottom: 20px;
	left: 50%;
	margin: 0 0 0 -324px;
	font-family: sans-serif;
	font-size: 12px;
	color: #ffffff;
	overflow: hidden;
	z-index: 100;
}
#myvideotv_videoinfo, #myvideotv_about {
	height: 129px;
}
.myvideotv_info .info_head {
	font-weight: bold;
	margin: 10px 0 0 10px;
	text-align: left;
}
#myvideotv_videoinfo .info_head {
	font-size: 16px;
}
.myvideotv_info .info_desc {
	color: #7c7c7c;
	margin: 5px 0 0 10px;
	text-align: left;
}
.myvideotv_follow {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_inputfield.png) no-repeat center;
	color: #7c7c7c;
	width: 129px;
	height: 31px;
	padding: 2px 10px 0 10px;
	margin: 8px 0 0 0;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}
.myvideotv_follow a {
	width: 15px;
	height: 15px;
	overflow: hidden;
}
#myvideotv_login #login_username, #myvideotv_login #login_password {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_inputfield.png) no-repeat center;
	border: medium none;
	color: #7c7c7c;
	width: 129px;
	height: 31px;
	padding: 0 10px;
}
#myvideotv_login input.btn {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_btn_login2.png) no-repeat center;
	border: 0 none;
	width: 64px;
	height: 23px;
}
#myvideotv_player {
	position: absolute;
	display: block;
	width: 860px;
	height: 483px;
	top: 30%;
	left: 50%;
	margin: -144px 0 0 -430px;
}
.myvideotv_logo {
	position: absolute;
	display: block;
	width: 93px;
	height: 90px;
	top: 30%;
	left: 50%;
	margin: -204px 0 0 460px;
}
#myvideotv_tweed {
	position: absolute;
	width: 648px;
	height: 74px;
	bottom: 23px;
	left: 50%;
	margin: 0 0 0 -324px;
}
#myvideotv_tweed_left {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_twitter_left2.png) no-repeat left center;
	width: 6px;
	height: 74px;
}
#myvideotv_tweed_right {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_twitter_right3.png) no-repeat right center;
	width: 28px;
	height: 74px;
}
#myvideotv_tweed_center {
	background: transparent url(http://is1.myvideo.de/bilder/images/mb_myvideotv_twitter_bg.png) repeat-x center;
	width: 614px;
	height: 74px;
	overflow:hidden;
	padding: 0;
}
#myvideotv_tweed .tweet_pic {
	width: 48px;
	height: 48px;
	vertical-align: top;
	margin: 13px 6px;
}
#myvideotv_tweed .tweet_wrapper {
	height: 40px;
	overflow: hidden;
	margin: 13px 0;
	font-size: 12px;
}
#myvideotv_tweed .tweet_text {
	overflow: hidden;
	color: #ffffff;
}
#myvideotv_tweed .tweet_btn {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
}
#myvideotv_tweed #tweet_close {
	top: 0;
	right: 0;
}
#myvideotv_tweed #tweet_up {
	top: 18px;
	right: 8px;
}
#myvideotv_tweed #tweet_down {
	top: 36px;
	right: 9px;
}
img.SL_Thumb, span.SL_Thumb {
	cursor: pointer;
}
div.searchTitleBox, h1#searchTitle {
	display: inline;
}
.flags td {
	text-align: center;
	padding: 0px 3px;
 }
.flags  td .flag {
	margin: 0px auto;
	float: none;
	width: 15px;
}