body {
   margin: 0px; padding: 0px; font: normal 11px Verdana; color: #6E2101; text-align: center; background-color: #895035;
}

/*****************************************************************************/
/*                            ELEMENTY FORMULARZA                            */
/*****************************************************************************/
.inputText {
	border: #6E2101 1px solid; font: normal 10px Verdana; color: #000000;
}

.inputTextNot {
	border: #E6E5E5 1px solid; font: normal 10px Verdana; color: #C8C5B6; background-color: #ECE9D8;
}

.inputSelect {
	border: #6E2101 1px solid; font: normal 10px Verdana; color: #000000;
}


/*****************************************************************************/
/*                                STAŁE STYLE                                */
/*****************************************************************************/
div, form {
	margin: 0px; padding: 0px;
}

.table, tr, td {
	margin: 0px; padding: 0px;
}


/*****************************************************************************/
/*                             TEKSTY NA STRONIE                             */
/*****************************************************************************/
.text {
	font: normal 11px Verdana;
}

.textError {
	font: normal 11px Verdana; color: #FF0000;
}

.textSmall {
	font: normal 9px Verdana;
}

.textSmallError {
	font: normal 9px Verdana; color: #FF0000;
}

.textBold {
	font: bold 11px Verdana;
}

.textBoldError {
	font: bold 11px Verdana; color: #FF0000;
}

a:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a:hover {
	font: normal 11px Verdana; color: #FDAD00; text-decoration: none;
} 

.textUsers {
	font: normal 11px Verdana; color: #FDAD00; text-decoration: none;
}


/*****************************************************************************/
/*                            PRZYCISKI DO STRONY                            */
/*****************************************************************************/
.buttonLogon_pl {
	width: 66px; height: 16px; background-image: url(../img/buttonLogon_pl.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px;
}

.submitPasswordRemind_pl {
	width: 148px; height: 25px; background-image: url(../img/submitPasswordRemind_pl.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px;
}

.submitRegister_pl {
	width: 108px; height: 25px; background-image: url(../img/submitRegister_pl.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px;
}

.submitMyAccount_pl {
	width: 115px; height: 25px; background-image: url(../img/submitMyAccount_pl.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px;
}

.submitChangePass_pl {
	width: 110px; height: 25px; background-image: url(../img/buttonChangePass_pl.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px;
}

.productLongButtonBasketAdd_pl {
	width: 112px; height: 27px; background-image: url(../img/buttonProductBasket.jpg); background-repeat: no-repeat; cursor: pointer;
	border: 0px; 
}

.boxInfoGoBack {
	clear: both; text-align: left; padding-left: 15px;
}




/*****************************************************************************/
/*                             POCZĄTEK STRONY                               */
/*****************************************************************************/
#content{
	clear: both; margin: auto; width: 1000px; background-color: #FFFFFF;
}

/*****************************************************************************/
/*                         TOP STRONY - PLIK HEADER                          */
/*****************************************************************************/
.menuTopBackground {
	clear: both; width: 1000px; height: 34px; background-image: url(../img/menuTopBackground.jpg); background-repeat: no-repeat;
}

.menuTopLeft {
	float: left; width: 355px; height: 34px;
}

.menuTopRight {
	float: left; margin-left: 315px; width: 325px; height: 34px;
}

/*    Menu lewe     */ 
#menuHead1 {
	float: left; width: 355px; margin: 0; padding-left: 0px; list-style: none; text-align: left; display: block; 
}

#menuHead1 li {
	float: left; margin: 0; list-style: none; display: block; margin-top: 9px;
}

#menuHead1 li a:link {
   font: normal 12px Verdana; text-decoration: none; color: #FFE8C6;
}

#menuHead1 li a:visited {
   font: normal 12px Verdana; text-decoration: none; color: #FFE8C6;
}

#menuHead1 li a:hover {
	font: normal 12px Verdana; text-decoration: none; color: #FDAD00;
}

.menuHead1SeparatorLeft {
   margin-left: 30px; margin-right: 10px;
}

