/*
  $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; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
	color: #244A9F;
	text-decoration: underline;
	font-weight: normal;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  background: #ffffff;
  color: #244A9f;
  font-weight : bold;
}

A.headerNavigation { 
  color: #244A9f;
}

A.headerNavigation:hover {
  text-decoration: underline;
  color: #244A9f;
}

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: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  background-image: url(/catalog/images/layout/pattern_infobox_form.jpg);
}

.infoBox {
	background:#b6b7cb;
}

.infoBoxContents {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}

.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: url(images/layout/pattern_infobox.gif) repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-indent: 5px;
	color: #244A9F;
}

TD.infoBoxHeading_form {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: url(/catalog/images/layout/pattern_infobox.gif) repeat;
}

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: #CCCCCC;
}

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
	vertical-align: top;
}

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.main_addcart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	height: 24px;
	vertical-align: middle;
}

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;
}

TABLE.categ {
	border: 0px;
	border-spacing: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;

}

TD.categ {
     vertical-align: center;
}

TD.categ_1 {
     vertical-align: center;
}

.mws_boxTop    { background: url('images/infobox/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft   { background: url('images/infobox/left.gif'); }
.mws_boxRight  { background: url('images/infobox/right.gif'); }
.mws_boxBottom { background: url('images/infobox/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter { background: #FFFFFF; }

TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.catalogues {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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; }

/* CSS MEGACOMUNICAZIONE */


/* BANNER */

.cellaTot {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
}

.boxCatalogues {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	padding-left: 5px;
	background-repeat: no-repeat;
	font-weight: bold;
}
a.boxCatalogues:hover {
	color: #333333;
	text-decoration: underline;
}
.cellaLog {
	background-image: url(../images_bannertestuale/banner_inferiore.jpg);
	background-repeat: no-repeat;
}

/* BoxCategorie */

.cornerCapofila {
	background-image: url(../images/corner_left.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 11px;
}
.capoFila {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 14px;
	background-image: url(../images/pattern_infobox.jpg);
	width: 159px;
}

.cellaInfoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #e3e4e5;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.cellaInfoBox:hover {
	color: #000000;
	text-decoration: underline;
}

.SottocellaInfoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066CC;
	background-color: #FAFAFA;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.SottocellaInfoBox:hover {
	color: #0066CC;
	text-decoration: underline;
}

.SottocellaInfoBox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	background-color: #FAFAFA;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
a.SottocellaInfoBox2:hover {
	color: #330000;
	text-decoration: underline;
}
.txtHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	bottom: 0px;
	position: relative;
	top: 0px;
}
a.txtHome:hover {
	color: #000000;
	text-decoration: underline;
}
.cellaheadernavigationleft {
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #244A9F;
	width: 30%;
}

a.cellaheadernavigationleft:hover {
	color: #244A9F;
	text-decoration: underline;
}

.cellaheadernavigationright {
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #244A9F;
	width: 70%;
}

a.cellaheadernavigationright:hover {
	color: #244A9F;
	text-decoration: underline;
}
.cellaheaderbottom {
	background-image: url(../images/layout/header_02.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 15px;
	width: 507px;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #244A9F;
}
.cellaheadercenter {
	background-image: url(../images/layout/header_03.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 24px;
	width: 507px;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cellaheadertop {
	background-image: url(../images/layout/header_04.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 13px;
	width: 507px;
	font-size: 10px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cellaheaderlogo {
	padding: 0px;
	height: 52px;
	width: 253px;
	font-size: 10px;	
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.products_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.headernavigation {
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #244A9F;
}

a.headernavigation:hover {
	color: #244A9F;
	text-decoration: underline;
}

TD.ProductListHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a9a9a;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: normal;
	vertical-align: top;
	position: relative;
	top: 0px;
	right: 0px;
}

.news {
	background-image: url(images/news/sfondo_news.gif);
	background-repeat: no-repeat;
	background-position: center center;.pageabout {
	background-image: url(images/aboutus/sfondo_about.gif);
	background-position: 111px;
}

.about_1 {
	border: 1px solid #CCCCCC;
	height: 200px;
	width: 229px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	visibility: visible;
	overflow: scroll;
	padding: 2px;
	clip: rect(auto,auto,auto,auto);
	color: #003399;
	left: 0px;
	top: 0px;
	text-align: justify;
	vertical-align: top;
}

.about_2 {
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	visibility: visible;
	overflow: scroll;
	padding: 2px;
	clip: rect(auto,auto,auto,auto);
	color: #003399;
	left: 0px;
	top: 0px;
	width: 50px;
}

.raee {
	background-image: url(images/table_background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
	
.raee_1 {
	height: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	visibility: visible;
	overflow: scroll;
	padding: 2px;
	clip: rect(auto,auto,auto,auto);
	color: #003399;
	left: 0px;
	top: 0px;
	width: 100%;
}

.about {
	background-image: url(images/aboutus/sfondo_about.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}