/*
  $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: #f2f6f9 url(images_shop/bg_page.gif) repeat-x; */
  background-color: #336799;
  color: #336799;
  margin: 0;
  padding: 0;
  text-align: center;
}

IMG {
  padding: 3px;
  border-color: #336799;
}

A {
  color: #336799;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #fff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #033769 url(images/header_navi.jpg) repeat-x; */
  color: #262626;
  font-weight : bold;
}

A.headerNavigation { 
  color: #262626;
}

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

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #f00;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

td.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #393;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

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

.infoBoxContents {
  background: #ebf0f4;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: url(images_shop/infoboxborder_bg.gif) repeat-x;
}

.infoBoxNotice {
  background: #ff8e90;
}

.infoBoxNoticeContents {
  background: #ffe6e6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

td.infoBoxHeading,
td.infoBoxHeading_left,
td.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #336799 url(images_shop/infoBoxHeading_bg.gif) repeat-x;
  color: #fff;
  height: 20px;
  text-align: left;
  padding-left: 4px;
  border-bottom: 1px solid #336799;
}

td.infoBoxHeading_left {
    width: 11px;
    background: #336799 url(images_shop/infoBoxHeading_bg.gif) repeat-x;
}
td.infoBoxHeading_right {
    width: 150px;
    background: url(images_shop/infoBoxHeading_right_bg.gif) no-repeat;
}

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

table.infoboxborder {
    font: normal 10px verdana, arial, sans-serif;
    width: 100%;
    margin: 0 0 9px 0; 

}
td.infoboxheader {
    font: bold 11px verdana, arial, sans-serif;
    padding: 0 8px 0 0;
    height: 20px;
    /* background: #fff url(images_shop/infoboxheader_bg.jpg) repeat-x; */
    background: url(images_shop/infoboxheader_bg.gif) top right no-repeat;
    color: #fff;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #C34200;
    text-align: right;
    text-transform: uppercase;
}

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

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: #4574A2;
  border-spacing: 1px;
}

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

.productListing-heading a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #4574A2;
  color: #fff;
  font-weight: bold;
}

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

A.pageResults {
  color: #00f;
}

A.pageResults:hover {
  color: #00f;
  background: #ff3;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #838383;
  padding: 2px;
  /* border-top: 1px solid #838383; */
  
  border-bottom: 1px solid #336799;
  background: #336799 url(images_shop/pageHeading_bg.gif) 100% 0 repeat-x;
  color: #fff;
  height: 20px;
  text-align: left;
  padding-left: 4px;
}
td.pageHeadingRight, div.pageHeadingRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #838383;
  padding: 2px;
  /* border-top: 1px solid #838383; */
  
  border-bottom: 1px solid #336799;
  background: #f2f6f9;
  color: #000;
  height: 25px;
  text-align: right;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /*
  border-top: 1px solid #020167;
  border-left: 1px solid #020167;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  */
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

input, select, textarea {
  background-color: #9cb6cf;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #069;
  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: #f00;
}

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

