/*
  $Id: style.css,v 1.13 2007/06/18 10:29:10 Benjamin Wolfrum Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* Define Colors for Links */
A:hover {
  color: #d32345;
  text-decoration: underline;
}
A.headerNavigation:hover {
  color: #d32345;
  text-decoration: underline;
}
A.contentNavigation:hover {
  color: #d32345;
  text-decoration: underline;
}
A.main {
  color: #d32345;
  text-decoration: none;
}
A.main:hover {
  color: #d32345;
  text-decoration: underline;
}
A.pageResults:hover {
  color: #d32345;
  text-decoration:underline;
}


/* Product_listing Name and Manufacturer of a product */
.plisting_manufacturer {
  color: #d32345;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
}
.plisting_manufacturer:hover {
  text-decoration: underline;
}
.plisting_product_name{
  color: #d32345;
  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: #d32345;
}

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

.pinfo_variant_color_right {
	background-color: #a50029;
}

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

A.shipping_costs_link:hover {
	color: #d32345;
	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: #d32345;
	text-decoration: underline;
}

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


