/*
  $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
*/

/* Verde: 153;204;0 99cc00
/* Avorio: ffffe1 */
/* sfondo: fff9f3 */
/* Arancione: ffcc66 */
/* Arancione f97101 */

/*
Nuovi Colori
Verde 96d151
Arancione fbc131
*/


.boxText { font-family:  Verdana, Arial, sans-serif; font-size: 10px; }
.boxTextSearch { font-family:  Verdana, Arial, sans-serif; font-size: 10px; position: right;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : /*10px*/ 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : /*10px*/ 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : /*10px*/ 10px; color: #fbc131; text-decoration: none; }
.boxMenu { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffffff;  /* background: transparent url(images/menu_bg.gif) no-repeat scroll 0%; */ color: #ffffff; font-weight: normal; line-height: 1.5; height: 15px}
.boxItem { font-family : Verdana, Arial, sans-serif; font-size : 10px; /* background: #f3fff3; */ background: #fbc131; color: #000000; font-weight: normal; line-height: 1.7;	filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}

.middle-container { background-color:#96d151; }
.middle-container-header { background-color:/*#fff9f3;*/ #96d151; }
.sup-header { background-color:/*#fff9f3;*/ #96d151; }
.middle-table { background:url(images/main_container_bg.gif) no-repeat 50% #ffffe1; }
.column-right { background-color:#96d151; text-align : right; }

BODY {
  background: /*#fff9f3;*/ #96d151;
  color: #000000;
  margin: 0px;
}

BODY.inFrame {
  background: /*#fff9f3;*/ #ffffe1;
  color: #000000;
  margin: 0px;
	scrollbar-base-color: #ffffe1;
	scrollbar-arrow-color: #ffffe1;
	scrollbar-3dlight-color: #ffffe1;
	scrollbar-darkshadow-color: #ffffe1;
	scrollbar-face-color: #fbc131;
	scrollbar-highlight-color: #ffffe1;
	scrollbar-shadow-color: #ffffe1;
	scrollbar-track-color: #ffffe1;  
}

body.inFrameScroll {
	scrollbar-base-color: #ffffe1;
	scrollbar-arrow-color: #ffffe1;
	scrollbar-3dlight-color: #ffffe1;
	scrollbar-darkshadow-color: #ffffe1;
	scrollbar-face-color: #fbc131;
	scrollbar-highlight-color: #ffffe1;
	scrollbar-shadow-color: #ffffe1;
	scrollbar-track-color: #ffffe1;
	background: /*#fff9f3;*/ #ffffe1;
	color: #000000;
	margin: 0px;	
}

iframe{
 border: 0px;
}

img{
  border: 0px;
}

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

A.information {
  color: #ffffe1;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
}

A.information:hover {
  color: #ffffe1;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
  text-decoration: underline;
}

A.alternanza {
  color: #fbc131;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.alternanza:hover {
  color: #ffffe1;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.alternanza_selected {
  color: #fbc131;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.alternanza_selected:hover {
  color: #fbc131;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

A.menu {
  color: #ffffe1;
  text-decoration: none;
}

A.item {
  color: #000000;
  text-decoration: none;
  border: 0px solid /*#2c932f*/ #96d151;
  background: #ffcc66;
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;  
}

A.alterna img {
	filter: alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border: 0;
}

A.opaco img {
	filter:alpha(opacity=20); 
	-moz-opacity: 0.2; 
	opacity: 0.2;
	border: 0;	
}

A:hover {
  /*color: #AABBDD;*/
  color: /*#2c932f*/ #777777;
  text-decoration: underline;
}

A.menu:hover {
  color: /*#2c932f*/ #ffffe1;
  text-decoration: none;
}

A.item:hover {
  color: /*#2c932f*/ #ffffe1;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #bbc3d3;
  border-bottom: 2px solid #ffffff;
}

TD.header {
  /*background: #ffffff;*/
  /* Modifica da Magento */
  /*background: transparent url(images/header_top_container_bg.jpg) repeat-x scroll 50% 0pt;*/
  /*height: 70px;*/
  border-top: 0px solid /*#2c932f*/ #777777;
}

TD.headerForm {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  line-height: 1.2;
}

TR.headerNavigation {
  background: #ffffe1;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  /*background: #777777;*/
  background: /*#2c932f*/ #fbc131;
  color: #ffffe1;
  font-weight : bold;
}


A.headerNavigation { 
  color: #ffffe1; 
}

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

A.headerSupNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: /*#2c932f*/ #ffffe1;
  color: #fbc131;
  font-weight : bold;
}

A.headerSupNavigation:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: /*#2c932f*/ #ffffe1;
  color: #fbc131;
  font-weight : bold;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : /*bold*/ normal;
  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;
}

button.btn_login{
	background-color: #fbc131;
	color: #ffffe1;
	font-size:9px;
	border: 1px solid #fbc131;
	width: 50px;
}


input.btn_login{
	background-color: #fbc131;
	color: #ffffe1;
	font-size:9px;
	border: 1px solid #fbc131;
	/*width: 50px;*/
}

input.btn_search{
	background-color: #fbc131;
	color: #ffffe1;
	font-size:9px;
	border: 1px solid #fbc131;
	width: 70px;
}

input.btn_password{
	background-color: #fbc131;
	color: #ffffe1;
	font-size:9px;
	border: 1px solid #fbc131;
	width: 20px;
}

input.textHeader{
	background-color: #ffffe1;
	color: #000000;
	font-size:9px;
	border: 1px solid #96d151;
	width: 120px;
}

input.passwordHeader{
	background-color: #ffffe1;
	color: #000000;
	font-size:9px;
	border: 1px solid #96d151;
	width: 94px;
}

TD.columnLeft {
  /*background: #ffffff;*/
  /* Modifica da Magento */
  background: transparent url(images/column_left.gif) repeat-x scroll 50% 0pt;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  background: /*#2c932f*/ #ffffe1;  
  color: #000000;
  font-weight: bold;
}

A.footer { 
  color: #000000; 
}

A.footer:hover {
  color: #000000;
}

.infoBox {
  background: #ffffe1;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  background: #ffffe1;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: #bbc3d3;*/
  background: /*#2c932f*/ #ffffe1;  
  color: #96d151;
}

TD.infoBoxHeadingGrey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background: #fbfaf6;  
  color: /*#2c932f*/ #777777;
}

TD.infoBoxHeadingCentral {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  /* background: transparent url(images/infobox/striscia_grey.gif) repeat-x scroll 50% 0pt; */
  background: #fbfaf6;
  color: /*#2c932f*/ #008000;
  padding: 6px;
  border-top: 1px solid #777777;
  border-left: 1px solid #777777;
  border-right: 1px solid #777777;  
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: /*#b6b7cb;*/ #ffffe1;
  color: /* #FFFFFF; */ #96d151;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #96d151;
}

.productListing-heading-total {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: /*#b6b7cb;*/ #ffffe1;
  color: /* #FFFFFF; */ #96d151;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #96d151;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #96d151;
}

TD.productListing-data-total {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: /* #FFFFFF; */ #96d151;
  font-weight: bold;  
  border-bottom: 0px solid #96d151;
  padding-top: 5px; 
}


TD.productListing-data1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-left: 1px solid #ffcc66;
  border-right: 1px solid #ffcc66;
  border-bottom: 1px solid #ffcc66;
}

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

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: 10px;
  line-height: 1.5;
}

TD.title_main, P.title_main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #96d151;
  background: #ffffe1;
  border-bottom: 2px solid #96d151;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.alterna{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eaeaea;
  border: 1px solid /*#2c932f*/ #96d151;
}

TD.opaco{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eaeaea;
  border: 1px solid /*#2c932f*/ #777777;
}

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: #fbc131; cursor: pointer; cursor: hand; color: #ffffe1}
.moduleRowDisabledOver { background-color: #ffffe1; cursor: pointer; color: #eaeaea}
.moduleRowSelected { background-color: #ffffe1; color: #fbc131;}
.moduleRowDisabled { background-color: #ffffe1; color: #eaeaea;}

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

