/*
  $Id: stylesheet.css,v 1.26 2003/06/30 20:03:50 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

/* links */
a:link { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #660000; font-weight: bold; text-decoration: none; }
a:visited { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #660000; font-weight: bold; text-decoration: none; }
a:active { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #660000; font-weight: bold; text-decoration: none; }
a:hover { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }
/* top bar border color below */
TD.headerNavigation {
font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background: #E7003E; color: #000000; font-weight: bold; border: 0px; border-top-width: 5px; border-bottom-width: 5px; border-style: solid; border-color: #E7003E;
}
a.headerLink:link { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff00ff; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff00ff; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff00ff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff00ff; font-weight: bold; text-decoration: none; }

a.menuBoxHeadingLink:link { font-size: 12px; color: #333333; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited { font-size: 12px; color: #333333; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active { font-size: 12px; color: #333333; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; font-weight: normal; text-decoration: bold; }

a.splitPageLink:link { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:visited { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:active { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #0000FF; font-weight: normal; text-decoration: none; }
a.splitPageLink:hover { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #0000FF; font-weight: normal; text-decoration: underline; /* background-color: #FFFF33; */ }

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; }

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; }
  
/* menu box */
.menuBoxHeading { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; /* background-color: #990066; */ }
.menuBoxContent { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }

/* page body background color*/

BODY {
font-family: Verdana, Trebuchet MS, sans-serif; 
font-size: 12px; 
background: #C6F500; 
color: #990066; 
text-align: center;
}

BODY {
background: url("images/lsbackground3.gif"); 
background-repeat: repeat-y;
background-attachment: scroll;
margin: 0px;
}

.headerBar { color: #006600; background-color: #990066; }
.headerBarContent { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 18px; color: #ffcc33; font-weight: bold; padding: 2px; }
.columnLeft { background-color: #990066; border-color: #990066; border-width: 1px; border-style: solid; padding: 2px; }
.pageHeading { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 18px; background-color: #C6F500; color: #E7003E; font-weight: bold; }

/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; font-weight: bold; }
.dataTableRow { background-color: #F0F1F1; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #990066; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; }

/* info box */
.infoBoxHeading { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #000000; /* background-color: #990066; */ font-weight: bold; }
.infoBoxContent { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #990066; background-color: #DEE4E8; font-weight: bold; }

/* message box */

.messageBox { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background-color: #990066; }
.messageStackSuccess { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background-color: #99ff00; }

/* forms */
CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA, FILE { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; }
FORM { display: inline; }

/* account */
.formArea { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background-color: #f1f9fe; border-color: #7b9ebd; border-style: solid; border-width: 1px; }
.formAreaTitle { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; font-weight: bold; }

/* attributes */
.attributes-odd { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background-color: #ff0000; }
.attributes-even { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; background-color: #ff0000; }

/* miscellaneous */
.specialPrice { color: #ff0000; }
.oldPrice { text-decoration: line-through; }
.fieldRequired { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff0000; }
.smallText { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; }
.main { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; }
.errorText { font-family: Verdana, Trebuchet MS, sans-serif; font-size: 12px; color: #ff0000; }
