/*
  $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
*/

.boxText { font-family: Verdana; font-size: 10px; }
.errorBox { font-family : Verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #A19C98;
  text-decoration: none;
}

A:hover {
  color: #A19C98;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana;
  font-size: 10px;
  background: #ffffff;
  color: #0756ca;
  font-weight : bold;
}

A.headerNavigation {
font-family: Verdana;
font-size: 10px;
color: #999a9c; 
}

A.headerNavigation:hover {
  color: #043784;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
border: 1px solid #DCDCDC;
}

TD.footer {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.infoBox {
  background: #ffffff;
}

.infoBoxb {
  background: #ffffff;
  border: 1px solid #DCDCDC;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana;
  color:#87827e;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana;
  font-size: 10px;
}

TD.infoBoxHeading1 {
  background-image: url(images/infobox/headbox.gif);
  background: #76c0e3;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana;
  font-size: 10px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #DCDCDC;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  height: 26px;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana;
  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;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana; font-size: 10px; color: #ff0000; }

TD.logo{
padding-left: 20px;
}

TD.headback{
background-image: url(images/backhead.gif);
background-repeat: no-repeat;
padding-top: 8px;
padding-left: 5px;
width: 317px;
}
INPUT.login{
border: 1px solid White;
background-image: url(images/loginput.gif);
width: 87px;
height: 22px;
}
.btnlogin{
background-image: url(images/loginput.gif);
height: 21px;
}
.borderojo{
background-image: url(images/borderojo.gif);
background-repeat: repeat-x;
height: 7px;
}
a.itemcat{
float: right;
background-image: url(images/backcat.jpg);
background-repeat: no-repeat;
width: 192px;
height: 25px;
font-family: Verdana;
font-size: 12px;
}
a.itemcat:hover{
background-image: url(images/backcatover.jpg);
color:#ffffff;
text-decoration: none;
}
.padcat{
padding-top: 5px;
padding-left:20px;
}
a.itemcathov{
float: right;
background-image: url(images/backcatover.jpg);
background-repeat: no-repeat;
color:#ffffff;
width: 192px;
height: 25px;
font-family: Verdana;
font-size: 12px;
}
a.itemcathov:hover{
color:#ffffff;
text-decoration: none;
font-weight: bold;
}
a.itemsubcat{
float: right;
background-image: url(images/backsubcat.gif);
background-repeat: no-repeat;
width: 192px;
height: 25px;
font-family: Verdana;
font-size: 12px;
}
a.itemsubcathov{
float: right;
background-image: url(images/backsubcatover.jpg);
background-repeat: no-repeat;
width: 192px;
height: 25px;
font-family: Verdana;
font-size: 12px;
}
a.itemsubcathov:hover{
text-decoration: none;
}
a.itemsubcat:hover{
background-image: url(images/backcatover.jpg);
color:#ffffff;
text-decoration: none;
}
input.clssfind{
border: 1px solid White;
background-image: url(images/backfind.jpg);
background-repeat: no-repeat;
width: 85px;
height: 20px;
}
.infoBoxsrc{
background: #ffffff;
height: 38px;
}
table.prdctbox{
background-image: url(images/backproduct.jpg);
background-repeat: no-repeat;
width: 288px;
height: 152px;
}
.imagen{
background-repeat: no-repeat;
text-align : center;
}
SELECT.sltcop{
font-family: Verdana; 
font-size: 14px;
height: 20px;
text-align: center;
width: 120px; 
}
TD.tdbrdr{
border-right-color: #DCDCDC;
border-right-style: solid;
border-right-width: 1px;
}
TABLE.tblbrtop{
border-top-color: #DCDCDC;
border-top-style: solid;
border-top-width: 1px;
}
TABLE.tblbrbut{
border-bottom: 1px solid #DCDCDC;
}
DIV.titdesprod{
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}
TD.solutions{
width: 316px;
height: 57px;
padding-left: 68px;
background-repeat: no-repeat;
}
A.solutions{
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color:#ffffff;
}
TABLE.tblbrbutlr{
border-bottom: 1px solid #DCDCDC;
border-left: 1px solid #DCDCDC;
border-right: 1px solid #DCDCDC;
}