.menuHead1SeparatorMain {
   margin-left: 35px; margin-right: 10px;
}

.menuHead1SeparatorRight {
   margin-left: 35px; margin-right: 10px;
}


/*    Menu prawe     */ 
#menuHead2 {
	float: left; width: 355px; margin: 0; padding-left: 0px; list-style: none; text-align: left; display: block; 
}

#menuHead2 li {
	float: left; margin: 0; list-style: none; display: block; margin-top: 9px;
}

#menuHead2 li a:link {
   font: normal 12px Verdana; text-decoration: none; color: #FFE8C6;
}

#menuHead2 li a:visited {
   font: normal 12px Verdana; text-decoration: none; color: #FFE8C6;
}

#menuHead2 li a:hover {
	font: normal 12px Verdana; text-decoration: none; color: #FDAD00;
}

.menuHead2SeparatorLeft {
   margin-left: 30px; margin-right: 10px;
}

.menuHead2SeparatorMain {
   margin-left: 35px; margin-right: 10px;
}

.menuHead2SeparatorRight {
   margin-left: 35px; margin-right: 10px;
}


/*    Podział topu na 3 kolumny     */ 
.headerPage {
	clear: both; width: 1000px; height: 210px; margin:0px;
}

.headerLeft {
	float: left; width: 215px; height: 210px; background-color: #FFE8C6; 
}

.headerMain {
	float: left; width: 569px; height: 210px;
}

.headerRight {
	float: left; width: 216px; height: 210px; background-color: #FFE8C6; 
}


/*    Twoje konto - logowanie     */ 
.logonTitle {
	clear: both; width: 215px; padding-top: 15px; padding-left: 20px; font: bold 14px Verdana; color: #6E2101; text-align: left;
}

.boxFormLogon {
	clear: both; width: 215px; padding-top: 10px; padding-left: 20px; text-align: left;
}

.textLogonLogin {
	clear: both; font: normal 11px Verdana; color: #B4A288;
}

.textLogonPass {
	clear: both; font: normal 11px Verdana; color: #B4A288;
}

.formLogon {
	clear: both;
}

.inputTextLogon {
	width: 153px; height: 17px; background-image: url(../img/imputBackground.jpg); background-repeat: no-repeat; border: 0px;
	font: normal 12px Verdana; color: #6E2101; padding-left: 7px; padding-top: 5px;
}

.buttonLogon {
	clear: both; margin-top: 15px; margin-left: 80px;
}

.buttonLogon_pl {
	width: 85px; height: 23px; background-image: url(../img/buttonLogon.jpg); background-repeat: no-repeat; border: 0px;
	cursor: pointer;
}

.linksLogonRemind {
	padding-top: 15px; font: bold 12px Verdana; color: #6E2101;
}

.linksLogonRegister {
	padding-top: 5px; font: bold 12px Verdana; color: #6E2101;
}

a.linkLogon:link {
  font: normal 12px Arial; color: #6E2101; text-decoration: none; padding-left: 10px;
}

a.linkLogon:visited {
  font: normal 12px Arial; color: #6E2101; text-decoration: none; padding-left: 10px;
}

a.linkLogon:hover {
  font: normal 12px Arial; color: #FDAD00; text-decoration: none; padding-left: 10px;
}


/*    Twoje konto - Konto użytkownika     */
.boxMenuLogonLinks {
	clear: both; width: 215px; padding-left: 10px; padding-top: 10px; text-align: left;
}

#menuLogonLinks {
	margin: 0px; list-style-image: url(../img/menuTopParserLogon.png);
}

#menuLogonLinks li {
	padding-top: 8px;
}

#menuLogonLinks li a:link {
   font: bold 13px Arial; color: #6E2101; text-decoration: none;
}

#menuLogonLinks li a:visited {
   font: bold 13px Arial; color: #6E2101; text-decoration: none;
}

#menuLogonLinks li a:hover {
	font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}

.textUsers {
	font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}


/*    Koszyk po prawej     */
.boxBasket {
	width: 215px; padding-top: 15px; padding-left: 20px;
}

