body {
  background-color:#000000;
  background-image:url(/images/background-black-gray.gif);
  background-attachment:fixed;
  background-repeat:repeat-x;
  color:#000000;
  margin:0 auto;
}


a {
  color:#0d5896;
  text-decoration:none;
}
a:hover {
  color:#0d5896;
  text-decoration:underline;
}
form {
	display:inline;
}
#container {
	margin:0 auto;
	text-align:center;
}
/* HEADER */
#header {
	background-image:url(/images/bg-header-black.gif);
	background-repeat:repeat-x;
	height:145px;
}
#header div {
	width:900px;
	margin:0 auto;
}
#navigation {
	width:900px;
	background:#FFFFFF;
	margin:0 auto;
	padding-top:2px;
	/*	border:1px solid #000000;  */
		-moz-border-radius-topleft:15;
		-moz-border-radius-topright:15;

}
tr.header {
}
tr.headerNavigation {
}
td.headerNavigation {
  	font-family: sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
a.headerNavigation {
	color:#000000; 
	padding-left:5px;
}
a.headerNavigation:hover {
	color:#818181;
}
.menusu {
  	font-family: sans-serif;
	font-size:12px;
	padding-top:40px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:bold;
}
.menusu a {
	color:#ffffff;
}
.menusu a:hover {
	color:#ffffff;

}
tr.headerError {
	background:#ff0000;
}
td.headerError {
  	font-family: sans-serif;
	font-size:12px;
	background:#0d5896;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
tr.headerInfo {
	background:#00ff00;
}
td.headerInfo {
  	font-family: sans-serif;
	font-size:12px;
	background:#00ff00;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
/* FINE HEADER */

/* LEFT */
#left {

}
/* FINE LEFT */

/* CENTRO */
#centro {

}
/* FINE CENTRO */

/* RIGHT */
#right {

}
/* FINE RIGHT */

#content {
	width:900px;
	border:1px solid #1b1b1b;
	margin:0 auto;
	background:#ffffff;
	-moz-border-radius-bottomleft:15;
	-moz-border-radius-bottomright:15;
}

.boxText {
  	font-family: sans-serif;
	font-size:12px;
}
.errorBox {
  	font-family: sans-serif;
	font-size:12px;
	background:#ffb3b5;
	font-weight:bold;
}
.stockWarning {
  	font-family: sans-serif;
	font-size:12px;
	color:#cc0033;
}
.productsNotifications {
	background:#f2fff7;
}
.orderEdit {
  	font-family: sans-serif;
	font-size:12px;
	/*color:#70d250;
	text-decoration:underline;*/
}
.infoBox {
	background:#b6b7cb;
}
.infoBoxContents {
	background:#f8f8f9;
  	font-family: sans-serif;
	font-size:12px;
}
.infoBoxNotice {
	background:#FF8E90;
}
.infoBoxNoticeContents {
	background:#FFE6E6;
  	font-family: sans-serif;
	font-size:12px;
}
td.infoBoxHeading {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	/*height:20px;*/
	font-weight:bold;
	background:transparent;
	background-image:url(images/bg-infoboxheading-black.gif);
	background-repeat:repeat-x;
	font-weight:lighter;
	text-decoration: none;
	text-transform:uppercase;
	text-shadow:0 0 10px gray, 0 2px 1px gray;
}

