﻿/* JH - ES */

a:link { color: #1F79A5; font-size: 12px; text-decoration: none; }
a:visited { color: #1F79A5; font-size: 12px; text-decoration: none; }
a:hover { color: #1F79A5; font-size: 12px; text-decoration: underline; }
a:active { color: #ff0000; font-size: 12px; text-decoration: none; }

.all_products .product span a:link { text-decoration: none; font-size: 12px; color: #227AAB; }
.all_products .product span a:visited { text-decoration: none; font-size: 12px; color: #1C6288; }
.all_products .product span a:hover { text-decoration: underline; font-size: 12px; color: #227AAB; }
.all_products .product span a:active { text-decoration: none; color: #ff0000; padding-left: 0px; font-size: 12px; }