.basketBag {
	width: 42px; height: 57px; background-image: url(../img/bag.png); background-repeat: no-repeat; position: absolute;
	margin-left: 160px; margin-top: 10px;
}

.basketTitle {
	clear: both;  font: bold 14px Verdana; color: #6E2101; text-align: left;
}

.boxBasketProduct {
	clear: both; text-align: left; padding-top: 15px; 
}

.boxBasketValue {
	clear: both; text-align: left; padding-top: 5px; 
}

.basketProductLeft {
	float: left; font: bold 11px Verdana; color: #6E2101;
}

.basketProductRight {
	float: left; padding-left: 5px;
}


/*    Kreska pod header     */
.headerPaddig {
	clear: both; width: 1000px; height: 7px; margin: 0px; background-color: #6E2101;
}


/*****************************************************************************/
/*                        PODZIAŁ STRONY NA 3 KOLUMNY                        */
/*****************************************************************************/
/*    Kontent strony     */
#mainContent {
	clear: both; width: 1000px; padding-top: 10px; overflow: hidden;
}

/*    Podzał na 3 kolumny     */
.mainContentLeft {
   float: left; width: 205px; padding-left: 4px; 
}

.mainContentMain {
   float: left; width: 561px; text-align: center; padding-left: 10px; padding-right: 10px;
}

.mainContentRight {
   float: left; width: 205px; 
}

/*    Szkielet środka strony przy 3 kolumnach     */
.frameTop {
	width: 561px; height: 9px; background-image: url(../img/frameTop.png); background-repeat: no-repeat;
}

.frameMain {
	width: 561px; overflow: hidden;  background-image: url(../img/frameMain.png); background-repeat: repeat-y; 
	margin: 0px; padding: 0px;
}

.frameBottom {
	width: 561px; height: 9px;  background-image: url(../img/frameBottom.png); background-repeat: no-repeat;
}


/*****************************************************************************/
/*                        PODZIAŁ STRONY NA 2 KOLUMNY                        */
/*****************************************************************************/
/*    Podzał na 2 kolumny     */
.mainContentLeft2Left {
   float: left; width: 205px; padding-left: 4px; 
}

.mainContentMain2Left {
   float: left; width: 756; text-align: center; padding-left: 10px; padding-right: 10px;
}


/*    Szkielet środka strony przy 2 kolumny     */
.frameTop2Left {
	width: 776px; height: 9px; background-image: url(../img/frameTop2Left.png); background-repeat: no-repeat;
}

.frameMain2left {
	width: 776px; overflow: hidden;  background-image: url(../img/frameMain2Left.png); background-repeat: repeat-y; 
	margin: 0px; padding: 0px;
}

.frameBottom2Left {
	width: 776px; height: 9px;  background-image: url(../img/frameBottom2Left.png); background-repeat: no-repeat;
}



/*****************************************************************************/
/*                               BOX KATEGORIE                               */
/*****************************************************************************/
.boxCategory {
	clear: both; width: 205px;
}

.categoryTitle {
	width: 185px; height: 23px; background-image: url(../img/categoryTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.categoryTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/categoryTitleBottom.jpg); background-repeat: no-repeat;
}

.categoryBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/categoryBackground.jpg); background-repeat: repeat-y; 
	padding-left: 30px; padding-bottom: 15px;
}

.categoryBottom {
	height: 10px;
}

/*    Kategoria poziom 1     */
#menuCategory {
	width: 160px; margin: 0px; padding: 0px; text-align: left; list-style-image: url(../img/categoryParser.png);
}

#menuCategory li {
	padding-top: 10px; font: normal 12px Verdana; color: #FFE8C6;
}

.categoryLevel2 {
	list-style: none; padding-left: 10px;
}


a.menuCategoryLevel1OFF:link {
   font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}

a.menuCategoryLevel1OFF:visited {
   font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}

a.menuCategoryLevel1OFF:hover {
	font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}

a.menuCategoryLevel1ON:link {
   font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}

a.menuCategoryLevel1ON:visited {
   font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}

