.tip {
	position: absolute;
	z-index: 1200;
	visibility: visible;
	background-color: #fff;
	bottom: 0pt;
	left: 0px;
	font-size: 12px;
}
.tip .toolbar {
	position: relative;
	display: block;
	}
.tip .toolbar .title {
	display: block;
	position: relative;
	}
.tip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../images/close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.tip .toolbar a.close:hover { background: transparent url(../images/close_hover.gif); }


/* Tooltip styles */

.tipContent { width: 300px; border: 3px solid #999999; background-color: #FFF; }
.tipContent .toolbar { background: #96b8e2 url(../images/classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff; width: 300px;}
.tipContent .toolbar a.close:hover { background: url(../images/close_hover_red.gif);}
.tipContent .title { padding: 5px; }

/* tip-box */

#main-right div.box-video div.scrollable {
	color: #333333;
}

#scroll-listmania {
	height: 134px;
	width: 244px;
	color: #666666;
	margin: 0;
	padding: 5px;
	border-right-style: none;
}

.wrap {
	background: transparent url(../images/ep-scrollbar-track-bottom.png) no-repeat left bottom;
	border-bottom: 1px solid #D3D3D4;
	border-right: 1px solid #D3D3D4;
	border-top: 1px solid #D3D3D4;
	float: left;
	height: 144px;
	padding: 0;
	margin: 0;
	width: 15px;
}

.track-top {
	background: transparent url(../images/ep-scrollbar-track-top.png) no-repeat left top;
	height: 15px;
	position: absolute;
	width: 15px;
	margin: 0;
	padding: 0;
}

.handle {
	margin: 0;
	padding: 0;
	height: 50px;
	width: 15px;
}

#track-listmania {
	margin: 0;
	padding: 0;
	height: 144px;
}

#tip #tip-box .tipContent #areacontent {
	color: #444;
}

#tip #tip-box .tipContent #areacontent .favorites {
	color: #666666;
	line-height: 1.25em;
	background: none;
	float: none;
	margin: 0;
	padding: 0 0 4px 0;
	width: auto;
}

#tip #tip-box .tipContent h3 {
	font-size: 1em;
	color: #093B48;
}

#tip #tip-box .tipContent #areacontent {
	padding: 14px;
}

#tip #tip-box .tipContent #emptylist {
	border: 1px solid #CCC;
}

#tip #tip-box .tipContent #emptylist #msg {
	border: 1px solid #FFCCCC;
	color: #EE0000;
	/*background-color: #FFDDDD;*/
	padding: 4px 0 4px 0;
	font-weight: bold;
	font-size: .95em;
	text-align: center;
	margin: 4px;
}

#tip #tip-box .tipContent #emptylist .list-help {
	padding: 0 12px 12px 12px;
}

#tip #tip-box .tipContent #emptylist .list-help ul {
	list-style-image: none;
	list-style-position: outside;
	padding-left: 1em;
}

#tip #tip-box .tipContent #emptylist .list-help li {
	color:#656B6F;
	font-size:.95em;
	margin-top:5px;
}

#tip #tip-box .tipContent #emptylist .list-help li .title {
	padding: 0;
	font-weight: bold;
}

#tip #tip-box .tipContent #message-tip {
	text-align: center;
	font-weight: bold;
	font-size: .95em;
	margin: 4px;
}

#tip #tip-box .tipContent #message-tip .msg_ok {
	border: 1px solid #9FA94B;
	color: #929A45;
	padding: 4px 0 4px 0;
}

#tip #tip-box .tipContent #message-tip .msg_notok {
	border: 1px solid #FFCCCC;
	color: #EE0000;
	padding: 4px 0 4px 0;
}

#tip #btnTip {
	padding-bottom: 4px;
	text-align: center;
}

#tip #btnTip a {
	padding-right: 4px;
}

#tip .newlistmania {
	padding-top: 6px;
	font-weight: bold;
	font-size: .95em;
}

#tip #newlistform {
	padding: 14px;
}

#tip #newlistform textarea {
	border: 1px solid #999999;
	color: #444;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	width: 260px;
}