/* 
  $Id: product_info.css 1287 2011-12-12 08:05:58Z robert0609 $
    Document   : product_info.php
    Created on : 26/05/2010, 3:48:40 PM
    Author     : robert0609
    Description: Purpose of the stylesheet follows.

  Copyright (c) 2009 BRAEWORKS

*/

/* classes for product information page */

TABLE.productInfo {
	border: white;
	width: 100%;
	border-style: solid;
	border-color: white; /* #b6b7cb; */
	border-spacing: 0px;
	border-width: 0px;
/*	padding: 10px;*/
}

TABLE.productInfo-desc {
	border: white;
	width: 100%;
	border-style: solid;
	border-color: white;
	border-spacing: 5px;
	border-width: 5px;
/*	padding: 10px;*/
}

TR.productInfo-heading {
	background-color: #426d92;
	color: white; /*#f0f0f0;*/
	font-weight: bold;
}

TD.productInfo-heading {
	font-weight: bold;
}

TR.productInfo-name {
	background-color: white;
	color: white; /*#f0f0f0;*/
}

TD.productInfo-name {
	font-weight: bold;
	color: black;
	padding: 10px;
}

TR.productInfo-section {
	background-color: white;
}

TD.productInfo-section {
	font-weight: normal;
	font-style: normal;
	color: white;
}

TR.productInfo-desc {
	background-color: white;
	color: black;
}

TD.productInfo-desc {
	background-color: white;
	color: black;
	font-weight: normal;
/*	padding: 10px;*/
}

TD.productInfo-desc-image {
	background-color: white;
	color: black;
	font-weight: normal;
/*	padding: 10px;*/
}

TD.productInfo-label {
	background-color: white;
	color: black;
	font-weight: bold;
	/*  width: 75px;*/
/*	padding: 10px;*/
	vertical-align: top;
	text-align: right;
}

TD.productInfo-data {
	background-color: white;
	color: black;
/*	font-weight: bold;*/
/*	padding: 10px;*/
	text-align: left;
}

TD.productInfo-special {
	background-color: white;
	color: red;
	font-weight: bold;
/*	padding: 10px;*/
	text-align: left;
}

TD.productInfo-label-old {
	background-color: white;
	color: black;
	font-weight: normal;
	/*  width: 75px;*/
	text-align: right;
/*	padding: 10px;*/
/*	text-decoration: line-through;*/
}

TD.productInfo-data-old {
	background-color: white;
	color: gray;
	font-weight: bold;
	text-align: left;
/*	padding: 10px;*/
	text-decoration: line-through;
}

TD.productInfo-label-small {
	font-size: 10px;
	background-color: white;
	color: black;
	font-weight: normal;
	width: 75px;
/*	padding: 10px;*/
	vertical-align: top;
	text-align: right;
}

TD.productInfo-data-small {
	font-size: 10px;
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
/*	padding: 10px;*/
}

SPAN.productInfo-small {
	font-size: 10px;
	background-color: white;
	color: black;
	font-weight: normal;
/*	padding: 10px;*/
}

/* eof */

