<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*				{ margin:0 auto; padding:0} 
img				{ border:none;}
body			{ background:url(../images/body_bg2.png) top repeat #fff; font:normal normal 12px Arial, Helvetica, sans-serif; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;}
a				{ outline:none;}
#main_app		{ width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
#foter_bg 		{ width:100%; height:50px; float:left; position:absolute; bottom:0; left:0;  background:url(../images/media_bg.png) top repeat-x #cbcbcb;}

/*----------------------------header part-------------------------------------------*/
.header			{ width:100%; height:100px; position:relative; background:url(../images/header_top_bg.jpg) top repeat-x; border-bottom:1px solid #FFF; float:left;}
.header_logo	{ width:160px; height:50px; float:left; position:relative; margin:30px 0px 0px 10px; background:url(../images/main_logo_new.png) top no-repeat; }
.header_logo a	{ width:160px; height:50px; float:left; position:relative;}

.header_top_setting 			{ width:185px; height:100px; float:right; position:relative;}
.header_top_login_in 			{ width:100px; height:25px; float:right; margin:16% 10% 0px 0px; background:#303030; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 2px 2px 3px rgba(0,0,0,.40), 1px 1px 3px rgba(255,255,255,.40); -webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 1px 3px rgba(255,255,255,.40); -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 1px 3px rgba(255,255,255,.40); } 
.header_top_login_in button		{ width:20px; height:16px; float:left; margin:4px 0px 0px 5px; background:url(../images/log_icon.jpg) top no-repeat; border:none; outline:none;   }
.header_top_login_in h6			{ font:normal bold 13px/14px Arial, Helvetica, sans-serif; color:#cdcdcd; margin:5px 0px 0px 32px;border-left:1px solid #b8b8b6; text-align:left; text-indent:10px;} 
.header_top_login_in h6 a		{ font:normal bold 13px/14px Arial, Helvetica, sans-serif; color:#cdcdcd; text-align:left; text-indent:10px; text-decoration:none;} 

ul.header_top_login_txt  	{ width:160px; height:auto; float:right; margin:12px 0px 0px 0px; position:relative; padding:0px;	}
ul.header_top_login_txt li	{ width:95px; height:auto; list-style:none; display:inline-block;font:normal normal 12px/24px Arial, Helvetica, sans-serif; color:#cdcdcd; float:right;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.header_top_login_txt li a	{ width:auto; height:auto; list-style:none; display:inline-block;font:normal normal 12px/24px Arial, Helvetica, sans-serif; color:#cdcdcd; text-decoration:none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.header_top_login_txt li a:hover	{ width:auto; height:auto; list-style:none; display:inline-block;font:normal normal 12px/24px Arial, Helvetica, sans-serif; color:#ffb400; float:right;} 
ul.header_top_login_txt li img { margin-right:5px; vertical-align:text-bottom; }

/*----------------------------Search part -------------------------------------------*/
#search_container		{ width:100%; height:35px; float:left; position:relative; background:url(../images/aside_search_bg.png) top repeat-x}
.search_lang_drop		{ width:175px; height:35px; float:left; position:relative;}

.search_lang_drop select	{width:165px; height:25px; float:left; position:relative; -webkit-appearance:none; border:none; outline:none; margin:4px 0px 0px 5px; background:url(../images/search_select_bg.png) top no-repeat;  box-shadow:inset 2px 2px 3px rgba(0,0,0,.40), 1px 2px 3px rgba(255,255,255,.40); -webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,0.61),1px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 2px 3px rgba(255,255,255,.40); border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; text-indent:5px; font:normal normal 13px/25px Arial, Helvetica, sans-serif; }

.search_lang_drop select option	{ background:#333333; line-height:30px; position:absolute; float:left; color:#FFFFFF;}

.search_bar 		{ width:320px; height:28px; float:right; position:relative; margin:3px 1% 0px 0px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; border:none; outline:none; padding:0px 0px 0px 10px; 
box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9); font:normal normal 12px Arial, Helvetica, sans-serif; color:#5a5a5a;
background: #616161; background: -moz-linear-gradient(top, #616161 0%, #494949 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#494949));background: -webkit-linear-gradient(top, #616161 0%,#494949 100%); background: -o-linear-gradient(top, #616161 0%,#494949 100%); background: -ms-linear-gradient(top, #616161 0%,#494949 100%); background: linear-gradient(top, #616161 0%,#494949 100%); }

.search_bar_search { width:150px; height:25px; float:right; position:relative;}

.search_bar_search input[type='text']   { width:130px; height:28px; float:right; border-radius:0px 15px 15px 0px; -moz-border-radius:0px 15px 15px 0px; -webkit-border-radius:0px 15px 15px 0px;  border:none; outline:none; padding:0px 30px 0px 10px;   font:normal normal 12px Arial, Helvetica, sans-serif; color:#5a5a5a; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9); background: #616161;background: -moz-linear-gradient(top, #616161 0%, #494949 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#494949));
background: -webkit-linear-gradient(top, #616161 0%,#494949 100%); background: -o-linear-gradient(top, #616161 0%,#494949 100%); background: -ms-linear-gradient(top, #616161 0%,#494949 100%); 
background: linear-gradient(top, #616161 0%,#494949 100%); color:#fff;}

.search_bar_search input::-webkit-input-placeholder	{color:#fff; font:normal normal 13px Arial, Helvetica, sans-serif; }

.search_bar_search input[type='text']:focus,.search_bar input[type='text']:active	{ width:130px; height:28px; float:right; border-radius:0px 15px 15px 0px; -moz-border-radius:0px 15px 15px 0px; -webkit-border-radius:0px 15px 15px 0px;  border:none; outline:none; padding:0px 30px 0px 10px; font:normal normal 12px Arial, Helvetica, sans-serif; color:#fff; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),0px 0px 15px #28defd; -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),0px 0px 15px #28defd; -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),0px 0px 15px #28defd; background: #494949; background: -moz-linear-gradient(top, #494949 0%, #616161 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#616161));
background: -webkit-linear-gradient(top, #494949 0%,#616161 100%); background: -o-linear-gradient(top, #494949 0%,#616161 100%); background: -ms-linear-gradient(top, #494949 0%,#616161 100%); background: linear-gradient(top, #494949 0%,#616161 100%); }

.search_bar_search img { float:right; width:17px; height:17px; top:5px; position:absolute; right:10px;}


/*----------------------------Bread Crumb-------------------------------------------*/

.bread_cum_new, { width:auto; height:30px; float:left; position:relative; margin-left:15px; z-index:1000;}
.bread_cum_new ul{ width:auto; height:35px; float:left; margin:0 auto; padding:0;}
.bread_cum_new ul li{   color: #FFF;
  cursor: pointer;
  height:30px;
  display: inline-block;
  font:normal bold 12px/30px Arial, Helvetica, sans-serif;
  padding: 0px 1em;
  position: relative;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
  vertical-align: middle;
  white-space: nowrap;
 background:#414141; }

.bread_cum_new ul li:first-child{   color: #FFF;
  cursor: pointer;
  height:30px;
  display: inline-block;
  font:normal bold 12px/30px Arial, Helvetica, sans-serif;
  padding: 0px 2em;
  position: relative;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
  border-radius:5px;
  -webkit-border-radius:5px;
  vertical-align: middle;
 background: url(../images/bread_home.png) center no-repeat #414141; }
 
.bread_cum_new ul li a:first-child{  
  color: #FFF;
  display:block;
  position: relative;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
  white-space: nowrap;
  background:#414141;
}


.bread_cum_new ul li a {   
  color: #FFF;
  display:block;
  position: relative;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
  white-space: nowrap;
  background:#414141;
}



.bread_cum_new_fav ul li:nth-child(3)  { background:none; padding:0px 0px 0px 2px;} 
 
.bread_cum_new.end-arrow {
  border-right: none;
  margin-right: 50px;
  padding-right: 0;
 
  
}
 
/*.bread_cum_new.end-arrow:after {
	 bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  text-shadow: none;
  top: -1px;
  width: 2.60em;
  z-index: -1;
  right: -12px;
 

  -webkit-transform:rotate(-45deg);
  -webkit-border-top-right-radius:18px;
  -webkit-border-bottom-left-radius:18px;
  background:#414141;
}*/
/*
#bread_crumb		{ width:auto; height:30px; float:left; position:relative; margin:0 auto; padding:0;background:;}
#bread_crumb li		{ width:auto; height:30px; list-style:none; color:#fff; padding:0px 30px 0px 10px; font:normal bold 12px/30px Arial, Helvetica, sans-serif; float:left; background:url(../images/bred_arw.png) no-repeat right center #414141;}
#bread_crumb li:nth-child(3){ width:auto; height:30px; list-style:none; color:#fff; padding:0px 30px 0px 30px; font:normal bold 12px/30px Arial, Helvetica, sans-serif; float:left; background:url(../images/bred_arw.png) no-repeat right center #414141;} 
#bread_crumb li:first-child { width:auto; height:30px; list-style:none; color:#fff; padding:0px 30px 0px 10px; font:normal bold 12px/30px Arial, Helvetica, sans-serif; float:left;  border-radius:5px;
  -webkit-border-radius:5px; margin-right:5px;
  vertical-align: middle; 
 background: url(../images/bread_home.png) center no-repeat #414141;}*/

/* breadCrumb New*/

ul#breadcrumb  { width:auto; height:30px; float:left; position:relative;}
ul#breadcrumb li { width:auto; height:30px; float:left; list-style:none; font:normal bold 13px/30px Arial, Helvetica, sans-serif; background:#414141; color:#fff; padding:0px 20px 0px 10px; display:none; }
ul#breadcrumb li a { text-decoration:none; color:#fff;  padding:0px 15px 0px 15px;}
ul#breadcrumb li:first-child { width:auto; height:30px; float:left; position:relative; border-right:1px solid #fff; display:block; -webkit-border-radius:5px; background:url(../images/bread_home.png) center no-repeat #414141; } 
ul#breadcrumb li:last-child { width:auto; height:30px; float:left; list-style:none; font:normal bold 13px/30px Arial, Helvetica, sans-serif; background:url(../images/bred_arw.png) top right no-repeat #414141; color:#fff; padding:0px 20px 0px 10px; display:none; margin-left:2px;} 
/*----------------------------Middle Container-------------------------------------------*/

#main_container 			{ width:100%; height:auto; margin:0 auto; float:left; position:relative;}
.figure_left_lt				{ width:175px; height:600px; float:left; background:url(../images/fig_lt_bg.png) top repeat;}
.fig_dash_text				{ width:175px; height:25px; float:left; margin:10% 0px 0px 0px; font:normal normal 18px Arial, Helvetica, sans-serif; color:#dfdfdf; text-shadow:1px 1px 1px #000; text-align:left;}
.fig_dash_text img 			{ margin:0px 10px; vertical-align:text-bottom;} 
.fig_view_listbox				{ width:160px; height:170px; float:left; position:relative; margin:10px 0px 20px 5px; background:#303030; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 2px 2px 3px rgba(0,0,0,.40), 1px 2px 3px rgba(255,255,255,.40); -webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 2px 3px rgba(255,255,255,.40); -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 2px 3px rgba(255,255,255,.40); overflow:auto; }

/*---------------------------- categories scroll Bar-------------------------------------------*/

.fig_view_listbox::-webkit-scrollbar { width: 14px; height: 14px; }
.fig_view_listbox::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: block; }
.fig_view_listbox::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement { display: none; }
.fig_view_listbox::-webkit-scrollbar-button:end:increment { background-image: url(../images/scroll_cntrl_dwn.png);-webkit-border-radius:0px 0px 5px 0px; }
.fig_view_listbox::-webkit-scrollbar-button:start:decrement { background-image: url(../images/scroll_cntrl_up.png);-webkit-border-radius:0px 5px 0px 0px; }
.fig_view_listbox::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scroll_gutter_top.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; }
.fig_view_listbox::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scroll_gutter_btm.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; background-position: bottom left, 0 0;}
.fig_view_listbox::-webkit-scrollbar-thumb:vertical { height: 56px; -webkit-border-image: url(../images/scroll_thumb.png) 8 0 8 0 stretch stretch; border-width: 8 0 8 0; }


.dash_music_list ul 			{ width:120px; height:auto; margin:20px 0px 0px 10px; float:left; position:relative;}
.dash_music_list li				{ width:auto; height:30px;  list-style:none; display:block; position:relative; font:normal normal 14px Arial, Helvetica, sans-serif;  color:#cdcdcd;-webkit-transition-property:padding-left;-webkit-transition-duration:100ms;-moz-transition-duration:100ms; -moz-transition-property:padding-left;} 
.dash_music_list li a			{ width:auto; height:30px;  list-style:none; display:block; position:relative; font:normal normal 14px Arial, Helvetica, sans-serif; color:#cdcdcd; text-decoration:none;-webkit-transition-property:color,padding-left;-webkit-transition-duration:100ms,100ms;} 
.dash_music_list li:hover		{ width:auto; height:30px;  list-style:none; display:block; position:relative; font:normal normal 14px Arial, Helvetica, sans-serif; color:#fff; padding-left:5px; cursor:pointer;}
.dash_music_list li a:hover		{ width:auto; height:30px;  list-style:none; display:block; position:relative; font:normal normal 14px Arial, Helvetica, sans-serif; color:#fff; padding-left:5px; cursor:pointer;}
.dash_music_list li:before		{ content:''; background:url(../images/music_list_icon.png) center left no-repeat; float:left; position:relative; width:14px; height:14px; margin-right:5px;}
.dash_music_list li:hover:before	{ content:''; background:url(../images/music_list_hicon.png) center left no-repeat; float:left; position:relative; width:14px; height:14px; margin-right:5px;}
.dash_music_list_sep			{  background:#4c4b4b; width:30px; height:30px; position:absolute; left:-10px; top:-8px; border-radius:0px 5px 5px 5px; -webkit-border-radius:0px 5px 5px 0px; }
.dash_music_list ul .dash_music_list_color		{ color:#33FFFF;}

.fig_dash_play_list 				{ width:175px; height:25px;float:left; background:url(../images/dash_play_list_bg.jpg) top repeat-x; font:normal bold 14px/20px Arial, Helvetica, sans-serif; color:#dfdfdf; text-shadow:1px 0px 1px rgba(0,0,0,6); border-bottom:1px solid #888888; padding-top:5px;} 
.fig_dash_play_list:hover 			{ width:175px; height:25px;float:left; background:url(../images/dash_play_list_hbg.jpg) top repeat-x; font:normal bold 14px Arial, Helvetica, sans-serif; color:#dfdfdf; text-shadow:1px 0px 1px #000; border-bottom:1px solid #888888; padding-top:5px;} 
.fig_dash_play_list a				{ color:#dfdfdf; text-decoration:none; display:block; height:25px;}
.fig_dash_play_list a:hover 		{  color:#f6e80d;}
.fig_dash_play_list img				{ width:20px; height:20px; position:relative; float:left; margin:0px 10px 0px 15px;}

.fig_dash_music_order {	width:160px; height:auto; float:left; position:relative; margin:10px 5px; background:#363636; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 2px 2px 3px rgba(0,0,0,.40), 1px 1px 2px rgba(255,255,255,.40); -webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 1px 2px rgba(255,255,255,.40); -moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.40),1px 1px 2px rgba(255,255,255,.40); padding:15px 0px 10px 0px;}

.fig_dash_music_order_inner	{ width:130px; height:30px; background:url(../images/dash_music_order_inner_bg.jpg) top repeat-x #333333;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:5px; border:1px solid #000;box-shadow:inset 1px 1px 1px rgba(0,0,0,.40),0px 1px 2px rgba(255,255,255,.40); -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.40),0px 1px 2px rgba(255,255,255,.40); -moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.40),0px 1px 2px rgba(255,255,255,.40); cursor:pointer;}

.fig_dash_music_order_inner img { margin:5px 0px 0px 12px;}


/*---------------------------- Home page view Thumbs -------------------------------------------*/	

.fig_home_view_container		{ width:101%; height:auto; margin:0px 0px 0px 0px;  float:left;  }
.home_dash_board_box 			{ margin:10px 358px 0px 0px; height:auto; overflow:auto;}
.home_boxshad_bg				{ width:10px; height:100%; float:left; position:absolute; right:350px; background:url(../images/all_release_boxshad_bg.png) top repeat-y; margin-top:11px; }
.all_release_bg					{ height:40px; background:url(../images/all_relese_bg.png) top repeat-x; -webkit-border-radius:0px 0px 0px 0px; border:1px groove rgba(0,0,0,0.2)}

.all_release_bg span 			{ width:auto; height:28px; float:left; padding:0px 15px 0px 15px; font: normal normal 14px/28px Arial, Helvetica, sans-serif; color:#fff; background:#545454; -webkit-border-radius:25px; margin:7px 7px 0px 7px;; -webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,0.3);}

.home_box_control  { width:100%; float:left; overflow:auto;}

.home_box_control::-webkit-scrollbar{ width:0.3em; height:0.8em; background-color:#ddd; }
.home_box_control::-webkit-scrollbar:hover{ background-color:#ddd; }
.home_box_control::-webkit-resizer{ -webkit-border-radius:4px; background-color:#666; }
.home_box_control::-webkit-scrollbar-thumb{ min-height:0.8em; min-width:0.8em; -webkit-border-radius:4px; background-color: #888; }
.home_box_control::-webkit-scrollbar-thumb:hover{ background-color: #bbb; }
.home_box_control::-webkit-scrollbar-thumb:active{ background-color:#888;}

/*---- Home page Carousel ------*/	

.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { height: auto; margin:0px 10px 5px 10px; }
.jcarousel-skin-tango .jcarousel-item { width:155px; height:auto; float:left; margin:15px 0px 0px 0px; list-style:none; }
.jcarousel-skin-tango .jcarousel-item h4 { width:90%;font:normal bold 13px/28px Arial, Helvetica, sans-serif; color:#000; text-shadow:1px 1px 1px rgba(255,255,255,0.40); float:left;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.jcarousel-skin-tango .jcarousel-item img {width:150px; height:150px; margin:0px; float:left; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right:10px; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left:0px;  margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }
.jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: -30px; right:10px; width: 15px; height:21px; cursor: pointer; background:url(../images/index_car_arw_rt.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover { position: absolute; top: -30px; right:10px; width: 15px; height:21px; cursor: pointer; background:url(../images/index_car_arw_hrt.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal {position: absolute; top: -30px; right: 35px; width: 15px; height:21px; cursor: pointer; background:url(../images/index_car_arw_lt.png) 0px 0px no-repeat; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {position: absolute; top: -30px; right: 35px; width: 15px; height:21px; cursor: pointer; background:url(../images/index_car_arw_hlt.png) 0px 0px no-repeat;}

.index_container 			{ height:auto; float:left; width:150px;overflow:hidden;position: relative;cursor:pointer; }
.index_container h4 		{ width:78%;font:normal bold 15px/28px Arial, Helvetica, sans-serif; color:#000; text-shadow:1px 1px 1px rgba(255,255,255,3); float:left;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index_containerbox_info_icon { width:18px; height:80px; float:right; position:absolute; right:0; bottom:28px; background:url(../images/inner_icon_hover_info.png) top repeat-x #e7e6e6; padding:5px 7px 0px 5px; border-radius:15px 0px 0px 0px; -webkit-border-radius:15px 0px 0px 0px; display:none;}

.play_home { background:url(../images/boxgrid_play.png) top no-repeat; width:23px !important; height:20px !important; float:left; margin:5px 0px 3px 0px;}
.fav_home { background:url(../images/boxgrid_favo.png) top no-repeat; width:23px; height:20px; float:left; margin:5px 0px 0px 0px;}
.playlist_home { background:url(../images/boxgrid_playlist.png) top no-repeat; width:23px; height:20px; float:left; margin:5px 0px 0px 0px;}
.info_home { background:url(../images/boxgrid_info.png) top no-repeat; width:23px; height:20px; float:left; margin:5px 0px 0px 0px;}
.album_delete { background:url(../images/album_icon_delete.png) top no-repeat; width:23px; height:20px; float:left; margin:5px 0px 0px 0px;}

.play_home  { background:url(../images/boxgrid_play.png) top no-repeat; width:23px; height:20px; float:left; cursor:pointer;}
.fav_home a { background:url(../images/boxgrid_favo.png) top no-repeat; width:23px;height:20px; float:left; cursor:pointer;}
.playlist_home  { background:url(../images/boxgrid_playlist.png) top no-repeat;width:23px; height:20px; float:left; cursor:pointer;}
.info_home a { background:url(../images/boxgrid_info.png) top no-repeat; width:23px; height:20px; float:left; cursor:pointer;}
.album_delete  { background:url(../images/playlist_icon_delete.png) top no-repeat width:23px; height:20px; float:left; margin:5px 0px 0px 0px; cursor:pointer;}


/*---------------------------- Public Playlist and Now on Raaga -------------------------------------------*/	

.public_view_container			{ width:320px; height:auto; float:right; position:relative; margin:10px 5px 0px -360px; }
.public_tab_box		{ width:320px; height:40px; float:left; border-radius:5px; -webkit-border-radius:5px;
background: -moz-linear-gradient(top, #ffffff 0%, #bdbdbd 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bdbdbd)); background: -webkit-linear-gradient(top, #ffffff 0%,#bdbdbd 100%); 
background: -o-linear-gradient(top, #ffffff 0%,#bdbdbd 100%); background: -ms-linear-gradient(top, #ffffff 0%,#bdbdbd 100%); background: linear-gradient(top, #ffffff 0%,#bdbdbd 100%); -webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.9);}

ul.tabs { margin:6px 0px 0px 0px; padding: 0; float: left;list-style: none; height: 25px; width: 320px;}
ul.tabs li { float: left; margin: 0;padding: 0; height: 27px; margin:0px 10px; overflow: hidden; position: relative; color: #373737; }
ul.tabs li a {text-decoration: none; color: #373737;display: block; padding: 0 25px;outline: none;	height:27px; font:normal normal 14px/26px Arial, Helvetica, sans-serif; text-shadow:2px 1px 2px rgba(0,0,0,0.1); }
ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {background: #5e5e5e; -webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,0.3); -webkit-border-radius:25px; color:#FFF; }

html ul.tabs li.active, html ul.tabs li.active a {color:#ffffff !important; background: #5e5e5e; -webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,0.3); -webkit-border-radius:25px; }

.tab_container {  overflow: hidden; clear:both; float:left; width:330px; }

.public_tab_box_list  { width:330px; height:100%; float:left; position:relative; padding-bottom:10px; overflow:auto;}

.public_tab_box_list ul  { width:320px; height:auto; float:left; }
.public_tab_box_list ul li	{ width:320px; height:60px; float:left; list-style:none; background:url(../images/public_tab_box_list_bg.png) top repeat-x; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);border-radius:5px; -webkit-border-radius:5px; margin:10px 0px 0px 0px;  }

.public_tab_box_list ul li:hover	{ width:320px; height:60px; float:left; list-style:none; background:url(../images/public_tab_box_list_hbg.png) top repeat-x; -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);border-radius:5px; -webkit-border-radius:5px; margin:10px 0px 0px 0px; cursor:pointer;  }

.public_tab_box_list img	{ width:50px; height:50px; float:left; -webkit-border-radius:5px; -webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.9); margin:5px 7px 5px 5px; }
.public_tab_box_list span { width:145px; height:25px; float:left; font:normal bold 13px/25px Myriad Pro,Arial, Helvetica, sans-serif; color:#1e1e1e;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.public_tab_box_list span + span { width:110px; height:25px; float:left;font:normal normal 11px/25px Myriad Pro,Arial, Helvetica, sans-serif; color:#1e1e1e;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.public_tab_box_list span + span + span {width:250px; height:25px; float:left;font:normal bold 13px/25px Myriad Pro,Arial, Helvetica, sans-serif; color:#636363;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.public_tab_box_list::-webkit-scrollbar{ width:0.5em; height:0.8em; background-color:#ddd; }
.public_tab_box_list::-webkit-scrollbar:hover{ background-color:#ddd; }
.public_tab_box_list::-webkit-resizer{ -webkit-border-radius:4px; background-color:#666; }
.public_tab_box_list::-webkit-scrollbar-thumb{ min-height:0.8em; min-width:0.8em; -webkit-border-radius:4px; background-color: #888; }
.public_tab_box_list::-webkit-scrollbar-thumb:hover{ background-color: #bbb; }
.public_tab_box_list::-webkit-scrollbar-thumb:active{ background-color:#888;}

.public_tab_view_list  { width:320px; height:27px; float:left; background:url(../images/public_view_bg.png) top repeat-x #444444; -webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.9),1px 1px 2px rgba(0,0,0,0.5);-webkit-border-radius:0px 0px 5px 5px; margin:10px 0px;font:normal bold 13px/25px Myriad Pro,Arial, Helvetica, sans-serif; color:#fff; text-align:center;}
.public_tab_view_list a  { width:320px; height:27px; float:left; background:url(../images/public_view_bg.png) top repeat-x #444444; -webkit-box-shadow:inset 0px 0px 1px rgba(0,0,0,0.9),1px 1px 2px rgba(0,0,0,0.5);-webkit-border-radius:0px 0px 5px 5px; font:normal bold 13px/25px Myriad Pro,Arial, Helvetica, sans-serif; color:#fff; text-align:center; text-decoration:none;}

/*---------------------------- Second Page View album page -------------------------------------------*/

#view_album_wrap		{ width:100%; height:auto; float:left; position:relative; margin:15px 0px 0px 1%;}
#contentWrapper			{ width:100%; position:relative; overflow:hidden; float:left; margin:0; }
.contentItem			{  position: absolute;height:500px;float:left; margin:0px; }

.view_carousel_nav		{ width:99.8%; height:30px; overflow:hidden; position:absolute;left:0px;bottom:0px;float:left; }

.view_cd_image_box 		{ width:15.4%; height:auto;float:left;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  background:#e7e6e6; border:1px solid rgba(0,0,0,0.2); margin:1% 0.5% 0.5% 0.5%; -webkit-transition-property:-webkit-box-shadow; -webkit-transition-duration:600ms;}

.view_cd_image_box:hover { width:15.4%; height:auto;float:left;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:0px 0px 15px rgba(86,86,86,0.7);-webkit-box-shadow:0px 0px 15px rgba(86,86,86,0.7); background:#; border:1px solid rgba(0,0,0,0.2);margin:1% 0.5% 0.5% 0.5%; cursor:pointer; }

.view_cd_image_container 		{ height:100%; float:left; margin:5% 5% 3% 5%; width:90%; overflow:;position: relative;}
.view_cd_image_container img	{ min-width:100%; max-width:100%; max-height:100% !important; resize:both !important; -webkit-border-radius:5px;  }
.view_cd_image_container_txt 		{ width:98% !important; float:left; position:relative; height:25px; padding-bottom:3px;}
.view_cd_image_container_txt h4 	{ width:98% !important; font:normal bold 1.1em/25px Arial, Helvetica, sans-serif; color:rgba(0,0,0,5); text-shadow:1px 1px 1px rgba(255,255,255,3); position:relative; float:left; white-space: nowrap; overflow: hidden;
 text-overflow: ellipsis; text-indent:10px;}
 
.view_cd_image_cont_icon { width:18px; height:80px; float:right; position:absolute; right:0; bottom:0px; display:; background:url(../images/inner_icon_hover_info.png) top repeat-x #e7e6e6; padding:5px 7px 0px 5px; border-radius:15px 0px 0px 0px; -webkit-border-radius:15px 0px 0px 0px; display:none;}


/*---------\\ view album nav list-----------------------*/

#nav			{  float:left; position: relative; width:99%;top:0px;height: 50px;overflow:hidden; }
#nav ul			{ position: relative; height: 35px; float:left; left:50%; list-style-type: none; list-style-position: outside; list-style-image: none; }
#nav ul li		{ float: left; position:relative;left:-50%; }
#nav ul li a 	{ position:relative; top:0px; margin-right:10px; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0 5px 5px 0 rgba(0,0,0,.3);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0 5px 5px 0 rgba(0,0,0,.3); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0 20px 20px 0 rgba(0,0,0,.3); background:#d3d3d3;  background-repeat: no-repeat; width: 15px; height: 15px;  display: block; }

#nav ul li:first-child a  { position: relative;top: 0px; margin-right: 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 5px 5px 0 rgba(0,0,0,0);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 5px 5px 0 rgba(0,0,0,0); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 20px 20px 0 rgba(0,0,0,0); background:none; width: 70px; height: 15px; display: block; background:url(../images/inner_pre_arw.png) left 0px no-repeat; text-indent:20px; text-decoration:none; color:#696969; }

#nav ul li:last-child a		{position: relative; top: 0px; margin-right: 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 5px 5px 0 rgba(0,0,0,0);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 5px 5px 0 rgba(0,0,0,0); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,0),0 20px 20px 0 rgba(0,0,0,0); background:url(../images/inner_next_arw.png) right 0px no-repeat; width: 70px; height: 15px; display: block;text-indent:25px;	text-decoration:none;color:#696969; }

#nav ul li:last-child a:hover,#nav ul li:first-child a:hover{background-color:transparent; color:#0d97b2;}

#nav ul li a:hover { background-color: #e1e1e1; }

#nav ul li a:active {background-color: #8d8d8d; }

#nav ul li .selected { background-color: #00baba; }



/*---------------------------- right side container	-------------------------------------------*/

.figure_right_rt		{ height:auto; margin:0px 1% 0px 175px;}
/*---------------------------------------\\ Album Table list ----------------------------------------------*/

.album_cd_wrap				{ width:150px; height:300px; float:left; position:relative; margin:5px 10px 0px 10px; }

.album_cd_wrap img			{ min-width:100%; max-width:100%; max-height:100% !important; float:left; position:relative; margin:0px; -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);}
.album_cd_wrap h5 		   { width:140px; height:25px; float:left; margin:10px 0px 5px 5px; position:relative; font:normal bold 14px Arial, Helvetica, sans-serif; color:#000000; text-shadow:2px 2px 1px rgba(255,255,255,0.2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.album_cd_wrap h6 			 { width:140px; height:20px; float:left; margin:0px 0px 5px 5px; position:relative; font:normal normal 12px Arial, Helvetica, sans-serif; color:#000000; text-shadow:2px 2px 1px rgba(255,255,255,0.2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*--------- album table list-----------------------*/

.album_cd_wrap_details		{ height:auto; margin:10px 0px 0px 180px; }
.top_ten_cd_wrap_details		{ height:auto; margin:10px 0px 0px 15px; }
.atoz_cd_wrap_details		{ height:auto; margin:0px 0px 0px 15px; }
.search_details		{ height:auto; margin:10px 0px 0px 15px; }
.alarm_cd_wrap_details     { width:100%; height:90%; float:left; position:relative;}


.album_cd_filter_bar		{ width:99.9%; height:35px; float:left; background:url(../images/album_cd_filter_bar_bg.png) top repeat-x; position:relative;border-radius:5px 5px 0px 0px; -webkit-border-radius:5px 5px 0px 0px; border:1px solid #969696; }

.album_cd_filter_search_box		{ width:330px; height:27px; float:left; position:relative; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9);background: #494949; background: -moz-linear-gradient(top, #616161 0%, #494949 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#494949));background: -webkit-linear-gradient(top, #616161 0%,#494949 100%); background: -o-linear-gradient(top, #616161 0%,#494949 100%); background: -ms-linear-gradient(top, #616161 0%,#494949 100%); background: linear-gradient(top, #616161 0%,#494949 100%); margin:4px 0px 0px 10px;}

.album_cd_filter_search_box &gt; span		{ width:80px; height:auto; float:left; padding:0px 0px 0px 5px;  font:normal bold 14px/28px Arial, Helvetica, sans-serif; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.5)}
.album_cd_filter_search_box &gt; span:after	{ content:''; width:22px; height:20px; float:left; background:url(../images/album_play_icon.png) 8px 9px no-repeat;}

.album_cd_filter_search_box span + span	{ width:auto; height:auto; float:left; padding:0px 0px 0px 0px;  font:normal bold 14px/28px Arial, Helvetica, sans-serif; color:#fff; text-shadow:1px 1px 1px rgba(0,0,0,0.5)}
.album_cd_filter_search_box span + span:after	{ content:''; float:left; background:none;}

.album_cd_filter_search_box span + span + span	{ width:100px; height:auto; padding:0px 0px 0px 15px;  font:normal bold 14px/28px Arial, Helvetica, sans-serif; color:#fff; float:right; background:url(../images/album_cd_filter_arw.png) 90px 4px no-repeat;}

.album_cd_filter_search_box span + span + span:after	{ content:''; width:20px; height:25px; float:left; background:url(../images/add_to_icon.png) 0px 8px no-repeat;}

.album_cd_filter_search_box span + span + span:hover	{ width:100px; height:auto; padding:0px 0px 0px 15px;  font:normal bold 14px/28px Arial, Helvetica, sans-serif; color:#fff; float:right; background:url(../images/album_cd_filter_harw.png) 90px 4px no-repeat; cursor:pointer; text-shadow:1px 1px 1px rgba(0,0,0,0.5)}
.album_cd_filter_search_box span a		{ text-decoration:none; color:#fff;}
.album_cd_filter_search_box span a:hover		{ text-decoration:none; color:#d5d5d5;}

/*---------Add to Drop Down---------------*/
.album_cd_filter_search_box_drop		{ width:auto; height:auto; position:absolute; top:26px; right:8px; background:#4a4a4a; z-index:999;display:none; -webkit-border-radius:0px 0px 10px 10px; }
.album_cd_filter_search_box_drop span	{ background:url(../images/album_cd_drop_bg.png) top left no-repeat; position:absolute; left:-18px; top:0px; width:18px; height:15px;}
.album_cd_filter_search_box_drop p		{ font:normal normal 13px/30px Arial, Helvetica, sans-serif; color:#FFF; padding:0px 10px; text-align:right;}
.album_cd_filter_search_box_drop p:hover { color:#FF0; cursor:pointer;}


.now_raaga_drop_down		{ width:120px; height:25px; float:left; position:relative; margin:5px 0px 0px 5px;}

.now_raaga_drop_down select		{ width:120px; height:25px; -webkit-appearance:none; border-radius:15px; -webkit-border-radius:15px; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9);background:#d3d3d3; border:none; outline:none; text-indent:10px; font:normal bold 14px/25px Arial, Helvetica, sans-serif; text-shadow:1px 1px 1px rgba(255,255,255,0.5); color:#292929; background:url(../images/now_raga_arw.png) 95px 9px no-repeat; text-transform:uppercase;}
.now_raaga_drop_down select option { background:#d3d3d3; text-transform:uppercase;}

.now_raaga_refresh_icon	{ width:25px; height:25px; float:left; position:relative; background:url(../images/refresh_icon.png) 0px 0px no-repeat; margin:6px 10px; } 
.now_raaga_refresh_icon a { text-decoration:none; width:25px; height:25px; float:left; position:relative; background:url(../images/refresh_icon.png) 0px 0px no-repeat;}


.album_cd_filter_sep  	{ background:url(../images/album_cd_filter_sep.png) top right no-repeat;}

.album_cd_table_filter_box		{ width:210px; height:25px; float:right; position:relative; margin:4px 10px 0px 10px;}

.album_cd_table_filter_box input[type="text"]	{ width:180px; height:25px; border-radius:15px 0px 0px 15px; -webkit-border-radius:15px 0px 0px 15px; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9);background: #bdbdbd; border:none; outline:none; padding-left:30px; }

.album_cd_table_filter_box input::-webkit-input-placeholder	{color:#000; font:normal normal 13px Arial, Helvetica, sans-serif; }

.album_cd_table_filter_box img		{ width:12px; height:12px; float:left; position:absolute; top:8px; left:0; margin-left:10px; vertical-align:middle;}


/*---------------------------- Album List table -------------------------------------------*/
#Table_Height 		{ width:100%; height:500px; float:left; position:relative; overflow:auto;}

.album_table_wrap table				{ width:100%; height:auto; border-collapse:collapse; border-left:1px solid rgba(0,0,0,0.2); border-right:1px solid rgba(0,0,0,0.2); background:url(../images/album_table_bg.png) top repeat-x #eaeaea;}
.album_table_wrap table thead		{ width:100%; height:30px; background:url(../images/album_table_thead_bg.png) top repeat-x; -webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5); border-bottom:1px solid #000;}
.album_table_wrap table thead th	{ height:30px; font:normal normal 15px/25px Georgia, "Times New Roman", Times, serif; color:#000; }

.album_table_wrap table thead th:hover				{ background:url(../images/th_bg.gif) center right no-repeat;}

.album_table_wrap table thead tr th:hover:nth-child(1) { background:none;}
.album_table_wrap table thead tr th:nth-child(1)	{ width:5%; height:30px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px; }
.album_table_wrap table thead tr th:nth-child(2)	{ width:5%; height:30px;  padding:0px 5px 0px 0px; text-align:left;}	
.album_table_wrap table thead tr th:nth-child(3)	{ width:30%; height:30px; padding:0px 5px 0px 5px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat; }	
.album_table_wrap table thead tr th:nth-child(4)	{ width:20%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	
.album_table_wrap table thead tr th:nth-child(5)	{ width:40%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	

.album_table_wrap table tbody						{ width:100%; height:auto; }
.album_table_wrap table tbody tr td:nth-child(1)	{ width:5%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px;}
.album_table_wrap table tbody tr td:nth-child(2)	{ width:5%; height:35px;  padding:0px 5px 0px 5px; text-align:left; }	
.album_table_wrap table tbody tr td:nth-child(3)	{ width:30%; height:35px; padding:0px 5px 0px 5px; text-align:left; white-space:nowrap !important; overflow:hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }	
.album_table_wrap table tbody tr td:nth-child(4)	{ width:20%; height:35px; padding:0px 5px 0px 5px; text-align:left;}	
.album_table_wrap table tbody tr td:nth-child(5)	{ width:40%; height:35px; padding:0px 5px 0px 5px; text-align:left; }
.album_table_wrap table tbody tr td a 			{ color:#0c7bad;	text-decoration:none;font-weight:bold;display:block; }	
.album_table_wrap tbody tr.alt td		{ background:#e3e4e4;}
.album_table_wrap tbody tr.over td		{ background:rgba(156,199,217,0.5);}
.album_table_wrap tbody tr.active td	{ background:#a9e191;}

/*---------------------------- Album List scroll Bar-------------------------------------------*/

#Table_Height::-webkit-scrollbar { width: 14px; height: 14px; }
#Table_Height::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: block; }
#Table_Height::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement { display: none; }
#Table_Height::-webkit-scrollbar-button:end:increment { background-image: url(../images/scroll_cntrl_dwn.png); }
#Table_Height::-webkit-scrollbar-button:start:decrement { background-image: url(../images/scroll_cntrl_up.png); }
#Table_Height::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scroll_gutter_top.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; }
#Table_Height::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scroll_gutter_btm.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; background-position: bottom left, 0 0;}
#Table_Height::-webkit-scrollbar-thumb:vertical { height: 56px; -webkit-border-image: url(../images/scroll_thumb.png) 8 0 8 0 stretch stretch; border-width: 8 0 8 0; }

/*---------------------------- Top 10 List table -------------------------------------------*/

.top_ten table				{ width:100%; height:auto; border-collapse:collapse; border-left:1px solid rgba(0,0,0,0.2); border-right:1px solid rgba(0,0,0,0.2); background:url(../images/album_table_bg.png) top repeat-x #eaeaea;}
.top_ten table thead		{ width:100%; height:30px; background:url(../images/album_table_thead_bg.png) top repeat-x; -webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5); border-bottom:1px solid #000;}
.top_ten table thead th	{ height:30px; font:normal normal 15px/25px Georgia, "Times New Roman", Times, serif; color:#000; }

.top_ten table thead th:hover				{ background:url(../images/th_bg.gif) center right no-repeat;}

.top_ten table thead tr th:hover:nth-child(1) { background:none;}
.top_ten table thead tr th:nth-child(1)	{ width:5%; height:30px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px; }
.top_ten table thead tr th:nth-child(2)	{ width:5%; height:30px;  padding:0px 5px 0px 0px; text-align:left;}
.top_ten table thead tr th:nth-child(3)	{ width:10%; height:30px;  padding:0px 5px 0px 0px; text-align:left;}		
.top_ten table thead tr th:nth-child(4)	{ width:30%; height:30px; padding:0px 5px 0px 5px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat; }	
.top_ten table thead tr th:nth-child(5)	{ width:20%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	
.top_ten table thead tr th:nth-child(6)	{ width:30%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	

.top_ten table tbody						{ width:100%; height:auto; }
.top_ten table tbody tr td:nth-child(1)	{ width:5%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px;}
.top_ten table tbody tr td:nth-child(2)	{ width:5%; height:35px;  padding:0px 5px 0px 5px; text-align:left; text-indent:5px;}
.top_ten table tbody tr td:nth-child(3)	{ width:10%; height:35px;  padding:0px 5px 0px 5px; text-align:left;}	
.top_ten table tbody tr td:nth-child(3) img	{ width:40px; height:40px; margin:5px 0px; -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2); cursor:pointer;}
.top_ten table tbody tr td:nth-child(4)	{ width:30%; height:35px; padding:0px 5px 0px 5px; text-align:left;}
.top_ten table tbody tr td a 			{ color:#0c7bad;	text-decoration:none;font-weight:bold;display:block; }	
.top_ten table tbody tr td:nth-child(5)	{ width:20%; height:35px; padding:0px 5px 0px 5px; text-align:left;}	
.top_ten table tbody tr td:nth-child(6)	{ width:30%; height:35px; padding:0px 5px 0px 5px; text-align:left; }

.top_ten tbody tr.alt td		{ background:#e3e4e4;}
.top_ten tbody tr.over td		{ background:rgba(156,199,217,0.5);}
.top_ten tbody tr.active td	{ background:#a9e191;}


/*---------------------------- Now on Raaga table -------------------------------------------*/

.now_raaga table				{ width:100%; height:auto; border-collapse:collapse; border-left:1px solid rgba(0,0,0,0.2); border-right:1px solid rgba(0,0,0,0.2); background:url(../images/album_table_bg.png) top repeat-x #eaeaea;}
.now_raaga table thead		{ width:100%; height:30px; background:url(../images/album_table_thead_bg.png) top repeat-x; -webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5); border-bottom:1px solid #000;}
.now_raaga table thead th	{ height:30px; font:normal normal 15px/25px Georgia, "Times New Roman", Times, serif; color:#000; }

.now_raaga table thead th:hover				{ background:url(../images/th_bg.gif) center right no-repeat;}

.now_raaga table thead tr th:hover:nth-child(1) { background:none;}
.now_raaga table thead tr th:nth-child(1)	{ width:5%; height:30px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px; }
.now_raaga table thead tr th:nth-child(2)	{ width:5%; height:30px;  padding:0px 5px 0px 0px; text-align:left;}	
.now_raaga table thead tr th:nth-child(3)	{ width:30%; height:30px; padding:0px 5px 0px 5px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat; }	
.now_raaga table thead tr th:nth-child(4)	{ width:30%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	
.now_raaga table thead tr th:nth-child(5)	{ width:15%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}
.now_raaga table thead tr th:nth-child(6)	{ width:15%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}

.now_raaga table tbody						{ width:100%; height:auto; }
.now_raaga table tbody tr td:nth-child(1)	{ width:5%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px;}
.now_raaga table tbody tr td:nth-child(2)	{ width:5%; height:35px;  padding:0px 5px 0px 5px; text-align:left;}	
.now_raaga table tbody tr td:nth-child(3)	{ width:30%; height:35px; padding:0px 5px 0px 5px; text-align:left; white-space:nowrap !important; overflow:hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }	
.now_raaga table tbody tr td:nth-child(4)	{ width:30%; height:35px; padding:0px 5px 0px 5px; text-align:left;}	
.now_raaga table tbody tr td:nth-child(5)	{ width:15%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:10px; }
.now_raaga table tbody tr td:nth-child(6)	{ width:15%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:10px; }

.now_raaga tbody tr.alt td		{ background:#e3e4e4;}
.now_raaga tbody tr.over td		{ background:rgba(156,199,217,0.5);}
.now_raaga tbody tr.active td	{ background:#a9e191;}

.now_raaga tbody td a 			{ color:#0c7bad;	text-decoration:none;font-weight:bold;display:block; }

/*---------------------------- Search playlist table -------------------------------------------*/

.search table				{ width:100%; height:auto; border-collapse:collapse; border-left:1px solid rgba(0,0,0,0.2); border-right:1px solid rgba(0,0,0,0.2); background:url(../images/album_table_bg.png) top repeat-x #eaeaea;}
.search table thead		{ width:100%; height:30px; background:url(../images/album_table_thead_bg.png) top repeat-x; -webkit-box-shadow:1px 1px 2px rgba(255,255,255,0.5); border-bottom:1px solid #000;}
.search table thead th	{ height:30px; font:normal normal 15px/25px Georgia, "Times New Roman", Times, serif; color:#000; }

.search table thead th:hover				{ background:url(../images/th_bg.gif) center right no-repeat;}

.search table thead tr th:hover:nth-child(1) { background:none;}
.search table thead tr th:nth-child(1)	{ width:5%; height:30px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px; }
.search table thead tr th:nth-child(2)	{ width:5%; height:30px;  padding:0px 5px 0px 0px; text-align:left;}	
.search table thead tr th:nth-child(3)	{ width:25%; height:30px; padding:0px 5px 0px 5px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat; }	
.search table thead tr th:nth-child(4)	{ width:25%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}	
.search table thead tr th:nth-child(5)	{ width:20%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}
.search table thead tr th:nth-child(6)	{ width:20%; height:30px; padding:0px 5px 0px 0px; text-align:left; background:url(../images/th_bg.gif) center right no-repeat;}

.search table tbody						{ width:100%; height:auto; }
.search table tbody tr td:nth-child(1)	{ width:5%; height:35px; padding:0px 5px 0px 5px; text-align:left; text-indent:5px;}
.search table tbody tr td:nth-child(2)	{ width:5%; height:35px;  padding:0px 5px 0px 5px; text-align:left;}	
.search table tbody tr td:nth-child(3)	{ width:25%; height:35px; padding:0px 5px 0px 5px; text-align:left; white-space:nowrap !important; overflow:hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; }	
.search table tbody tr td:nth-child(4)	{ width:25%; height:35px; padding:0px 5px 0px 5px; text-align:left;}	
.search table tbody tr td:nth-child(5)	{ width:20%; height:35px; padding:0px 5px 0px 5px; text-align:left;}
.search table tbody tr td:nth-child(6)	{ width:20%; height:35px; padding:0px 5px 0px 5px; text-align:left;  }

.search tbody tr.alt td		{ background:#e3e4e4;}
.search tbody tr.over td		{ background:rgba(156,199,217,0.5);}
.search tbody tr.active td	{ background:#a9e191;}

.search tbody td a 			{ color:#0c7bad;	text-decoration:none;font-weight:bold;display:block; }



/*---------------------------- Album List Table Icons-------------------------------------------*/

.table_div_icon		{ width:auto; height:auto; float:right; margin-right:3px; position:relative; display:none;}
.table_delete_icon  { background:url(../images/playlist_icon_delete.png) top no-repeat; width:15px; height:18px; float:left; margin:0px 2px 0px 2px;}	
.table_Favorites_icon  { background:url(../images/playlist_icon_fav.png) top no-repeat; width:16px; height:15px; float:left; margin:0px 2px 0px 2px; opacity:0.8;}	
.table_plist_icon  { background:url(../images/playlist_icon_plist.png) top no-repeat; width:20px; height:14px; float:left; margin:0px 3px 0px 2px; opacity:0.8;}	
.table_play_icon  { background:url(../images/playlist_icon_play.png) top no-repeat; width:16px; height:16px; float:left; margin:-1px 2px 0px 2px; opacity:0.8;}	
.table_myplaylist  { background:url(../images/playlist_icon_qlist.png) top no-repeat; width:15px; height:15px; float:left; margin:0px 2px 0px 2px; opacity:0.8;}

/*hover Status*/
.table_delete_icon:hover { background:url(../images/playlist_icon_hdelete.png) top no-repeat; width:15px; height:18px; float:left; margin:0px 2px 0px 2px; cursor:pointer;}	
.table_Favorites_icon:hover  { background:url(../images/playlist_icon_hfav.png) top no-repeat; width:16px; height:15px; float:left; margin:0px 2px 0px 2px;opacity:10; cursor:pointer;}	
.table_plist_icon:hover  { background:url(../images/playlist_icon_hplist.png) top no-repeat; width:20px; height:14px; float:left; margin:0px 3px 0px 2px; cursor:pointer;}	
.table_play_icon:hover  { background:url(../images/playlist_icon_hplay.png) top no-repeat; width:16px; height:16px; float:left; margin:-1px 2px 0px 2px; cursor:pointer;}
.table_myplaylist:hover  { background:url(../images/playlist_icon_hqlist.png) top no-repeat; width:15px; height:15px; float:left; margin:0px 2px 0px 2px; opacity:0.8; cursor:pointer;}	

/*Tool Tip icon*/
#fav_tooltip strong {display:none; width:200px; text-align:center; height:auto; color:#fff; padding:5px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); font:normal bold 14px Arial, Helvetica, sans-serif; -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); position:absolute; right:70px; top:-5px;}


/*Tool Tip inner icon*/
#fav_tooltip_inner strong {display:none; width:150px; text-align:center; height:auto; color:#fff; padding:5px 3px 5px 3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); font:normal bold 14px Arial, Helvetica, sans-serif; -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); position:absolute; right:0px; top:60px;}


/*A to Z */

.atoz_bg_nav	 { width:100%; height:30px; padding-top:10px; float:left; position:relative; overflow:hidden; }
.atoz_bg_nav ul  {  position: relative;
    height: 30px;
	 float:left;
	left:50%;
	 list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
	
.atoz_bg_nav li { float:left; position:relative;margin:0% 3px 0px 3px; left:-50%;   height:30px;  } 




.atoz_bg_nav li&gt; a  { color:#3a3a3a; font:normal normal 12px/22px Arial, Helvetica, sans-serif; text-decoration:none; text-align:center; width:20px; height:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); background:#c1c1c1;  display:block; -webkit-transition-property:margin-top; -webkit-transition-duration:80ms; z-index:1000; position:relative;}

.atoz_bg_nav li&gt; a:hover {width:20px; height:20px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); background:#949494; margin:-3px 0px 0px 0px; display:block; color:#FFF;z-index:1000; position:relative; }

/*Public Play list */

.publicplay_list_box	  { width:100%; height:100%; float:left; position:relative; padding-bottom:10px; overflow:auto;}

.publicplay_list_bg	   {width:99%; height:70px; float:left;font:normal normal 12px Arial, Helvetica, sans-serif; color:#5a5a5a; background:#fff ; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #b1b1b1; margin:0.5% 1% 0% 0;}

.publicplay_list_bg:hover	   {width:99%; height:70px; float:left; background:url(../images/public_list_hbg1.png) top repeat-x; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; border:1px solid #b1b1b1; margin:0.5% 1% 0% 0%;}

.publicplay_list_thumb		{ float:left; width:46px; height:46px; margin:10px 0px 0px 15px;border:1px solid rgba(0,0,0,0.4); padding:2px; }
.publicplay_list_thumb img  { width:45px; height:45px; cursor:pointer; }

.publicplay_list_thumb_rt_side  { height:auto; margin:10px 0px 0px 80px;}

.publicplay_list_thumb_songtxt { width:auto; height:auto; float:left; position:relative; font:normal bold 14px/25px Arial, Helvetica, sans-serif; color:#323232; white-space:normal ;overflow: hidden; text-overflow: ellipsis; cursor:pointer;}

.publicplay_list_thumb_songtxt span { width:150px; height:70px; position:absolute; top:0px; left:0px;}
.publicplay_list_thumb_songtxt span h6 {display:none;}
.publicplay_list_thumb_songtxt p { color:#d27917; font:normal bold 14px Arial, Helvetica, sans-serif;  width:150px; height:20px;white-space:nowrap ;overflow:hidden; text-overflow:ellipsis; }
.publicplay_list_thumb_songtxt p + p { width:150px; height:30px; color:#323232; white-space:nowrap ;overflow:hidden; text-overflow:ellipsis; font:normal bold 13px/40px Arial, Helvetica, sans-serif;}
.publicplay_list_thumb_usertxt { float:right; position:relative; height:25px; margin-right:15px; color:#d27917; font:normal bold 14px Arial, Helvetica, sans-serif;}
.publicplay_list_thumb_songtxt img { margin:0px 10px 0px 0px; vertical-align:bottom; }

@media only screen and (max-width: 1024px) {
.publicplay_list_thumb_songtxt p { color:#d27917; font:normal bold 14px Arial, Helvetica, sans-serif;  width:100px; height:20px;white-space:nowrap ;overflow:hidden; text-overflow:ellipsis; }
.publicplay_list_thumb_songtxt p + p { width:100px; height:30px; color:#323232; white-space:nowrap ;overflow:hidden; text-overflow:ellipsis; font:normal bold 13px/40px Arial, Helvetica, sans-serif;}
.publicplay_list_thumb_usertxt { float:right; position:relative; height:25px; margin-right:15px; color:#d27917; font:normal bold 14px Arial, Helvetica, sans-serif;}
.publicplay_list_thumb_songtxt img { margin:0px 10px 0px 0px; vertical-align:bottom; }

}



.publicplay_list_songs_list   { width:100%; height:25px; float:left; position:relative; font:normal normal 12px/20px Arial, Helvetica, sans-serif; color:#323232; white-space:normal ;
overflow: hidden; text-overflow: ellipsis;}
.publicplay_list_songs_list span { color:#9e5400; font-weight:bold; margin-right:10px;}

.publicplay_list_songs_option   { width:auto; height:auto; float:right; position:relative; font:normal normal 12px/20px Arial, Helvetica, sans-serif; color:#323232; margin:18px 15px 0px 0px; clear:right;}
.publicplay_list_songs_option img { margin:0px 10px 0px 10px; vertical-align:text-top; }
.publicplay_list_songs_option a   {  font:normal normal 12px/20px Arial, Helvetica, sans-serif; color:#323232; text-decoration:none;}

/*---------------------------- Public Play list scroll Bar-------------------------------------------*/

.publicplay_list_box::-webkit-scrollbar { width: 15px; height: 15px; }
.publicplay_list_box::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: block; }
.publicplay_list_box::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement { display: none; }
.publicplay_list_box::-webkit-scrollbar-button:end:increment { background-image: url(../images/scroll_cntrl_dwn.png); }
.publicplay_list_box::-webkit-scrollbar-button:start:decrement { background-image: url(../images/scroll_cntrl_up.png);}
.publicplay_list_box::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scroll_gutter_top.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; }
.publicplay_list_box::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scroll_gutter_btm.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; background-position: bottom left, 0 0;}
.publicplay_list_box::-webkit-scrollbar-thumb:vertical { height: 56px; -webkit-border-image: url(../images/scroll_thumb.png) 8 0 8 0 stretch stretch; border-width: 8 0 8 0; }



/*Alarm Part Css*/

.alarm_box_border { width:708px; height:370px; position:absolute; top:50px; left:50%; margin-left:-350px; border:1px solid #c7c7c7; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.alarm_box { width:700px; height:360px; position:absolute; top:5px; left:50%; margin-left:-350px; background:url(../images/alarm_box_bg.jpg) top repeat-x #99979a;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

.open_alarm_box { width:700px; height:360px; position:absolute; top:5px; left:50%; margin-left:-350px; background:url(../images/alarm_box_bg.jpg) top repeat-x #99979a;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; display:none;}

.raised {
	  	
            -webkit-box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.5), 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.5), 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
			 -moz-box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.5), 0 0px 0px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
			
 }
.check_alarm_set_txt { width:250px; height:60px; float:left; position:relative; font:normal normal 18px Arial, Helvetica, sans-serif; color:#2b2a2a; text-shadow:1px 1px rgba(255,255,255,0.5); padding:15px 0px 0px 25px;}

.check_your_txt { width:150px; height:auto; float:right; position:relative; font:normal normal 18px/30px Arial, Helvetica, sans-serif; color:#2b2a2a; text-shadow:1px 1px rgba(255,255,255,0.5); 
margin:15px 0px 0px 0px;}

.check_your_txt a { width:150px; height:auto; float:right; position:relative; font:normal normal 18px/30px Arial, Helvetica, sans-serif; color:#033; text-shadow:1px 1px rgba(255,255,255,0.5); text-decoration:none;}
 
.alarm_set_txt { width:400px; height:35px; float:left; position:relative; font:normal normal 18px Arial, Helvetica, sans-serif; color:#2b2a2a; text-shadow:1px 1px rgba(255,255,255,0.5); padding:15px 0px 0px 25px;}

.alarm_set_txt img { vertical-align:text-bottom; margin-right:10px;}

.alarm_box_inner { width:620px; height:auto; float:left; position:relative; margin:20px 0px 0px 30px;}

.alarm_box_inner p { margin:10px 0px 10px 0px;}

.alarm_box_inner label { width:130px; height:auto; margin:0px 40px 0px 0px; font:normal bold 16px Arial, Helvetica, sans-serif; color:#474646;text-shadow:1px 1px rgba(255,255,255,0.5); float:left; clear:both;}

.alarm_box_inner_select { width:80px; height:25px; -webkit-appearance:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);  font:normal bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; margin:0px 20px 0px 0px;
 background:url(../images/alarm_arw.png) top right no-repeat #919191; outline:none; border:none; padding-left:5px; }
 
.alarm_box_inner_select option{ background:#3c3c3c;}

.alarm_box_inner_select_big { width:185px; height:25px; -webkit-appearance:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);  font:normal bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; margin:0px 20px 10px 0px;
 background:url(../images/alarm_arw.png) top right no-repeat #919191; outline:none; border:none; padding-left:5px; }
 
.alarm_box_inner_select_big option{ background:#3c3c3c;}

#ReCurrent_Checkbox { display:none; height:30px;}

.alarm_box_inner_select option:hover { background:#333; -webkit-appearance:none;}
.alarm_box_inner input[type=checkbox],.alarm_box_inner input[type=radio] {  display: inline-block;
   font-size: 15px;
   line-height: 1em;
  
   padding: 0;
   width: 25px;
   height:22px;
   -webkit-border-radius: 0.25em;
   vertical-align: text-top;
   -webkit-appearance:none;
   -moz-appearance:none; border:none;
 	background:url(../images/alarm_radio_but.png) top no-repeat;
	margin:0px 5px 10px 5px; font:normal bold 16px Arial, Helvetica, sans-serif; color:#474646;text-shadow:2px 2px rgba(255,255,255,0.2);
  }
.alarm_box_inner input[type=checkbox]:checked,.alarm_box_inner input[type=radio]:checked {
  background:url(../images/alarm_radio_hbut.png) top no-repeat ;
   -webkit-background-size: 25px 22px; /* shrink high resolution background */
   -moz-background-size:25px 22px;
 }
 
.alarm_box_inner span { font:normal bold 14px Arial, Helvetica, sans-serif; color:#474646;text-shadow:1px 1px rgba(255,255,255,0.5); vertical-align:text-top; margin-top:5px;}

.alarm_box_inner textarea {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); background:#b9b9b9; width:345px; height:40px; border:none; resize:none; outline:none; padding:10px 0px 0px 15px;font:normal bold 12px Arial, Helvetica, sans-serif; color:#000;}

.alarm_click_but { width:195px; height:55px; float:left; position:relative; margin-left:220px; background:url(../images/conver_alarm_but.png) top no-repeat;}
.alarm_click_but:hover { width:195px; height:55px; float:left; position:relative;background:url(../images/conver_alarm_hbut.png) top no-repeat; margin:1px 0px 0px 220px; cursor:pointer;}



span.mb_close{
	position:absolute;
	top:10px;
	right:10px;
	width:30px;
	height:25px;
	cursor:pointer;
	background:url(../images/alrm_close_ico.png) top right no-repeat;
	opacity:0.8;
}
span.mb_close:hover{
	opacity:1.0;
}
.mb_content_inner{
	line-height:24px;
	height:240px;
	outline: none;
	width:685px;
	float:left;
	overflow:auto;
	padding-left:10px;
}
.mb_content_inner p{
	 clear:both;
}

.your_cur_alarm { width:320px; height:auto; float:left; background:url(../images/alrm_box_bg.png) top repeat-x #d0d0d0; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border:1px solid #a0a0a0;font:normal bold 13px Arial, Helvetica, sans-serif; color:#474646;text-shadow:1px 1px rgba(255,255,255,0.9); padding-top:10px; margin:0px 5px 5px 5px; }

.your_cur_alarm:hover { width:320px; height:auto; float:left; background:url(../images/alrm_box_hbg.png) top repeat-x #f3e4c5; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; border:1px solid #a0a0a0;font:normal bold 13px Arial, Helvetica, sans-serif; color:#474646;text-shadow:1px 1px rgba(255,255,255,0.9); padding-top:10px; }

.your_cur_alarm_icon { width:30px; height:25px; float:right; width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/alrm_iner_ico.png) no-repeat top left; margin-right:5px; display:none;}
	
	.your_cur_alarm_icon:hover { width:30px; height:25px; float:right; width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/alrm_iner_hico.png) no-repeat top left; margin-right:5px;}

.your_cur_alarm  span { width:280px; padding:7px 0px 0px 15px; height:auto; float:left;}
 
.your_cur_alarm  span select {width:80px; height:25px; -webkit-appearance:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);  font:normal bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; margin:0px 0px 0px 10px;
 background:url(../images/alarm_arw.png) top right no-repeat #919191; outline:none; border:none; padding-left:5px;}
.your_cur_alarm  span select option{ background:#3c3c3c;}


.mb_content_inner::-webkit-scrollbar { width: 14px; height: 14px; }
.mb_content_inner::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display: block; }
.mb_content_inner::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement { display: none; }
.mb_content_inner::-webkit-scrollbar-button:end:increment { background-image: url(../images/scroll_cntrl_dwn.png);-webkit-border-radius:0px 0px 0px 0px; }
.mb_content_inner::-webkit-scrollbar-button:start:decrement { background-image: url(../images/scroll_cntrl_up.png);-webkit-border-radius:0px 0px 0px 0px; }
.mb_content_inner::-webkit-scrollbar-track-piece:vertical:start { background-image: url(../images/scroll_gutter_top.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; }
.mb_content_inner::-webkit-scrollbar-track-piece:vertical:end { background-image: url(../images/scroll_gutter_btm.png), url(../images/scroll_gutter_mid.png); background-repeat: no-repeat, repeat-y; background-position: bottom left, 0 0;}
.mb_content_inner::-webkit-scrollbar-thumb:vertical { height: 56px; -webkit-border-image: url(../images/scroll_thumb.png) 8 0 8 0 stretch stretch; border-width: 8 0 8 0; }


/*Raaga live*/

.raaga_live_rt		{ height:auto; margin:0px 0px 0px 175px; display:none;}
.raaga_live_wrap  {width:100%; height:90%;  float:left;  position:relative; font:normal normal 12px/30px Arial, Helvetica, sans-serif; box-shadow:inset 0px 0px 40px rgba(0,0,0,.40);-webkit-box-shadow:inset 0px 0px 40px rgba(0,0,0,.40); -moz-box-shadow:inset 0px 0px 40px rgba(0,0,0,.40); background:url(../images/raa_live_bg2.png) center no-repeat #026fdb; padding-bottom:0.5%; background-size:cover;
overflow:auto;
   }
 
.raaga_live_box  { width:675px; height:auto; position:relative; margin-top:5%;}
.raaga_live_logo { width:675px; height:110px; float:left; position:relative; background:url(../images/raa_live_logo.png) center no-repeat; margin:15px 0px 0px 0px; }
.raaga_live_web  { width:675px; height:65px; float:left; position:relative; background:url(../images/raga_live_web.png) 80px 0px no-repeat;} 
.raga_live_but	{ width:165px; height:50px; float:left; position:relative; margin-top:40px;}

.movie_select_inner  { width:200px; height:24px; float:left; position:relative; margin:-37px 20px 0px 180px;  font:normal normal 15px/23px Arial, Helvetica, sans-serif; color:#fff; text-align:center;}
.play_select_inner  { width:200px; height:24px; float:left; position:relative; margin:-47px 20px 0px 180px;  font:normal normal 15px/23px Arial, Helvetica, sans-serif; color:#fff; text-align:center;}


.movie_select_inner ul { width:auto; height:25px; float:left; margin:5px 0px 0px 0px; padding:0px; list-style:none; position:relative;}
.movie_select_inner ul li { height:25px; font:normal bold 14px/25px Arial, Helvetica, sans-serif; color:#333; float:left; padding:0px 15px} 
.movie_select_inner ul li:hover { height:25px; font:normal bold 14px/25px Arial, Helvetica, sans-serif; color:#333; float:left; padding:0px 15px; cursor:pointer;} 
.movie_select_inner ul .fav_selected {background:#333; -webkit-border-radius:15px; color:#fff;}
.movie_select_inner ul li.fav_selected:hover {background:#333; -webkit-border-radius:15px; color:#fff;}

.play_select_inner ul { width:auto; height:25px; float:left; margin:5px 0px 0px 0px; padding:0px; list-style:none; position:relative;}
.play_select_inner ul li { height:25px; font:normal bold 14px/25px Arial, Helvetica, sans-serif; color:#333; float:left; padding:0px 15px} 
.play_select_inner ul li:hover { height:25px; font:normal bold 14px/25px Arial, Helvetica, sans-serif; color:#333; float:left; padding:0px 15px; cursor:pointer;} 
.play_select_inner ul .fav_selected {background:#333; -webkit-border-radius:15px; color:#fff;}
.play_select_inner ul li.fav_selected:hover {background:#333; -webkit-border-radius:15px; color:#fff;}
/*.movie_select_inner  { width:155px; height:24px; float:left; position:relative; margin:-32px 20px 0px 0px;  font:normal normal 15px/23px Arial, Helvetica, sans-serif; color:#fff; text-align:center; left:180px;}

.movie_select_inner  select {
width:155px;
height:27px;
  background: #414141;
   -webkit-appearance:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40);  font:normal bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; margin:0px 20px 0px 0px;
background:url(../images/alarm_arw.png) right 0px no-repeat #686868; outline:none; border:none; padding-left:5px;
}

.movie_select_inner  select option {
width:155px;
height:27px;
background: #414141;
outline:none; border:none; padding-left:5px;
font:normal normal 15px/23px Arial, Helvetica, sans-serif;
 }
*/
#loaderdisplay	{background:url(../images/prog_wjole_bg.png) top repeat; margin:0px 0px 0px 175px; z-index:1000; position:relative; top:130px; display:;}  
#loaderdisplay span { background:url(../images/progress_bar.png) top no-repeat; width:250px; height:50px; float:left; position:absolute; top:-50px; left:-120px; margin:50% 0px 0px 50%;}
#loaderdisplay span img { float:left;position:relative; margin:15px;}

#loaderdisplay1	{background:url(../images/prog_wjole_bg.png) top repeat; margin:0px 0px 0px 175px; z-index:1000; position:relative; top:130px; display:;}  
#loaderdisplay1 span { background:url(../images/progress_bar.png) top no-repeat; width:250px; height:50px; float:left; position:absolute; top:-50px; left:-120px; margin:50% 0px 0px 50%;}
#loaderdisplay1 span img { float:left;position:relative; margin:15px;}


/*pop up Boxes*/

/*Nromal Css*/

.fav_popup,.playlist_popup		{background:rgba(0,0,0,0.3); margin:0px 0px 0px 175px; z-index:1000; position:relative; top:137px; display:none;}
.h1 {font:normal bold 16px/20px Arial, Helvetica, sans-serif; color:#339900; text-shadow:3px 2px 2px rgba(0,0,0,0.14); text-align:center; }
.h2 {font:normal bold 16px/35px Arial, Helvetica, sans-serif; color:#424242; text-shadow:3px 2px 2px rgba(0,0,0,0.14); text-align:center; }
.add_favotries_litebox_border	{width:510px; height:280px; background:transparent; border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:10px; float:left; position:absolute; top:0px; left:50%; margin-left:-255px; }
.add_favotries_litebox		{ width:500px; height:270px; background:#fafafa; -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.56); -webkit-border-radius:10px; margin:5px;  }
.add_favotries_top_bg		{ width:500px; height:105px; background:url(../images/add_favo_top_bg.png) top repeat-x #000; float:left; position:relative; -webkit-border-radius:10px;}
.add_favorites_txt_box		{ width:405px; height:auto; float:left; position:relative;  margin-top:25px;}
.add_favorites_txt_box img   { width:45px; height:45px; float:left; margin:0px 15px 0px 15px; -webkit-border-radius:5px;  }
.add_favorites_txt_box p  { font:normal bold 15px Arial, Helvetica, sans-serif; color:#FFF;}
.add_favorites_txt_box p + p  {font:normal bold 15px/35px Arial, Helvetica, sans-serif; color:#FFF;}
.add_favotries_litebox_close	{ width:17px; height:17px; float:right; background:url(../images/add_favotries_litebox_close.png) no-repeat; margin:10px; cursor:pointer;}


.add_favotries_litebox_image	{ width:250px; height:100px; float:left; position:relative;}
.add_favotries_litebox_image img	{ margin:25px 25px 0px 45px;}
.add_favotries_litebox_image img + img  { margin:25px 25px 0px 35px;}
.add_favotries_litebox_image_shad	{ background:url(../images/add_favotries_litebox_image_shad.png) top left no-repeat; }




.h5		{text-align:center;font:normal bold 14px Arial, Helvetica, sans-serif; color:#424242; text-shadow:3px 2px 2px rgba(0,0,0,0.14); padding-bottom:10px; }

.addplaylist_select_big { width:185px; height:25px; -webkit-appearance:none; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);-webkit-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9); -moz-box-shadow:inset 0px 2px 3px rgba(0,0,0,.40),0px 2px 3px rgba(255,255,255,9);  font:normal bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; margin:10px 20px 10px 150px;
 background:url(../images/alarm_arw.png) top right no-repeat #919191; outline:none; border:none; padding-left:5px; }
 
.addplaylist_select_big option{ background:#3c3c3c;}

.addplaylist_input {width:175px; height:25px;  -webkit-border-radius:5px; box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -webkit-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 1px 2px rgba(255,255,255,5); -moz-box-shadow:inset 1px 2px 3px rgba(0,0,0,.50),1px 2px 3px rgba(255,255,255,9);background: #eaeaea; border:none; outline:none; padding-left:10px; margin-left:150px; color:#000; font:normal normal 12px/26px Arial, Helvetica, sans-serif; }

.addplaylist_input::-webkit-input-placeholder { color:#666;}

.addplay_submit	{ width:80px; height:25px; float:right; position:relative; background:#434343; -webkit-border-radius:5px; -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2); color:#fff; border:0px; margin-right:75px;}

.thumBread  { width:94%; height:90%; position:absolute; top:0; left:0; }
.thumBread h6 {display:none;}


.music_warp  {float:left; height:250px; margin:0px 0px 0px 0px; background:transparent; position:absolute; bottom:52px; width:100%; display:none;  }

.music_quick_list  { width:175px; height:250px; background:url(../images/play_list_bg.png) top repeat-x; float:left; margin:0px 0px 0px 175px; }


.quickplaylist_box  		{ width:175px; height:auto; float:left; margin:5% 5% 3% 5%; width:90%;overflow:hidden;position: relative; background:#e7e6e6; -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4),1px 1px 3px #fff; padding:4% 3% 2% 3%;   }
.quickplaylist_box  img	{ min-width:100%; max-width:100%; max-height:100%; border-radius:5px; -webkit-border-radius:0px;  }

.music_quick_list p  { width:175px; font:normal normal 15px/25px Yoxall, Arial, Helvetica, sans-serif; color:#5a281a; text-align:center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.list_details   { height:250px;background:url(../images/play_list_bg.png) top repeat-x;  position:relative; margin:0px 0px 0px 350px; overflow:;}

.quick_current_bg  { width:100%; height:37px; background:url(../images/play_list_top_bg.png) top repeat-x; }
.quick_current_bg img  { margin:7px 0px 0px 10px;}
.quick_current_bg_hash  { width:165px; height:35px; float:right; background:url(../images/play_list_whit_hash_bg.png) top no-repeat;}
.quick_current_bg_hash img { margin:9px 10px 0px 0px; float:right; cursor:pointer;}

.list_details_tab_box	{ width:100%; height:200px; position:relative; overflow:auto; float:left;}
.list_details_tab	{ width:95%; height:20px; border:1px thin rgba(0,0,0,0.4); border-radius:10px; -webkit-border-radius:10px; margin:10px 2.5% 0px 2.5%;-webkit-transition-property:-webkit-box-shadow; -webkit-transition-duration:100ms; float:left;  }

.list_details_tab:hover	{ width:95%; height:20px; border:1px thin rgba(0,0,0,0.4); border-radius:0px; -webkit-border-radius:5px; margin:10px 2.5% 0px 2.5%; -webkit-box-shadow:-3px 3px 3px rgba(0,0,0,0.25); background:rgba(0,0,0,0.1); }


.list_details_tabarul	{ width:95%; height:20px; border:1px thin rgba(0,0,0,0.4); border-radius:0px; -webkit-border-radius:5px; margin:10px 2.5% 0px 2.5%; -webkit-box-shadow:-3px 3px 3px rgba(0,0,0,0.25); background:rgba(0,0,0,0.1); color:#F00; }

.list_details_tab label  { width:22%; height:20px; float:left; font:normal normal 14px/20px Yoxall, Arial, Helvetica, sans-serif; color:#000; padding:0px 0px 0px 1.8%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-right:1px dotted rgba(0,0,0,0.2); }
.list_details_tab label:last-child   { width:3%; height:20px; background:url(../images/inner_tab_hremove.png) center no-repeat; float:left; padding:0px; border:0;}
.list_details_tab label:last-child:hover   { width:3%; height:20px; background:url(../images/inner_tab_hov_remove.png) center no-repeat; float:left; padding:0px; cursor:pointer;}

.list_details_tab_box::-webkit-scrollbar{
width:0.8em;
height:0.8em;
background-color:#333;
}
.list_details_tab_box::-webkit-scrollbar:hover{
background-color:#333;
}
.list_details_tab_box::-webkit-resizer{
-webkit-border-radius:4px;
background-color:#666;
}
.list_details_tab_box::-webkit-scrollbar-thumb{
min-height:0.8em;
min-width:0.8em;
-webkit-border-radius:4px;
background-color: #ddd;
}
.list_details_tab_box::-webkit-scrollbar-thumb:hover{
background-color: #bbb;
}
.list_details_tab_box::-webkit-scrollbar-thumb:active{
background-color:#888;
}</pre></body></html>