a.menuCategoryLevel1ON:hover {
	font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}


a.menuCategoryLeve2OFF:link {
   font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}

a.menuCategoryLeve2OFF:visited {
   font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}

a.menuCategoryLeve2OFF:hover {
	font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}


a.menuCategoryLeve2ON:link {
   font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}

a.menuCategoryLeve2ON:visited {
   font: normal 12px Verdana; color: #F3C37D; text-decoration: none;
}

a.menuCategoryLeve2ON:hover {
	font: normal 12px Verdana; color: #FFE8C6; text-decoration: none;
}



/*****************************************************************************/
/*                                BOX KONTAKT                                */
/*****************************************************************************/
#boxContact {
	clear: both; width: 205px; padding-bottom: 20px;
}

.contactTitle {
	width: 185px; height: 23px; background-image: url(../img/contactTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.contactTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/contactTitleBottom.jpg); background-repeat: no-repeat;
}

.contactBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/contactBackground.jpg); background-repeat: repeat-y; 
   padding-bottom: 15px;
}

.contactBottom {
	height: 10px;
}


/*****************************************************************************/
/*                            BOX LINKI PO LEWEJ                             */
/*****************************************************************************/
#boxLinksLeft {
	clear: both; width: 205px; padding-bottom: 20px;
}

.linksLeftTitle {
	width: 185px; height: 23px; background-image: url(../img/linksLeftTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.linksLeftTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/linksLeftTitleBottom.jpg); background-repeat: no-repeat;
}

.linksLeftBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/linksLeftBackground.jpg); background-repeat: repeat-y; 
	padding-left: 30px; padding-bottom: 15px;
}

.linksLeftBottom {
	height: 10px;
}


#menuLinkLeft {
	margin: 0px; padding: 0px; list-style: none; text-align: left;
}

#menuLinkLeft li {
	padding-top: 8px; font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}

#menuLinkLeft li a:link {
   font: bold 13px Arial; color: #FFE8C6; text-decoration: none;
}

#menuLinkLeft li a:visited {
   font: bold 13px Arial; color: #FFE8C6; text-decoration: none;
}

#menuLinkLeft li a:hover {
	font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}


/*****************************************************************************/
/*                            BOX BANNER PO LEWEJ                            */
/*****************************************************************************/
.boxBannerLeft {
	clear: both; width: 205px; padding-bottom: 20px;
}

.bannerTitleLeft {
	width: 185px; height: 23px; background-image: url(../img/newsletterTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.bannerTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/newsletterTitleBottom.jpg); background-repeat: no-repeat;
}

.bannerLeftBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/linksLeftBackground.jpg); background-repeat: repeat-y; 
   padding-bottom: 15px; padding-top: 15px; text-align: center;
}

.trBannerLeft {
	clear: both; width: 205px; text-align: center;
}


/*****************************************************************************/
/*                           BOX BANNER PO PRAWEJ                            */
/*****************************************************************************/
.boxBannerRight {
	clear: both; width: 205px; padding-bottom: 20px;
}

.bannerTitleRight {
	width: 185px; height: 23px; background-image: url(../img/newsletterTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.bannerRightTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/newsletterTitleBottom.jpg); background-repeat: no-repeat;
}

.bannerRightBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/linksLeftBackground.jpg); background-repeat: repeat-y; 
   padding-bottom: 15px; padding-top: 15px; text-align: center;
}

.trBannerRight {
	clear: both; width: 205px; text-align: center;
}

/*****************************************************************************/
/*                           BOX LINKI PO PRAWEJ                             */
/*****************************************************************************/
#boxLinksRight {
	clear: both; width: 205px; padding-bottom: 20px;
}

.linksRightTitle {
	width: 185px; height: 23px; background-image: url(../img/linksRightTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.linksRightTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/linksRightTitleBottom.jpg); background-repeat: no-repeat;
}

.linksRightBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/linksRightBackground.jpg); background-repeat: repeat-y; 
	padding-left: 30px; padding-bottom: 15px;
}

.linksRightBottom {
	height: 10px;
}


