/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 11px; }
.errorBox { font-size : 11px; background: #D8E0E3; font-weight: bold; }
.stockWarning { font-size : 11px; color: #313131; }
.productsNotifications { background: #D8E0E3; }
.orderEdit { font-size : 11px; color: #8A322E; text-decoration: underline; }

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #D8E0E3;
}

td.headerNavigation {
  font-size: 11px;
  background: #D8E0E3;
  color: #000000;
  font-weight : bold;
}

tr.headerError {
  background: #D8E0E3;
}

td.headerError {
  font-size: 12px;
  background: #D8E0E3;
  color: #000000;
  font-weight : bold;
  text-align : center;
}
		
tr.headerInfo {
}

td.headerInfo {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

tr.footer {
  background: #D8E0E3;
}

td.footer {
  font-size: 11px;
  background: #D8E0E3;
  color: #000000;
  font-weight: bold;
}

.infoBox {
  background-color: #D8E0E3;
  border: 3px double #B4C7D6;
  text-align:left;
}

.infoBoxContents {
  background: #D8E0E3;
}

.infoBoxNotice {
  background: #D8E0E3;
}

.infoBoxNoticeContents {
  background: #D8E0E3;
  font-size: 11px;
}

.infoSeparator {
  background: #566666;
}

td.infoBoxHeading {
  font-size: 11px;
  font-weight: bold;
  background: #D8E0E3;
  color: #000000;
}

.h2News {
  font-size: 12px;
  margin: 3px 0px;
  padding: 0px;
  font-variant: small-caps;
}

.h2Promo {
  font-size: 12px;
  margin: 3px 0px;
  padding: 0px;
  font-variant: small-caps;
}

td.infoBox, span.infoBox {
  font-size: 11px;
}

tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.pListing-odd, tr.productreviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
  background: #D8E0E3;
}

tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.pListing-even, tr.productreviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
  background: #D8E0E3;
}

td.pageHeading, div.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

tr.subBar {
  background: #D8E0E3;
}

td.subBar {
  font-size: 11px;
  color: #000000;
}

td.main, p.main {
  font-size: 11px;
}

td.smallText, span.smallText, p.smallText {
  font-size: 11px;
}

td.accountCategory {
  font-size: 13px;
  color: #D8E0E3;
}

td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

td.fieldValue {
  font-size: 12px;
}

td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-weight: bold;
}

checkbox, input, radio, select {
  font-size: 11px;
}

textarea {
  width: 100%;
  font-size: 11px;
}

span.greetUser {
  font-size: 12px;
  color: #910F0F;
  font-weight: bold;
}

table.formArea {
  background: #D8E0E3;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

td.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

span.markProductOutOfStock {
  font-size: 12px;
  color: #313131;
  font-weight: bold;
}

span.errorText {
  color: #D8E0E3;
}

.moduleRow { }
.moduleRowOver { background-color: #C9D4DA; cursor: pointer;}
.moduleRowSelected { background-color: #B6C7D5; }


.checkoutBarFrom, a.checkoutBarFrom:link, a.checkoutBarFrom:visited, .checkoutBarTo { font-size: 11px; color: #313131; }
.checkoutBarCurrent { font-size: 11px; color: #8A322E; }

/* message box */

.messageBox { font-size: 11px; }
.messageStackError, .messageStackWarning { font-size: 11px; background-color:#EBDAD3; }
.messageStackSuccess { font-size: 11px; }

/* input requirement */

.inputRequirement { 
  font-size: 11px; 
  color: #298D5B;
  font-weight: bold;
}

.hr {
  display: block;
  float: left;
  height: 1px;
  padding: 3px 10px;
  width: 180px;
}

.hr-in {
  display: block;
  float: left;
  background-color:#B4C7D6;
  width: 180px;
  height: 1px;
}

.hr-v {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #B4C7D6;
}

.hr-h {
  display: block;
  height: 5px;
  width: 1px;
  background-color: #B4C7D6;
}

/***
 *   OSCOMMERCE CUSTOM STYLING 
 */   


/***  PRODUCT LISTING  ***/ 

img.list-img { 
  border: 1px solid #B8CAD6;
  margin: 0px;
  padding: 0px;
}

span.specialprice {
  color: #C61A1A;
  font-size: 14px;
  font-weight: bold;
}

span.regularprice {
  color: #202020;
	font-size: 11px;
	font-weight: bold;
}

span.regularprice-strike {
  color: #202020;
	font-size: 11px;
	font-weight: bold;
  text-decoration: line-through;
}

table.pListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

td.pListing-heading {
  background: #D8E0E3;
	margin: 0 auto; 
	text-align: center;
	height: 20px;
	color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

a.pListing-heading:link, a.pListing-heading:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
a.pListing-heading:hover {
	text-decoration: underline;	
}

td.pListing-data {
  font-size: 11px;
}

a.pageResults:link, a.pageResults:visited {
  font-weight: bold;
  color: #910F0F;
  text-decoration: none;
}
a.pageResults:hover {
}

a.pListing-name:link, a.pListing-name:visited {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
a.pListing-name:hover {
	text-decoration: underline;	
}

.pListing-shortDesc {
  margin: 8px 10px 8px 0px;
  text-align: justify;
}

.pasek {
  background-color: #BAC2C5;
}

/***  PRODUCT LISTING - decorators ***/ 

td.pListing-deco-l {
  width: 5px;
  background: url(../img/pl_deco_l.gif) repeat-y top left;
}
td.pListing-deco-r {
  width: 5px;
  background: url(../img/pl_deco_r.gif) repeat-y top left;
}

.pListing-deco-outer-t {
  border-left: 1px solid #D8E0E3;
  border-right: 1px solid #D8E0E3;
  border-top: 1px solid #D8E0E3;
  display: block;
  margin: 6px 1px 0px;
  padding: 2px 2px 0px;
  width: auto;
}
.pListing-deco-inner-t {
  background-color: #D8E0E3;
  display: block;
  height: 9px;
  width: auto;
}
.pListing-deco-outer-b {
  border-left: 1px solid #D8E0E3;
  border-right: 1px solid #D8E0E3;
  border-bottom: 1px solid #D8E0E3;
  display: block;
  margin: 0px 1px 6px;
  padding: 0px 2px 2px;
  width: auto;
}
.pListing-deco-inner-b {
  background-color: #D8E0E3;
  display: block;
  height: 9px;
  width: auto;
}
.pListing-deco-outer-l {
  border-left: 1px solid #D8E0E3;
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.pListing-deco-inner-l {
  background-color: #D8E0E3;
  display: block;
  height: 100%;
  width: 4px;
}
.pListing-deco-outer-r {
  border-right: 1px solid #D8E0E3;
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.pListing-deco-inner-r {
  background-color: #D8E0E3;
  display: block;
  height: 100%;
  width: 4px;
}



/***  PRODUCT INFO  ***/

img.prod-img {
  border: 1px solid #B8CAD6;
  margin: 5px;
}

.pInfo-Name {
  color: #2A476F;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}

div.regularprice {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  display: inline;
}

div.regularprice-strike {
  color: #202020;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: bold;
  display: inline;
}

div.specialprice {
  color: #B23205;
  font-size: 16px;
  font-weight: bold;
  display: inline;
}


/***  CART BOX  ***/

div.cart-hr {
  background: #202020;
  height: 1px;
  margin: 0px 8px;
}

span.cart-sum {
  font-weight: bold;
  font-size: 12px;
}

/***  NEW PRODUCT PAGE  ***/

.pListing-new {
  background-color: #D8E0E3;
}


/***  INNE  ***/

/* spacers */
td.s-h1  {line-height: 1px; padding: 0px; margin: 0px; height: 1px; }
td.s-h2  {line-height: 1px; padding: 0px; margin: 0px; height: 2px; }
td.s-h3  {line-height: 1px; padding: 0px; margin: 0px; height: 3px; }
td.s-h4  {line-height: 1px; padding: 0px; margin: 0px; height: 4px; }
td.s-h5  {line-height: 1px; padding: 0px; margin: 0px; height: 5px; }
td.s-h6  {line-height: 1px; padding: 0px; margin: 0px; height: 6px; }
td.s-h7  {line-height: 1px; padding: 0px; margin: 0px; height: 7px; }
td.s-h8  {line-height: 1px; padding: 0px; margin: 0px; height: 8px; }
td.s-h9  {line-height: 1px; padding: 0px; margin: 0px; height: 9px; }
td.s-h10 {line-height: 1px; padding: 0px; margin: 0px; height: 10px;}

