/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #EB7125; text-decoration: underline; }

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
}

BODY {
  background: #c0e2e6;margin:15 0 0 0;padding:0px;
}

img								{border:0px;}
#wrapper						{width:100%;text-align:center;}
#mainSite						{width:980px;margin:auto;}
#frontSite						{width:980px;margin:auto;}
#wrapper2						{width:100%;text-align:center;background-color:#FFFFFF;}
#mainSite2						{width:980px;margin:auto;}
#frontSite2						{width:980px;margin:auto;}
#wrapper3						{width:100%;text-align:center;}
#mainSite3						{width:980px;margin:auto;}
#frontSite3						{width:980px;margin:auto;}
#topSearch						{text-align:right;font-family:Arial;color:#676767;font-size:11px;}
#topNav							{padding-bottom:20px;padding-top:10px;}
#mainContent					{background-color:#FFFFFF;}

a.topNav						{font-family:Tahoma;font-size:14px;color:#267fa8;text-decoration:none;}
a.topNav:hover					{font-family:Tahoma;font-size:14px;color:#eb7125;text-decoration:none;}
a.footerLink					{font-family:Arial;font-size:11px;color:#FFFFFF;text-decoration:none;}
a.footerLink:hover				{font-family:Arial;font-size:11px;color:#267fa8;text-decoration:none;}
a.footerLink12					{font-family:Arial;font-size:12px;color:#FFFFFF;text-decoration:underline;font-weight:normal;}
a.footerLink12:hover			{font-family:Arial;font-size:12px;color:#267fa8;text-decoration:none;font-weight:normal;}
a.subcategory					{font-family:Lucida Sans, Arial;font-size:12px;color:#267fa8;text-decoration:none;line-height:22px;text-transform:lowercase;}
a.subcategory:hover				{font-family:Lucida Sans, Arial;font-size:12px;color:#eb7125;text-decoration:none;line-height:22px;text-transform:lowercase;}
a.bestsellers					{font-family:Lucida Sans, Arial;font-size:14px;color:#267fa8;text-decoration:none;}
a.bestsellers:hover				{font-family:Lucida Sans, Arial;font-size:14px;color:#eb7125;text-decoration:none;}
a.onNav							{font-family:Tahoma;font-size:14px;color:#eb7125;text-decoration:none;}
a.onNav:hover					{font-family:Tahoma;font-size:14px;color:#eb7125;text-decoration:none;}

.footer							{font-family:Arial;color:#FFFFFF;font-size:11px;}
.subNav							{padding-left:30px;line-height:19px;}
.pipe							{font-family:Arial;color:#676767;text-decoration:none;font-size:11px;}
.productTitle					{font-family:Lucida Sans, Arial;font-size:15px;color:#000000;font-weight:bold;}
.dictionary						{font-family:Lucida Sans, Arial;font-size:23px;color:#FFFFFF;font-weight:bold;}
.dictionaryHomepage				{font-family:Lucida Sans, Arial;font-size:28px;color:#FFFFFF;font-weight:bold;}
.onState						{font-family:Tahoma;font-size:14px;color:#eb7125;}
.orangeTopHeader				{font-family:Lucida Sans, Arial;font-size:16px;color:#eb7124;font-weight:bold;}
.blueSubHeader					{font-family:Tahoma, Arial;font-size:14px;color:#267fa9;font-weight:bold;font-style:italic;}
.blueFrontSubHeader					{font-family:Arial;font-size:14px;line-height:16px;color:#267fa8;font-weight:normal;font-style:italic;}
.homepageContent				{font-family:Arial;font-size:11px;color:#5a5a5a;font-weight:normal;line-height:17px;}
a.homepage						{font-family:Arial;font-size:11px;color:#5a5a5a;font-weight:normal;line-height:17px;text-decoration:underline;}
a.homepage:hover				{font-family:Arial;font-size:11px;color:#267fa9;font-weight:normal;line-height:17px;text-decoration:underline;}
.blueBody						{font-family:Arial;font-size:12px;color:#267fa8;}

div.scrollholder
{
    position: relative;
    width: 700px; height: 285px;
    overflow: auto;
    z-index: 1;
    background-color: #FFFFFF;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    background-image:url('images/slider_bg_vertical.gif');background-repeat:repeat-y;
}

div.drag_bar
{
    position: absolute;
    width: 11px; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #999999;
}  


A {
  font-family:Lucida Sans;
  color: #267fa8;
  font-size:12px;
  text-decoration: none;
  line-height:20px;
}

A:hover {
  font-family:Lucida Sans;
  font-size:12px;
  color: #267fa8;
  text-decoration: underline;
  line-height:20px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  font-family:Arial;color:#676767;text-decoration:none;font-size:11px;
}

A.headerNavigation:hover {
  font-family:Arial;color:#676767;text-decoration:underline;font-size:11px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #398DB5;
  font-weight: bold;
  padding-bottom:15px;
  border-bottom:1px solid #9d9fa2;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Lucida Sans, Arial, sans-serif;
  font-size: 18px;
  color: #267fa8;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.main {
  font-family: Lucida Sans, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Lucida Sans, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.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: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
.footer_cms{font-family:Arial;color:#FFFFFF;font-size:12px;}
.footer_cms_head{font-family:Arial;color:#FFFFFF;font-size:16px;font-style:italic;text-decoration:none;}