/* CSS Document - last updated:22/10/2007 */

/* Cryoservice */
/* Author: Webnetism (www.webnetism.co.uk) */

/* links.css */
/* Media: screen */


/* css for links */ 

/* default */
a {text-decoration:none; color:#505050;}
a:hover {text-decoration:underline; color:#505050;}
a.link_noline {text-decoration:none; color:#505050;}
a.link_noline:hover {text-decoration:none; color:#fff; background-color:#505050;}

a.link_line {text-decoration:underline; color:#505050;}
a.link_line:hover {text-decoration:underline; color:#fff; background-color:#505050;}

a.link_white {text-decoration:underline; color:#fff;}
a.link_white:hover {text-decoration:underline; color:#fff;}

a.link_orange {text-decoration:none; color:#f58220;}
a.link_orange:hover {text-decoration:underline; color:#f58220;}

/* These styles are applied to unique items */
.topmenu td a {text-decoration:none; color:#fff;}
.topmenu td a:hover {text-decoration:underline; color:#fff;}

.links_home a {font-size:17px; text-decoration:none; color:#fff;}
.links_home a:hover {font-size:17px; text-decoration:underline; color:#fff;}

.product a {font-size:12px; font-weight:bold; text-decoration:none; color:#fff;}
.product a:hover {font-size:12px; font-weight:bold; text-decoration:underline; color:#fff;}

.footer a, .footer_home a {text-decoration:none; color:#fff;}
.footer a:hover, .footer_home a:hover {text-decoration:underline; color:#fff;}

a.basket_itemlink:link, a.basket_itemlink:visited, a.basket_itemlink:active {text-decoration:none; color:#009933;}
a.basket_itemlink:hover {text-decoration:underline; color:#007523;}