#menuLinkRight {
	margin: 0px; padding: 0px; list-style: none; text-align: left;
}

#menuLinkRight li {
	padding-top: 8px; font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}

#menuLinkRight li a:link {
   font: bold 13px Arial; color: #FFE8C6; text-decoration: none;
}

#menuLinkRight li a:visited {
   font: bold 13px Arial; color: #FFE8C6; text-decoration: none;
}

#menuLinkRight li a:hover {
	font: bold 13px Arial; color: #FDAD00; text-decoration: none;
}


/*****************************************************************************/
/*                               BOX NEWSLETTER                              */
/*****************************************************************************/
#boxNewsletter {
	clear: both; width: 205px;
}

.newsletterTitle {
	width: 185px; height: 23px; background-image: url(../img/newsletterTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.newsletterTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/newsletterTitleBottom.jpg); background-repeat: no-repeat;
}

.newsletterBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/newsletterBackground.jpg); background-repeat: repeat-y; 
   padding-bottom: 15px; padding-top: 10px; color: #FFE8C6;
}

.newsletterBottom {
	height: 10px; 
}

.newsletterImput {
	clear: both; text-align: left; padding-left: 20px;
}

.newsletterButton {
	clear: both; text-align: center; width: 205px; padding-top: 10px;
}

.imputNewsletter {
	width: 153px; height: 17px; background-image: url(../img/newsletterImputBackground.jpg); background-repeat: no-repeat; border: 0px;
	font: normal 12px Verdana; color: #6E2101; padding-left: 7px; padding-top: 5px;
}

.imputNewsletterAdd_pl {
	width: 82px; height: 21px; background-image: url(../img/newsletterButtonAdd_pl.jpg); background-repeat: no-repeat; 
	border: 0px; cursor: pointer; margin-right: 10px;
}

.imputNewsletterDelete_pl {
	width: 82px; height: 21px; background-image: url(../img/newsletterButtonDelete_pl.jpg); background-repeat: no-repeat; 
	border: 0px; cursor: pointer;
}



/*****************************************************************************/
/*                            BOX SZUKAJ PRODUKTU                            */
/*****************************************************************************/
#boxSearch {
	clear: both; width: 205px;
}

.searchTitle {
	width: 185px; height: 23px; background-image: url(../img/searchTitle.jpg); background-repeat: no-repeat;
	font: bold 14px Verdana; color: #FFE8C6; text-align: left; padding-left: 20px; padding-top: 5px;
}

.searchTitleBottom {
	width: 205px; height: 3px; background-image: url(../img/searchTitleBottom.jpg); background-repeat: no-repeat;
}

.searchBackgroud {
	width: 205px; overflow: hidden;  background-image: url(../img/searchBackground.jpg); background-repeat: repeat-y; 
	font: normal 12px Verdana; color: #FFE8C6; padding-bottom: 10px;
}

.searchBoxName {
	text-align: left; font: normal 11px Verdana; color: #FFE8C6; padding-left: 15px; padding-top: 10px; padding-bottom: 2px;
}

.searchBoxNameCategory {
	text-align: left; font: normal 11px Verdana; color: #FFE8C6; padding-left: 15px; padding-top: 10px; padding-bottom: 2px;
}

.searchBoxNameProducer {
	text-align: left; font: normal 11px Verdana; color: #FFE8C6; padding-left: 15px; padding-top: 10px; padding-bottom: 2px;
}

.boxPrice {
	clear: both; text-align: left; font: normal 11px Verdana; color: #FFE8C6; padding-left: 15px; 
	padding-top: 10px; padding-bottom: 2px;
}

.boxPriceLeft {
	float: left; padding-right: 15px;
}

.boxPriceRight {
	float: left; 
}

.searchBoxNamePriceFor {
	clear: both; 
}

.searchBoxNamePriceFrom {
	clear: both;
}

.boxSearchButton {
	clear: both; padding-top: 10px;
}


.searchName {
	border: #6E2101 1px solid; font: normal 11px Verdana; color: #895036; width: 170px;
}

