/* tooltips-box */

div.tooltips-box {
	zoom:					1;
	position: 				absolute;
	overflow:				hidden;
	font-size: 				12px;
	z-index: 				10000;
	width: 					250px;
	height: 				75px;
	background-color: 		none;
	background:				url(/images/bg-tooltip-slider.png) center no-repeat;
	_background:			url(/images/bg-tooltip-slider.gif) center no-repeat;
/*	behavior: 				url(/iepngfix.htc);
	_behavior: 				;*/
}

div.tooltips-box-content { 
	margin:               	3px 0 0 4px;
}


/* tooltip slider */
/*
div.tooltips-box-content-left { 
    float: 					left;
	font-size:				12px; 
	margin-right: 			3px;
}

div.tooltips-box-top div { 
	min-height: 			7px;
	_height:				7px;
	font-size: 				1px;
	background: 			url('/images/tooltips-tl.png') no-repeat top left; 
}

div.tooltips-box-top { 
	min-height: 			7px;
	_height:				7px;
	font-size: 				1px;
	background: 			url('/images/tooltips-tr.gif') no-repeat top right; 
}

div.tooltips-box-bot div { 
	min-height: 			7px;
	_height:				7px;
	font-size: 				1px;
	background: 			url('/images/tooltips-bl.gif') no-repeat bottom left; 
}

div.tooltips-box-bot {
	min-height: 			7px; 
	font-size: 				1px;
	background: 			url('/images/tooltips-br.gif') no-repeat bottom right;
	clear: 					both;
	border-bottom: 1px solid #636363;
	maring: 0 8px;
}



div.tooltips-box-content-right { 
    color: 					#000;
	float: 					left;
	text-align: 			center;
	margin-top: 			3px;
    background:				url(/images/slider/marks.gif) center no-repeat;
	width: 					45px;
	height: 				48px;
	font-size:  			10px;
	line-height: 			26px;
}

table#programlisting .b div.tooltips-box-content-right {
	margin-top: 			0px;
	text-align: 			center;
    background:				url(/images/slider/marks-small.gif) center no-repeat;
	height: 				28px;
}

table#programlisting .recommendation div.tooltips-box-content-right {
	text-align: 			center;
	margin-left: 25%;
}

p#tooltips-txt {
	margin-left: 			9px;
}

body#tvguide p.tooltips-mark-txt {
	position: 				absolute;
	left: 					265px;
	font-size: 				10px;
	padding-top: 			8px;
	margin: 0;
}

body#myselection p.tooltips-mark-txt {
	position: 				absolute;
	left: 					275px;
	font-size: 				10px;
	padding-top: 			8px;
}

.tooltips-txt-dynamic {
	font-weight:			bold;
}*/