/*
  $Id: stylesheet.css,v 1.1.1.1 2005/08/16 08:31:30 sstolyarov 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; }

BODY {
  background-image: url(images/carbon_bg.gif);
  color: #666666;

}

A {
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
}

A:hover {
  color: #0000CC;
  font-size: 11px;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #111111
}

TR.headerNavigation {
  background: #111111;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #111111;
  color: #666666;
}

A.headerNavigation { 
  color: #BBBBBB 
}

A.headerNavigation:hover {
  color: #0000CC;
}

TR.headerError {
  background: #111111;
}

TD.headerError {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #111111;
  color: #FF0000;
  text-align : center;
}

TR.headerInfo {
  background: #111111;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #111111;
  color: #FFFFFF;
  text-align: center;
}

TR.footer {
  background: transparent;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: transparent;
  color: #BBBBBB;
}

.infoBox {
  background: #111111;
}

.infoBoxContents {
  background: #111111;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

}

#black.infoBox {
  background: #000000;
}

#black .infoBoxContents {
  background: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

}

.infoBoxNotice {
  background: #000000;
}

.infoBoxNoticeContents {
  background: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #111111;
  color: #BBBBBB;
  text-align: center;
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #111111;
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #666666;
}

A.pageResults:hover {
  color: #0000CC;
  background: #111111;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666666;
  background: #111111;
  padding:0 30px 0 30px;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FF3333;
  background: #111111;
}

TR.subBar {
  background: #111111;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.5;
  background: #111111;
  padding:0 30px 0 30px;
}

TD.main2, P.main2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.5;
  background: #111111;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  background: #111111;
  padding:0 30px 0 30px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #BBBBBB;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #666666;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
}

TABLE.formArea {
  background: #111111;
  border-color: #C0C0C0;
  border-style: solid;
  border-width: 2px;
}

TD.formAreaTitle {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #00CC00;
  font-size: 14px;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff3333;
}

.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: #C0C0C0; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF3333; }

/* 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; color: #000000; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; background-color:#111111 }

.inputRequirement2 { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; background-color:#000000 }


A.buybothPrice {
    font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
    color: #FF3333;
}
A.buybothHeading {
    font-family: Verdana, Arial, sans-serif;
	font-size: 24px;
  color: #FFFFFF;
}
.buybothText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
  color: #FFFFFF;
}


/* classi per 2gether discount*/

.getslogan	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.gettitolo	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.buybothText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
}

.getprezzo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}

.prezzo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 8px;
}

.getrisparmio {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.vsmalltext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	margin-top: 8px;
}

/* end of classi per 2gether discount*/

/*Horizontal Menu in header*/

body {
		font-family: arial, helvetica, serif;
	}
	
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 9.5em;
	background: #111111;
}

#nav li { /* all list items */
	float: left;
	height: 20px;
	border-top-style: solid ; 
	border-top-color: #BBBBBB; 
	border-top-width: 1px;
	width: 9.5em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin : 0em 0 0 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 12em;
}

#nav li a {
	display : block;
	color : #999999;
	text-decoration: none;
	height: 24px;
	padding:4px 10px 0 10px;
}

#nav li ul a {
	height: 20px;
	padding: 4px 10px 0 5px;
	width: 14em;
	color : #000000;
	background: #BBBBBB;
	border-bottom-style: solid ; 
	border-bottom-color: #111111; 
	border-bottom-width: 1px;
}

#nav li a:hover {
	width: em;
	color : #FFFFFF;
	background: #666666;	
}

#nav li ul a:hover {
	width: 14em;
	background: #666666;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

	
/* Menu items with subcategories */	
#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected {
	background: #111111;	
}

	#content {
	margin-left : 0em;
	}
	
/*End of Horizontal Menu in header*/

/*Boxes without box class layout*/
.column_header_box {
  background-color: transparent;
}

.column_box {
  background-color: transparent;
  width: 100%;
}

TR.column_header {
  width: 100%;
  line-height: 17px;
  margin: 0;
}

TD.h4 {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 10px;
  }

TD.box_text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2em;
  margin: 0px;
}
/*End of Boxes without box class layout*/

/*Product Tabs class layout*/

.tabcontent {
    font-family: Verdana, Arial, sans-serif;
	padding:2em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	line-height: 1.5;
	background: #000000;
	color:#FFFFFF;      /* font color */
	font-size: 11px;    /* font size -- does not affect standard view */
    padding:0 30px 0 30px;
  }
  
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:92px; /* width of actual tab */
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:3px 6px 0 6px; /* padding around the text within the tabs */
	background: #111111;
	height:20px;
	display:block;
	color:#BBBBBB;
	text-decoration:none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#FFFFFF;        /* Font color on tab */
	background: #000000;   /* Tab Color */
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#000000;      /* Font color on hover */
	background: #666666;
}
h2{
	margin:0;
	font-size:100%;
	font-family: verdana, "trebuchet ms", sans-serif;
}
h1{
	margin:0;
	font-size:100%;
	color:#fff;
	font-family: verdana, "trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #111111;
	 height: 0px;
	 border: none;
}
/*End of Product Tabs class layout*/
