/*
  $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
*/

BODY {
  background: #777;
  /*background-image: url(images/theme/tlo.gif);*/
  margin: 10px 10px 5px 10px;
  font-family: Tahoma, Verdana, Arial, sans-serif;;
  font-size: 11px;  
}

P, TD, TH {
  font-family: Tahoma, Verdana, Arial, sans-serif;;
  font-size: 11px; 
  color: #444;
}

p { text-indent: 0px; }

ul { padding: 0px 0px 0px 8px; margin: 5px; }
ol { padding-left: 10px; margin-left: 10px; }
li { padding-left: 0px; margin-left: 10px; }

H1 { margin: 0px; padding: 0px; }

A {
  color: #444;
  text-decoration: none;
}

A:hover {
  color: #339900;
  text-decoration: underline;
}


.boxText { }
.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #f5921d; text-decoration: underline; }


A.top {
  color: #ffffff;
  text-decoration: none;
}

A.top:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.button, A.button:hover {
  font-size: 11px;  
	text-decoration: none;
	color: #000;
	background: url(images/theme/button_bg2.png) 0% 0% repeat-x;
	border: 1px solid #4c4c4c;
	padding: 4px 5px 4px 5px;
	line-height: 1.7;
}

INPUT.button {
  font-size: 11px;  
	color: #000;
	background: url(images/theme/button_bg2.png) 0% 0% repeat-x;
	border: 1px solid #4c4c4c;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

FORM {
	display: inline;
}

.green { color: #339900; }

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

TD.headerNavigation {
  color: #234;
}

A.headerNavigation { 
  color: #234; 
}

A.headerNavigation:hover {
  color: #234;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.footer {
  font-size: 10px;
  border-top: 1px dotted #c9c9c9;
}

.myinfoBox {
  background: #ffffff;
  border-left:1px solid #C9C9C9;
  border-right:1px solid #C9C9C9;
  border-top:1px solid #C9C9C9;
  border-bottom:1px solid #C9C9C9;
}

.infoBox {
  background: #ffffff;
  border:1px solid #C9C9C9;
  margin-bottom: 10px;
}

.contentBox {
}

.infoBoxContents {
  background: #ffffff;
  line-height: 1.5;
}

.contentBoxContents {
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #F6F5ed;
}

TD.infoBoxHeading {
  display: none;
  color: #444;
  font-weight: bold;
  height: 0px;  
}

.infoBoxHeadingL {
  height: 0px;	
}
.infoBoxHeadingR {
  height: 0px;		
}

.infoBoxHeadingContents {
  padding: 0px 0px 0px 0px;	
}

TD.infoBox, SPAN.infoBox { 
}

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: #fafafa;
}

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-top: 1px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 1px;
  border-style: solid;
  border-color: #ccc;
}

td.productListing-heading {
  background: #fff;
  color: #444;
  font-weight: bold;
  padding: 3px; 
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
}

TD.productListing-data {

  padding: 5px;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
}

ul.productsAttrib { margin: 5px; }

A.pageResults {
  color: #123;
}

A.pageResults:hover {
  color: #339900;
}

TD.pageHeading, DIV.pageHeading, H1.pageHeading {
  font-size: 18px;
  font-weight: bold;
  color: #666;  
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
}

small, TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Tahoma, Arial, sans-serif;
}

TEXTAREA {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;  
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff3333;
  font-weight: bold;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; border: 2px solid #ffb3b5; padding: 5px; }
.messageStackSuccess { font-size: 10px; border: 2px solid #99ff00; padding: 5px; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.style1 {
  color: #ffffff;  
  font-family: Verdana;
  font-size: 10px;
}
.style7 {
color: #6e6e6e;  
  font-family: Verdana;
  font-size: 10px;
}
.style8 {color: #797979}
.style9 {font-size: 12px}

.productTitle {
font-weight: bold;
}

table.cena_box { display: inline; margin-top: 7px; }
table.cena_box td.typ { font:bold 10px Verdana,Arial,Verdana,Helvetica; text-align:center; }
table.cena_box td.cena { font-size:14px; font-weight:bold; text-align:center; color:#ffffff; background-color:#379c22; padding:2px 3px 2px 3px; }
table.cena_box .cena_old { font-size:12px; font-weight:normal; text-decoration: line-through; text-align:center; color:#ffffff; padding:2px 3px 2px 3px; }
table.cena_box .rabat { font-size:10px; font-weight:normal; text-align:center; padding:1px 1px 1px 1px; }
table.cena_box td.vat { font:bold 9px Verdana,Arial,Verdana,Helvetica; text-align:center; padding-left:2px; padding-right:2px; border:solid 1px #379c22; white-space:nowrap;}
table.cena_box td.cena_spec { font-size:14px; font-weight:bold; text-align:center; color:#ffffff; background-color:#bc3722; padding:2px 3px 2px 3px; }
table.cena_box td.vat_spec { font:bold 9px Verdana,Arial,Verdana,Helvetica; text-align:center; padding-left:2px; padding-right:2px; border:solid 1px #bc3722; white-space:nowrap;}


.txt90{
font-size:10px;
color:#909090;
}

a.end, a.end:hover { color: #eee; text-decoration: none; }

/* BOF: Additional Images */
.imagesBoxContents {
  font-size: 10px;
}
img.addProdImage {
	border: 1px dashed #5fb236;
}
/* EOF: Additional Images */

/* menu Top Zakłądki */

.selected { color: #339900; }

.menuTop, .menuCategory { font-size: 11px; text-decoration: none; font-weight: bold; }
.menuTop a, .menuTop a:hover { font-size: 11px; text-decoration: none; color: #444; }
.menuTopSel a, .menuTopSel a:hover { font-size: 11px; text-decoration: none; color: white; }
td.menuTopSel { padding: 5px; background: #379c22; border-top: 3px solid #379c22; }
td.menuTopLSel { width:3px; }
td.menuTopRSel { width:3px; }
td.menuTop { padding: 5px; background: #ddd; border-top: 1px solid #4c4c4c; border-left: 1px solid #4c4c4c; border-right: 1px solid #4c4c4c; }
td.menuTopL { width:3px; }
td.menuTopR { width:3px; }
td.menuTopFooter { background-color: #379c22; }
table.menuTop { margin-top: 2px; }
