/*
  $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
*/
/* ustawienia tla w srodkowej czesci sklepu (czyli cala zawartosc, to pod boksami itd..) ... */
.srodeksklepu {
  background-color: #ffffff;
  margin:0px;
/*  background-image: url(images/nazwa_obrazka.gif);*/
}



.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 : 12px;
    color: #cc0033;
    padding: 5px;
}
.productsNotifications { background: #ffffff; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #C0C0C0;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #f8f8f8;*/
}

TD.headerNavigation {
  font-family:Tahoma, Verdana, sans-serif;
  font-size:11px;
  background:#ffcc00;
  color: #666666;
  font-weight:normal;
}

/* style dla linkow w glowie strony HEADER */ 
a.header {
	color:#999999;
    text-decoration:none;
}

a.orange {
	color:#CC6600;
    text-decoration:none;
}

a.orange:hover {
	text-decoration:underline;
}

a.header:hover {
	text-decoration:underline;
}

.headerLink {
	font-family:Tahoma, Verdana, sans-serif;
    color:#999999;
    font-size:11px;
    text-decoration:none;
    padding-top:10px;
    padding-bottom:10px;
}
/* eof linki*/

/* STYLE LINKOW DODATKOWYCH W BOXIE KATEGORII */
a.catBox {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
    font-weight:bold;
    color:#666666;
    margin-left:24px;
}

a.catBox:hover {
    color:#CCCCCC;
}

td.catBoxCell {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #999999;
    border-left-color: #999999;	
}

A.headerNavigation { 
  color: #666666;
  font-weight:normal;
}

A.headerNavigation:hover {
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
}

.headerNavigation {
  color: #666666;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-left:5px;
  padding-top:3px;
  padding-bottom:3px;
  padding-right:5px;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #000000;
  font-weight : bold;
 /* border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #E1DFDF;
  height: 25px;*/
}
/* styl malych boxow */
.infoBox {
  background-color: #ffffff;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #E1DFDF;
}
/* boxy wewnatrz */
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* boxy tytuly */
TD.infoBoxHeading {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*background-color:#ffcc00;*/
  	color: #78B11B;
    height: 25px;
    padding-left:5px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #a2a2a2;
    border-left-color: #a2a2a2;
}

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

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: #ffffff;
}
/*koszyk tabela glowna*/
TABLE.productListing {
  border: 0px;
  border-style:none;
  border-spacing: 5px;
}
/* koszyk naglowek tabeli*/
.productListing-heading {
  font-family:Tahoma, Verdana, sans-serif;
  font-size: 10px;
  background: ffffff;
  color: #78B11B;
  font-weight: bold;
  /*border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;*/
  padding:5px;
}
/* koszyk opis produktu*/
TD.productListing-data {
  font-family:Tahoma, Verdana, sans-serif;
  font-size: 10px;
  padding:5px;
}

A.pageResults {
  color: #7F7F7F;
  background: url(http://www.xxxxl.pl/includes/languages/polish/images/buttons/image-pageBlank.gif);
  width:28px;
  height:32px;
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:5px;
  /*border-left: 1px solid #E1DFDF;
  border-right: 1px solid #E1DFDF;
  border-bottom: 1px solid #E1DFDF;
  border-top: 1px solid #E1DFDF;*/
}

span.pageResults {
  height:32px;
  display:inline;
  font-size:11px;
  text-align:center;
  padding-top:7px;
  /*border-left: 1px solid #E1DFDF;
  border-right: 1px solid #E1DFDF;
  border-bottom: 1px solid #E1DFDF;
  border-top: 1px solid #E1DFDF;*/
}

A.pageResults:hover {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  background: url(http://www.xxxxl.pl/includes/languages/polish/images/buttons/image-pageBlank.gif);
  /*border-left: 1px solid #E1DFDF;
  border-right: 1px solid #E1DFDF;
  border-bottom: 1px solid #E1DFDF;
  border-top: 1px solid #E1DFDF;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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

TD.smallText {
  background:#ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#000000;
}
span.smallText {
	background:#FFFFFF;
  	font-family:Tahoma, Verdana, sans-serif;
  	font-size: 9px;
  	color:#999999;
    padding-left:5px;
    padding-right:5px;
}
P.smallText {
  background:#FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color:#999999;
}

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: 10px;
  color: #CC0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #FF6600;
  font-size:20px;
}

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;
    padding-right: 5px;
    padding-left: 5px;
    color: #FF0000;
    text-transform: uppercase;
}
.messageStackSuccess {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #669900;
    padding-right: 5px;
    padding-left: 5px;
    text-transform: uppercase;
}

/* input requirement */

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

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

/*########################################################################################################*/

/* XC Menu Styles */

#catxcdiv ul {
    list-style: none;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 3px;
    font-weight:normal;
    display:block;
}

/* menu item spacing */
#catxcdiv li{
    margin-bottom: 0.2em;
}

/*padding between submenu items*/
#catxc ul li {
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0px;
}

