/*
  $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; }
/*table { font-family: Verdana, Arial, Sans-serif; font-size: 10px; }*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #002a00;
  text-decoration: none;
  font-size: 12px;
}

A:hover {
  color: #174a17;	/* #A00 <- szep voros szin */
  text-decoration: underline;
}

FORM {
 display: inline;
}

TR.header {
  background: #6090c1; /*#ffffff;*/
}

TR.header td img {
  padding-right: 40px;
}

TR.headerNavigation {
  background: #72c807; /*#bbc3d3;*/
  background-image: url("images/_new/header.gif");
  height: 40px;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #72c807; /*96d696; /*a8dca8; #bbc3d3;*/
  background-image: url("images/_new/header.gif");
  color: #ffffff;
  font-weight : bold;
  height: 40px;
  padding-top: 4px;
}

A.headerNavigation { 
  color: #fff;
  font-size: 12px;
  padding: 0 4px 0 4px;
}

A.headerNavigation:hover {
  color: #f8ee7e;
  font-size: 12px;
  background-image: url("images/_new/a-back.gif");
  background-position: 0px -8px;
  padding: 10px 4px 6px 4px;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #72c807; /*#bbc3d3;*/
  background-image: url("images/_new/footer.gif");
  height: 20px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #72c807; /*96d696; /*#bbc3d3;*/
  background-image: url("images/_new/footer.gif");
  color: #fff;
  font-weight: bold;
  height: 20px;
}

.infoBox {
  background: #5a9198; /*#96d696; /*#b6b7cb;*/
  margin-bottom: 10px;
}

/*.infoBox input, select {
    border: 1px solid #5a9198;
}*/

.tellfriend input.inpfield {
    border: 1px solid #5a9198;
    width: 95px;
}


.infoBoxContents {
  background: #fafff7; /*#f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: 11px;
  font-weight: bold;
  background: #6090c1; /*#bbc3d3;*/
  background-image: url("images/_new/small_head.jpg"); /*infobox-head.gif"); */
  color: #ffffff;
  white-space: nowrap;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* dobozok szöveges részének link része */

.infoBoxContents a {
    font-size: 11px;
    font-weight: bold;
    color: #477347;
}

.infoBoxContents a:hover {
    font-size: 11px;
    font-weight: bold;
    color: #174a17;
}
/* dobozok szöveges részének link része */


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

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;
}

/* mi van a kosaramban */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url("images/_new/small_head.jpg");
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top: 5px;
  background: #fafff7;
  border: 1px solid #1a9159;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding-top: 5px;
  background: #fafff7;
}

TD.productListing-data input {
    border: 1px solid #5a9198;
}
/* mi van a kosaramban vege */

A.pageResults {
  color: #477347;
  font-weight: bold;
}

A.pageResults:hover {
  color: #174a17;
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #306112;
  padding-left: 1.6em;
}

TD.new_products_td {
    padding-right: 2em;
    padding-left: 2em;
}

TD.new_products1 {
    border-top: 1px solid #50ae19;
    border-left: 1px solid #50ae19;
    border-bottom: 1px solid #50ae19;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

TD.new_products2 {
    border-top: 1px solid #50ae19;
    border-bottom: 1px solid #50ae19;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

TD.new_products2 a {
    color: #477347;
}

TD.new_products2 a:hover {
    color: #174a17;
}

TD.new_products3 {
    border-top: 1px solid #50ae19;
    border-right: 1px solid #50ae19;
    border-bottom: 1px solid #50ae19;
    padding-right: 10px;
}

TR.new_products {
    background-color: #fafff7;
    border:  1px solid #50ae19;
}

TR.new_products:hover {
    background-color: #efffe6;
    border:  1px solid #50ae19;
}

TD.new_products img {
    border: 1px solid #50ae19;
}

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;
  padding-right: 20px;
}

/* registration form input style */
TD.creat_account, P.creat_account {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-right: 20px;
}

TD.creat_account input {
  border: 1px solid #5a9198;
}

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

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: 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: 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.login {
    padding-left: 4px;
}
TD.login input {
  border: 1px solid #5a9198;
  width: 100px;
  padding-left: 2px;
}
TD.loginreg {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
TD.loginreg a {
    font-size: 10px;
}
TD.loginreg a:hover {
    font-size: 10px;
}

TD.fieldKey {
    padding-left: 15px;
    font-weight: normal;
    width: 150px;
}

TD.fieldValue input, select{
    border: 1px solid #5a9198;
}

/* bejelentkezes utani bal box */
TD.loggedinText {
    text-align: center;
    padding-bottom: 10px;
}
TD.loggedinMenu {
    padding-left: 10px;
}
TD.loggedinLogout {
    padding-top: 10px;
    padding-left: 10px;
}
TD.loggedinCustomer {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
/* bejelentkezes utani bal box vege */
div.tovabbi_kat {
    padding-top: 5px;
}
a.tovabbi_kat {
    text-decoration: underline;
    font-size: 12px;
}
a.tovabbi_kat:hover {
    text-decoration: underline;
    font-size: 12px;
}

table.smallTextCategories {
    border-collapse: collapse;
    width: 98%;
    font-family: Verdana, Arial, Sans-serif;
}
td.smallTextCategories {
    border: 1px solid #5a9198;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 120px;
    vertical-align: middle;
    font-size: 10px;
}

td.smallTextCategories:hover {
    background-color: #efffe6;
}

td.smallTextCategories img {
    width: auto;
    height: 80;    /*height: 57px;*/
    margin-bottom: 5px;
}

td.samllTextCategories img:hover {
    background: #5a9198;
    width: auto;
    height: 80;    /*height: 57px;*/
}

td.smallTextCategories a {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: #020;
}
/* kategoriak menu style */
span.wsnw {
	white-space: nowrap;
	font-weight: bold;
	color: #002a00;
}
span.child {
	margin: 0; padding: 0 0 3px 5px;
	display: inline-block;
}