@charset "utf-8";

/* CSS Document

    Copyright (c) Freeoscommerce.com 2009

	This file is part of a freeoscommerce.com template.  Please visit http://www.freeoscommerce.com for licensing and other information.
*/

html {
height: 100%;
} 

body {
height: 100%;
background: #000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: Arial, Helvetica, sans-serif;
color: #7C000000;
}

table tr td {
  color: #FFF;
}

tr.header {
  background: none;
}

tr.header td {
  background: none;
}

tr td.headerNavigation {
  background: #CC0000;
}

a,
a:hover {
  color: #cc0000;
  font-weight: bold;
}

table tr td.infoBoxHeading {
  background: #CC0000;  
}

span.infoBoxContents
{
 background: none;
}

div.infobox_content,
table.infoBoxContents tr td {
  background: #7C0000;
  color: #FFF;  
}

div.infobox_content a,
table.infoBoxContents tr td a {  
  color: #FF0000;
  background: none;
}

table.infoBox tr td {
  background: #7C0000;
  color: #FFF;    
}

table.infoBox {  
  background: none;  
}

 
table.productListing {
 background: none;
 boder: none;
}

table.productListing td {
  background: #7c0000;
}

table.productListing td a {
  color: #FF0000;
  font-weight: bold;
}

table.productListing td.productListing-heading
{
 background: #CC0000;
 color: #FFF;
 font-weight: bold;
}


table.productListing td.productListing-heading a
{
 background: none;
 color: #FFF; 
}
 

.messageStackSuccess {
  background: #CC0000;
  color: #FFF;
  font-weight: bold;
}

.messageStackError {
 background: #CC0000;
 color: #FFF;
 font-weight: bold;
}

table tr.footer td {
  background: #7C0000;
  color: #FFF;
}

table td.pageHeading { 
  color: #cc0000;
}


table td.checkoutBarFrom a
{
  color: #CC0000;
}

table td.checkoutBarCurrent
{
  color: #FF0000;
  font-weight: bold;
}

table td.checkoutBarTo
{ 
  color: #7c0000;
}
span.orderEdit 
{
  color: #FF0000;
  font-weight: bold;
}

p.productsNotifications
{
  background: #7c0000;
}

div.mainContent { 
}