/*
  $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: Arial, sans-serif; 
	font-size: 12px; 
}
.errorBox { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold; 
}

.errorBox2 { 
	font-family : Arial, sans-serif; 
	font-size : 11px; 
	background: #ffb3b5; 
	font-weight: bold;
	padding:4px; 
}

.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: #ffffff;
  color: #000000;
  margin: 10px 0px 10px 0px ;
  font-family: Arial, sans-serif; 
  font-size: 100%; 
}

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

A:hover {
  color: #f00;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/* HEADER AREA START*/
.header {
  padding-bottom:5px;
}
.headerNavigation {
  margin-bottom:0px;
  background: url(images/nav_table_left.jpg) no-repeat top right;
  height: 80px;
}
.date {
  font-family: Arial, sans-serif;
  font-size: 70%;
  color: #666;
  text-align: center; 
  float:right;
  padding: 15px 10px 0px 0px;
  border: 0px solid #000;
}
.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
/* HEADER AREA END */

/* BREAD CRUMBS START */
.breadCrumbs {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #fff;
  color: #000;
  font-weight : bold;
  padding: 2px 0px 2px 0px;
}
A.breadCrumbs { 
  color: #000; 
}

A.breadCrumbs:hover {
  color: #f00;
}
/* BREAD CRUMBS END */

.pageTitleHeading {
	background-image: url('images/contentBoxHeading.png');
	background-repeat: repeat-x;
	height: 34px;
	color: #800000;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px 0px 10px;
	line-height:34px;
	margin-bottom: 5px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
.newProductListPage{
	border:1px solid #999;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	padding: 0px;
}
.newProductCell{
	border:1px solid #999;
	margin: 5px;
	font-weight: bold;
}
.contentArea{
	padding: 0px 0px 0px 0px;
	width: 460px;
	border:0px solid #f00;
	text-align: left;
}

.productInfoPage{
	border:1px solid #999;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	font-size: 12px;
}
.left{
	float:left;
}

.right{
	float:right;
}
.cleaner{
	clear: both;
}
/* CATEGORY & INFO NAVIGATIONS START*/
.categoryNav a{
	border-top:1px solid #b6b7cb;
	border-left:10px solid #80e907;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	display: block;
}
.categoryNav a:hover{
	color:#000000;
	text-decoration: none;
	background-color: #80e907;
	border-left:10px solid #cc0000;
}

.categoryNavSelected{
	border-top:1px solid #b6b7cb;
	border-left:10px solid #80e907;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	display: block;
	color:#fff;
	text-decoration: none;
	background-color: #cc0000;
	border-left:10px solid #cc0000;
}
.categoryNavSelected a{
	color:#fff;
	text-decoration:none;
}
.categoryNavSelected a:hover{
	color:#fff;
	text-decoration:none;
}
.infoNav a{
	border-top:1px solid #b6b7cb;
	border-left:10px solid #80e907;
	padding: 3px 0px 3px 3px;
	font-weight: bold;
	display: block;
}
.infoNav a:hover{
	color:#000000;
	text-decoration: none;
	background-color: #80e907;
	border-left:10px solid #cc0000;
}
/* CATEGORY & INFO NAVIGATIONS END */

.footer {
	background: url(images/footer_bg.png) no-repeat center;
  	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-weight: bold;
	text-align: center;
	margin-top:5px;
}
.footer a{
	color: #666;
}
.infoBox {
  background: #999;
}

.infoBoxContents {
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	background-image: url('images/infoBoxHeading.png');
	background-repeat: repeat-x;
	height: 36px;
	color: #800000;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 0px 0px 7px;
	background-position: center;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

/* CUSTOMIZED INFO BOX HEADERS START*/
TD.infoBoxHeadingCategories, TD.infoBoxHeadingInformation, TD.infoBoxHeadingWhatsNew, TD.infoBoxHeadingSearch, TD.contentBoxHeading, TD.infoBoxHeadingCart, TD.infoBoxHeadingSpecials, TD.infoBoxHeadingReviews, TD.infoBoxHeadingGaranti {
	background-repeat: repeat-x;
	height: 36px;
	color: #800000;
	font-weight: bold;
	font-size: 13px;
	padding: 7px 0px 0px 7px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
TD.infoBoxHeadingCategories {
	background-image: url('images/infoBoxHeadingCategories.png');
}
TD.infoBoxHeadingInformation {
	background-image: url('images/infoBoxHeadingCategories.png');
}
TD.infoBoxHeadingWhatsNew {
	background-image: url('images/infoBoxHeadingCategories.png');
}
TD.infoBoxHeadingSearch {
	background-image: url('images/infoBoxHeadingCategories.png');
}
TD.infoBoxHeadingCart {
	background-image: url('images/infoBoxHeadingCart.png');
}
TD.infoBoxHeadingSpecials {
	background-image: url('images/infoBoxHeadingSpecials.png');
}
TD.infoBoxHeadingReviews {
	background-image: url('images/infoBoxHeadingReviews.png');
}
TD.infoBoxHeadingGaranti {
	background-image: url('images/infoBoxHeadingGaranti.png');
}
TD.contentBoxHeading {
	background-image: url('images/contentBoxHeading.png');
	padding-left: 13px;
}

/* CUSTOMIZED INFO BOX HEADERS END infoBoxHeadingSpecials*/

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

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;
  border-style: solid;
  border-color: #999;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #666;
  color: #FFFFFF;
  font-weight: bold;
  padding: 3px;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-bottom:1px solid #999;
  padding: 5px;

}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #800000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, DIV.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 11px;
  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: Arial, sans-serif;
  font-size: 12px;
  color: #800000;
  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: Arial, sans-serif;
  color: #ff0000;
}

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

.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:Arial, sans-serif; 
	font-size: 11px;
	padding:3px; 
}
.messageStackError, .messageStackWarning { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	background-color: #ffb3b5; 
	padding:3px;
}
.messageStackSuccess { 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	background-color: #99ff00;
	padding:3px; 
}

/* input requirement */
.inputRequirement { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
}


