/*
  $Id: style.css,v 1.11 2007/06/12 08:41:14 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: #a2c255;
  text-decoration: underline;
}
A.headerNavigation:hover {
  color: #a2c255;
  text-decoration: underline;
}
A.contentNavigation:hover {
  color: #a2c255;
  text-decoration: underline;
}
A.main {
  color: #a2c255;
  text-decoration: none;
}
A.main:hover {
  color: #a2c255;
  text-decoration: underline;
}

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

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

/* PRODUCT INFO */
.pinfo_variant_left  {
	width: 400px;
	height: 100%;
	background-color: #a2c255;
}

.pinfo_variant_right {
	width: 245px;
	height: 100%;
	background-color: #61b502;
}

.pinfo_variant_color_right{
	background-color: #61b502;
}

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

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

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

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

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

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