*
  $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: #70d250; text-decoration: underline; }

BODY {
  text-align: center;
  background-image: url('gradient.gif');
  background-repeat: yes-repeat;
  background-attachment: fixed;
  color: #ffffff;
  margin: 0px;





/* per modificare le barre di scorrimento */

scrollbar-face-color:#00225e;
scrollbar-highlight-color:#001a46;
scrollbar-3dlight-color:#7487a5;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#7487a5;
scrollbar-arrow-color:#7487a5;
scrollbar-track-color:#001a46;

}

.fixcenter {
  width: 923px;
  border: solid; border-width: 1px;
  background: #00225e;                       /* Sfondo pagina interna */
  color: #00225e;                            /* contorno pagina interna */
  margin: auto;
  margin-top: 20px;
  text-align: left;
}

   .cssbutton {
 background: #202020;  /*E3E0A8*/
 color : #cc9900;
 width : 130px;
 vertical-align: top;
 text-align: center;
   font-weight: bold;
  font-family: Tahoma;
font-size: 11px;
cursor: pointer;
text-align:top;
  border: 1px;
 border-style: outset;
 border-color: #cc9900;   /*6AE4A3A*/
 border-spacing: 1px;
}


.cssbuttonsubmit{
background: #202020;
vertical-align: center;
text-align: center;
color: #cc9900;
font-family: Tahoma;
font-weight: bold;
font-size: 11px;
cursor: pointer;
border:none;
}

A {
  color: #ffffff;
  text-decoration: none;
}

A:hover {

/* link */

  color: #b56627;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #202020;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;                                            /* barra navigazione */
  background: #00225e;
  color: #ffffff;                                             /* freccine navigazione */
  font-weight: bold;

}

A.headerNavigation {

                                                              /* colore testo barra navigazione */
  color: #ffffff;
  text-transform: uppercase;
}

A.headerNavigation:hover {

                                                              /* colore testo over navigazione */
  color: #9f9c8a;
}

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: #ffffff;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
                                                              /* colore  barra di fondo */
  background: #001a46;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {               /*001a46*/                                      /* colore bordi infobox */
  background: #cc9900;


}

.infoBoxContents {                                            /* colore  sfondo infobox */
  background: #001a46;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #00225e;                     /*background-image: url('sfobarinfobx.jpg')*/                 /* colore intestazione infobox */
  color: #cc9900;                                            /* colore testo intestazione infobox */
  text-transform: uppercase;
  border: solid; border-width: 0px; border-color: #001a46; padding-top: 10px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #00225e;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  background: #00225e;
  color: #cc9900;
  font-weight: bold;
}

                                                                    /*   TD.productListing-data {
                                                                      font-family: Verdana, Arial, sans-serif;
                                                                          font-size: 10px;
                                                                                            }  */
TD.productListing-data {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 text-indent: 0px;
 background: #001a46;
 border-top-color: #cc9900;
 border-top-style: solid;
 border-top-width: 1px;
 padding-right:8px;
 padding-left:6px;
 padding-top:15px;
 padding-bottom:13px;
}





A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, 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: #000000; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #000000; }

.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; }


