/******************************************************************************

   Title: pc.css

   This document is the copyright and property of Tim Mathias.
   It must not be copied (in whole or in part) used for manufacture or
   otherwise disclosed without prior written consent. Any copies of this
   document made by any method must also include a copy of this Legend,
   © Tim Mathias 2005 All rights reserved.

   **************************
   *     Change History     *
   **************************

   Version  Author          Date        Description
   -------  --------------  ----------  ---------------------------------------

         1  Tim Mathias     30-10-2005  Original.

******************************************************************************/

/******************************************************************************
	Page Content
*/
.content
{
	width: 100%;
}
/******************************************************************************
	Product Navigation Bar
*/
.td_nav_bar_products
{
	background-color: #8d0312;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 1px;
}
table.nav_bar_products
{
	background-color: #8d0312;
	margin: auto;
	padding: 0;
}
table.nav_bar_products td
{
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}
table.nav_bar_products a, table.nav_bar_products a:link, table.nav_bar_products a:visited, table.nav_bar_products a:hover, table.nav_bar_products span
{
	border: 1px solid;
	border-color: #ad0312 #ad0312 #6d0312 #6d0312;
	color: #f39a1a;
	display: block;
	font-size: 80%;
	font-weight: bold;
	height: 20px;
	margin: 0;
	padding: 2px 10px;
	text-decoration: none;
}
table.nav_bar_products a:hover
{
	background-color: #bd0312;
}
table.nav_bar_products span
{
	background-color: #ffe7a6;
	color: #8d0312;
	cursor: default;
}
/******************************************************************************
	Products Table V2
*/
.pc_item
{
	background: #ffc;
	width: 100%;
}
.pc_item th
{
	background: #ffc url(../images/pc_item_th.png) top repeat-x;
	text-align: left;
	vertical-align: top;
}
.pc_item .w1
{
	width: 1px;
}
.pc_item .w200
{
	width: 200px;
}
.pc_item_img
{
}
.pc_item_text
{
	border: 1px solid #f39a1a;
	height: 100%;
	width: 100%;
}
.pc_item_text th
{
	background: none;
	text-align: left;
	vertical-align: top;
}
.sold
{
	background: #fff;
	color: #f00;
	/*filter:alpha(opacity=75);*/
	/*font-size: 40pt;*/
	font-weight: bold;
	opacity: 0.75;
	position: absolute;
	text-align: center;
	width: 200px;
}
