var sURL = document.location.href;
    
if (sURL.indexOf("&query=")>0)   
{
	if(document.getElementById("products-pager-top")!=null)
	{
		if((document.getElementById("products-pager-top").style.display=='none') && (sURL.indexOf("&Details=")<0) && (sURL.indexOf("lu_details=1")<0))
		{				
			document.write("<style>html>/**/body .contentInternal{float:left;top:-82px;}</style>");		
			document.write("<style>html>/**/body .divider{width:187px;}</style>");	
			document.write("<style>html>/**/body #footerInternal{top:-100px;}</style>");
			var str=document.body.innerHTML;			
			if(str.indexOf("No products found")>0)
			{
				document.write("<style>html>/**/body .orange-divider-product{margin-top:0px;float:left;left:0px;}</style>");			
			}
			else
			{
				document.write("<style>html>/**/body .orange-divider-product{margin-top:0px;float:left;left:41px;}</style>");
			}
		}	
		
		
	
		document.write("<style>.contentInternal{float:left;top:-106px;margin-left:18px;}</style>");	

		if (sURL.indexOf("frmPrevNext") > 0)
		{
			document.write("<style> #products-pager-top{margin-top:-7px;}</style>");	
			document.write("<style>html>/**/body #products-pager-top {margin-top:27px;TEXT-ALIGN: right;PADDING-RIGHT: 0px;PADDING-LEFT: 10px;}</style>");	
			document.write("<style>html>/**/body .products-table{top:-8px;}</style>");
			document.write("<style>html>/**/body #Pager{float:right;top:10px;left:-39px;PADDING-RIGHT: 0px;PADDING-LEFT: 10px;}</style>");
			document.write("<style>html>/**/body #cartStatus {position:relative;z-index:2;}</style>");	
			
		}
		else if((sURL.indexOf("&Details=")<0) && (sURL.indexOf("lu_details=0")>-1))
		{
			document.write("<style>html>/**/body  .products-table{top:-30px;}</style>");			
			document.write("<style>html>/**/body #Pager{top:10px;}</style>");	
		}

		if((sURL.indexOf("lu_details=0")>-1) && (sURL.indexOf("&Details=")<0) && ((sURL.indexOf("frmPrevNext") > -1) || (document.getElementById("products-pager-top").style.display=='none')))
		{
			document.write("<style>html>/**/body #footerInternal{top:-100px;}</style>");
		}	

		if(document.getElementById("products-pager-top").style.display !='none') 
		{
			document.write("<style>.orange-divider-product{display:none;}</style>");			
			if(sURL.indexOf("frmPrevNext") < 0)
			{					
					document.write("<style>html>/**/body #footerInternal{top:-110px;}</style>");					
					document.write("<style> #products-pager-top{margin-top:-7px;z-index:1}</style>");	
					document.write("<style>html>/**/body #products-pager-top {margin-top:-38px;TEXT-ALIGN: right;PADDING-RIGHT: 0px;PADDING-LEFT: 10px;postion:absolute;}</style>");	
					document.write("<style>html>/**/body .products-table{float:left;margin-top:-8px;}</style>");
					document.write("<style>html>/**/body #Pager{float:right;top:10px;left:-39px;PADDING-RIGHT: 0px;PADDING-LEFT: 10px;}</style>");
					document.write("<style>html>/**/body #cartStatus {position:relative;z-index:2;}</style>");						
			}
		}
	}
	else
	{
		
	}
}