html,body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	max-height:100%;
	overflow:hidden;
}
body {direction:ltr;text-align:center; font-family: Arial; font-size:12px !important; margin:0 0 0 0;}
img{border-style:none}

.hidden {display:none}
 .container {height:100%;width: 100%;margin-right: auto; margin-left: auto; text-align:left; vertical-align: left; padding:0;}
 .left {float:left; width:210px;min-height:120px;height:100%;text-align:justify;	background:url(/static/IMG/embed/border.png) 198px 20px no-repeat;}
 .right {float:left; left:210px;right:5px;min-height:100px;text-align:justify;position:absolute;height:100%;}
 .search {width:300px;height:30px;text-align:justify;position:relative;top:2px;left:-7px;padding:0;maring-left:10px}

 .middle {text-align:justify;position: absolute;bottom:1px;top:30px;left:-5px;right:5px;padding:0;overflow-y:auto;overflow-x:hidden}
 #rlst {width:320px;position:absolute;bottom:55px;top:-10px;left:5px;background-color:#FFFFFF;vertical-align: middle;z-index:5;overflow-y:auto;overflow-x:hidden}
 #plist li  {width:100%; margin:0; padding:0; border:0; background:#E4E4E4;cursor:pointer; list-style: none;text-align:left;}
 .nowPlaying{background:#E4E4E4 !important}
 #plist li:hover{background: #E4E4E4 !important;}
 .plist#plist {width:100%; margin:0; padding:0; border:0;}
 .plist#results {width:320px; margin:0; padding:0; border:0;}
 #results li, li.ui-sortable-helper {width:300px; margin:0; padding:0; background:#E4E4E4;cursor:pointer; list-style: none; direction: rtl;}

#plist li,.plist#sug_songs_list li,#results li  {background:#C2C2C2;border-top: 1px solid #D1D1D1;border-bottom: 1px solid #888;}
#plist li,.plist#sug_songs_list li,#results li,li.ui-sortable-helper {font-weight:bold;}
#plist li:nth-child(odd),.plist#sug_songs_list li:nth-child(odd)  {background:#C2C2C2}
#plist li:nth-child(even),.plist#sug_songs_list li:nth-child(even) {background:#B1B1B1}
#results li:nth-child(odd) {background:#C2C2C2}
#results li:nth-child(even) {background:#B1B1B1}
 
 
 #buttons {margin-top: 2px}
 a.play {background:url(/static/IMG/embed/play.png) no-repeat 0 0; display:block; width:31px; height:30px;}
 a.pause {background:url(/static/IMG/embed/pause.png) no-repeat 0 0; display:block; width:31px; height:30px;}
 table#buttons {width:140px}
 
.ui-slider-handle {text-align:left; position: relative; z-index: 1; height: 9px; width: 3px; top: -7.5px; left: 0px; background:url(/static/IMG/embed/slider.png); clear:none; padding:0; margin:0;}
.ui-slider-range {text-align:left; position: relative; left:0; width: 0px; height: 5px; clear:none; padding:0; margin:0;background:transparent url(/static/IMG/embed/bar_full.png) no-repeat scroll left top; }
.range1 {text-align:left; direction: ltr; border:0; width:85px; height:5px; margin:0px;padding:0px; cursor:pointer; background:transparent url(/static/IMG/embed/bar.png) no-repeat scroll left top;}
.ajaxloading {position:fixed; right:50%; z-index:999; height:20px; top:0px; width:70px; background-color:#ee8; display:none; font-size:14px; margin:0; padding:0;}
.ajaxloadingie {position:absolute;_top:expression(eval(document.body.scrollTop));}

table#bar {padding-left: 5px}
div#playertime {font-family:arial; color:gray; font-size:10px; letter-spacing: -1px; margin:0;width:20px}
div#playertotaltime {font-family:arial; color:gray; font-size:10px; letter-spacing: -1px; margin:0;width:20px}

#innersearchterm{width:200px; height:19px; border-style:solid; border-width:1px; border-color:gray; margin-bottom:1px; vertical-align: bottom;}

#minisearch {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(/static/IMG/form_button_over.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
	font-weight: bolder;
    line-height:130%;
	height:25px;
	width:85px;
	padding-bottom:1px;
	cursor: pointer;
	}
	
#minisearch:hover {
    border-style:solid;
    border-width:1px;
    border-color:#fff;
	color:#fff;
	background-image:url(/static/IMG/form_button.jpg);
	font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    line-height:130%;
	height:25px;
	width:85px;
	padding-bottom:1px;
	}