/*--------------------------------------------------------------------------------------------------
  STANDARDOWE OBIEKTY
--------------------------------------------------------------------------------------------------*/

body * {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0;
}

body {
  background-color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #3A3A3A;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
/*  background-image: url('../images/background.png'); */
  background-repeat: no-repeat;
  background-position: center 28px;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #F27038;
  outline: none;
}

a:hover {
  color: #D92B04;
}

div, table, caption, tr, td, th, hr, input, select, textarea, fieldset {
  border-color: #E7E7E0;
}

/*--------------------------------------------------------------------------------------------------
  GLOWNE BLOKI LAYOUTU
--------------------------------------------------------------------------------------------------*/

/* glowny wrapper (owija wszystkie bloki) */
#mainWrapper {
  width: 930px; /* 5 (margines) + 1 (ramka) + 184 + 1 (ramka) + 550 + 184 + 5 (margines) */
  margin: 0 auto 0 auto;
  background-repeat: no-repeat;
/*  background-position: 770px 8px; */
}

/* informacje np. o dodaniu towaru do koszyka */
#mainMessage {
  width: 736px;
  margin-left: 5px;
}

/* naglowek */
#header {
  width: 930px; 
  margin: 0 5px;
  height: 123px;
  border-width: 0 0px 1px 0;
  position: relative;
  background-image: url('../images/main_wrapper_background.png');
  background-repeat: repeat-y;
  background-position: 0 0;
}

/* gorne menu */
#menuTop {
  width: 930px;
  margin: 0 5px;
  height: 27px;
  border-width: 0 0 1px 0;
  padding: 2px 0 0 0;
}

/* wrapper owijajacy lewe menu i kolumne glowna */
#mainColumnsWrapper {
  background-image: url('../images/main_wrapper_background.png');
  background-repeat: repeat-y;
  overflow: hidden; /* zeby wysokosc zwiekszala sie razem z podblokami (ktore maja float:left) */
  background-position: 5px 0;
  padding: 0 5px;
}

/* lewe menu */
#menuLeft {
  width: 184px;
  border-width: 0 1px 0 1px;
  float: left;
}

/* prawe menu */
#menuRight {
  width: 184px;
  float: right;
}

/* kolumna glowna */
#content {
  width: 450px;
  padding: 20px 49px 50px 50px;
  border-width: 0 1px 0 0;
  float: left;
}

/* stopka */
#footer {
  width: 920px;
  margin: 0 5px;
  overflow: hidden;
  border-top-width: 1px;
  padding: 25px 0 15px 0;
}

/*--------------------------------------------------------------------------------------------------
  INFORMACJA np. o dodaniu towaru do koszyka
--------------------------------------------------------------------------------------------------*/

/* informacje np. o dodaniu towaru do koszyka */
#mainMessage {
  /* patrz wyzej */

  background-color: #F16F37;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4em;
  padding: 10px 0;
  font-variant: small-caps;
  letter-spacing: 1px;
  word-spacing: 3px;
}

/* bledy i ostrzezenia ukrywamy (czasem informuja o problemach technicznych, podajac niebezpiecznie szczegoly) */
#mainMessage .messageStackError, #mainMessage .messageStackCaution, #mainMessage .messageStackWarning {
  display: none;
}

#mainMessage .messageStackSuccess {

}

#mainMessage img {
  display: none;
}

/*--------------------------------------------------------------------------------------------------
  NAGLOWEK
--------------------------------------------------------------------------------------------------*/

#header {
  /* patrz wyzej */
}

#logo {
  display: block;
  width: 502px;  /*432px; */
  height: 82px;
  position: absolute;
  background-image: url('../images/logo.png');
  top: 35px;
  left: 210px;
}

#menuHeader {
  width: 184px;
  margin-left: 1px;
  float: left;
  height: 123px;
  background-image: url('../images/lotos.png');
  background-position: center 0;
}

/*--------------------------------------------------------------------------------------------------
  MENU KUPUJACEGO W NAGLOWKU (logowanie/rejestracja, koszyk, link do kasy)
--------------------------------------------------------------------------------------------------*/

#customerMenu {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-variant: small-caps;
  font-size: 1.2em;
  color: #D92B04;
  padding: 5px 0 0 0;
  text-align: left;
  position: absolute;
  margin: 0px 0px 0px 750px;
}

#customerMenu a {
  color: #988D77;
  display: inline-block;
  padding-bottom: 1px;
}

#customerMenu a:hover {
  color: #F27038;
  border-bottom: 1px solid #CCBD9F;
  padding-bottom: 0;

}

#customerMenu a.cart {

}

#customerMenu a.cart b {

}

#customerMenu a.buy {
    color: #86F451;
}

#customerMenu a.buy:hover {
}

/*--------------------------------------------------------------------------------------------------
  GORNE MENU
--------------------------------------------------------------------------------------------------*/

#menuTop {
  /* patrz wyzej */
}

#menuTop a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  color: #7F7A72;
  font-size: 20px;
  line-height: 25px;
  display: block;
  width: 136px;
  width: 110px;
  float: left;
  text-align: center;
}

#menuTop a.first {
  width: 192px;
  text-align: center;
}