.searchCategory {
	border: #6E2101 1px solid; font: normal 11px Verdana; color: #895036; width: 170px;
}

.searchProducer {
	border: #6E2101 1px solid; font: normal 11px Verdana; color: #895036; width: 170px;
}

.searchPriceFor {
	border: #6E2101 1px solid; font: normal 11px Verdana; color: #895036; width: 50px;
}

.searchPriceFrom {
	border: #6E2101 1px solid; font: normal 11px Verdana; color: #895036; width: 50px;
}

.imputSearchClear {
	width: 87px; height: 26px; background-image: url(../img/buttonClear.jpg); background-repeat: no-repeat;
	border: 0px; cursor: pointer;
}

.imputSearchButton {
	width: 87px; height: 26px; background-image: url(../img/buttonSearch.jpg); background-repeat: no-repeat;
	border: 0px; cursor: pointer;
}


/*****************************************************************************/
/*                                   KOSZYK                                  */
/*****************************************************************************/
a.basketLink:link {
   font: normal 11px Tahoma; text-decoration: none; color: #000000;
}

a.basketLink:visited {
   font: normal 11px Tahoma; text-decoration: none; color: #000000;
}

a.basketLink:hover {
   font: normal 11px Tahoma; text-decoration: none; color: #F0F0F0;
}

.basketUserData {
	clear: both; width: 740px; margin-left: 15px;
}

.basketUserDataLeft {
	float: left; width: 360px; margin-right: 10px;
}

.basketUserDataRight {
	float: left; width: 360px; margin-right: 10px;
}

.basketUserDataDiv {
	clear: both; height: 22px;
}

.basketUserDataDivLeftNormal {
	float: left; width: 130px; padding-right: 5px; text-align: right; font: normal 11px Verdana;
}

.basketUserDataDivLeftNormalNot {
	float: left; width: 130px; padding-right: 5px; text-align: right; font: normal 11px Verdana; color: #e5d0b2;
}

.basketUserDataDivLeftBold {
	float: left; width: 130px; padding-right: 5px; text-align: right; font: bold 11px Verdana;
}

.basketUserDataDivLeftBoldNot {
	float: left; width: 130px; padding-right: 5px; text-align: right; font: bold 11px Verdana; color: #e5d0b2;
}

.titleBarBasket {
	clear: both; font: bold 18px Tahoma; color: #6E2101; text-align: left; width: 250px;
}




/*****************************************************************************/
/*                              BELKI TYTUŁOWE                               */
/*****************************************************************************/
.titleBar {
	text-align: left; font: bold 18px Tahoma; color: #6E2101; padding-left: 20px; margin: 0px; 
	padding-left: 10px; padding-right: 10px; padding-bottom: 15px;
}

.titleBar2 {
	text-align: left; font: bold 18px Tahoma; color: #6E2101; padding-left: 20px; margin: 0px; 
	padding-left: 10px; padding-right: 10px;
}

.titleBarError {
	text-align: left; font: bold 18px Tahoma; color: #FF0000; padding-left: 20px; margin: 0px; 
	padding-left: 10px; padding-right: 10px; padding-bottom: 15px;
}

.titleBarError2 {
	text-align: left; font: bold 18px Tahoma; color: #FF0000; padding-left: 20px; margin: 0px; 
	padding-left: 10px; padding-right: 10px; padding-bottom: 15px;
}

/*****************************************************************************/
/*                                TREŚĆ STONY                                */
/*****************************************************************************/
.pageStylePadding {
	padding-left: 20px; padding-right: 20px; padding-bottom: 20px;
}


/***********************************************************************/
/*                    LINKI DO SORTOWANIA PRODUKTÓW                    */
/***********************************************************************/
/*  Box rodzaj listy   */
.boxListLeft {
	float: left; text-align: right; width: 100px; font: bold 11px Verdana; color: #6E2101; height: 18px; margin-right: 5px;
}

.boxListRight {
	float: left; text-align: left; font: normal 11px Verdana; color: #6E2101; height: 18px;
}