/*xc menu item*/
#catxcdiv li.xc {
    list-style: none;
    font-weight: normal;
}

/*submenu*/
#catxcdiv li.xc ul {
    margin: .3em 0 0 -.8em;
    font-weight:normal;
}

/* +/- control */
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}
/* moje dodane style
logo */
.logoarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.logoarea:hover {
	color: #000000;
}
/* styl dla tabeli kategorii */
.tableCategory {
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
}
/* styl naglowka kategorii w index.php */
.categoryHeader {
	color:#78B11B;
	background:#ffffff;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px;
}
/* styl dla podpisu oscommerce */
.footerOSC {
	background:#FFFFFF;
  	font-family: Arial, Helvetica, sans-serif;
 	font-size: 9px;
 	color:#999999;
}
/* komorka do oddzielenia boxow itp */
.distant {
	font-size:4px;
    width:4px;
	height:4px;
	background-color:#ffffff;
}
.separator {
	font-size:3px;
	height:3px;
	background-color:#cccccc;
}
/* komorka odzielacaja od paska nawigacji */
.distant2 {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0;
	height:20px;
}
/* styl ceny w koszyku na panelu */
.koszykCena {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#78B11B;
}
/* moj styl boxow po lewej */
.myInfoBox {
    background-color:#ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #E1DFDF;
    border-right-color: #a2a2a2;
    border-bottom-color: #a2a2a2;
    border-left-color: #a2a2a2;
}
/* lewe boxy wewnatrz */
.myInfoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666666;
}
a.myInfoBoxHeader {
	font-family: Tahoma, Verdana, sans-serif;
  	font-size: 11px;
  	color:#78B11B;
    text-decoration:none;
    font-weight:bold;
}
a.myInfoBoxHeader:hover {
  	color:#78B11B;
    text-decoration:underline;
}
/* wyszukiwanie na stronie glownej - header search */
a.search {
    font-family:Tahoma, Verdana, sans-serif;
    font-size:9px;
    color:#CC6600;
    text-decoration:none;
}
a.search:hover {
	text-decoration:underline;
}
.headerSearch1 {
    font-family:Tahoma, Verdana, sans-serif;
    font-size:11px;
    color:#CC6600;
    padding:5px;
    text-align: center;
	background-image:url(images/szukaj_1.jpg);
    background-repeat:no-repeat;
    height:44px;
}
.headerSearch2 {
    font-family:Tahoma, Verdana, sans-serif;
    font-size:9px;
    color:#CC6600;
	text-align:center;
	background-image:url(images/szukaj_2.jpg);
    background-repeat:no-repeat;
    height:44px;
}
.headerSearch4 {
    font-family:Tahoma, Verdana, sans-serif;
    font-size:11px;
    color:#CC6600;
	text-align:right;
    vertical-align:middle;
    padding:10px;
	background-image:url(images/szukaj_4.jpg);
    background-repeat:no-repeat;
    width:171px;
}
.catNumItems {
	color:#78B11B;
    font-weight:bold;
}
/* glowne boxy na stronach gora */
td.boxTop01 {
    background-image:url(images/box_top_01.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    min-width:5px;
    font-size:10px;
}
td.boxTop02 {
    background-image:url(images/box_top_02.jpg);
    background-position:top;
    background-repeat:repeat-x;
    width:100%;
    font-size:10px;
}
td.boxTop03 {
    background-image:url(images/box_top_03.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    font-size:10px;
}
/* glowne boxy na stronach dol */
td.boxBottom01 {
    background-image:url(images/box_bottom_01.jpg);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    font-size:10px;
    background-position: left bottom;
}
td.boxBottom02 {
    background-image:url(images/box_bottom_02.jpg);
    background-repeat:repeat-x;
    width:10px;
    height:10px;
    background-position: bottom;
    font-size:10px;
}
td.boxBottom03 {
    background-image:url(images/box_bottom_03.jpg);
    background-repeat:no-repeat;
    width:10px;
    height:10px;
    font-size:10px;
    background-position: right bottom;
}
td.boxCenter {
	background-color:#ffffff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #a2a2a2;
    border-left-color: #a2a2a2;
    /*padding:5px;*/
    vertical-align:middle;
    width:100%;
    font-size:10px;
}
/* tytuly produktow w boxach */
.mainBoxTitle {
	font-family:Tahoma, Verdana, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#CC6600;
}
.normalPrice {
	font-family:Tahoma, Verdana, sans-serif;
    font-size:18px;
    color:#78b11b;
    font-weight:bold;
}
.prodListingName {
	font-family:Tahoma, Verdana, sans-serif;
    font-size:12px;
    color:#333333;
    font-weight:bold;
}
.prodListingPrice {
	font-family:Tahoma, Verdana, sans-serif;
    font-size:14px;
    color:#CC3300;
    font-weight:bold;
}
.myInfoBoxHeading {
	font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
  	color: #78B11B;
    padding:5px;
}

#tableTreeMenu {
	background-color:#ffffff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #a2a2a2;
    border-left-color: #a2a2a2;
    padding-left:5px;
    vertical-align:middle;
    width:100%;
    font-family:Tahoma, Verdana, sans-serif;
    font-size:11px;
}

/* styl dla przekreslonych tekstow */
s {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#tableTreeMenu a {
	font-weight:bold;
}

#tableTreeMenu a phplm{
	font-weight:normal;
    font-style:italic;
}

