 var sURL = document.location.href;
    
   
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:-96px;}</style>");
		//document.write("<style>#internalWrapper #footerInternal{LEFT: -16px;} html>/**/body #internalWrapper #footerInternal{LEFT: 56px;}</style>");	
		document.write("<style>html>/**/body .divider{width:187px;}</style>");	
		document.write("<style>html>/**/body #footerInternal{top:-100px;}</style>");
		document.write("<style>html>/**/body .orange-divider-product{margin-top:0px;float:left;left:41px;}</style>");


	}
}



if (sURL.indexOf("&query=")>-1)
{
	document.write("<style>.contentInternal{float:left;top:-106px;}</style>");	
}

if (sURL.indexOf("frmPrevNext") > -1)
{

	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{float:left;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>");
	//document.write("<style>html>/**/body #internalWrapper #footerInternal {LEFT: 25px;TOP: -110px; }</style>");
}
else if((sURL.indexOf("&Details=")<0) && (sURL.indexOf("lu_details=0")>-1))
{
	document.write("<style>html>/**/body  .products-table{top:-30px;position:relative;}</style>");
	//document.write("<style>html>/**/body .contentInternal{float:left;top:-70px;}</style>");
	document.write("<style>html>/**/body #Pager{top:10px;}</style>");
	//document.write("<style>html>/**/body .products-table{float:left;}</style>");
	//document.write("<style> #footerInternal{LEFT:-20px;} html>/**/body #footerInternal{LEFT:2px;}</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")!=null)
{

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  .products-table{top:-40px;position:relative;}</style>");
				document.write("<style>html>/**/body #footerInternal{top:-40px;}</style>");
				document.write("<style>html>/**/body #Pager{top:-40px;}</style>");
		}

	}
}