/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.topBorder { border-top: 3px solid #efefef; }
.leftBorder { border-left: 3px solid #efefef; }

BODY {
  font-family: arial,sans-serif; font-size: 10px;
  background: #000000;
  margin-left: 0px;
  margin-top: 0px;
  text-align: center;
}

BODY.pricelist {
  background: #000008;
}

#page {
  background: #000000;
  text-align: center;
  margin: 0 auto;
  padding: 0px 0 0px;
  position: relative;
  /* The entire template's width is set in this class. */
  border: 0px solid #000000;
  border-top: none;
} 

TABLE {
  margin: 0px;
  border-width: 0px;
  border-style:solid;
  border-color: #000008;
}

TABLE.pricelist {
  padding: 5px;
  font-size: 16px;
}

A {
  color: #f8d113;
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  text-decoration: underline;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

input {
    border: 1px solid #000008;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px #000008;
       -moz-box-shadow: 0px 0px 4px #000008;
            box-shadow: 0px 0px 4px #000008;
}
