/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

#eachPage {
   width:980px;
   margin:auto;
   text-align:center;
   margin-top:10px;
}

.fp_text li
{
   font-size:18px;
   list-style-type:none;
   list-style-image:url(images/tick.gif);
   height:30px;
   text-align:left;
   padding-left:15px;
}
.fp_text, .fp_image
{
   background:black;
}
.fp_price
{
   font-size:32px;
   font-weight:bold;
   color:red;
}
.search {
   background:url(images/search.jpg) no-repeat;
   height:22px;
   width:150px;
   text-align:left;
   padding-left:23px;
   position:relative;
   top:-20px;
   left:800px;
}
.search input {
   width:110px;
   border:none;
   font-size:10px;
   color:#aaaaaa;
   vertical-align:bottom;
   background:black;
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav a {
    display: block;
    width: 12em;
    text-align:center;
}
#nav li {
    float: left;
    width: 12em;

}
#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}
#nav li:hover ul {
    left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#nav a:hover {
   text-decoration:none;
}

.navHeading a{
   font-weight:bold;

}

.navHeading a:hover {
   color:#37aafb;
   background: white;
}

.navSubHeading a{
   border-top:1px solid #aaaaaa;
   color: #aaaaaa;
   background:#333333;
   font-weight:normal;
}

.boxText {  font-size: 10px; }
.errorBox {  font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning {  font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; color:#333333;}
.orderEdit {  font-size : 10px; color: #70d250; text-decoration: underline; }

.mybutton100 {
   text-align:center;
   background:url(images/button-100.gif) no-repeat;
   height:21px;
   width:100px;
   cursor:pointer;
   color:white;
   font-weight:bold;
   line-height:1em;
   font-family:arial;
   font-size:12px;
   padding-top:3px;
   vertical-align:middle;
}
.mybutton100over{
   text-align:center;
   color:white;
   background:url(images/button-100.gif) no-repeat;
   height:21px;
   width:100px;
   background-position: 0 -24px;
   cursor:pointer;
   text-decoration:none;
   font-weight:bold;
   font-family:arial;
   font-size:12px;
   padding-top:3px;
   line-height:1em;
   vertical-align:middle;
}

A .mybutton100over  {
color:white;
font-weight:bold;
text-decoration:none;
}


body {
  background: #000000;
  color: #cccccc;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  font-family:Arial;
}

h1
{
   font-size:24px;
   font-weight:bold;
   color:white;
}

A {
  color: #cccccc;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
   display: inline;
}

.headerNavHolder {
   background:#b6b7cb;
   margin-top:5px;
}

TR.header {
  background:url(images/dale-logo.jpg) no-repeat;
  height:110px;
}

TR.headerNavigation {
  background: #f5f5f5;
}

TD.headerNavigation {

  font-size: 18px;

  color: #333333;

}

A.headerNavigation {
  color: #333333;
}

A.headerNavigation:hover {
  color: #003385;
}
TR.headerError {
  background: #ff0000;
}

TD.headerError {

  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {

  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {

  font-size: 10px;
  text-align:center;
  border-top:1px solid #38a8fa;

  color: #ffffff;
  font-weight: bold;
}

.footerNav {
   font-size:12px;
   color:#aaaaaa;
   vertical-align:top;
}
.fnTitle {
   font-weight:bold;
}
.infoBox {
  background: #333333;
}

.infoBoxContents {
  background: #444444;

  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;

  font-size: 10px;
}

TD.infoBoxHeading {
  padding:3px;
  font-size: 16px;
  font-weight: bold;
  background: #0264a5;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {

  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #333333;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #333333;
}

.categoryListing {
   height:75px;
   text-align:center;
   vertical-align:middle;
   background:url(images/buttons/category-background.png);
   border: white 2px solid;
   padding:10px;
}
.categoryListing A {

}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {

  font-size: 12px;
  background: #38a8fa;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {

  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {

  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

.pricing {
   font-size:24px;
   font-weight:bold;
   color:#ffffff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  font-size: 14px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {

  font-size: 10px;
}

TD.accountCategory {

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {

  font-size: 12px;
}

TD.tableHeading {

  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {

  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

  font-size: 11px;
}

TEXTAREA {
  width: 100%;

  font-size: 11px;
}

SPAN.greetUser {

  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {

  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {

  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {

  color: #ff0000;
}

SPAN.errorText {

  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #004473; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; color:#333333; }

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: white; font-weight:bold;}

/* message box */

.messageBox {  font-size: 10px; }
.messageStackError, .messageStackWarning {  font-size: 10px; background-color: #ffb3b5; color:#333333;}
.messageStackSuccess {  font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff0000; }

/* manufacturers page */
.maninfo {
   text-align:center;
   font-size:12px;
   padding:20px;
   border:2px solid #eeeeee;
   width:150px;
}
.maninfo img{
   text-align:center;
   margin-left:auto;
   margin-right:auto;
   display:block;
}
.product_image IMG {
   border:solid 6px white;
}

.tabActive, .tabInactive {
   width:174px;
   text-align:center;
   display:inline-block;
   cursor:pointer;
   font-weight:bold;
}
.tabActive {
   background:url(images/tabActive.jpg) no-repeat;
   color:#3eadfc;
   height:22px;
   padding-top:5px;
}
.tabInactive {
   background:url(images/tabInactive.jpg) no-repeat;
   border-bottom:1px #7e7e7e solid;
   color:black;
}
#tabText {
border-left:3px #7e7e7e solid;
border-right:1px #7e7e7e solid;
border-bottom:1px #7e7e7e solid;
background:#444444;
padding:10px;
margin-top:-2px;

}
.tabRest {

border-bottom:1px solid #7e7e7e;
}

.altrow0,.altrow1 {
border: 1px solid #cccccc;
text-align: center;
font-size:10px;
}
.altrow0{
background:#555555;
}

.extraImageTitle {
width:100px;
font-size:10px;
text-align:center;
}

