/*
  $Id: stylesheet-installation.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  A simple css file to hold any styles lying outside that or a regalar osC BTS install
*/

*
{
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #FFFFFF;
}

body
{
	text-align: center;
	background-color: #666;
}

.blackText
	{
	color:#000000;
	}

#container_all
{
	width: 771px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2775bb;
}

#container_main
{
	background-color: #2775bb;
}

.quickLoginText
	{
	display: block;
	font-weight: bold;
	color: #002D73;
	text-decoration: none;
	padding: 8px;
	padding-left: 5px;
	border-bottom: 1px solid #2775bb;
	background-color:#FFC555;
	}

.quickLoginInput
	{
	display: block;
	color: #FFC555;
	text-decoration: none;
	padding-left: 5px;
	}

.quickLoginError
	{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	}
	
.quickLoginForm
	{
	display: block;
	font-weight: bold;
	color: #FFC555;
	text-decoration: none;
	padding-left: 10px;
	}

a {
	color: #FFC555;
}

a:hover {
	color: #000;
}

a img {
	border: 0;
}

input {
	color: #000;
	}

TR.headerNavigation {
  background-color: transparent;
  height: 22px;
}

TD.headerNavigation {
  background-color: #FFC555;
  height: 24px;
  color: #002D73;
  font-weight : bold;
}

TR.footer {
  height: 22px;
}

TD.footer {
  background-color: #FFC555;
  height: 24px;
  color: #002D73;
  font-weight : bold;
}

TD.footer a {
  color: #002D73;
  font-weight : bold;
}

TD.footer a:hover {
  color: #000;
}

A.headerNavigation { 
  color: #002D73;
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #000;
  text-decoration: none;
}

#column_right
{
	width: 168px;
}

#column_left
{
	width: 168px;
	background: #002D73;
}

#column_centre
{
	padding: 10px;
}

h1, h2, h3, h4
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #FFC555;
    font-weight: bold;
	margin: 0;
    margin-bottom: 5px;
	padding: 0;
}

TD.pageHeading, DIV.pageHeading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #FFC555;
    font-weight: bold;
	margin: 0;
    margin-bottom: 5px;
	padding: 0;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 12px;
}

.infoBox {
  background: transparent;
}

.infoBoxContents {
  background: transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

p
{
	margin: 0;
    margin-bottom: 5px;
	padding: 0;
}

strong
{
    color: #000;
    font-weight: bold;
}

SPAN.productSpecialPrice, SPAN.errorText, .noticeText {
	color: #FFC555;
}

ul.sitemap {
color: #96BD04;
}

TABLE.productListing {
  border: 0px;
  border-spacing: 0px;
  border-top: 2px solid #FFC555;
  border-bottom: 2px solid #FFC555;
  border-left: 2px solid #FFC555;
  border-right: 2px solid #FFC555;
}

TABLE.productListing td {
  padding: 2px;
  color: #000000;
  background-color:#2775BB;
}

TABLE.productListing td input {
  padding: 2px;
  color: #000000;
  border: 1px solid #000;
}

a.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  background-color: transparent;
}

a.productListing-heading:hover {
  color: #fff;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  color:#000000;
  font-size: 10px;
}

TR.productListing-odd TD {
	background-color: #2775BB;
	color:#000000;
}

TR.productListing-even TD {
	background-color: #2E8EE4;
	color:#000000;
}

.sidenav {
	width: 168px;
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.sidenav li {

}
.sidenav a {
	display: block;
	font-weight: bold;
	color: #FFC555;
	text-decoration: none;
	padding: 8px;
	padding-left: 20px;
	border-bottom: 1px solid #2775bb;
	background: transparent url(../../images/cp_arr_blue.gif) no-repeat 5px 5px;
}
.sidenav a:hover {
	color: #000;
	text-decoration: none;
	background: #FFC555 url(../../images/cp_arr_yell.gif) no-repeat 5px 5px;
}
hr {
	border: 0;
	color: #002d73;
	background-color: #002d73;
	height: 1px;
}

TD.infoBoxHeading {
  background: #FFC555;
}

TD.infoBoxHeading * {
	margin: 3px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 20px;
	color: #000;
}

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #96BD04; color: #fff; }

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFC555;
}

#column_right table {
	width: 100%;
}

table.shopping_cart {
	background-color: #002D73;
	border: 1px solid #FFC555;
	margin: 5px;
}

table.shopping_cart td {
	padding: 5px;
	text-align: right;
}

table.search,
table.friend {
	margin: 5px;
}

table.search td,
table.friend td {
	padding: 5px;
}

table.search input,
table.friend input {
	vertical-align: middle;
}

table.search input.txt_sml,
table.friend input.txt_sml {
	width: 120px;
	border: 1px solid #FFC555;
}

table.new {
	border: 1px solid #FFC555;
	margin: 5px;
}

table.new td {
	padding: 5px;
	text-align: center;
}

table.new td.new_head {
	background-color: #FFC555;
}

.boxx_h_crnr_left
{
	background: #FFC555 url(../../images/fastorders.boxx_crnr_tl.gif) no-repeat top left;
}

.boxx_h_crnr_right
{
	background: #FFC555 url(../../images/fastorders.boxx_crnr_tr.gif) no-repeat top right;
}

td.boxx_h_heading, th.boxx_h_heading
{
	background-color: #FFC555;
	color: #000;
	padding: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
}

td.boxx_h_heading
{
	font-size: 11px;
}

th.boxx_h_heading
{
	font-size: 16px;
}

.boxx_c
{
	background-color: #fff;
	border: 2px solid #FFC555;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
}

.boxx_c h1
{
    font-size: 16px;
}

.boxx_c *
{
    color: #000;
}

.boxx_c b
{
    font-weight: bold;
}

.boxx_c .infoBox
{
    height: 250px;
}

.boxx_c .infoBox input
{
	border: 1px solid #FFC555;
}

.productListing td {
	background-color: #fff;
}

td.productListing-heading {
  background-color: #FFC555;
  color: #000;
  font-weight: bold;
  padding: 5px;
}

select,
input,
option {
	color: #000;
}