a.linkListOFF:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.linkListOFF:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.linkListOFF:hover {
   font: normal 11px Verdana; color: #727134; text-decoration: none;
}

.linkListON {
	font: normal 11px Verdana; color: #727134;
}


/*  Box Producenci   */
.boxProducerLeft {
	float: left; text-align: right; width: 100px; font: bold 11px Verdana; color: #6E2101; height: 18px; margin-right: 5px;
}

.boxProducerRight {
	float: left; text-align: left; font: normal 11px Verdana; color: #6E2101; height: 18px; 
	width: 400px; padding-bottom: 10px;
}

a.producerLinkOFF:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.producerLinkOFF:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.producerLinkOFF:hover {
   font: normal 11px Verdana; color: #727134; text-decoration: none;
}

.producerLinkON {
	font: normal 11px Verdana; color: #727134;
}


/*  Box Sortuj wg   */
.boxAccordingLeft {
	float: left; text-align: right; width: 100px; font: bold 11px Verdana; color: #6E2101; height: 18px; margin-right: 5px;
}

.boxAccordingRight {
	float: left; text-align: left; font: normal 11px Verdana; color: #6E2101; height: 18px;
}

a.sortLinkOFF:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.sortLinkOFF:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.sortLinkOFF:hover {
   font: normal 11px Verdana; color: #727134; text-decoration: none;
}

.sortLinkON {
	font: normal 11px Verdana; color: #727134; text-decoration: none;
}


/*  Box Alfabetycznie   */
.boxAlphabetLeft {
	float: left; text-align: right; width: 100px; font: bold 11px Verdana; color: #6E2101; height: 18px; margin-right: 5px;
}

.boxAlphabetRight {
	float: left; text-align: left; font: normal 11px Verdana; color: #6E2101; height: 18px;
}

a.alphabetListOFF:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.alphabetListOFF:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.alphabetListOFF:hover {
   font: normal 11px Verdana; color: #727134; text-decoration: none;
}

.alphabetListON {
	font: normal 11px Verdana; color: #727134; text-decoration: none;
}


/*  Box toolbar   */
.boxToolbarUp {
	width: 100%; clear: both; text-align: center; padding-top: 15px; padding-bottom: 15px;
}

.boxToolbarDown {
	width: 100%; clear: both; text-align: center; padding-top: 15px; padding-bottom: 15px;
}

a.toolbarOFF:link {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.toolbarOFF:visited {
   font: normal 11px Verdana; color: #6E2101; text-decoration: none;
}

a.toolbarOFF:hover {
   font: normal 11px Verdana; color: #727134; text-decoration: none;
}

.toolbarON {
	font: bold 11px Verdana; color: #727134; text-decoration: none;
}

.toolbarOFF {
	font: normal 11px Verdana; color: #BEBEBE; 
}



/***********************************************************************/
/*                              DÓŁ STRONY                             */
/***********************************************************************/
.footerBackground {
	clear: both; width: 960px; height: 35px; background-image: url(../img/footerBackground.jpg); background-repeat: no-repeat; 
	margin:0 auto; padding-left: 20px; padding-right: 20px; margin-top: 10px;
}

.boxMenu {
	clear: both; width: 960px; text-align: center; margin:0 auto; padding-top: 15px; color: #FFFFFF;
}

#menuFooter {
   width: 960px; margin:0 auto; padding: 0px; text-align: center; list-style: none; display: block;
}

#menuFooter li {
	float: left;
}

#menuFooter li a:link {
   font: normal 12px Arial; color: #FFFFFF; text-decoration: none; 
}

#menuFooter li a:visited {
   font: normal 12px Arial; color: #FFFFFF; text-decoration: none;
}

#menuFooter li a:hover {
	font: normal 12px Arial; color: #FDAD00; text-decoration: none; 
}

.menuFooterBarSeparator {
	padding-left: 20px; padding-right: 20px; font: normal 13px Verdana; color: #FFFFFF; padding-bottom: 5px;
}


#boxFooter {
	clear: both; width: 1000px; text-align: right; padding-right: 20px; background-color: #895035;
}