/*.phplm {
	font-weight:normal;
    font-style:italic;
}*/


/*------------------------------------------------------------------------------------------------------------------------*/
/* STYLE DLA TABELI RANKING */

#ranking {
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-collapse:collapse;
}

#ranking td {
	padding: 5px;
}

#ranking #nieparzysty {
	color: #666666;
	background-color: #FFFDF9;
	border-bottom-color: #CCCCCC;
}
#ranking #nieparzysty td {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#ranking #parzysty td {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#ranking #parzysty {
	color: #666666;
	background-color: #FEF4D8;
}

#ranking  #headerCell {
	background-color: #FFCC00;
	color:#FFFFFF;
}

#ranking #titleCell{
	text-align:left;
	font-size:20px;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/* STYLE DLA TABELI ROZMIAROW Z ALLEGRO */
.stockTdEven {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #F4F4F4;
	padding: 3px;
}

.stockTdOdd {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px;
}

.tabproperty {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
}
.tabheader {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFCC00;
	padding: 3px;
}
.tdbialy1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #ffffff;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.mocnewyr {
	font-size: 11px;
	font-weight: bold;
}

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

h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}

.mainPageFeatured {
	font-size:11px;
	padding:0px;
	font-weight:normal;
}

.newProductsTitle {
	font-size:11px;
	padding:0px;
	font-weight:normal;
}

/* styl dla atrybutow w pliku shopping_cart.php*/
.cartAttributes {
	padding-left:10px;
	font-size:11px;
	color:#666666;
}

/* changes the table of gift  margin is that if there is more than one gift that they dont stick together */
table.gifts {
	margin: 1px;
}

/* changes the table of gift */
td.gift {
	margin:0px;
	text-align:left;
}

/* changes "Please remove other gifts..." */
span.gift1 {
 	font-size: 11px;
  	font-weight: bold;
  	color: #FF0202;
 	border-style: none;
}

/* changes "(Maximum 1 gift per order)" */
span.gift2 {
 	font-size: 10px;
    font-style:normal;
  	font-weight: normal;
	color:#666666;
}

/* changes "By spending over %s you have qualified..." */
span.gift3 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 18px;
    font-style:normal;
  	font-weight: bold;
    line-height:14pt;
	color:#666666;
}

/* changes "Spend just %s more to get ..." */
span.gift4 {
	font-family:Arial, Helvetica, sans-serif;
 	font-size: 18px;
  	font-weight: bold;
  	color:#FF6600;
    line-height:14pt;
}

/* changes the Name of gift */
span.gift5 {
 	font-size: 11px;
    font-style:normal;
	line-height:16pt;
	font-weight:bold;
}