/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Com8c8b64merce 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: 11px; color:#FFFFFF; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #4d271e; 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: #646464;
  color: #FFFFFF;
  margin: 0px;
  background-image:url(images/body/bg000.jpg); background-repeat:repeat-x;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #141414;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

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

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

.infoBox {
/*  background: #b6b7cb;*/
}

.infoBoxContents {
/*  background: #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: 10px;
  font-weight: bold;
  background: #141414;
  color: #ffffff;
}

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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading { font:20px/22px ; color:#FFFFFF; text-decoration:none; text-transform:uppercase}

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

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

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: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #ffa500;
  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:16px/16px Arial; color:#ffeb8f; text-decoration:none;  font-weight:bold}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #000000; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.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: #95837f; }
.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: #666666; }


/********************************************************************************************************************************/
/************************************************************** Damage*2 ********************************************************/
/********************************************************* Coder yrmx@ukr.net ***************************************************/

.topnavigation { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.topnavigation { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.topnavigation:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold}

.topnavigation2 { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.topnavigation2 { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.topnavigation2:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold}

.informationn { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;  font-weight:bold}
a.informationn { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline;  font-weight:bold}
a.informationn:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}

.bestsellers { font:11px/13px Tahoma; color:#8c76c0; text-decoration:none;}
a.bestsellers { font:11px/13px Tahoma; color:#8c76c0; text-decoration:underline;}
a.bestsellers:hover { font:11px/13px Tahoma; color:#8c76c0; text-decoration:none;}

.ssearch { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.ssearch { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.ssearch:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold}

.ShoppingCart { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.ShoppingCart { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.ShoppingCart:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold;}

.null { font:11px/13px Tahoma; color:#ffffff; text-decoration:none;}
a.null { font:11px/13px Tahoma; color:#ffffff; text-decoration:underline;}
a.null:hover { font:11px/13px Tahoma; color:#ffffff; text-decoration:none;}

.null2 { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.null2 { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.null2:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline;}

.currenc { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight: bold}
a.currenc { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold}
a.currenc:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold}

.languages { font:11px/13px Tahoma; color:#ffffff; text-decoration:none; font-weight: bold}
a.languages { font:11px/13px Tahoma; color:#ffffff; text-decoration:underline; font-weight:bold}
a.languages:hover { font:11px/13px Tahoma; color:#ffffff; text-decoration:none; font-weight:bold}

.CR { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.CR  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline;}
a.CR :hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}

.HASC { font:9px/13px Verdana; color:#FFFFFF; text-decoration:none; text-transform:uppercase}
a.HASC  { font:9px/13px Verdana; color:#FFFFFF; text-decoration:none; text-transform:uppercase}
a.HASC:hover { font:9px/13px Verdana; color:#FFFFFF; text-decoration:underline; text-transform:uppercase}

.adv { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.adv  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline;}
a.adv:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}

.search { font:11px/13px Tahoma; color:#FBBAC6; text-decoration:none;}
a.search  { font:11px/13px Tahoma; color:#FBBAC6; text-decoration:none;}
a.search:hover { font:11px/13px Tahoma; color:#FBBAC6; text-decoration:underline;}

.manufactura { font:11px/13px Tahoma; color:#769209; text-decoration:none; font-weight:bold; text-transform:uppercase}
a.manufactura  { font:11px/13px Tahoma; color:#769209; text-decoration:none; font-weight:bold; text-transform:uppercase}
a.manufactura:hover { font:11px/13px Tahoma; color:#769209; text-decoration:underline; font-weight:bold; text-transform:uppercase}

.NazwaBloky { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight: bold; text-transform:uppercase}
a.NazwaBloky  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold; text-transform:uppercase}
a.NazwaBloky:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold; text-transform:uppercase}

.categor { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.categor  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}
a.categor:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;}

.ST3 { font:11px/13px Tahoma; color:#8A8A8A; text-decoration:none;}
a.ST3  { font:11px/13px Tahoma; color:#8A8A8A; text-decoration:none;}
a.ST3:hover { font:11px/13px Tahoma; color:#8A8A8A; text-decoration:underline;}

.NameProd { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.NameProd  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.NameProd:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline; font-weight:bold;}

.Price { font:16px/24px Tahoma; color:#FFFFFF; text-decoration:none;}
a.Price  { font:16px/24px Tahoma; color:#FFFFFF; text-decoration:none;}
a.Price:hover { font:16px/24px Tahoma; color:#FFFFFF; text-decoration:underline;}

.SpPrice { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;  font-weight:bold}
a.SpPrice  { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:none;  font-weight:bold}
a.SpPrice:hover { font:11px/13px Tahoma; color:#FFFFFF; text-decoration:underline;  font-weight:bold}

.SpPriceSS { font:15px/20px Arial; color:#FFFFFF; text-decoration:none;  font-weight:600}

.Date { font:11px/13px Tahoma; color:#cccccc; text-decoration:none;}
a.Date  { font:11px/13px Tahoma; color:#cccccc; text-decoration:none;}
a.Date:hover { font:11px/13px Tahoma; color:#cccccc; text-decoration:underline;}

.reviewws { font:11px/17px Tahoma; color:#7e8080; text-decoration:none;}
a.reviewws  { font:11px/17px Tahoma; color:#7e8080; text-decoration:none;}
a.reviewws:hover { font:11px/17px Tahoma; color:#7e8080; text-decoration:underline;}

.sspeccial { font:11px/13px Tahoma; color:#69695c; text-decoration:none;}
a.sspeccial  { font:11px/13px Tahoma; color:#69695c; text-decoration:none;}
a.sspeccial:hover { font:11px/13px Tahoma; color:#69695c; text-decoration:underline;}

.whatnnew { font:11px/13px Tahoma; color:#978d70; text-decoration:none;}
a.whatnnew  { font:11px/13px Tahoma; color:#978d70; text-decoration:none;}
a.whatnnew:hover { font:11px/13px Tahoma; color:#978d70; text-decoration:underline;}

.loggo { font:20px/20px Tahoma; color:#c3e315; text-decoration:none;}
.re { font:15px/15px Tahoma; color:#D82E8A; text-decoration:none; text-transform:uppercase}
.rmnka {/*border-style:solid; border-width:1px; border-color:#E6E6E6*/ margin-left:1px}

.ST3 { font:11px/12px Tahoma; color:#e4774c; text-decoration:none;}
.ST4 { font:11px/13px Tahoma; color:#ad7812; text-decoration:none;}



td{
 font-family: tahoma,verdana,arial;
 font-size: 11px;
 color: #FFFFFF;
}

 .bg{
  background-image: url(images/m25.gif);
  background-repeat: repeat-y; 
 }

 .bg1{
  background-image: url(images/m36.gif);
  background-repeat: repeat-y; 
 }

 .ml{
  font-size: 11px;
  color: #000000;
  text-decoration: none;
 }

 .ml1{
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
 }

 .fe{
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;  
 }

 .fe1{
  font-family: Arial;
  font-size: 16px;
  color: #ED1B23;
  font-weight: bold;  
 }

 .fe2{
  font-size: 11px;
  color: #464646;
  font-weight: bold;   
 }

 .se{
  width: 109px;
  font-size: 9px;
 }

 .px2{
  font-size: 2px;
 }