@charset "utf-8";/* CSS DocumentCUSTOM COLOURS for Pet Insurance White Label *//********** TEXT COLOURS **********/ h1, h2, h3, .text-color, a.button, a.button:hover, #tip-wrapper, #overlib-heading, #overlib-body { color:#00477e; } /* Navy */  a { color:#3ca6f8; } /* Blue */ a:hover { color:#d00e36; } /* Red */ /********** BORDERS **********/ .box, a.button, #tip-wrapper, #overlib-wrapper, #homepage-price-box, #homepage-prices td, #overlib-body, .info-box  { border-color:#9b9b9b; } /* Grey *//********** BACKGROUNDS **********/#tip-wrapper, #overlib-wrapper, .box.highlight, #highlight-table td, #homepage-price-box { background:#f1f1f1; }a.button { background:#9b9b9b; } /* Darker Grey */a.button:hover { background:#d6d6d6; } /* Dark Grey *//********** GRADIENTS **********/#homepage-price-box, .box.highlight { background: -moz-linear-gradient(100% 100% 90deg, #fff, #f1f1f1); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1f1f1), to(#fff)); }a.button { background: -moz-linear-gradient(100% 100% 90deg, #fff, #9b9b9b); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b9b9b), to(#fff)); }a.button:hover { background: -moz-linear-gradient(100% 70% 90deg, #9b9b9b, #fff); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#d6d6d6)); }
