/*
  $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: #000;
}

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

#container_all
{
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#container_main
{
    background: #fff url(../../images/bg_main.jpg) no-repeat 0px 0px;
    padding-top: 10px;
}

a {
	color: #4A5487;
}

a:hover {
	color: #87A7C8;
}

a img {
	border: 0;
}

input {
	color: #000;
	}

.header,
.header_nav {
    border-bottom: 1px solid #fff;
}

.header_nav a {
	color: #fff;
	margin: 8px;
	margin-top: 10px;
}

.header_nav a:hover {
	color: #000;
}

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

TD.headerNavigation {
  background-color: #87a7c8;
  height: 30px;
  color: #fff;
}

table.table_footer {
  background: #fff url(../../images/bg_col_bottom.gif) no-repeat 0px 0px;
}

TR.footer {

}

TD.footer {
  background: #fff url(../../images/bg_col_bottom.gif) no-repeat 0px 0px;
  color: #999999;
}

TD.footer p {

  text-align: center;
  color: #999999;
  margin: 20px;
  margin-bottom: 0px;
}

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

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

#column_right
{
    width: 164px;
    background: transparent url(../../images/bg_col_right.gif) no-repeat 0px 0px;
}

#column_left
{
	width: 128px;
	padding-top: 20px;
    padding-bottom: 20px;
    background: #E4E7F0 url(../../images/bg_col_left_top.gif) no-repeat 0px 0px;
}

#column_centre
{
	padding: 10px;
	padding-top: 170px;
}

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

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

h2
{
    font-size: 16px;
}

h3
{
    font-size: 14px;
}

h4
{
    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: #87a7c8;
}

ul.sitemap {
color: #87a7c8;
}

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

TABLE.productListing td {
  padding: 2px;
  color: #000;
}

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

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

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

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

TR.productListing-odd TD {
	background-color: #F4F4F4;
}

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

.sidenav li {

}
.sidenav a {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 4px;
	padding-left: 15px;
}
.sidenav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #87A7C8;
}
hr {
	border: 0;
	color: #87A7C8;
	background-color: #87A7C8;
	height: 1px;
}

TD.infoBoxHeading {
  background: #e4e7f0;
}

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: #87A7C8; color: #fff; }

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

#column_right table {
	width: 100%;
}

table.rbox {
	background-color: #E4E7F0;
	margin-top: 13px;
}

table.rbox td {
	padding: 5px;
}

table.search td,
table.loginbox td {
	padding: 5px;
	color: #fff;
}

table.loginbox td form {
	color: #fff;
}

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

table.search input.txt_sml,
table.loginbox input.txt_sml {
	width: 100px;
	border: 1px solid #E4E7F0;
	color: #000;
}

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

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

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

.boxx_h_crnr_left
{
	background: #e4e7f0;
}

.boxx_h_crnr_right
{
	background: #e4e7f0;
}

td.boxx_h_heading, th.boxx_h_heading
{
	background-color: #e4e7f0;
	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 #e4e7f0;
    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 #e4e7f0;
}

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