/*
  $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: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 12px;}
.errorBox { font-family : "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { 
	font-family : "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
	font-size : 11px;
	color: #0088CC; 
	text-decoration: underline;
	}

BODY {
  background: #ffffff;
  color: #898989;
  margin: 0px;
}

A {
  color: #0088CC;
  text-decoration: none;
}

A:hover {
  color: #0088CC;
  text-decoration: underline;
}

FORM {
    font-size: 11px;
    display: inline;
    color: #333333;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  /* Alternativa background con immagine o colore - Prevale sempre il colore se presente */
  /* background-image: url('images/box_header_bg.jpg'); */
  /* background: #f0f0f0; */
  background: #ffffff;
  color: #ffffff;
  font-weight : bold;
  /* border-top: 1px solid #dedede; */
  border-bottom: 3px solid #dedede;
  padding-bottom: 10px;
  }

A.headerNavigation {
  color: #000000;
}


A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #DEDEDE;
  
}

TD.footer {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  background: #DEDEDE;
  color: #0088cc;
  /*font-weight: bold;*/
}

/* BORDO INTORNO AGLI INFOBOX */
.infoBox {
 background: #dedede;
 
}
/* BACKGROUND DEGLI INFOBOX */
.infoBoxContents {
  background: #FAFAFA;
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  /*font-variant: small-caps;*/
}

.infoBoxNotice {
  background: #FF8E90;

}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
}
/* HEADER DELLE BOX */
TD.infoBoxHeading {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 13px;
  font-variant: lowercase;
  text-align: center;
  /* background-image: url('images/box_header_bg.jpg'); */
  background: #f0f0f0;
  border-top: 1px solid #dedede;
  color: #333333;
  padding-right: 5px;
}
/* NUOVA BOX */
.plainBox {
background: #ffffff;
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #898989;
  /*font-variant: small-caps;*/
}

TD.plainBox {
background: #ffffff;
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #898989;
  /*font-variant: small-caps;*/
}

TD.infoBox, SPAN.infoBox {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
}

/* 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;
} */

/* MODIFICA: Product Listing in Individual Boxes */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.productListing-odd {
  background: none;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TR.productListing-even {
  background: none;
}

/* END*/


TABLE.productListing {
  border: 1px;
  border-style: solid;
  /* border-color: #b6b7cb; */
  border-color: #ffffff;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  /* background: #b6b7cb; */
  background: #F0F0F0;
  color: #898989;
  /* font-weight: bold; */
}

TD.productListing-data {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  background: #FFFFFF;
  font-size: 14px;

}

TD.productListing-data p {
   margin:2px;
   padding:0;
   text-align:center;
}

A.pageResults {
  color: #0088CC;
}

A.pageResults:hover {
  color: #F16822;
  background: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 20px;
  /* font-weight: bold; */
  color: #0088CC;
}

TR.subBar {
  background: #f4f7fd;

}

TD.subBar {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
  color: #898989;
}

TEXTAREA {
  width: 100%;
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #E1EBF5; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #f9f9f9;}

.checkoutBarFrom, .checkoutBarTo { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif; font-size: 11px; color: #ff0000; }

/* Individual Boxes - Graphical Borders for modules - Star */
.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
                 font-size: 13px;
				 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
                 font-size: 13px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff;
                 font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
                 font-size: 13px;}
.mws_boxCenter_module2 { background: #ffffff;
                 font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
                 font-size: 13px;
				 color: #333333;
				 text-align : center;
				 padding: 10px;}
/* Individual Boxes - Graphical Borders for modules - Star */

TD.noborderbox {
  font-family: 'Lucida Grande','Lucida Sans Unicode', Arial, sans-serif;
  font-size: 12px;

}
/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #f0f0f0;
	color: #7f7f7f;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
font-variant: small-caps;

}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}



