/*
  $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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #F5F9FC;
	scrollbar-face-color: #D1E4F2;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #F5F9FC;
	scrollbar-track-color: #F5F9FC;
}

A {
  color: #0066CC;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TD.headerNavigation_lo {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation_lo { 
  color: #ffffff; 
}

A.headerNavigation_lo:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: verdana, 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: verdana, 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: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #FFFFFF;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family:verdana;
  font-size: 10px;
}

.infoBoxContents_new {
  background: #FFFFFF;
  font-family: verdana;
  font-size: 11px;
}

.infoBoxContents_categories {
  background: #ffffff;
  font-family: verdana;
  font-size: 11px;
}

.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: #bbc3d3;
  color: #ffffff;
}

TD.infoBoxHeading_new {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  background: #006EB0;
  color: #ffffff;
}

TD.infoBoxHeading_shop {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #006EB0;
  color: #ffffff;
}


TD.infoBoxHeading_tehnic {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  background: #66A8D0;
  color: #000000;
}

TD.infoBoxHeading_specials {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  background: #FF0000;
  color: #FFFFFF;
}

TD.infoBoxHeading_categories {
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  background-image:url(imagini/bg_categories.gif);
  color: #FFFFFF;
}

.infoBoxContents_mi {
  background: #E3F5FF;
  font-family: Arial;
  font-size: 11px;
  color:#4A4A4A;
}
TD.infoBoxHeading_mi {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  background-image:url(images/bg_infobox_mi.gif);
  text-transform:uppercase;
  color: #1F4B74;
}

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #66A8D0;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: verdana;
  font-size: 10px;
  background: #66A8D0;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: verdana;
  font-size: 10px;
  border-bottom:1px solid #A3A3A3;
}
TD.productListing-data_lo {
  font-family: Verdana;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: #294060;
}

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.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: verdana, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

td.off {
background: #dfdfdf;
font-family:verdana;
font-size:11px;
color:#0066cc;
font-weight:bold;
}
td.on{
background: #0087e6;
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:bold;
}
a.lo{
font-family:verdana;
font-size:11px;
color:#0066cc;
font-weight:bold;
}
a.lo:hover{
font-family:verdana;
font-size:11px;
color:#ffffff;
font-weight:bold;
}

SPAN.markProductOutOfStock {
  font-family: verdana, 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;
}

.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; }
td.comanda_minima{
padding-left:5px;
padding-bottom:10px;
font-size:20px;
color:#666666;
}
.red{
color:#FF0000;
}

.menu_top{ color:#FFFFFF; font-weight:normal; font-family:Verdana; text-decoration:none; font-size:11px;  line-height:29px; margin-right:5px; display:block; float:left; font-weight:bold; text-align:center; }
.bg {background:url(imagini/butoane/meniu1.jpg) no-repeat; width:92px; height:29px;}
.bg1 {background:url(imagini/butoane/meniu2.jpg) no-repeat; width:92px; height:29px;}
.bg2 {background:url(imagini/butoane/meniu3.jpg) no-repeat; width:92px; height:29px;}
.bg3 {background:url(imagini/butoane/meniu4.jpg) no-repeat; width:92px; height:29px;}
.bg4 {background:url(imagini/butoane/meniu6.jpg) no-repeat; width:107px; height:29px;}
.bg5 {background:url(imagini/butoane/meniu7.jpg) no-repeat; width:144px; height:29px;}
.bg6 {background:url(imagini/butoane/meniu8.jpg) no-repeat; width:92px; height:29px;}
.bg7 {background:url(imagini/butoane/meniu9.jpg) no-repeat; width:92px; height:29px;}
.bg8 {background:url(imagini/butoane/meniu10.jpg) no-repeat; width:70px; height:29px;}
.bg9 {background:url(imagini/butoane/meniu5.jpg) no-repeat; width:92px; height:29px;}
.menu_top:hover{ color:#FFFFFF; text-decoration:underline; }

.ppp a{ text-decoration:none; font-size:11px; font-family:Arial; font-weight:bold; } 
.ppp a:hover{ text-decoration:underline;}

.bglist{ background-image:url(imagini/bglist.jpg); background-position:center top; background-repeat:no-repeat; padding-top:5px; padding-bottom:5px;}