.moduleRow { }
.moduleRowOver { background-color: #d7e9f7; cursor: pointer; cursor: pointer; }
.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: #000; }

/* 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: #9f0; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #f00; }

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

  #button {
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ccc;
	color: #000;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #000;
		}
		
	#button li {
		border-bottom: 1px solid #000;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-color: #ffa7a6;
		color: #000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-color: #69C;
		color: #fff;
		}
        #button li.selected  a {
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background-color: #e6ffff;
		color: #000;
               } 
 

table.m {
    width: 772px;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

td.column_left, td.column_right {
    background: #ebf0f4;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
td.column_left {  }
td.column_right { }

td.body_text { padding: 9px; background: #f2f6f9 url(images_shop/body_text_bg_left.gif) repeat-y; }
td.body_text .infoBoxContents {
    background: #f2f6f9;
}
#head_left {
  width: 231px;
  height: 136px;
  background: #EBF0F4 url(images_shop/header-left.jpg) no-repeat;
  vertical-align: top;
}
#head_right {
  width: 541px;
  background-color: #f1f6f9;
  background-repeat: no-repeat;  
}

#menu {
  position: relative;
  display: block;
  width: 231px;
  height: 136px; 
}
#menu em {
  display: none;
}

#menu a.start,
#menu a.konto,
#menu a.koszyk,
#menu a.zamowienie,
#menu a.szukaj {
  display: block;
  position: absolute;
}

#menu a.start {
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
}
#menu a.konto {
  top: 57px;
  left: 0;
  width: 68px;
  height: 46px;
}
#menu a.koszyk {
  top: 57px;
  left: 72px;
  width: 45px;
  height: 46px;
}
#menu a.zamowienie {
  top: 57px;
  left: 120px;
  width: 61px;
  height: 46px;
}
#menu a.szukaj {
  top: 57px;
  left: 184px;
  width: 46px;
  height: 46px;
}


#categories ul {margin: 0; padding: 0;}
#categories li {
  list-style-type: none;
  border-top: 1px solid #ebf0f4;
  background: #396b9c url(images_shop/categories_bg.gif) repeat-x;
}
#categories li a {
  display: block;
  min-height: 16px;
  _height: 20px;
  padding: 4px 0 0 10px;
  color: #fff;
}
#categories li a:hover {
  text-decoration: none;
  background-color: #c34200;
}
#categories li a.current {
  background-color: #184066;
}
#categories li span { color: #00CCFF; }
#categories li a:hover span { color: #FED700; }
#categories li li {
  background: #B5C8D9 url(images_shop/categories_sub_bg.gif) repeat-x;
}
#categories li li a {
  color: #336799;
  padding-left: 20px;
  background: url(images_shop/categories_bullet.gif) 10px 50% no-repeat;
}

#categories li li li a {padding-left: 30px; background-position: 20px 50%;}
#categories li li li li a {padding-left: 40px; background-position: 30px 50%;}
#categories li li li li li a {padding-left: 50px; background-position: 40px 50%;}
#categories li li li li li li a {padding-left: 60px; background-position: 50px 50%;}
#categories li li li li li li li a {padding-left: 70px; background-position: 60px 50%;}
#categories li li li li li li li li a {padding-left: 80px; background-position: 70px 50%;}
#categories li li li li li li li li li a {padding-left: 90px; background-position: 80px 50%;}
#categories li li li li li li li li li li a {padding-left: 100px; background-position: 90px 50%;}
#categories li li li li li li li li li li li a {padding-left: 110px; background-position: 100px 50%;}

#categories li li a:hover { color: #fff; }
#categories li li a.current { color: #fff; }
#categories li li a.current span { color: #fff; }
#categories li li span { color: #000; }

div.out_top {
  margin: 0 auto;
  width: 788px;
  background: url(images_shop/out_top_bg.gif) no-repeat;
  border-left: 1px solid #fff;
}
div.out_middle {
  margin: 0 auto;
  width: 788px;
  background: url(images_shop/out_middle_bg.gif) repeat-y;
  border-left: 1px solid #fff;
}
div.out_bottom {
  margin: 0 auto;
  width: 788px;
  background: #336799 url(images_shop/out_bottom_left_bg.gif) no-repeat;
  border-left: 1px solid #fff;
}

td.column_left_footer {
  background: #C7D5E2;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  font: normal 10px verdana, arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}

TR.footer {
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 2px;
  background: url(images_shop/out_bottom_right_bg.gif) no-repeat;
  color: #336799;
  font-weight: bold;
  height: 26px;
}
td.footer div {
  position: relative;
  height: 26px; 
}
td.footer a.toppage em,
td.footer a.homepage em { display: none; }
td.footer a.toppage {
  position: absolute;
  top: 0;
  right: 31px;
  display: block;
  width: 9px;
  height: 26px;
  background: url(images_shop/bottom_top.gif) no-repeat;
}
td.footer a.homepage {
  position: absolute;
  top: 0;
  right: 11px;
  display: block;
  width: 11px;
  height: 26px;
  background: url(images_shop/bottom_homepage.gif) no-repeat;
}

body.help {
  background: #F2F6F9;
}

span.price {
  color: #FE0000;
}

#specials {
  margin: 0;
  padding: 0;
}
#specials li {
  list-style-type: none;
  padding: 5px;
  background: url(images_shop/dotted_bg.gif) 10px 100% repeat-x;
  text-align: center;
}
#specials li.current {
  background: #C7D5E2 url(images_shop/dotted_bg.gif) 10px 100% repeat-x;
}

td.login,
td.login table {
  text-align: left;
  padding: 3px;
  font: normal 10px verdana, arial, sans-serif;
}
td.login table {
  background: url(images_shop/dotted_bg.gif) 10px 100% repeat-x;
}
td.login input {
  border-top: 1px solid #020167;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #020167;
}
td.login a {
  color: #b92000;
  font-weight: bold;
}
td.login a:hover {
  color: #b92000;
  font-weight: bold;
}
span.wybierz { color: #b92000; }
div#update_cart { color: red; font-weight: bold; }

td.akceptacja_regulaminu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}
td.akceptacja_regulaminu a {
  color: red;
  text-decoration: underline;
}
td.akceptacja_regulaminu a:hover {
	color: blue;
}