@charset "iso-8859-1";
/*
  $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
*/

body, html {
  background: #fff;
  color: #000;
  margin: 0px;
  padding: 0px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

table, tr, td, span {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

font {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #922235;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #922235;
  text-decoration: underline;
}

form {
	display: inline;
}

#logo img {
	display: block;
}

.boxText { }

.errorBox { 
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning { 
	color: #c03;
}

.productsNotifications {
	background: #f3f118;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

tr.header {
  background: #289c55;
  line-height: 1.5;
}

tr.headerSearch {
  background: #eee;
  color: #22450b;
  font-weight : bold;
  background: url(images/grafica/bk_header.gif);
}

.tableHeader {
	background-color: #289c55;
	color: #fff;
}

.tableMenuSx td {
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.tableMenuDx td {
	border: 1px solid #fff;
	border-width: 1px 0px 0px 1px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.tableMenuSx a {
	color: #fff;
	text-decoration: none;
}

.tableMenuSx a:hover {
	color: #ff0;
	text-decoration: none;
}

.tableMenuDx a {
	color: #fff;
	text-decoration: none;
}

.tableMenuDx a:hover {
	color: #ff0;
	text-decoration: none;
}

tr.headerError {
  background: #f00;
}

td.headerError {
  font: bold 12px Tahoma, Verdana, Arial, sans-serif;
  background: #f00;
  color: #fff;
  text-align : center;
}

tr.headerInfo {
  background: #0f0;
}

td.headerInfo {
  font: bold 12px Tahoma, Verdana, Arial, sans-serif;
  background: #0f0;
  color: #fff;
  text-align: center;
}

tr.footer {
  background: #289c55;
}

td.footer {
  font: 10px Verdana, Arial, sans-serif;
  background: #289c55;
  color: #fff;
  height: 2px;
}

.infoBox {
  background: #000;
}

.infoBoxContents {
  background: #fff;
}

.infoBoxNotice {
  background: #ff8e90;
}

.infoBoxNoticeContents {
  background: #ffe6e6;
}

td.infoBoxHeading {
  font-weight: bold;
  background: #bbc3d3;
  color: #fff;
}

td.infoBox, span.infoBox { }

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

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

table.productListing {
  border: 1px solid #289c55;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #289c55;
  color: #fff;
  font-weight: bold;
}

.productListing-heading a {
	color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.productListing-heading a:hover {
	color: #ff0;
  text-decoration: none;
}

td.productListing-data { }

.pageResults a {
  color: #00f;
}

.pageResults a:hover {
  color: #00f;
  background: #ff3;
}

td.pageHeading, div.pageHeading {
	margin:0.6em 0 0 -18px;
	padding-left: 18px;
  background: url(images/grafica/title_sign.gif) no-repeat left center;
  font: bold 200% "Trebuchet MS",Arial,sans-serif;
  color: #000;
  border-bottom: 3px solid #ececec;
}

td.pageHeadingPrice, div.pageHeadingPrice {
	padding-left: 18px;
	border-bottom: 3px solid #ececec;
}

td.subBar {
  color: #000;
}

td.main, p.main {
  font-size: 11px;
  line-height: 1.5;
  background: #fff;
}

td.smallText, span.smallText, p.smallText { }

td.accountCategory {
  font-size: 13px;
  color: #abd;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  color: #f00;
}

checkbox, input, radio, select {
  font-size: 11px;
}

textarea {
  width: 100%;
  font-size: 11px;
}

span.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

table.formArea {
  background: #f1f9fe;
  border: 1px solid #7b9ebd;
}

td.formAreaTitle {
  font: bold 12px Tahoma, Verdana, Arial, sans-serif;
}

span.markProductOutOfStock {
  font: bold 12px Tahoma, Verdana, Arial, sans-serif;
  color: #c76170;
}

span.productSpecialPrice {
  color: #f00;
}

span.errorText {
  color: #f00;
}

.moduleRow { }

.moduleRowOver {
	background: #f3f118; 
	cursor: pointer;
}

.moduleRowSelected {
	background: #f3f118;
}

.checkoutBarFrom, .checkoutBarTo {
	color: #8c8c8c;
}

.checkoutBarCurrent {
	color: #000;
}

/* message box */
.messageBox { }

.messageStackError, .messageStackWarning {
	background: #ffb3b5;
}

.messageStackSuccess {
	background: #9f0
}

/* input requirement */
.inputRequirement {
	color: #f00;
}

.bar_right {
	width: 175px;
	background: #fff url(images/grafica/bg_column.gif) repeat-y;
}

.bar_left {
	width: 175px;
	background: #fff url(images/grafica/bg_column.gif) repeat-y;
}
	
.LeftinfoBox {
  background: #fff;
}

.LeftinfoBoxContents {
  background: #fff;
  border: 1px solid #289c55;
}

.LeftinfoBoxNotice {
  background: #ff8e90;
}

.LeftinfoBoxNoticeContents {
  background: #ffe6e6;
}

td.LeftinfoBoxHeading {
  font-weight: bold;
  background: #289c55;
  color: #fff;
  height: 20px;
  width: 155px;
  text-align: center;
}

td.LeftinfoBox, span.LeftinfoBox { }

.RightinfoBox {
  background: #fff;
}

.RightinfoBoxContents {
  background: #fff;
  border: 1px solid #289c55;
}

.RightinfoBoxNotice {
  background: #ff8e90;
}

.RightinfoBoxNoticeContents {
  background: #ffe6e6;
}

td.RightinfoBoxHeading {
  font-weight: bold;
  background: #289c55;
  color: #fff;
  height: 20px;
  width: 155px;
  text-align: center;
}

td.RightinfoBox, span.RightinfoBox { }

.CenterinfoBox {
  background: transparent;
}

.CenterinfoBoxContents {
  line-height: 1.5;
}

.CenterinfoBoxNotice {
  background: #ff8e90;
}

.CenterinfoBoxNoticeContents {
  background: #ffe6e6;
}

td.CenterinfoBoxHeading {
	margin:0.6em 0 0 -18px;
	padding-left: 18px;
  background: url(images/grafica/title_sign.gif) no-repeat left center;
  font: bold 200% "Trebuchet MS",Arial,sans-serif;
  color: #000;
  border-bottom: 3px solid #ececec;
}

td.CenterinfoBox, span.CenterinfoBox { }

td.newProducts {
  color: #000;
  background: #ececec;
}

td.newProductsContents {
  font-size: 9px;
  color: #000;
}

.newProductsHeading a { 
  font-weight: bold;
	font-size: 12px;
}

td.newProductsHeading {
  font-size: 12px;
  color: #000;
  height: 25px;
}

td.centercolor {
	background: #fff;
	padding: 10px 0px 0px 0px;
}

td.specials, span.specials, p.specials {
  border: 1px solid #000;
  padding: 2px;
}

/* TDShop Stili */
#tdshop_products {
	overflow: auto;
	height: 300px;
}

#tdshop_products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tdshop_products li {
	float: left;
	display: inline;
	width: 90%;
	margin: 0 0 20px 20px;
	text-align: center;
}

#tdshop_products img {
	display: block;
	border: 0;
	margin: 0 auto 5px;
}

#tdshop_products a {
	display: block;
	padding: 10px 0;
	background: #ececec;
	color: #000;
	border: 0;
	text-decoration: none;
	font-weight: normal;
}

#tdshop_products a:hover{
	background: #085184;
	color: #fff;
}