#menuTop a.last {

}

#menuTop a:hover {
  color: #F27038;
}

/* menu */

ul.menu {
    list-style: none;
    position: relative;
}

ul.menu li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps;
    color: #7F7A72;
    font-size: 25px;
    line-height: 25px;
    display: block;
    width: 136px;
    float: left;
    text-align: center;
    background: #FFFFFF;
}

ul.submenu {
    display: none;
    position: absolute;
    list-style: none;
    width: 180px;
    text-align: left;
    background: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-width: 1px; 
    z-index:200;
}

ul.submenu li {
     float: none;
}

ul.menu li:hover ul, ul.menu li.over ul {
    display: block;
}

ul.submenu a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

ul.submenu a:hover {
    
}

/*--------------------------------------------------------------------------------------------------
  MENU PO LEWEJ
--------------------------------------------------------------------------------------------------*/

#menuLeft {
  /* patrz wyzej */
}

#menuLeft h3 {
  text-align: center;
  color: #F27038;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #999389;
  margin: 20px 12px 15px 12px;
  padding-bottom: 1px;
}

#menuLeft ul {
  list-style: none;
}

#menuLeft ul li {
  display: inline;
}

#menuLeft .separator {
  height: 1px;
  background-color: #999389;
  margin: 15px 12px 10px 12px;
}

#menuLeft ul a {
  color: #7F7A72;
  font-variant: small-caps;
  display: block;
  text-align: left;
  padding: 2px 0 2px 20px;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-image: url('../images/lotos1.png');
  background-repeat: no-repeat;
  background-position: 3px center;
}

#menuLeft ul a:hover {
  color: #F27038;
  position: relative;
  width: 168px;
  top: -5px;
  left: -5px;
  border-width: 1px;
  padding: 6px 0 6px 24px;
  margin-bottom: -10px;
  background-color: #FFFFFF;
  background-position: 7px center;
}

#menuLeft li.selected a {
  color: #F27038;
}

/*--------------------------------------------------------------------------------------------------
  MENU PO PRAWEJ
--------------------------------------------------------------------------------------------------*/

#menuRight {
  /* patrz wyzej */
}

#menuRight h3 {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  border-bottom: 1px solid #999389;
  margin: 20px 12px 15px 12px;
  padding-bottom: 1px;
}

#menuRight ul {
  list-style: none;
}

#menuRight ul li {
  display: inline;
}

#menuRight .separator {
  height: 1px;
  background-color: #999389;
  margin: 15px 12px 10px 12px;
}

#menuRight ul a {
  color: #7F7A72;
  font-variant: small-caps;
  display: block;
  text-align: center;
  padding: 4px 0 3px 0;
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#menuRight ul a:hover {
  color: #F27038;
/*  position: relative;
  width: 192px;
  top: -5px;
  left: -5px;
  border-width: 1px;
  padding: 8px 0 7px;
  margin-bottom: -10px;
  background-color: #FFFFFF; */
}

#menuRight ol {
  list-style: none;
}

#menuRight ol li {
  display: inline;
}

#menuRight ol a {
  color: #7F7A72;
/*  font-variant: small-caps; */
  display: block;
  text-align: left;
  padding: 0px 0 2px 5px;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#menuRight ol a:hover {
  color: #F27038;
/*  position: relative;
  width: 192px;
  top: -5px;
  left: -5px;
  border-width: 1px;
  padding: 8px 0 7px;
  margin-bottom: -10px;
  background-color: #FFFFFF; */
} 

#menuRight li.selected a {
  color: #F27038;
}

/*--------------------------------------------------------------------------------------------------
  WYSZUKIWARKA
--------------------------------------------------------------------------------------------------*/

#quickFind {
  padding-bottom: 20px;
}

/* pole tekstowe */
#quickFindInput {
  display: block;
  float: left;
  width: 129px;
  margin: 0 3px 2px 12px;
  padding: 2px;
  border: 1px solid #E7E7E0;
  color: #999999;
  font-style: italic;
  text-align: center;
  font-size: 13px;
}

#quickFindInput:hover {
  border-color: #F27038;
}

#quickFindInput:focus {
  border-color: #F27038;
  color: #666666;
}

/* przycisk */
#quickFindSubmit {
  display: block;
  float: left;
  height: 22px;
  width: 22px;
  padding: 0;
  margin: 0;
  border: none;
  color: #999999;
  background-color: #FFFFFF;
  background-image: url('../images/quick_find_icon.png');
  cursor: hand;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
}

#quickFindSubmit:hover {
  background-position: -22px 0;
}

/* link do wyszukiwania zaawansowanego */
#quickFind a {
  display: block;
  margin-left: 12px;
  color: #999999;
  font-size: 0.8em;
  font-family: Arial, sans-serif;
}

#quickFind a span {
  font-family: Verdana, sans-serif;
  color: #F27038;
  font-weight: bold;
}

#quickFind a:hover {
  color: #F27038;
}

/*--------------------------------------------------------------------------------------------------
  KOLUMNA GLOWNA
--------------------------------------------------------------------------------------------------*/

#content {
  /* patrz wyzej */
}

