@charset "utf-8";
/* CSS Document */

@import url('../windows/default.css');
@import url('../windows/wcd.css');
@import url('../windows/lo.css');


html, body { margin:0; padding:0; }
body { background:#999 url(../r/bg.jpg) repeat-x 0 0; background-attachment:fixed; }

div#wait{cursor: wait; background-color: #000000; filter:alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4; width:100%; height:100%; z-index: 1000; position: absolute; top:0; left:0; display: none}

.Container { width:800px; margin:0 auto; font:12px Arial,Helvetica,sans-serif; }
.Clean { clear:both; }
.Link { color:#0044FF; }

/*
 * Forms
 */
.Form { margin:0; padding:0; }
.Form .Row { padding:2px; }
.Form .Textbox { width:200px; padding:2px; background:#fff; border:1px inset #333; font:12px Arial,Helvetica,sans-serif; color:#111; }

/*
 * Button
 */

.Button { display:block; float:left; width:100px; height:20px; background:no-repeat 0 center; outline:none; cursor:pointer; }

/*
 * HEADER
 */
.Container .Header { padding:50px 0 0 0; }
.Container .Header .Logo { display:block; float:left; width:220px; height:44px; background:url(../r/logo.gif) no-repeat center; }
.Container .Header .Navigation { float:right; width:562px; height:44px; padding:3px; }
/*.Container .Header .Navigation .Button { height:44px; background:url(../r/navigation_al.gif) no-repeat 10px center; opacity:0.9; filter:Alpha(Opacity=90) }*/
.Container .Header .Navigation .Button:hover { opacity:1; filter:Alpha(Opacity=100) }

.alb .Container .Header .Navigation .Button.Home { height:50px; width:94px; background-image:url(../r/nav_home_alb.gif); }
.alb .Container .Header .Navigation .Button.TopList { height:50px; width:106px; background-image:url(../r/nav_toplist_alb.gif); }
.alb .Container .Header .Navigation .Button.Search { height:50px; width:129px; background-image:url(../r/nav_search_alb.gif); }
.alb .Container .Header .Navigation .Button.Help { height:50px; width:103px; background-image:url(../r/nav_help_alb.gif); }
.alb .Container .Header .Navigation .Button.EagleZone { height:50px; width:112px; background-image:url(../r/nav_eagle_alb.gif); }

.en .Container .Header .Navigation .Button.Home { height:50px; width:94px; background-image:url(../r/nav_home_en.gif); }
.en .Container .Header .Navigation .Button.TopList { height:50px; width:106px; background-image:url(../r/nav_toplist_en.gif); }
.en .Container .Header .Navigation .Button.Search { height:50px; width:129px; background-image:url(../r/nav_search_en.gif); }
.en .Container .Header .Navigation .Button.Help { height:50px; width:103px; background-image:url(../r/nav_help_en.gif); }
.en .Container .Header .Navigation .Button.EagleZone { height:50px; width:112px; background-image:url(../r/nav_eagle_en.gif); }

.Container .Middle { padding:50px 0 0 0; }

/*
 * flags
 */
.Container .Flags { position: absolute; padding:5px 0 0 190px; margin-top:50px;}
.Container .Flags .Flag { display:block; float:left; width:20px; height:12px; font:1px; margin:0 2px 0 0; background:url(../r/icons/flags.gif) no-repeat left center; }
.Container .Flags .Flag.US { margin:0; background-position:-20px; }

/*
 * user info
 */

.Container .Middle .UserInfo { display:block; float:left; width:190px; height:152px; padding:70px 0 0 60px; background:url(../r/userinfo_bg_en.gif) no-repeat; }
.alb .Container .Middle .UserInfo { background:url(../r/userinfo_bg_alb.gif) no-repeat; }
.Container .Middle .UserInfo a { display:block; padding:2px; color:#333; }

/*
 * login form
 */

.Container .Middle .Form.Login { display:block; float:left; width:230px; height:150px; padding:70px 0 0 20px; background:url(../r/loginform_en.gif) no-repeat; }
.alb .Container .Middle .Form.Login { background:url(../r/loginform_alb.gif) no-repeat; }
* html .Container .Middle .Form.Login { width:230px; overflow:hidden;  }

.Container .Middle .Form.Login .Row { margin-bottom:5px; }
.Container .Middle .Form.Login label { font:13px Arial,Helvetica,sans-serif; color:#333; }
.Container .Middle .Form.Login span { font:11px Arial,Helvetica,sans-serif; color:#777; }
.Container .Middle .Form.Login .Button { height:22px; background-image:url(../r/loginbuttons_al.gif); }
.en .Container .Middle .Form.Login .Button.Login { width:48px; margin-right:2px; background-image:url(../r/login_en.jpg); }
* html .en .Container .Middle .Form.Login .Button.Login { width:28px; }
.alb .Container .Middle .Form.Login .Button.Login { background-image:url(../r/login_alb.jpg); }
.alb .Container .Middle .Form.Login .Button.Register { width:85px; background-image:url(../r/signup_alb.jpg);}
.en .Container .Middle .Form.Login .Button.Register { width:85px; background-image:url(../r/signup_en.jpg);}
.Container .Middle .Form.Login .Row.Error { color:#f00;  }
.Container .Middle .Form.Login .Row.PasswordLink { position:absolute;  }
.Container .Middle .Form.Login .Row.PasswordLink { margin-top:-8px;  }
* html .Container .Middle .Form.Login .Row.PasswordLink { margin-top:-78px;  }
*:first-child+html .Container .Middle .Form.Login .Row.PasswordLink { margin-top:-8px;  }
.Container .Middle .Form.Login .Row.PasswordLink { margin-top:-6px;  }
/*
 * Middle Alignment
 */

.Container .Middle .Left { float:left; width:250px; }
.Container .Middle .Right { float:right; width:550px; }

/*
 * sidebar
 */
.Container .Middle .Sidebar { float:left; width:250px; padding:; margin:10px 0 0 0; background:no-repeat center top; }
.Container .Middle .Sidebar .Content { min-height:350px; height:auto !important; height:350px; padding:20px 0 0 0; margin:44px 0 0 0; background:url(../r/sidebar_bg_top.gif) no-repeat; }
.Container .Middle .Sidebar .SidebarFooter { height:19px; background:url(../r/sidebar_bg_bottom.gif) no-repeat; }

* html .Container .Middle .Sidebar .Content { height:393px;  }
*:first-child+html .Container .Middle .Sidebar .Content { min-height:378px;  }


/*
 * search form
 */

.Container .Middle .Search { display:block; float:right; width:542px; margin:10px 0 0 0; background:url(../r/search_bg.gif) no-repeat; }
.alb .Container .Middle .Search .Row { padding:6px 7px 0 117px; height:28px; background:url(../r/search_title_alb.gif) no-repeat 10px 8px; }
.en .Container .Middle .Search .Row { padding:6px 7px 0 117px; height:28px; background:url(../r/search_title_en.gif) no-repeat 10px 8px; }
.Container .Middle .Search .Row .Textbox { width:190px; padding:3px; }
.Container .Middle .Search .Row .Selectbox { width:140px;  }

.Container .Middle .MiddleContent { float:right; width:542px; margin:10px 0 0 0; padding:44px 0 0 0; background:no-repeat left top; }
.Container .Middle .MiddleContent .Content { min-height:300px; height:auto !important; height:300px;  padding:20px 3px 20px 3px; background:url(../r/middlecontent_bg.gif) no-repeat left bottom;}

/*
 * Dialog
 */

.Dialog { width:300px; background:#aaa; position:absolute; top:0; left:0; display:none;  }
.Dialog .Titlebar .TitlebarContent { background:rgb(0,120,200); color:#fff; padding:4px; font:bold 12px Arial,Helvetica,sans-serif; border-right:2px solid rgb(0,150,250); }
.Dialog .Content { background:rgb(255,255,180); padding:10px; font:12px Arial,Helvetica,sans-serif; border-right:2px solid #ccc; }
.Dialog .Buttonbar { padding:5px; background:rgb(235,235,180); border:2px solid #ccc; border-bottom-color:#c5c5c5; border-top:0; border-left:0; }

/*
 * Dialog Button
 */

.Dialog .Button { width:auto; height:auto; display:inline; float:none; margin-right:2px; padding:3px 10px 3px 10px; cursor:pointer; font:bold 12px Arial,Helvetica,sans-serif; background:rgb(50,170,40); color:#fff; }
.Dialog .Button:hover { background-color:rgb(50,200,40); }


/*
 * flash banner
 */
.Container .Middle .FlashBanner { float:right; width:502px; height:183px; padding:19px 23px 18px 17px; background:url(../r/flashbannerbg.gif) no-repeat center; }
* html .Container .Middle .FlashBanner{ padding:15px 18px 18px 17px;  }

/*
 * ads
 */

.Container .Middle .Ad1 { float:left; width:246px;}
.Container .Middle .Ad2 { float:left; width:246px;}

.Container .Footer { height:149px; background:url(../r/footer.gif) no-repeat left top; padding:70px 0 6px 0; margin-top:10px; text-align:center; }
.Container .Footer a {padding: 6px 62px 6px 0; background:url(../r/emplayerLOGO2.png) no-repeat right center;}

/*
 * Tracklist
 */

.TrackList { font-size:10px; font-weight:normal; }
.TrackList .Content { list-style:none; margin:0; padding:0 3px 20px 3px; clear:both; }
* html .TrackList .Content .Row { height:10px;  }
.TrackList .Content .Row .Column { float:left; width:30px;  padding:2px; margin:3px 0px 3px 5px; }
.TrackList .Content .Row .Column.Artist { width:130px; margin-left:0; }
.TrackList .Content .Row .Column.Title { width:170px;  }
.TrackList .Content .Row .Column.Price { width:50px; text-align:center; }
.TrackList .Content .Row .Column.Play { width:50px; }
.TrackList .Content .Row .Column.Gift { width:50px; }
.TrackList .Content .Row.Title { color:#fff; }
.TrackList .Content .Row.Title .Column { text-align:center; font:bold 12px Arial,Helvetica,sans-serif; background:#0092ff; }
.TrackList .Content .Row.Track .Column { color:#000; padding:3px 2px 3px 2px; }
.TrackList .Content .Row.Track .Artist { font-weight:bold; }
.TrackList .Content .Row.Track .Column.Button { opacity:0.9; filter:alpha(Opacity=90); height:17px; background:no-repeat center; }
.TrackList .Content .Row.Track .Column.Button:hover { opacity:1; filter:alpha(Opacity=100); }
.TrackList .Content .Row.Track .Column.Play { background-image:url(../r/icons/play.gif); }
.TrackList .Content .Row.Track .Column.Buy { background-image:url(../r/icons/cart.gif); }
.TrackList .Content .Row.Track .Column.Gift { background-image:url(../r/icons/gift.gif); }
.TrackList .Content .Row.Track .Column.Renew { background-image:url(../r/icons/renew.gif); }
.TrackList .Content .Row.Track .Column.Delete { background-image:url(../r/icons/delete.gif); }
.TrackList .Content .Row.Track .Column.Use { background-image:url(../r/icons/use.gif); }

*:first-child+html .TrackList .Content .Row { height:29px; } 

.TrackList .BlankTitle .BlankTitleLeft { background-image:url(../r/toplist_title_left.png); width: 12px; height: 44px; display:block; float:left; margin-left:20px; }
.TrackList .BlankTitle .BlankTitleMiddle { background-image:url(../r/toplist_title_middle.png); padding-left: 10px; padding-right: 10px; height: 44px; display:block; float:left; color:white; font-size:24px; font-weight:bold; }
.TrackList .BlankTitle .BlankTitleRight { background-image:url(../r/toplist_title_right.png); width: 14px; height: 44px; display:block; float:left; }

/*
 * Categories Sidebar Box
 */
.CategoryListBox { font-size:13px; font-weight:bold;  } 
.alb .Container .Middle .CategoryListBox { background-image:url(../r/categories_alb.gif); }
.en .Container .Middle .CategoryListBox { background-image:url(../r/categories_en.gif); }
.Container .Middle .CategoryListBox .Content .Category { display:block; padding:2px 2px 2px 10px; list-style-image: none; list-style-position: outside; list-style-type: none;}
.Container .Middle .CategoryListBox .Content .Category a { padding-left: 15px; background: url(../r/icons/arrow.gif) no-repeat center left; color:#333; text-decoration:none; }
.Container .Middle .CategoryListBox .Content .Category .Selected { color:#00C0FF !important;}
.Container .Middle .CategoryListBox .Content .Category a:hover { color:#00C0FF; text-decoration:underline; }
.Container .Middle .CategoryListBox .Content .Category .Splitter {font-size:0px; width:166px; height:2px; background: url(../r/line.gif) repeat;}

/*
 * My Rbts Sidebar Box
 */
 
.Container .Middle .MyRbtListBox { background-image:url(../r/donate/myringo_title_al.gif); }
.Container .Middle .MyRbtListBox .Content .Category { display:block; padding:2px 2px 2px 10px; list-style-image: none; list-style-position: outside; list-style-type: none; }
.Container .Middle .MyRbtListBox .Content .Category a { padding-left: 15px; background: url(../r/icons/arrow.gif) no-repeat center left; color:#333; text-decoration:none; }
.Container .Middle .MyRbtListBox .Content .Selected { color:#00C0FF !important; }
.Container .Middle .MyRbtListBox .Content .Category a:hover { color:#00C0FF; text-decoration:underline; }
.Container .Middle .MyRbtListBox .Content .Category .Splitter {font-size:0px; width:166px; height:2px; background: url(../r/line.gif) no-repeat;}

/*
 * My Toplist Sidebar Box
 */
 
.Container .Middle .TopListBox { background-image:url(../r/toplist.gif); }
.Container .Middle .TopListBox .Content .Category { display:block; padding:2px 2px 2px 10px; list-style-image: none; list-style-position: outside; list-style-type: none; }
.Container .Middle .TopListBox .Content .Category a { padding-left: 15px; background: url(../r/icons/arrow.gif)  no-repeat center left; color:#333; text-decoration:none; }
.Container .Middle .TopListBox .Content .Selected { color:#00C0FF !important; }
.Container .Middle .TopListBox .Content .Category: a:hover { color:#00C0FF; text-decoration:underline; }
.Container .Middle .TopListBox .Content .Category .Splitter {font-size:0px; width:166px; height:2px; background: url(../r/line.gif) no-repeat;}

/*
 * Homepage
 */

.Container.Homepage .Middle .TrackList { float:right; width:542px; margin:10px 0 0 0; padding:0px 0 0 0; background-image:url(../r/toplist_top.png); }
.Container.Homepage .Middle .TrackList > .Content { padding:0 3px 20px 3px; }

.Container.Homepage .Middle .TrackList.Top10 .Content .Row.Title .Column { background:#c90746; }
.Container.Homepage .Middle .TrackList.Recent .Content .Row.Title .Column { background:#0092ff; }

.Top10 .BlankTitle .BlankTitleLeft { background-image:url(../r/toplist1_title_left.png); width: 9px; height: 44px; display:block; float:left; margin-left:20px; }
.Top10 .BlankTitle .BlankTitleMiddle { background-image:url(../r/toplist1_title_middle.png); padding-left: 10px; padding-right: 10px; height: 44px; display:block; float:left; color:white; font-size:24px; font-weight:bold; }
.Top10 .BlankTitle .BlankTitleRight { background-image:url(../r/toplist1_title_right.png); width: 14px; height: 44px; display:block; float:left; }

.Recent .BlankTitle .BlankTitleLeft { background-image:url(../r/toplist2_title_left.png); width: 9px; height: 44px; display:block; float:left; margin-left:20px; }
.Recent .BlankTitle .BlankTitleMiddle { background-image:url(../r/toplist2_title_middle.png); padding-left: 10px; padding-right: 10px; height: 44px; display:block; float:left; color:white; font-size:24px; font-weight:bold; }
.Recent .BlankTitle .BlankTitleRight { background-image:url(../r/toplist2_title_right.png); width: 14px; height: 44px; display:block; float:left; }

.Container.Homepage.en .Middle .Form.Login { background-image:url(../r/loginform_en.gif); }
.Container.Homepage.en .Middle .Form.Login .Button { background-image:url(../r/loginbuttons_en.gif); }

/*
 * Category Page
 */

.Container.CategoryPage .Middle .Sidebar .Content { min-height:427px; }
* html .Container.CategoryPage .Middle .Sidebar .Content { height:429px; }
*:first-child+html .Container.CategoryPage .Middle .Sidebar .Content { min-height:430px; }

.Container.CategoryPage .Middle .TrackList { float:right; width:542px; margin:10px 0 0 0; padding:44px 0 0 0; background-image:url(../r/recentlist_title_al.gif); }
.Container.CategoryPage .Middle .TrackList .Content { min-height:347px; height:auto !important; height:347px; padding:0 3px 20px 3px; }

.Container.CategoryPage .Middle .TrackList { background:url(../r/ringos.gif) no-repeat left top; }
.Container.CategoryPage .Middle .TrackList .Content .Row.Title .Column { background:#c90746; }

.Container.CategoryPage .Middle .Letters { display:block; float:right; width:522px; margin:10px 0 0 0; padding:10px; background:url(../r/search_bg.gif) no-repeat; text-align:center; }
.Container.CategoryPage .Middle .Letters .Letter { padding-right:5px; color:#333; font-weight:bold; }

.Container.CategoryPage .Middle .SubCategoriesContainer { display:block; width: 542px; float:right; margin: 10px 0 0}
.Container.CategoryPage .Middle .SubCategories { display:block; width:542px; float: left; background-color: #ffb028; text-align:center; }
.Container.CategoryPage .Middle .SubCategories .SubCategory { padding-right:5px; color:#333; font-weight:bold; }
.Container.CategoryPage .Middle .SubCategoriesLeftTop { display:block; font-size: 1px; width:10px; height: 9px; float:left; background:url(../r/search_bg_topleft.gif) no-repeat;}
.Container.CategoryPage .Middle .SubCategoriesMiddleTop { display:block; font-size: 1px; width: 522px; height: 9px; float: left;background-color:#ffb028;}
.Container.CategoryPage .Middle .SubCategoriesRightTop { display:block; font-size: 1px; width:10px; height: 9px; float:left; background:url(../r/search_bg_topright.gif) no-repeat;}
.Container.CategoryPage .Middle .SubCategoriesLeftBottom { display:block; font-size: 1px; width:10px; height: 9px; float:left; background:url(../r/search_bg_bottomleft.gif) no-repeat;}
.Container.CategoryPage .Middle .SubCategoriesMiddleBottom { display:block; font-size: 1px; font-size: 1px; width: 522px; height: 9px; float:left; background-color: #ffb028;}
.Container.CategoryPage .Middle .SubCategoriesRightBottom { display:block; font-size: 1px; width:10px; height: 9px; float:left; background:url(../r/search_bg_bottomright.gif) no-repeat;}

/*
 * Settings Page
 */

.Container.Configuration .Middle .Sidebar .Content { min-height:357px; }
* html .Container.Configuration .Middle .Sidebar .Content { height:356px; }
*:first-child+html .Container.Configuration .Middle .Sidebar .Content { min-height:356px; }

.Container.Configuration .Middle .MiddleContent.Configuration { background-image:url(../r/ringot.gif); }
.Container.Configuration .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 200px; height:auto !important; height:200px; }

.Container.Configuration .Middle .Tracklist { width:100%; }
.Container.Configuration .Middle .Tracklist tr { width:100%; } 
.Container.Configuration .Middle .Tracklist td { padding:3px; }
.Container.Configuration .Middle .Tracklist .Row.Title { text-align:center; background:#666; color:#fff; font-weight:bold; }
.Container.Configuration .Middle .Tracklist .GroupName { width:100px; }
.Container.Configuration .Middle .Tracklist .Edit { width:30px; }
.Container.Configuration .Middle .Tracklist .Delete { width:30px; }
.Container.Configuration .Middle .Tracklist .Button.EditBtn { width:100%; background:url( ../r/icons/edit.png ) no-repeat center; }
.Container.Configuration .Middle .Tracklist .Button.DeleteBtn { width:100%; background:url( ../r/icons/delete.gif ) no-repeat center; }


/*
 * Edit Set Rbt Page
 */

.Container.EditSetRbtPage .Middle .MiddleContent.EditSetRbt { background-image:url(../r/ringot.gif); }

/*
 * Donate Page
 */

.Container.Donate .Middle .Sidebar { background:url(../r/donate/myringo_title_al.gif) no-repeat; }
.Container.Donate .Middle .Sidebar .Content { height:100px; }

.Container .Middle .Donate  { background-image:url(../r/donate/donate_title_al.gif); min-height: 200px; height:auto !important; height:200px; }
.Container .Middle .Info { background-image:url(../r/info_title_al.gif) !important; min-height: 200px; height:auto !important; height:200px; }

/*
 * Groups Page
 */

.alb .Container.Grups .Middle .MiddleContent.Grups { background-image:url(../r/groups_alb.gif); }
.en .Container.Grups .Middle .MiddleContent.Grups { background-image:url(../r/groups_en.png); }
.Container.Grups .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 350px; height:auto !important; height:350px; }

.Container.Grups .Middle .Tracklist { width:100%; }
.Container.Grups .Middle .Tracklist td { padding:3px; }
.Container.Grups .Middle .Tracklist .Row.Title { text-align:center; background:#666; color:#fff; font-weight:bold; }
.Container.Grups .Middle .Tracklist .Nr { width:20px; }
.Container.Grups .Middle .Tracklist .GroupName { width:100px; }
.Container.Grups .Middle .Tracklist .MobileNumber { width:200px; }
.Container.Grups .Middle .Tracklist .Delete { width:30px; }
.Container.Grups .Middle .Tracklist .Button.Delete { width:100%; background:url( ../r/icons/delete.gif ) no-repeat center; }
.Container.Grups .Middle .Tracklist .Button.EditBtn { display: inline !important; width:65px;; background:url( ../r/icons/edit.png ) no-repeat center; }
.Container.Grups .Middle .Tracklist .Button.AddRemBtn { width:65px; background:url( ../r/icons/add_remove.png ) no-repeat center; }

.en .Container.Grups .Middle .Button.AddGroup { display:block; float:right; width:60px; height:18px; background:url( ../r/addgroup_en.gif ) no-repeat center; }
.alb .Container.Grups .Middle .Button.AddGroup { background:url( ../r/addgroup_alb.gif ) no-repeat center; }

.Container.Grups .Middle .Sidebar .Content { min-height:357px; }
* html .Container.Grups .Middle .Sidebar .Content { height:356px; }
*:first-child+html .Container.Grups .Middle .Sidebar .Content { min-height:356px; }

/*
 * Groups Editor Page
 */

.Container.GrupsEditor .Middle .Sidebar { background:url(../r/donate/myringo_title_al.gif) no-repeat; }
.Container.GrupsEditor .Middle .Sidebar .Content { height:100px; }

.Container.GrupsEditor .Middle .MiddleContent.GrupsEditor { background-image:url(../r/grups/grups_title_al.gif); }
.Container.GrupsEditor .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 200px; height:auto !important; height:200px;  }

.Container.GrupsEditor .Middle .MiddleContent .Form fieldset { margin:10px 0 10px 0; }
.Container.GrupsEditor .Middle .MiddleContent .Form fieldset .Row { padding:3px; }
.Container.GrupsEditor .Middle .MiddleContent .Form .Textbox.Number { width:30px; text-align:center; }

.Container.GrupsEditor .Middle .Tracklist { width:100%; }
.Container.GrupsEditor .Middle .Tracklist td { padding:3px; text-align:center; }
.Container.GrupsEditor .Middle .Tracklist .Textbox { width:95%; }
.Container.GrupsEditor .Middle .Tracklist .Row.Title { text-align:center; background:#666; color:#fff; font-weight:bold; }
.Container.GrupsEditor .Middle .Tracklist .Nr { width:20px; }
.Container.GrupsEditor .Middle .Tracklist .MobileNumber { width:150px; }
.Container.GrupsEditor .Middle .Tracklist .Delete { width:30px; }
.Container.GrupsEditor .Middle .Tracklist .Button.Delete { width:100%; background:url( ../r/icons/delete.gif ) no-repeat center; }

/*
 * Help Page
 */

.alb .Container.Help .Middle .MiddleContent.Help { background-image:url(../r/help_alb.gif); }
.en .Container.Help .Middle .MiddleContent.Help { background-image:url(../r/help_en.gif); }
.Container.Help .Middle .MiddleContent.Help .ContentFooter { height:31px; background:url(../r/help/content_footer.gif) no-repeat; }

/*
 * Terms Page
 */

.alb .Container.Terms .Middle .MiddleContent.Terms { background-image:url(../r/terms_title_al.png); }
.en .Container.Terms .Middle .MiddleContent.Terms { background-image:url(../r/terms_title_en.png); }
.Container.Terms .Middle .MiddleContent.Terms .ContentFooter { height:31px; background:url(../r/help/content_footer.gif) no-repeat; }


/*
 * My Ringos Page
 */
.Container.MyRingos .Middle .Sidebar .Content { min-height:336px;  } 
* html .Container.MyRingos .Middle .Sidebar .Content  { height:336px;  }
*:first-child+html .Container.MyRingos .Middle .Sidebar .Content  { min-height:336px;  }
.Container.MyRingos .Middle .TrackList { float:right; width:542px; margin:10px 0 0 0; padding:44px 0 0 0; background-image:url(../r/ringot.gif); }
.Container.MyRingos .Middle .TrackList .Content { padding:0 3px 20px 3px; }
.Container.MyRingos .Middle .TrackList .Content .Row.Title .Column { background:#666; color:#fff; }

.Container.MyRingos .Middle .TrackList .Column.TrackTitle { float:left; width:125px !important; }
.Container.MyRingos .Middle .TrackList .Column.Artist { width:125px !important; }
.Container.MyRingos .Middle .TrackList .Column.Play { width:40px !important; }
.Container.MyRingos .Middle .TrackList .Column.Renew { width:40px !important; }
.Container.MyRingos .Middle .TrackList .Column.Delete { width:40px !important; }
.Container.MyRingos .Middle .TrackList .Column.Gift { width:40px !important; }
.Container.MyRingos .Middle .TrackList .Column.Use { width:40px !important; }
.Container.MyRingos .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 200px; height:auto !important; height:200px; }


/*
 * Recommend Page
 */

.Container.Recommend .Middle .Sidebar { background:url(../r/donate/myringo_title_al.gif) no-repeat; }
.Container.Recommend .Middle .Sidebar .Content { height:100px; }

.Container.Recommend .Middle .MiddleContent.Recommend { background-image:url(../r/recommend/recommend_title_al.gif); }
.Container.Recommend .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 200px; height:auto !important; height:200px; }

/*
 * Search Page
 */

.Container.Search .Middle .Sidebar { padding-top:89px; }
* html .Container.Search .Middle .Sidebar { padding-top:75px; }
*:first-child+html .Container.Search .Middle .Sidebar { padding-top:75px; }
.Container.Search .Middle .Sidebar { background-image:url(../r/searchringo_title_en.gif) !important; }
.Container.Search .Middle .TrackList { background-image:url(../r/ringos.gif); }
.Container.Search .Middle .TrackList .Content .Row.Title .Column { background:#5d994c; }
.Container.Search .Middle .TrackList .Content { min-height:300px; }

.Container.Search .Middle .Letters { display:block; float:right; width:522px; margin:10px 0 0 0; padding:10px; background:url(../r/search_bg.gif) no-repeat; text-align:center; }
.Container.Search .Middle .Letters .Letter { padding-right:5px; color:#333; font-weight:bold; }

.alb .Container.Search .Middle .Sidebar { background-image:url(../r/searchringo_title_al.gif) !important; }
/*
 * Sharing Page
 */

.Container.Sharing .Middle .Sidebar { background:url(../r/donate/myringo_title_al.gif) no-repeat; }
.Container.Sharing .Middle .Sidebar .Content { height:100px; }

.Container.Sharing .Middle .MiddleContent.Sharing { background-image:url(../r/sharing/ringot_title_al.gif); }
.Container.Sharing .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 200px; height:auto !important; height:200px; }
.Container.Sharing .Middle .MiddleContent .Groups { text-align:center; }
.Container.Sharing .Middle .MiddleContent .Groups h4 { padding:1px; margin:0; font:bold 12px Arial,Helvetica,sans-serif; color:#AE17FD; }

.ShareList { width:100%; margin:10px 0 5px 0; }
.ShareList td { padding:2px; }
.ShareList .TitleRow td { font-weight:bold; padding:3px; background:#666; color:#fff; }
.ShareList .MobileNumber { width:400px; }
.ShareList .Nr, .ShareList .Delete { text-align:center; }
.ShareList .Textbox { width:400px; }

.ShareList .Button.Delete { width:100%; background:url( ../r/icons/delete.gif ) no-repeat center; }

/*
 * Toplist Page
 */

.Container.Toplist .Middle .TrackList { background-image:url(../r/toplist_top.png); padding:0px;}
.Container.Toplist .Middle .TrackList .Content { padding:0 3px 20px 3px; }
.Container.Toplist .Middle .TrackList .Content .Row.Title .Column { background:#e2513d; color:#fff; }
.Container.Toplist .Middle .TrackList .Content .Row .Label { background:#e2513d; text-align:center; padding:3px; color:#fff; font-weight:bold; font-size:1.0em}
.Container.Toplist .Middle .Sidebar .Content { min-height:350px;  }
* html .Container.Toplist .Middle .Sidebar .Content  { height:385px;  }
*:first-child+html .Container.Toplist .Middle .Sidebar .Content  { min-height:389px;  }


/*
 * Subscription Page
 */
.Container.SubscriptionPage .Middle .MiddleContent.Grups { background-image:url(../r/signup_title_en.png);  height:205px; }
.alb .Container.SubscriptionPage .Middle .MiddleContent.Grups { background-image:url(../r/signup_title_al.gif);  height:205px; }
//* html .Container.SubscriptionPage .Middle .MiddleContent .Content { background:#eee; }


/*
 * SetRbtPage
 */

.Container.SetRbtPage .Middle .MiddleContent { float:right; width:542px; margin:10px 0 0 0; padding:44px 0 0 0; background-image:url(../r/ringot.gif); }

/*
 * SetRbtPage
 */

.Container.SetRbtPage .Middle .MiddleContent { float:right; width:542px; margin:10px 0 0 0; padding:44px 0 0 0; background-image:url(../r/ringos.gif); }


.White { background-color:#f6f6f6 }

.MiddleContent { min-height:193px; height:auto !important; height:193px; }
.Sidebar .Content { min-height:100px; height:auto !important; height:100px;}

/*
 * Present Page
 */ 

.alb .Container.PresentPage .Middle .MiddleContent.Present { background-image:url(../r/present_alb.png); }
.en .Container.PresentPage .Middle .MiddleContent.Present { background-image:url(../r/present_en.png); }
.Container.Present .Middle .MiddleContent.Info { background-image:url(../r/info_title_al.gif); min-height: 350px; height:auto !important; height:350px; }
 
 .Container.PresentPage .Middle .Sidebar .Content { min-height:356px; }
* html .Container.PresentPage .Middle .Sidebar .Content { height:156px; }
*:first-child+html .Container.PresentPage .Middle .Sidebar .Content { min-height:356px; }


/*
 * Tool Tips
 */ 
 
#tt {position:absolute; display:block; font-size:0.8em; font-family:verdana, helvetica, sans;}
#ttcont {display:block; margin:5px; padding:10px; background:#666; color:#FFF; border: solid 1px #fff;}
