/*
  $Id: style.css,v 1.4 2007/06/12 07:51:32 Benjamin Wolfrum Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* Hier werden die Farben für die verschiedenen Kategorien definiert*/

A:hover {
  color: #114844;
  text-decoration: underline;
}
A.headerNavigation:hover {
  color: #114844;
  text-decoration: underline;
}
A.contentNavigation:hover {
  color: #114844;
  text-decoration: underline;
}
A.main {
  color: #114844;
  text-decoration: none;
}
A.main:hover {
  color: #114844;
  text-decoration: underline;
}

A.pageResults:hover {
  color: #114844;
  text-decoration:underline;
}


/* Product_listing Name and Manufacturer of a product */
A.plisting_manufacturer {
  color: #114844;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
A.plisting_manufacturer:hover {
  text-decoration: underline;
}
A.plisting_product_name{
  color: #114844;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
A.plisting_product_name:hover{
  text-decoration: underline;
}

A.shipping_costs_link:link {
	color: #000000;
	text-decoration: underline;
}

A.shipping_costs_link:hover {
	color: #000000;
	text-decoration: underline;
}

A.shipping_costs_link:visited {
	color: #000000;
	text-decoration: underline;
}

A.shipping_costs_link_black:link {
	color: #000000;
	text-decoration: underline;
}

A.shipping_costs_link_black:hover {
	color: #000000;
	text-decoration: underline;
}

A.shipping_costs_link_black:visited {
	color: #000000;
	text-decoration: underline;
}