#content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 2.2em;
  word-spacing: 1px;
  margin-bottom: 1em;
  font-variant: small-caps;
  color: #363636;
  border-bottom: 1px solid #F27038;
  text-align: center;
}

#content h2 {
  margin: 1em 0 0.5em 0;
  font-weight: normal;
  font-variant: small-caps;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  color: #D92B04;
  border-bottom: 1px solid #E7E7E0;
  text-align: center;
}

#content p {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

/* listy */
#content ul, #content ol {
  margin: 0 1em 1em 1em;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: left;
}

#content ul {
  list-style: circle outside;
}

#content ol {
  list-style: decimal outside;
}

#content ul ul, #content ol ol {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.4em;
}

#content blockquote {
  padding: 0 0.5em;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 2em;
  margin-top: 2em;
}

#content blockquote p {
  font-size: 1em;
}

#content blockquote p.author {
  text-align: right;
  margin-top: -0.5em;
  color: #7F7F7F;
}

/*--------------------------------------------------------------------------------------------------
  STOPKA
--------------------------------------------------------------------------------------------------*/

/* stopka */
#footer {
  /* patrz wyzej */

  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 0.9em;
}

#footer #dotPay {
/*  display: block; */
/*  float: right; */
  width: 81px;
  height: 38px;
/*  text-indent: -999px; */
/*  overflow: hidden; */
  background-image: url("../images/dotpay.gif");
}

#footer #dotPay:hover {
  background-position: -81px 0;
}

#footer #copyright {
  text-align: center;
  margin-bottom: 3px;
}

#footer #poweredBy {
  text-align: center;
}

#footer #friends {
  text-align: center;
}

#banner-dol {
  width: 920px;
  margin: 0 0 0 0;
  padding: 8px 0 8px 0;
  border-width: 0 0 1px 0;
  text-align: center;
}

#banner-dol p {
  margin-bottom: 8px;
}

#banner-dol img {
    height: 45px;
    border-style: solid;
    border-width: 1px;
}


/*------------------------------------------------------------------------------------------------*/

/* standardowa informacja o bledzie */
#content .messageStackError, #content .messageStackCaution, #content .messageStackSuccess, #content .messageStackWarning {
  color: #D92B04;
  margin: 20px 0;
  text-align: left;
}

.messageStackError img, .messageStackCaution img, .messageStackSuccess img, .messageStackWarning img {
  display: none;
}

/*--------------------------------------------------------------------------------------------------
  POLECANE PRODUKTY
--------------------------------------------------------------------------------------------------*/

/* glowny wrapper */
#featuredProducts {
  width: 468px; /* 450 (standardowa szerokość do wykorzystania) + 18px marginesu po prawej */
}

#featuredProducts br.clearBoth {
  clear: both;
}

#featuredProducts div br {
  display: none;
}

/* naglowek */
#featuredProducts h2 {
  width: 450px;
  margin-bottom: 20px;
}

/* wrapper produktu (tutaj definiujemy czcionke ceny) */
#featuredProducts div {
  text-align: center;
  width: 138px !important;
  float: left;
  margin-right: 18px;
  margin-bottom: 15px;
}

/* jeden <a> obejmuje obrazek, a drugi tytul (tutaj definiujemy tytul) */
#featuredProducts div a {
  display: block;
  margin-bottom: 3px;
}

#featuredProducts div a img {

}

/* normalna cena (tylko przy aktywnej promocji) */
#featuredProducts div .normalprice {
  text-decoration: line-through;
  color: #8C8C8C;
}

/* cena promocyjna */
#featuredProducts div .productSpecialPrice {
  display: block;
  font-weight: bold;
  color: #008000;
}

/* ile oszczedzasz */
#featuredProducts div .productPriceDiscount {
  display: block;
  font-size: 0.9em;
  margin-top: 3px;
}

/*--------------------------------------------------------------------------------------------------
  ROWNIEZ KUPOWANE (widoczne na podstronach produktow)
--------------------------------------------------------------------------------------------------*/

#alsoPurchased {
  width: 468px; /* 450 (standardowa szerokość do wykorzystania) + 18px marginesu po prawej */
}

/* naglowek */
#alsoPurchased h2 {
  width: 450px;
  margin-bottom: 20px;
}

/* pojedynczy produkt */
#alsoPurchased div {
  text-align: center;
  width: 138px !important;
  float: right;
  margin-right: 18px;
  margin-bottom: 15px;
}

#alsoPurchased div br {
  display: none;
}

/* jeden <a> obejmuje obrazek, a drugi tytul (tutaj definiujemy tytul) */
#alsoPurchased div a {
  display: block;
  margin-bottom: 3px;
}

#alsoPurchased div a img {

}

/*--------------------------------------------------------------------------------------------------
  modyfikacje lokalne, do wciagniecia do gory
--------------------------------------------------------------------------------------------------*/

#banner-prawy {
  margin-left: 765px;
  padding: 8px 0 0 0;
}

#bannerboxContent {
    text-align: center;
    }

#whosonlineContent {
    text-align: center;
}

#bestsellersContent {
    text-align: left;

}


/*------------------------------------------------------------------------------------------------*/