/* 
Project: LiveInternet - Shared layout
Author:   A.Timofeev / Re.Active (www.reactant.ru)
Version:  2 Oct 2007
*/


/* Defaults
----------------------------------------------- */
html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0;margin:0;}
* {zfont-size:100.01%;}
	/* -----------[ Elements ]----------- */
		table {border-collapse:collapse;}
		h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
		a img,:link img,:visited img {border:none;}
		fieldset {border: solid 0 transparent;}
		ul li {list-style:none;}    
	/* -----------[ Class ]----------- */
		.Bo, .CLe {height:0;font-size:0;visibility:hidden;}
		.Bo {clear:both;}
		.CLe {clear:left;}
		.Hi  {font-size:0; visibility:hidden;}
	/* ----------- [ Align ] ----------- */
		.alignleft, .alignright {display:block;}
		.alignleft {float:left;}
		.alignright {float:right;}
		/* -[ Margins ]- */
			.GlMarT, .GlMarB, .GlMarR, .GlMarL, .GlMarLR, .GlMarTB, .GlMar {display:block;}
			.GlMarT {margin-top:15px;}
			.GlMarB {margin-bottom:15px;}
			.GlMarR {margin-right:15px;}
			.GlMarL {margin-left:15px;}
			.GlMarLR {margin:0 15px;}
			.GlMarTB {margin:15px 0;}
			.GlMar {margin:15px;}
			.GlMarMdT, .GlMarMdB, .GlMarMdR, .GlMarMdL, .GlMarMdLR, .GlMarMdTB, .GlMarMd {display:block;}
			.GlMarMdT {margin-top:10px;}
			.GlMarMdB {margin-bottom:10px;}
			.GlMarMdR {margin-right:10px;}
			.GlMarMdL {margin-left:10px;}
			.GlMarMdLR {margin:0 10px;}
			.GlMarMdTB {margin:10px 0;}
			.GlMarMd {margin:10px;}
			.GlMarSmT, .GlMarSmB, .GlMarSmR, .GlMarSmL, .GlMarSmLR, .GlMarSmTB, .GlMarSm {display:block;}
			.GlMarSmT {margin-top:5px;}
			.GlMarSmB {margin-bottom:5px;}
			.GlMarSmR {margin-right:5px;}
			.GlMarSmL {margin-left:5px;}
			.GlMarSmLR {margin:0 5px;}
			.GlMarSmTB {margin:5px 0;}
			.GlMarSm {margin:5px;}    
		/* -[ Paddings ]- */ 
			.GlPadT, .GlPadB, .GlPadR, .GlPadL, .GlPadLR, .GlPadTB, .GlPad {display:block;}
			.GlPadT {padding-top:15px;}
			.GlPadB {padding-bottom:15px;}
			.GlPadR {padding-right:15px;}
			.GlPadL {padding-left:15px;}
			.GlPadLR {padding:0 15px;}
			.GlPadTB {padding:15px 0;}
			.GlPad {padding:15px;}    
			.GlPadMdT, .GlPadMdB, .GlPadMdR, .GlPadMdL, .GlPadLMdR, .GlPadMdTB, .GlPadMd {display:block;}
			.GlPadMdT {padding-top:10px;}
			.GlPadMdB {padding-bottom:10px;}
			.GlPadMdR {padding-right:10px;}
			.GlPadMdL {padding-left:10px;}
			.GlPadMdLR {padding:0 10px;}
			.GlPadMdTB {padding:10px 0;}
			.GlPadMd {padding:10px;}    
			.GlPadSmT, .GlPadSmB, .GlPadSmR, .GlPadSmL, .GlPadLSmR, .GlPadSmTB, .GlPadSm {display:block;}
			.GlPadSmT {padding-top:5px;}
			.GlPadSmB {padding-bottom:5px;}
			.GlPadSmR {padding-right:5px;}
			.GlPadSmL {padding-left:5px;}
			.GlPadSmLR {padding:0 5px;}
			.GlPadSmTB {padding:5px 0;}
			.GlPadSm {padding:5px;}
		/* -[ Floats ]- */
			.GlInl {float:left;margin-right:15px;}
			.GlInlMd {float:left;margin-right:10px;}
			.GlInlSm {float:left;margin-right:5px;}			
		/* -[ Aligns ]- */	
			.GlAlignL {text-align:left;}
			.GlAlignR {text-align:right;}
			.GlAlignC {text-align:center;}
	/* -----------[ Fonts ]----------- */	
		/* -[ Weight ]- */
			.GlFontB {font-weight:bold;}
		/* -[ Size ]- */
			.GlFontSml {font-size:0.9em;}	
	/* -----------[ Links ]----------- */		
		/* -[ Decoration ]- */
			.GlLnxN a,a:link.GlLnxN,a:visited.GlLnxN {text-decoration:none;} 
			.GlLnxN a:hover,a:hover.GlLnxN,a:active.GlLnxN {text-decoration:underline;}
			.GlLnxU a, a:link.GlLnxU,a:visited.GlLnxU {text-decoration:underline;}
			.GlLnxU a:hover,a:hover.GlLnxU,a:active.GlLnxU {text-decoration:none;}
		/* -[ Margins ]- */	
			.GlLnxMar2 {padding-left:2px;}
			.GlLnxMar22 {padding:0 2px 0 2px;}
			.GlLnxMar4 {padding-left:4px;}
			.GlLnxMar44 {padding:0 4px 0 4px;}			
	/* -----------[ Btns ]----------- */    
		.GlBtnSend {background:#f9f9fb url(bgr.gif) repeat-x 0 0;border:#A7A4A0 1px solid;color:#000;cursor:pointer;}
		.GlBtnSend:link, .GlBtnSend:visited, .GlBtnSend:hover, .GlBtnSend:active  {text-decoration:none;font-weight:normal;} 
	/* -----------[ Main ]----------- */  
		html {width:100%;height:100%;}
		html {background:#FFF;}
		html, input, select, textarea {font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;}
		a:link, a:visited, a:focus, a:hover, a:active,
		#GlHdrNav a:link, #GlHdrNav a:visited, #GlHdrNav a:focus, #GlHdrNav a:hover,
		#GlFtr a:link, #GlFtr a:visited, #GlFtr a:focus, #GlFtr a:hover  {text-decoration:underline;color:#2180bc;}
		a:hover, #GlHdrNav a:hover, #GlFtr a:hover {text-decoration:none;}
		a:visited, #GlHdrNav a:visited, #GlFtr a:visited {color:#27a3d9;}
		body {font-size:1.2em;}
		body table {font-size:1em;}
		body {color:#444;}		
		input, select, textarea  {font-size:1em;}
		.PngFix {behavior: url	("/inc/iepngfix/iepngfix.php")}
  

/* CSS sprites
----------------------------------------------- */
	/* -----------[ Icons ]----------- */
		.GlIco2Friend {padding:1px 0 2px 20px;}
		.GlIco2Friend {background:url(sprite_icons2.gif) no-repeat 0 -60px;}
		.GlIcoStatus {padding:1px 0 1px 16px;}
		.GlIcoStatus {background:url(sprite_icons2.gif) no-repeat 0 -81px;}
		.GlIcoMail {background:url(sprite_icons2.gif) no-repeat 0 -100px;}		
		.GlIcoRSS {padding:1px 0 1px 16px;}
		.GlIcoRSS {background:url(sprite_icons2.gif) no-repeat 0 -120px;}
		.GlIcoAdd {padding:1px 0 1px 17px;}
		.GlIcoAdd {background:url(sprite_icons2.gif) no-repeat 0 -140px;}
		

  
/* Share header 
----------------------------------------------- */
	#GlHdr {background:#FFF;}
	#GlAllcount {position:absolute;top:0;left:0;}
	  /* -----------[ Top menu and system links ]----------- */
		#GlHdrTop {font-size:0.9em;zclear:left;float:left; width:100%;padding:3px 0 6px 0;}
		#GlHdrTop {background:#4E4E4E url(top_bg.png) repeat-x 0 0;color:#FFF;border-bottom:#FFF 1px solid;}
		#GlHdrTop a {color:#FFF;} 
			/* -[ Top menu ]- */
				#GlHdrTopMnu {float:left;}
				#GlHdrTopMnu li {float:left; margin:0 9px; list-style-type:disc;}
				  #GlHdrTopMnu li#GlHdrTopMnuOne {margin-left:0; list-style:none;}
				  #GlHdrTopMnu strong a {padding-right:17px;}        
				  #GlHdrTopMnu strong a {background:url(top_arrw.png) no-repeat 100% 50%;}
				/* -[ Top submenu ]- */
					#GlHdrTopMnuAll {position:relative;z-index:10;}
					#GlHdrTopMnuAll ul {list-style:none; position:absolute;top:0;left:0;z-index:4; padding:0 5px 5px 5px;margin:19px 0 0 -7px;}
					#GlHdrTopMnuAll ul {background:#4E4E4E; border-color:#FFF;border-style:solid;border-width:0 1px 1px 1px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
					  #GlHdrTopMnuAll ul li {display:block;clear:both; width:200px;margin:0;padding:0;}
						#GlHdrTopMnuAll ul li a {display:block;padding:2px;}
						#GlHdrTopMnuAll ul li a:hover {background:#ccc;color:#4E4E4E;}
      /* -[ System links ]- */
        #GlHdrTopLnks {display:block; float:right;}
  /* -----------[ Logo and navigation ]----------- */
    #GlHdrNav {float:left; width:100%;height:60px; position:relative;}
    #GlHdrNav {background:url(nav_bg.png) repeat-x 0 0;}
		/* -[ Micro blog ]- */
			#GlHdrNavTwit {position:absolute;top:0;left:0; width:100%; text-align:right;}
				#GlHdrNavTwitInnr {position:relative;z-index:5; float:right; width:480px; padding-top:6px;}
					/* -[ Status and warning ]- */
					#GlHdrNavTwitInnr span {position:absolute;left:0; width:370px;height:18px;overflow:hidden;} 
						#GlHdrNavTwitInnrStat {top:4px;}
						#GlHdrNavTwitInnrWarn {top:7px;}
						#GlHdrNavTwitInnr b a:link, #GlHdrNavTwitInnr b a:visited, #GlHdrNavTwitInnr b a:hover, #GlHdrNavTwitInnr b a:active  {color:#444;}
					/* -[ Add status ]- */	
						#GlHdrNavTwitInnrMess {position:absolute;top:30px;left:0;z-index:6; width:100%;}
							#GlHdrNavTwitInnrMess form {float:right; position:relative; width:183px;height:68px; margin-right:15px;}
							#GlHdrNavTwitInnrMess form {background:#fffcdd url(twit_mes-bg.png) no-repeat 0 0;}
								#GlHdrNavTwitInnrMessInnr {display:block;height:28px;width:165px; position:absolute;top:19px;left:6px;}
								#GlHdrNavTwitInnrMessInnr {background:url(twit_mesinnr-bg.gif) no-repeat 50% 50%;}
									#GlHdrNavTwitInnrMess form textarea {position:absolute;top:0;left:0; height:24px;width:165px; padding:2px;}
									#GlHdrNavTwitInnrMess form textarea {border:#fbe6ae 1px solid;}
									#GlHdrNavTwitInnrMess form a {display:block; width:171px;margin-top:30px; text-align:center;}
									#GlHdrNavTwitInnrMess form a:link, #GlHdrNavTwitInnrMess form a:visited, #GlHdrNavTwitInnrMess form a:hover, #GlHdrNavTwitInnrMess form a:active {color:#444;}
      /* -[ Logo ]- */
        #GlHdrNav h1 {font-size:2.5em;font-weight:normal;font-family:Trebuchet MS; position:relative;z-index:3; display:block;float:left;overflow:hidden; width:300px;height:50px;margin-top:-8px;}
        #GlHdrNav h1 {color:#989898;}
          #GlHdrNav h1 span {color:#35a9db;}
          #GlHdrNav h1 em {display:block;font-size:0.38em;}
          #GlHdrNav #GlHdrNavLogo {position:absolute;top:16px;left:15px; display:block; width:226px;height:44px; text-indent:-777em;}
          #GlHdrNav #GlHdrNavLogo {background:url(nav_log3.png) no-repeat 0 0;}
			/* -[ Blog image ]- */
				#GlHdrNavBlogtop {position:absolute;top:15px;left:195px; display:block; width:80px;height:17px; text-indent:-777em;}
				#GlHdrNavBlogtop {background:url(nav_topblogs.gif) no-repeat 0 0;}  
			/* -[ Partner image ]- */	  
				#GlHdrNavAxetop {position:absolute;top:7px;left:180px; display:block; width:84px;height:38px; text-indent:-777em;}
				#GlHdrNavAxetop {background:url(nav_axeblogs.gif) no-repeat 0 0;}							
      /* -[ Navigation ]- */
        /*#GlHdrNavMnu {position:relative;z-index:3; zwidth:470px;margin:0 200px 0 300px;white-space:normal;}
        #GlHdrNavMnuInnr {margin:0 auto;width:456px;position:relative;}*/
        #GlHdrNavMnu {position:absolute;top:0;left:0; width:100%; margin-top:-8px;}
        	#GlHdrNavMnuInnr {position:relative;z-index:4; width:540px;margin:0 auto;padding-left:100px;}
          /* -[ Login ]- */
            #GlHdrNavMnuLogin {margin:3px 0 15px 0; position:relative;z-index:2;}
              #GlHdrNavMnuLogin p {display:block;}
                #GlHdrNavMnuLogin p span a {color:#7e7e7e;}              
          /* -[ Tabs ]- */
            #GlHdrNavMnu ul {margin-top:-10px;}
              #GlHdrNavMnu ul li {font-size:0.9em; position:relative;display:block;float:left; height:25px;padding:7px 10px 0 10px; z-index: 1;}
              #GlHdrNavMnu ul li {background:#F6F6F6; color:#868686;}
                #GlHdrNavMnu ul li strong {display:block; position:absolute;top:0;left:0; font-weight:normal;}
                #GlHdrNavMnu ul li strong {background:url(tabs_bg.png) repeat-x 0 0;} 
                  #GlHdrNavMnu ul li strong span {display:block;}                
                  #GlHdrNavMnu ul li strong span {background:url(tabs_bg-le.png) no-repeat 0 0;}
                    #GlHdrNavMnu ul li strong span em {display:block;}
                    #GlHdrNavMnu ul li strong span em {background:url(tabs_bg-ri.png) no-repeat 100% 0;}
                      #GlHdrNavMnu ul li strong span em a {display:block; padding:7px 10px 11px 10px; text-indent:-777em;}
                      #GlHdrNavMnuFrn, #GlHdrNavMnuFrn a {width:38px;}
                      #GlHdrNavMnuFrn a {background:url(tabs_bg-frn.gif) no-repeat 50% 2px;}
                      #GlHdrNavMnuBlog, #GlHdrNavMnuBlog a {width:57px;}
                      #GlHdrNavMnuBlog a {background:url(tabs_bg-blog.gif) no-repeat 50% 3px;}
                      #GlHdrNavMnuPost, #GlHdrNavMnuPost a {width:55px;}
                      #GlHdrNavMnuPost a {background:url(tabs_bg-post.gif) no-repeat 50% 3px;}
                      #GlHdrNavMnuSett, #GlHdrNavMnuSett a {width:62px;}
                      #GlHdrNavMnuSett a {background:url(tabs_bg-sett.gif) no-repeat 50% 3px;}
                      #GlHdrNavMnuComm, #GlHdrNavMnuComm a {width:81px;}
                      #GlHdrNavMnuComm a {background:url(tabs_bg-comm.gif) no-repeat 50% 3px;} 
                      #GlHdrNavMnuPri, #GlHdrNavMnuPri a {width:31px;}
                      #GlHdrNavMnuPri a {background:url(tabs_bg-priv.gif) no-repeat 50% 3px;}  
                      /* -[ New private ]- */
                      #GlHdrNavMnu ul li#GlHdrNavMnuPriActive strong {background:url(tabs-act_bg.png) repeat-x 0 0;}
                      #GlHdrNavMnu ul li#GlHdrNavMnuPriActive strong span {background:url(tabs-act_bg-le.png) no-repeat 0 0;}
                      #GlHdrNavMnu ul li#GlHdrNavMnuPriActive strong span em {background:url(tabs-act_bg-ri.png) no-repeat 100% 0;}
                      #GlHdrNavMnuPriActive, #GlHdrNavMnuPriActive a {width:31px;}
                      #GlHdrNavMnuPriActive a {background:url(tabs_bg-priv.gif) no-repeat 50% 3px;}
                      /* -[ Beeline ]- */
                      	#GlHdrNavMnuBeee, #GlHdrNavMnuBeee a {width:57px;height:34px;}
                      	#GlHdrNavMnu ul li#GlHdrNavMnuBeee, #GlHdrNavMnu ul li#GlHdrNavMnuBeee * {background:none;}
                      	#GlHdrNavMnu ul li#GlHdrNavMnuBeee a {background:url(tabs_bg-beee2.gif) no-repeat 50% 0;}
                      	#GlHdrNavMnuLogin ul li#GlHdrNavMnuBeee {position:absolute;top:22px;left:350px;}
          /* -[ Auth form ]- */ 
            #GlHdrNavMnuForm {margin-top:-4px;}
            #GlHdrNavMnuForm #GlHdrNavMnuLogin b {display:block;float:left; width:118px;}
            #GlHdrNavMnuForm #GlHdrNavMnuInputs {float:left;width:100%; margin-top:3px;margin-bottom:12px;}
            html>/**/body #GlHdrNavMnuForm #GlHdrNavMnuInputs {margin-bottom:0px;}
              #GlHdrNavMnuForm #GlHdrNavMnuInputs p {height:36px;}
                #GlHdrNavMnuForm #GlHdrNavMnuInputs p input {width:108px;padding:3px;margin-right:3px;} 
                #GlHdrNavMnuForm #GlHdrNavMnuInputs p input {border-style:solid;border-width:1px;border-left-color:#dcdbdb;border-top-color:#dcdbdb;border-right-color:#F6F6F6;border-bottom-color:#F6F6F6; background:#FFF;}
                #GlHdrNavMnuForm #GlHdrNavMnuInputs p span {margin-left:4px;}
                  #GlHdrNavMnuForm #GlHdrNavMnuInputs p span a {color:#868686;}
          /* -[ No auth links ]- */
            #GlHdrNavMnuNoaut #GlHdrNavMnuLogin {zoverflow:hidden; height:46px;}      
              #GlHdrNavMnuNoaut #GlHdrNavMnuLogin span {display:block; margin-bottom:8px;}
                #GlHdrNavMnuLoginLgn, #GlHdrNavMnuLoginReg {font-size:1.5em; padding:0 0 0 26px;}
                #GlHdrNavMnuLoginLgn {background:url(ico_lgn.gif) no-repeat 0 50%;}
                #GlHdrNavMnuLoginReg {background:url(ico_reg.gif) no-repeat 0 50%;}
		/* -[ Mini search ]- */
			#GlHdrNavScrch {float:right; width:200px; text-align:right;}
				/* -[ Mini search form ]- */	
					#GlHdrNavScrchForm {position:relative;z-index:3; margin-top:27px;height:30px;}
					html>/**/body #GlHdrNavScrchForm {margin-top:17px;}
					#GlHdrNavScrchForm {background:url(srch_inp.gif) no-repeat 100% 0;}	
						#GlHdrNavScrchForm input {position:absolute; top:6px;left:90px;width:90px; border:0;}
						#GlHdrNavScrchForm a {dislay:block;position:absolute; top:6px;left:180px;height:16px;width:16px;overflow:hidden; text-indent:777em;}

						
/* Share footer
----------------------------------------------- */						
	#GlFtr {font-size:0.95em; clear:both; padding:10px 10px 50px 10px;position:relative;height:auto;overflow:hidden;}
	#GlFtr {border-bottom:#787878 2px solid;}
		#GlFtrInnr {background:#FFF url(bg-2.png) repeat-x 0 0;}
			#GlFtrInnrTL {background:url(bg_t-l.png) no-repeat 0 0;}
			#GlFtrInnrTR {background:url(bg_t-r.png) no-repeat 100% 0;}
			#GlFtrInnrTR {padding:15px;}
			#GlFtrHot {margin-bottom:14px; padding:2px 0 14px 160px;}
			#GlFtrHot {background:url(hot_bg.gif) no-repeat 0 0;border-bottom:#c9c9c9 1px solid;}
				#GlFtrHot p {margin-top:8px;}
			#GlFtrCntr {float:left;width:160px; text-align:center;}
				#GlFtrCntr span, #GlFtrCntr strong {display:block;}
				#GlFtrCntr span {margin-bottom:3px;}
				#GlFtrCntr strong {margin-top:3px;}
			.GlFtrSrvs {float:right;width:18%; padding-left:13px;}	
			.GlFtrSrvs {border-left:#c9c9c9 1px dashed;}
				.GlFtrSrvs b {font-size:1.1em; display:block; margin-bottom:5px;}
				.GlFtrSrvs b {color:#000;}
				.GlFtrSrvs a {color:#000;}
					.GlFtrSrvs ul li {margin-bottom:1px;}

				
/* Share apppanel
----------------------------------------------- */	
		#GlAppanelWrapper {position:fixed;bottom:0;left:0; width:100%; z-index:77;}
		* html #GlAppanelWrapper
		{
		position: absolute;
		top:expression(eval(document.compatMode &&
			document.compatMode=='CSS1Compat') ?
			documentElement.scrollTop
			+(documentElement.clientHeight-this.clientHeight) 
			: document.body.scrollTop
			+(document.body.clientHeight-this.clientHeight));
		left:0;
		}
	/* -----------[ Real panel ]----------- */			
		.GlAppanelPanel {visibility:hidden;}
		#GlAppanelPanel {height:24px;padding-top:8px; width:80%;margin:0 auto; overflow:hidden;}
		#GlAppanelPanel {background:#6f798a url(bg-1.png) repeat-x;border:#383e48 1px solid;border-width:1px 1px 0 1px;}
		#GlAppanelPanel {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);-moz-opacity: 0.95;-khtml-opacity: 0.95;opacity: 0.95;}
			#GlAppanelPanel, #GlAppanelPanel a {color:#ddd;}
		/* -----------[ Title ]----------- */
			#GlAppanelTitle {display:block; float:left; width:145px; padding-left:15px;margin-right:15px;}
			#GlAppanelTitle {background:url(ttl_bg.gif) no-repeat 100% 50%;}
			#GlAppanelTitle, #GlAppanelTitle a {color:#FFF;}
		/* -----------[ Apps ]----------- */	
			#GlAppanelList {}
				#GlAppanelList li {float:left; height:20px;width:0;overflow:hidden; padding-left:19px;margin-right:10px; cursor:pointer;}
				#GlAppanelList li {background-repeat:no-repeat;background-position:0 0;}
					#GlAppanelList li a {display:block; text-indent:-777em; text-decoration:none;border-bottom:#FFF 1px dashed;}
					#GlAppanelList li a:hover {border-bottom:none;}
		/* -----------[ Hide button ]----------- */			
			#GlAppanelLnx {display:block;float:right; font-size:0.9em;font-weight:normal; margin-right:15px;}
				#GlAppanelLnx a {display:block; padding-right:10px;}
				#GlAppanelLnx a {background:url(lnx_bg.gif) no-repeat 100% 5px;}
	/* -----------[ Hidden panel ]----------- */				
		#GlAppanelPanelHidden {width:60px;margin:0 auto;}
		#GlAppanelPanelHidden {background:#6f798a url(bg-1.png) repeat-x;border:#383e48 1px solid;border-width:1px 1px 0 1px;}
		#GlAppanelPanelHidden {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
			#GlAppanelPanelHidden a {display:block; height:8px; text-indent:-777em;}
			#GlAppanelPanelHidden a {background:url(hidden_bg.gif) no-repeat 50% 50%;}
			
			
/* Ads
----------------------------------------------- */
	/* -----------[ IE8 ]----------- */
		#GlAd-Ishak {position:relative; float:left; width:100%;height:25px;}
		#GlAd-Ishak {background:#5bace6 url(bg2.png) repeat-x 0 0;}
		#GlAd-Ishak.GlAd-Ff {background:#ec870d url(ff-bg2.png) repeat-x 0 0; color:#FFF;}
			#GlAd-Ishak a {position:absolute;top:0;left:0;z-index:7; width:100%;height:25px; text-indent:-777em; background:transparent;}
			#GlAd-Ishak a {background:url(link.gif) no-repeat 750px 2px;}
			#GlAd-Ishak.GlAd-Ff a {background:url(link.gif) no-repeat 850px 2px;}
			#GlAd-Ishak-Inner {font-size:0.9em; height:25px; padding:5px 0 0 40px;}
			#GlAd-Ishak-Inner {background:url(logo2.gif) no-repeat 15px 5px;}
			.GlAd-Ff #GlAd-Ishak-Inner {background:url(logo2-ff.png) no-repeat 12px 0;}
				#GlAd-Ishak-Inner h3 {font-size:1.1em; display:inline;margin-right:45px;}
				#GlAd-Ishak-Inner p {display:inline;}
					#GlAd-Ishak-Inner p em {display:none;}


/* LS
----------------------------------------------- */			
	#GlPopLs {width:100%; position:absolute; top:0;left:0;z-index:1000;}
	#GlPopLs * {font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;}
	#GlPopLs a {color:#2180bc;}
	#GlPopLs h2, #GlPopLs p, #GlPopLs dl, #GlPopLs dt, #GlPopLs dd{padding:0;margin:0;}
		/* -----------[ Popup ]----------- */
			#GlPopLs dl {z-index:1110;position:relative; width:750px;margin:100px auto;}
				.GlPopLsTMess {height:400px;}
				.GlPopLsTInv {height:270px;}
			#GlPopLs dl {color:#595959;}
			#GlPopLs dl textarea {color:#4b4b4b;}
			#GlPopLs dl {background:#FFF;}
				/* -[ Header ]- */
					#GlPopLs dl dt {position:relative; height:30px;overflow:hidden;}
					#GlPopLs dl dt {background:#00baf1 url(dt_bg.png) repeat-x 0 0; color:#FFF;}
						#GlPopLsHdrL {display:block;position:absolute; top:0;left:0;width:194px;height:30px;}
						#GlPopLsHdrL {background:url(dt_bg-l.png) repeat-x 0 0;}
						#GlPopLsHdrR {display:block;position:absolute; top:0;left:720px;width:30px;height:30px; cursor:pointer;}
						#GlPopLsHdrR {background:url(dt_bg-r.png) no-repeat 0 0;}						
				/* -[ Body ]- */		
					#GlPopLs dl dd {position:relative;}
						#GlPopLsBodyL {position:absolute; top:0;left:0;width:165px;padding:20px 0 0 20px;}
							/* -[ Avatar ]- */
								#GlPopLsBodyLAva {position:relative;}
									#GlPopLsBodyLAva a img {background: url(dd_ava-bg.png) no-repeat 100% 100%;}
									#GlPopLsBodyLAva a img {display:block; padding:0 6px 6px 0;}
										#GlPopLsBodyLAvaShdwT {display:block;position:absolute; top:0;left:0;height:8px;padding-right:6px;}
										#GlPopLsBodyLAvaShdwT {background: url(dd_ava-bg-t.png) no-repeat 100% 100%;}
										#GlPopLsBodyLAvaShdwB {display:block;position:absolute; left:0;height:6px;width:6px;padding-bottom:6px;}
										#GlPopLsBodyLAvaShdwB {background: url(dd_ava-bg-b.png) no-repeat 0 0;}	
							/* -[ Status ]- */			
								#GlPopLsBodyLStatus {overflow:hidden; margin-top:7px;width:151px;height:27px;}
								#GlPopLsBodyLStatus {background: #ececec url(dd_status-bg.png) no-repeat 0 0;}
									#GlPopLsBodyLStatus span {display:block; height:27px;}
									#GlPopLsBodyLStatus span {background: url(online5.gif) no-repeat 11px 6px;}
							/* -[ Smiles ]- */
								#GlPopLsBodyLSmile {position:absolute; top:215px;left:20px;}
									#GlPopLsBodyLSmile span {display:block;clear:left; margin-bottom:13px;}
										#GlPopLsBodyLSmile span a {display:block;float:left; width:46px;height:36px; text-align:center;}
						#GlPopLsBodyR {position:absolute; top:0;left:185px;padding:20px 20px 0 0;}
							#GlPopLsBodyR h2 {font-weight:bold; height:18px;width:535px;overflow:hidden;}
							#GlPopLsBodyR h2 {color:#4b4b4b;}
							#GlPopLsBodyR span {display:block; margin:3px 0 10px 0;}
							#GlPopLsBodyR #GlPopLsBodyRMess {height:115px;width:535px;padding-right:10px;margin-bottom:10px; line-height: 19px; overflow-y:scroll;}
								#GlPopLsBodyR #GlPopLsBodyRMess br {display:block;clear:left; padding:0;margin:0 0 4px 0;}
								#GlPopLsBodyR #GlPopLsBodyRMess blockquote {border:#ebebeb 1px dashed; padding:7px;}
							#GlPopLsBodyR textarea {display:block; height:115px;width:545px;margin-bottom:15px;}
							#GlPopLsBodyR textarea {border-style:solid;border-width:1px;border-left-color:#acacac;border-top-color:#acacac;border-right-color:#d9d9d9;border-bottom-color:#d9d9d9;}
							#GlPopLsBodyRBtns {margin-top:0; text-align:right;}
								#GlPopLsBodyRBtns img {margin-left:7px; cursor:pointer;}
		/* -----------[ Shadow screen ]----------- */	
			#GlPopLsScreen {position:absolute;z-index:1100; top:0;left:0;width:100%;height:100%;}
			#GlPopLsScreen {background:#000; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);-moz-opacity: 0.4;-khtml-opacity: 0.4;opacity: 0.4;}
			
						
/* Share service elements
----------------------------------------------- */                  
  /* -----------[ Service menu ]----------- */
    #GlSrvNav {font-size:1.2em; float:left;}
      #GlSrvNav li {float:left; margin-right:10px;}
        #GlSrvNav li a {display:block;float:left; position:relative;}
        #GlSrvNav li a {color:#7e7e7e;}
				#GlSrvNav li a em {font-size:0.7em;font-style:normal; position:relative;top:-2px;margin-left:4px;}
				#GlSrvNav li a em {color:#5b5b5b;}        
	       /* -[ Active menu ]- */
	       	#GlSrvNavAct {height:24px;margin-top:4px; overflow:hidden;}
		    	#GlSrvNavAct {background:#cdcdcd url(all-le.gif) no-repeat 0 0;}
			    	#GlSrvNavAct a {padding:2px 10px 5px 10px;}
			    	#GlSrvNavAct a {background:url(all-ri.gif) no-repeat 100% 0;}
		       	#GlSrvNavAct a:link, #GlSrvNavAct a:visited, #GlSrvNavAct a:active {text-decoration:none; color:#FFF;}
		       	#GlSrvNavAct a:hover {text-decoration:underline;}
		    /* -[ Normal menu ]- */   	
		    	.GlSrvNavNormal {margin-top:5px;}
          /* -[ Menu service name ]- */
            #GlSrvNav li strong {float:left;font-size:1.3em; font-weight:normal; display:block; height:34px;overflow:hidden;}
              #GlSrvNav li strong a {display:block; padding:3px 15px 8px 11px;margin-right:-3px; margin-top:0; text-decoration:none;}
              #GlSrvNav li strong a {color:#FFF;}
				 /* -[ Blogs menu name ]- */
					#GlSrvNavBlogs {background:#33afe1 url(blogs-bg.png) repeat-x 0 0;}
					  #GlSrvNavBlogs strong {background:url(blogs-le.png) no-repeat 0 0;}
						 #GlSrvNavBlogs strong a {background:url(blogs-ri.png) no-repeat 100% 0;}
				/* -[ Service menu name ]- */
					#GlSrvNavService {background:#d12e05 url(srv-bg.png) repeat-x 0 0;}
					  #GlSrvNavService strong {background:url(srv-le.png) no-repeat 0 0;}
						 #GlSrvNavService strong a {background:url(srv-ri.png) no-repeat 100% 0;}		
  /* -----------[ Dotted borders ]----------- */ 
    .GlDot {clear:left;height:1px;overflow:hidden;}
    .GlDot {background:#dcdbdb url(gl_dot.gif) repeat-x 0 0;}
    .GlDotT {background:url(gl_dot.gif) repeat-x 50% 0;}
    .GlDotB {background:url(gl_dot.gif) repeat-x 0 100%;}
  /* -----------[ Theme screen ]----------- */   
  	.GlScreen {position:relative;}
		.GlScreenImg span {position:absolute;top:18px;left:16px;display:block;width:396px;height:212px;overflow:hidden;cursor:pointer;}
		.GlScreenTxt {padding-left:130px;min-height:150px;height:auto !important;height:150px;}
  /* -----------[ Content header ]----------- */
    .GlContHdr {padding:20px 0 0 19px;}
      .GlContHdr {background:url(bg-3.png) no-repeat 0 0;}
      .GlContHdr dt {font-size:1.5em;font-weight:normal; margin-bottom:3px;}
      .GlContHdr dt {color:#000;}
      .GlContHdr dd {clear:both; margin-top:4px;}
        /* -[ Input conteyner ]- */
          .GlContHdrInput {display:block;padding:10px;margin-bottom:5px;}
          .GlContHdrInput {background:#E2F5FD;}
            .GlContHdrInput p input {float:left;clear:left; height:16px;padding:4px;margin:4px 0;}
            .GlContHdrInput p input {border-style:solid;border-width:1px;border-left-color:#A1D3EA;border-top-color:#A1D3EA;border-right-color:#CAECFC;border-bottom-color:#CAECFC; background:#FFF url(inp_bg.png) repeat-x 0 0;}    
  /* -----------[ Corner gray ifno block ]----------- */  
    .GlCornerGray {background:#f9f9f9 url(corner_bg.gif) repeat-y 0 0;}
      /* -[ Corner header ]- */
        .GlCornerGray dt {font-size:1.5em;padding:15px 15px 10px 15px;}
        .GlCornerGray dt {background:url(corner_top.gif) no-repeat 0 0; color:#000;}
        .GlCornerGray dd {padding:0 15px 15px 15px;}
        .GlCornerGray dd {background:url(corner_btm.gif) no-repeat 0 100%;}
          .GlCornerGray dd p {padding-top:10px;width:100%;float:left;}
          .GlCornerGray dd p {border-top:#e7e7e7 1px solid;}         
   /* -----------[ Corner orange ifno block ]----------- */       
    .GlCornerOrange {background:#fefbdc url(corner-orng_bg-t.gif) no-repeat 0 0;}
    	.GlCornerOrangeBtm {background:url(corner-orng_bg-b.gif) no-repeat 0 100%;}
	    .GlCornerOrangeBtm {padding:10px;}
	    	.GlCornerOrangeBtm ul {margin-top:5px;}
	    		.GlCornerOrangeBtm ul li {margin-bottom:2px;}
  /* -----------[ Gray options block ]----------- */          
  	#GlOptsGray {width:245px;overflow:hidden;}
    #GlOptsGray h2 {margin:5px 0 0 0;padding:5px 10px;}
    #GlOptsGray h2 {background:#f1f1f1 url(top_bg.gif) no-repeat 0 0;border-bottom:#edeced 1px solid;}
    	#GlOptsGray h2 span {font-size:0.7em; float:right; margin-top:3px;}
	    	#GlOptsGray h2 span a {color:#7e7e7e;}
    .GlOptsGray {position:relative;padding:10px;}
    .GlOptsGray {background:url(mdl_bg2.png) no-repeat 0 0;}
      .GlOptsGray p {display:block; margin:2px 0 7px 0;}
      .GlOptsGray span, #UsrSrchFormOpts select {display:block;margin:2px 0;}
	/* -----------| Search form |----------- */
		.BlNavSrch form {position:relative;}
		.BlNavSrch form, .BlNavSrchInput {font-size:13px;font-family:Tahoma;}		
			.BlNavSrchInput {width:147px;padding:2px;color:#000;}
			.BlNavSrch form img {position:absolute;top:3px;left:114px; cursor:pointer;}
			html>/**/body .BlNavSrch form img {top:2px;}
			
			
/* NiftyCorners
----------------------------------------------- */
	.rtop,.artop{display:block}
	.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
	.artop *{border-style: solid;border-width:0 1px}
	.r1,.rl1,.re1,.rel1{margin-left:5px}
	.r1,.rr1,.re1,.rer1{margin-right:5px}
	.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
	.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
	.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
	.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
	.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
	.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
	.rx1,.rxl1{border-left-width:5px}
	.rx1,.rxr1{border-right-width:5px}
	.rx2,.rxl2{border-left-width:3px}
	.rx2,.rxr2{border-right-width:3px}
	.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
	.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
	.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
	.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
	.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
	.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
	
	
/* Smile block
----------------------------------------------- */	
	.GlSmiles {}	
		.GlSmiles b {display:block; float:left; width:55px;height:55px;overflow:hidden; text-align:center;}
			.GlSmiles b img, .GlSmiles b embed {cursor:pointer;}
		.GlSmiles strong {font-weight:normal;}	
	.GlSmilesVert {margin:0 10px;width:165px;}
		.GlSmilesVert strong {font-weight:normal; display:block;clear:left; text-align:center;}				
	.GlSmilesHor {width:100%;float:left;}
	
	
/* Apps
----------------------------------------------- */
	/* -----------[ Torrnado ]----------- */
		.LiruApp-Torrnado ul {margin-bottom:10px;}
			.LiruApp-Torrnado ul li {margin-top:5px;padding-left:21px;}
			.LiruApp-Torrnado ul li {background:url(top10_seed.png) no-repeat 0 3px;}
		.LiruApp-Torrnado p {font-weight:bold;}	
		

/* Panels
----------------------------------------------- */
	.gl_Menu {font-size:0.9em; width:170px; margin-top:1px;}
	.gl_MenuT {height:15px;width:165px;}
	.gl_MenuT {background:url(t_bg.png) no-repeat 0 0;}
	.gl_MenuI {background:url(i_bg.png) repeat-y 0 0;}
	.gl_MenuI {padding:5px 14px;}
	.gl_MenuB {height:18px;}
	.gl_MenuB {background:url(b_bg.png) no-repeat 1px 0;}
	.gl_Menu-hdr {display:block;margin-bottom:7px;}	
	
	.gl_Top {font-family:Verdana; height:45px;}
	* html body .gl_Top {height:36px;overflow:hidden;}
	.gl_Top {background:url(spr-x.png) repeat-x 0 -50px;}
	.gl_TopI {margin:0 25px; height:34px; overflow:hidden; margin:0 auto;}
	.gl_Top-separator {width:2px;height:34px; float:left; margin:0 15px;}
	.gl_Top-separator {background:url(spr-p-parts.png) no-repeat 0 -50px;}
	.gl_Top-logo, .gl_Top-logo-lnk {font-family:Trebuchet; display:block; width:108px;height:21px; overflow:hidden;}
	.gl_Top-logo {position:relative;float:left; font-weight:normal; margin-top:8px;}
		.gl_Top-logo-lnk {position:absolute;top:0;left:0; text-indent:-777em;}
		.gl_Top-logo-lnk {background:url(spr-p-parts.png) no-repeat 0 0;}
		.gl_Top-logo-txt {color:#3684cb;}
	.gl_Top-nav {float:left; display:none;}
		.gl_Top-nav-user {width:190px; float:left; margin:5px 25px 0 0;}
			.gl_Top-nav-user-ico {display:block; float:left; width:25px;height:25px; text-indent:-777em; margin-right:7px;}
			.gl_Top-nav-user-ico {background-color:#FFF;background-position:50% 50%;background-repeat:no-repeat;}
			.gl_Top-nav-user-info {margin-top:5px;}
				.gl_Top-nav-user-info-name {float:left; display:block;position:relative; overflow:hidden; margin-right:13px;}
					.gl_Top-nav-user-info-name-long {display:none; position:absolute;top:0; width:8px;height:13px;}
					.gl_Top-nav-user-info-name-long {background:url(long_bg.png) no-repeat 0 0;}
					.gl_Top-nav-user-info-name a {color:#006ec2;}
				.gl_Top-nav-user-info-lnk {font-size:0.9em;}
					.gl_Top-nav-user-info-lnk, a:link.gl_Top-nav-user-info-lnk-item, a:visited.gl_Top-nav-user-info-lnk-item, a:hover.gl_Top-nav-user-info-lnk-item, a:active.gl_Top-nav-user-info-lnk-item {color:#6e6e6e;}
					a.gl_Top-nav-user-info-lnk-itemExit {font-weight:bold;}
					a.gl_Top-nav-user-info-lnk-itemChange {text-decoration:none; padding-bottom:1px;}
					a.gl_Top-nav-user-info-lnk-itemChange {border-bottom:#6e6e6e 1px dashed;}
					a:hover.gl_Top-nav-user-info-lnk-itemChange {border-bottom:none;}
					.gl_Top-nav-user-info-lnk-itemChange-menu * {margin:0;padding:0;}
						.gl_Top-nav-user-info-lnk-itemChange-menu fieldset {margin-bottom:5px;}
							.gl_Top-nav-user-info-lnk-itemChange-menu fieldset label {display:block; margin-bottom:3px;}
							.gl_Top-nav-user-info-lnk-itemChange-menu fieldset input {width:128px;padding:2px;}
							.gl_Top-nav-user-info-lnk-itemChange-menu fieldset input {border-width:1px;border-style:solid;border-top-color:#a3a7a9;border-left-color:#a3a7a9;border-bottom-color:#c6c6c6;border-right-color:#c6c6c6;}
		.gl_Top-nav-menu {float:left; margin-top:8px;}
			.gl_Top-nav-menu-item {float:left; margin-right:7px;}
				a:link.gl_Top-nav-menu-item-lnk, a:visited.gl_Top-nav-menu-item-lnk, a:hover.gl_Top-nav-menu-item-lnk, a:active.gl_Top-nav-menu-item-lnk {color:#333;}
				a.gl_Top-nav-menu-item-lnkRate {padding-left:18px;}
				a.gl_Top-nav-menu-item-lnkRate {background:url(spr-p-parts.png) no-repeat -23px -74px;}
				* html body a.gl_Top-nav-menu-item-lnkRate {background:none;padding-left:0;}
		.gl_Top-rand {font-style:italic;font-family:Georgia; float:left; margin-top:8px;}		
		* html body .gl_Top-rand {display:none;}		
			a.gl_Top-rand-item {font-weight:bold; margin-left:-5px;}
			a:link.gl_Top-rand-item, a:hover.gl_Top-rand-item, a:visited.gl_Top-rand-item, a:active.gl_Top-rand-item {color:#6e6e6e;}
		.gl_Top-opts {font-size:0.9em; position:relative; float:right; margin-top:7px; width:200px;}	
			a.gl_Top-opts-theme {margin-right:140px; padding:0 15px 3px 0; text-decoration:none; }
			a:link.gl_Top-opts-theme, a:visited.gl_Top-opts-theme, a:hover.gl_Top-opts-theme {color:#333;border-bottom:#333 1px dashed; background:url(spr-p-parts.png) no-repeat -164px -74px;}
			a:hover.gl_Top-opts-theme {border-bottom:none;}
				.gl_Top-opts-theme-menu li {width:144px;margin-left:-5px;}
					.gl_Top-opts-theme-menu li a {display:block; padding:5px;}
					.gl_Top-opts-theme-menu li a {color:#27a3d9;}
					.gl_Top-opts-theme-menu li a:hover {background:#27a3d9;color:#FFF; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5;}
			.gl_Top-opts-srch {position:absolute;top:-2px;left:60px;}
			* html body .gl_Top-opts-srch {top:-5px;}
			.gl_Top-opts-srch {background:url(spr-p-parts.png) no-repeat 0 -24px;}
			* html body .gl_Top-opts-srch {background:none;}
			.gl_Top-opts-srchI {width:130px;height:25px;}
			.gl_Top-opts-srchI {background:url(spr-p-parts.png) no-repeat 100% -50px;}
			* html body .gl_Top-opts-srchI {background:none;}
				.gl_Top-opts-srch-btn {display:block; width:22px;height:22px; float:right;}
				.gl_Top-opts-srch-btn {background:url('blank');cursor:pointer;}
				.gl_Top-opts-srch-inp {border:none; position:absolute;top:6px;left:25px; width:80px;}
				* html body .gl_Top-opts-srch-inp {border:#CCC 1px solid;}
	
	.gl_Apps {position:absolute;top:0;left:0;z-index:777; width:100%; visibility:hidden; overflow:hidden;}
	.gl_AppsI {position:relative; width:750px;height:76px; margin:0 auto;}
	* html body .gl_AppsI {height:30px;}
	.gl_Apps-minim {display:block; position:absolute;left:745px;top:5px; width:25px;height:25px; text-indent:-777em; cursor:pointer;}
	.gl_Apps-minim {background:url(spr-a-parts.png) no-repeat 0 0;}
	* html body .gl_Apps-minim {background:none;text-indent:0; margin-left:10px; text-decoration:underline;}
	.gl_Apps-corner {position:absolute;top:0; width:16px;height:76px;}
	.gl_Apps-cornerL {left:0;}
	.gl_Apps-cornerL {background:url(spr-a-parts.png) no-repeat 0 -124px;}
	* html body .gl_Apps-cornerL {background:none;}
	.gl_Apps-cornerR {left:734px;}
	.gl_Apps-cornerR {background:url(spr-a-parts.png) no-repeat -184px -74px;}
	* html body .gl_Apps-cornerR {background:none;}
	.gl_Apps-cornerC {left:16px;width:718px;}
	.gl_Apps-cornerC {background:url(spr-x.png) repeat-x 0 26px;}
	* html body .gl_Apps-cornerC {background:url(spr-x.png) repeat-x 0 0; border:1px solid #CCC;border-width:0 5px 0 5px;}
	.gl_Apps-list {list-style:none; margin-top:5px;}
	* html body .gl_Apps-list {margin-top:-37px;}
		.gl_Apps-list-item {float:left; position:relative; width:80px;}
		.gl_Apps-list-item {background-image:url(spr-a-icons.png);background-repeat:no-repeat;}
		* html body .gl_Apps-list-item {background:none;}
		.gl_Apps-list-itemDef {}
		.gl_Apps-list-itemApps {background-position:18px 0;}
		* html body .gl_Apps-list-itemApps a {color:#19466f;}
		.gl_Apps-list-itemFoto {background-position:-570px -588px;}
		* html body .gl_Apps-list-itemFoto a {color:#445f08;}
		.gl_Apps-list-itemPm {background-position:-318px -336px;}
		* html body .gl_Apps-list-itemPm a {color:#8e5518;}
		.gl_Apps-list-itemMicro {background-position:-234px -252px;}
		* html body .gl_Apps-list-itemMicro a {color:#945eb7;}
		.gl_Apps-list-itemContest {background-position:-150px -168px;}
		.gl_Apps-list-itemSett {background-position:-402px -420px;}
		* html body .gl_Apps-list-itemSett a {color:#636363;}
		.gl_Apps-list-itemDating {background-position:-66px -84px;}
		* html body .gl_Apps-list-itemDating a {color:#b03432;}
		.gl_Apps-list-itemTop {background-position:-486px -504px;}
		* html body .gl_Apps-list-itemTop a {color:#2a5ab2;}
		.gl_Apps-list-item-lnk {display:block; font-weight:bold;font-size:0.8em; height:50px;overflow:hidden; padding:47px 0 0 0; text-align:center;}
	 a.gl_Apps-list-item-lnk,a.gl_Apps-list-item-lnk:visited {color:#4d4d4d;}
	.gl_Apps-listNotify {float:right;}
		.gl_Apps-list-item-devide {width:10px;height:60px; margin:0 0 0 5px;padding:0;}
		.gl_Apps-list-item-devide {background:url(spr-a-parts.png) no-repeat -95px 35px;}
		.gl_Apps-item-digit, .gl_Apps-item-digitI {display:block;}
		.gl_Apps-item-digitI {padding:4px 8px;}
		.gl_Apps-item-digit {font-size:0.9em; position:absolute;top:-5px;left:40px;}
		.gl_Apps-item-digit {background:url(spr-a-parts.png) no-repeat 0 -54px;color:#FFF;}
		.gl_Apps-item-digitI {background:url(spr-a-parts.png) no-repeat 100% -178px;}
	.gl_Apps-min {position:absolute;top:0;left:0; visibility:hidden; cursor:pointer;} 
	.gl_Apps-min-lnk {display:block; height:52px;width:20px; text-indent:-777em;}
	.gl_Apps-min-lnk {background:url(spr-a-parts.png) no-repeat -180px 0;}
	
	
/* Footer toolbars
----------------------------------------------- */	
	.gl_Bar {font-size:14px; position:relative; margin-bottom:10px;}
		.gl_Bar-ttl {font-family:Georgia;font-style:italic; cursor:pointer;}
		.gl_Bar-ttlI {padding-left:60px;height:40px;}
			.gl_Bar-ttl-like {font-weight:bold; position:relative;float:left;  width:240px;height:20px;}
				.gl_Bar-ttl-like-main, .gl_Bar-ttl-like-shad {position:absolute;}
				.gl_Bar-ttl-like-main {z-index:1;top:11px;left:0;}
				.gl_Bar-ttl-like-shad {top:12px;left:1px;}
				.gl_Bar-ttl-like-shad {color:#FFF;}
			.gl_Bar-ttl-tip {padding-top:10px;}	
		.gl_Bar-desc {zposition:absolute;ztop:40px;zleft:0;width:100%; font-family:Tahoma;font-size:12px;}
		.gl_Bar-desc {color:#9a9a9a; background:#f3f1f1 url(desc-l.png) no-repeat 0 100%;}
		.gl_Bar-descI {padding:10px 20px;}
		.gl_Bar-descI {background:url(desc-r.png) no-repeat 100% 100%;}
			.gl_Bar-desc-meta {width:230px; float:left;}
				.gl_Bar-desc-meta h3 {font-family:Tahoma;font-weight:normal;font-size:18px; margin-bottom:3px;}
				.gl_Bar-desc-meta h3 {color:#000;}
				.gl_Bar-desc-meta b {display:block; margin-bottom:7px;}
				.gl_Bar-desc-meta-lnk {display:block; width:152px;height:25px; text-indent:-777em;}
				.gl_Bar-desc-meta-lnk {background:url(btn.png) no-repeat 0 0;}
			.gl_Bar-desc-info {margin-left:230px;}
				.gl_Bar-desc-info-bar {margin-bottom:15px; position:relative;}
					.gl_Bar-desc-info-bar a {display:block;}
					.gl_Bar-desc-info-bar-full {width:633px;height:27px;}
					.gl_Bar-desc-info-bar-accs {width:148px;height:100px;}
				.gl_Bar-desc-info-bar-func {}	
					.gl_Bar-desc-info-bar-func-row {width:260px;margin-right:30px; float:left;}	
						.gl_Bar-desc-info-bar-func-row p {margin-bottom:7px;}
		
		.gl_BarFF .gl_Bar-ttl {color:#b73d28;background:#ddf782 url(ttl-l-1.png) no-repeat 0 0;}
		.gl_BarFF .gl_Bar-ttlT {background:url(ttl-r-1.png) no-repeat 100% 0;}								
		.gl_BarFF .gl_Bar-ttlI {background:url(ico-1.png) no-repeat 20px 3px;}	
		.gl_BarFF .gl_Bar-ttl-tip-str {color:#666;border-bottom:#666 1px dotted;}		
		.gl_BarFF .gl_Bar-desc-info-bar-accs {position:absolute;top:10px;left:500px;}					
		.gl_BarFF .gl_Bar-desc-info-bar-accs {background:url(bar-accs.png) no-repeat 0 0;}					
		.gl_BarFF .gl_Bar-desc-info-bar-full {background:url(bar-full.png) no-repeat 0 0;}
		
		.gl_BarIE .gl_Bar-ttl {color:#23445c;background:#379cf0 url(ttl-l-2.png) no-repeat 0 0;}
		.gl_BarIE .gl_Bar-ttlT {background:url(ttl-r-2.png) no-repeat 100% 0;}								
		.gl_BarIE .gl_Bar-ttlI {background:url(ico-2.png) no-repeat 20px 3px;}	
		.gl_BarIE .gl_Bar-ttl-tip-str {color:#a3dff8;border-bottom:#a3dff8 1px dotted;}
		.gl_BarIE .gl_Bar-desc-info-bar-accs {position:absolute;top:3px;left:550px;}		
		.gl_BarIE .gl_Bar-desc-info-bar-full {background:url(bar-full-1.png) no-repeat 0 0;}
		.gl_BarIE .gl_Bar-desc-info-bar-accs {background:url(bar-accs-1.png) no-repeat 0 0;}
		
		.gl_BarCH .gl_Bar-ttl {color:#3e2d04;background:#e7edf6 url(ttl-l.png) no-repeat 0 0;}
		.gl_BarCH .gl_Bar-ttlT {background:url(ttl-r.png) no-repeat 100% 0;}								
		.gl_BarCH .gl_Bar-ttlI {background:url(ico.png) no-repeat 20px 3px;}	
		.gl_BarCH .gl_Bar-desc-meta {width:200px;}
		.gl_BarCH .gl_Bar-desc-info {margin-left:200px;}
		.gl_BarCH .gl_Bar-desc2 {float:left; width:450px;overflow:hidden;}
		.gl_BarCH .gl_Bar-ttl-tip-str {color:#0037ca;border-bottom:#0037ca 1px dotted;}
		.gl_BarCH .gl_Bar-desc-info-bar {width:220px; font-size:0.9em;line-height:1.5em;}
		.gl_BarCH .gl_Bar-desc-info-bar-full {width:122px;height:92px; float:left;margin:0 5px 5px 0;}
		.gl_BarCH .gl_Bar-desc-info-bar-full1 {background:url(bar-full1.png) no-repeat 0 0;}
		.gl_BarCH .gl_Bar-desc-info-bar-full2 {background:url(bar-full2.png) no-repeat 0 0;}		