#raj_page_title{
	
	position:absolute;
	left:0;
	bottom:0;
	
}

#raj_product_header{
	
	position:relative;
	height:28px;
	
}

#rphl{
	
	float:left;
	width:600px;
	position:relative;
	height:28px;

}

#rphr{
	
	float:left;
	width:352px;
	position:relative;
	height:28px;

}

#raj_product_nav{
	
	position:absolute;
	right:0;
	bottom:0;
	font-size: 14px;
	
}

@media only screen and (max-width: 1220px){

	#raj_product_nav{

		font-size: 13px;

	}
	
	#rphl{

		width:480px;

	}
	
	#rphr{

		width:295px;

	}

}

@media only screen and (max-width: 1020px){
	
	#rphl{

		width:430px;

	}
	
	#rphr{

		width:98px;

	}

	#rpnp{display:none;}
	#rpnn{display:none;}
	
}

@media only screen and (max-width: 775px){

	#raj_page_title{

		position:relative;
		padding-bottom: 12px;

	}	
	
	#raj_product_header{

		padding:12px;
		text-align: center;
		height:auto;
		
	}
	
	#rphl{

		float:none;
		width:100%;
		height:auto;

	}

	#rphr{

		float:none;
		width:100%;
		height:auto;

	}
	
	#raj_product_nav{

		position:relative;
		font-size: 12px;

	}
	
	#rpnp{display:inline;}
	#rpnn{display:inline;}
	
}

