I understand this:
If $\gcd(a,b)=d$ and $\gcd(ac,bc)=e$, then $d|a \Rightarrow dc|ac$ and $d|b \Rightarrow dc|bc$, so this is equivalent to multiplying $c$ by $\gcd(a,b)$.
What I don't understand so well is why the $|c|$ (absolute value). Why can't $c$ be negative?