td.infoBox, span.infoBox {
  	font-family: sans-serif;
	font-size:12px;
}
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:#ECF4FF;
}
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:#b6b7cb;
	border-spacing:1px;
}
.productListing-heading {
  	font-family: sans-serif;
	font-size:12px;
	background:#b6b7cb;
	color:#FFFFFF;
	font-weight: bold;
}
td.productListing-data {
  	font-family: sans-serif;
	font-size:12px;
}
a.pageResults {
	color:#0d5896;
}
a.pageResults:hover {
	color:#ffffff;
	background:#0d5896;
}
td.pageHeading, div.pageHeading {
  	font-family: sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#0d5896;
}
tr.subBar {
	background:#f4f7fd;
}
td.subBar {
  	font-family: sans-serif;
	font-size:12px;
	color:#000000;
}
td.main, p.main {
  	font-family: sans-serif;
	font-size:11px;
	line-height:1.5;
}
td.accountCategory {
  	font-family: sans-serif;
	font-size: 13px;
	color: #aabbdd;
}
td.fieldKey {
  	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
}
td.fieldValue {
  	font-family: sans-serif;
	font-size:12px;
}
td.tableHeading {
  	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
}
span.newItemInCart {
  	font-family: sans-serif;
	font-size:12px;
	color:#ff0000;
}
checkbox, input, radio, select {
  	font-family: sans-serif;
	font-size: 11px;
}
textarea {
	width:100%;
  	font-family: sans-serif;
	font-size: 11px;
}
span.greetUser {
  	font-family: 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: sans-serif;
	font-size:12px;
	font-weight:bold;
}
span.markProductOutOfStock {
  	font-family: sans-serif;
	font-size:12px;
	color:#c76170;
	font-weight:bold;
}
span.productSpecialPrice {
  	font-family: sans-serif;
	color:#ff0000;
}
span.errorText {
  	font-family: sans-serif;
	color:#ff0000;
}
.moduleRow { }
.moduleRowOver {
	background-color:#D7E9F7;
	/*cursor:hand;*/
}
.moduleRowSelected {
	background-color:#E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
  	font-family: sans-serif;
	font-size:12px;
	color:#8c8c8c;
}
.checkoutBarCurrent {
  	font-family: sans-serif;
	font-size:12px;
	color:#000000;
}
/* message box */
.messageBox {
  	font-family: sans-serif;
	font-size:12px;
}
.messageStackError, .messageStackWarning {
  	font-family: sans-serif;
	font-size:12px;
	background-color:#ffb3b5;
}
.messageStackSuccess {
  	font-family: sans-serif;
	font-size:12px;
	background-color:#99ff00;
}
/* input requirement */
.inputRequirement {
  	font-family: sans-serif;
	font-size:12px;
	color:#ff0000;
}



/* FOOTER */
#footer {
	background:#000000;
	background-image:url(/images/bg-footer-black.gif);
	background-repeat:repeat-x;
	height:33px;
}
#footer div {
	width:900px;
	margin:0 auto;
}
#footer td {
	padding-top:5px;
  	font-family: sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
#copyright {
	text-align:center;
  	font-family: sans-serif;
	font-size:12px;
	color:#ffffff;
	width:900px;
	margin:0 auto;
}
#copyright a {
	color:#ffffff;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
/* END FOOTER */
#menuinformazioni {
  	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
}
#menuinformazioni a {
	text-decoration:none;
	color:#ffffff;
}
#menuinformazioni a:hover {
	text-decoration:underline;
	color:#ffffff;
}


/* PRODOTTI */
.imgleft {
	float:left;
	clear:left;
}
.prodotto {
	font-size:11px;
	/*font-weight:bold;*/
	margin-left:105px;
}
a.prodotto {
	text-decoration:none;
}
a.prodotto:hover {
	text-decoration:underline !important;
}
.prezzo {
	color:#0d5896;
	/*background:#6da5de;
	color:#ffffff;*/
	font-weight:bold;
	font-size:13px;
	margin-left:105px;
}
/* FINE PRODOTTI */

.smalltext {
	font-family: sans-serif;
	font-size:12px;
}
.loghi {
	background:#083961 url(images/loghi/bg-loghi.jpg);
	background-repeat:repeat-x
}

/* Special Scroller */

#pscroller1 {
	height: 160px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}

/* Best Sellers Scroller */

#pscroller_bs {
height: 160px;
width: 180px;
text-align: center;
border: 0px;
padding: 0px;
}

.pscroller_c_bs {
  font-family: sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
