body {
  padding: 0px;
  margin: 0px;
	font-size: 11px;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	/*
	scrollbar-base-color : White;
	scrollbar-arrow-color : White;
	scrollbar-highlight-color : #213685;
	scrollbar-face-color : #213685;
	scrollbar-track-color: #213685;
	scrollbar-shadow-color : White;
	scrollbar-dark-shadow-color : #213685;
	scrollbar-3d-light-color : White;
	overflow-y: auto;*/
	background-color: #fff;
	/*color : #4E463B;*/
	color: #778888;
}

body.tresc {
  padding-left: 12px;
  padding-right: 12px;
}

html, body {height: 100%}

form {margin: 0px}

td {
	color: #778888;
	font-size : 11px;
	vertical-align: top;
}

/* ---- GLOWNY LAYOUT --- */

.frame {
  height: 100%;
}

.top {
  background-color: #F8FAF9;
  height: 71px;
  vertical-align: top;
}

.middle {
  height: auto;
  
  vertical-align: top;
  background-image: url("../images/new/main_tlo.gif");
  background-repeat: repeat-x;
}

.main {
  padding: 7px 0px 15px 17px;
}

.mainGradientTop {
  height: 8px;
  background-image: url("../images/new/main_gradient_top.gif");
  background-repeat: repeat-x;
  font-size: 2px;
  line-height: 0.4;
}

.mainFrame {
  height: 100%;
  border-right: 1px solid #D1DBE0;
  border-left: 1px solid #D1DBE0;  
  border-top: 3px solid #22BBFF;
}

iframe {
  margin:0px;
  padding:0px; 
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.mainBottomLeft {
  width: 9px;
  height: 10px;
  background-image: url("../images/new/main_bottom_left.gif");
  background-repeat: no-repeat;
}

.mainBottomCenter {
  width: 660px;
  height: 10px;
  background-image: url("../images/new/main_bottom_center.gif");
  background-repeat: repeat-x;
}

.mainBottomRight {
  width: 9px;
  height: 10px;
  background-image: url("../images/new/main_bottom_right.gif");
  background-repeat: no-repeat;
}

.bottomNav {
  height: 12px;
  vertical-align: bottom;
  text-align: center;
  font-size: 2px;
  line-height: .4;
}

.bottom {
  height: 27px;
  vertical-align: top;
  border-top: 1px solid #E8EBEE;
}

.bottomText {
  padding-top: 5px;
  line-height: 15px;
  color: #A6A6A7;
}

div.menuTopNav {
  padding-top: 4px;
  padding-bottom: 4px;
}

div.menuTopSearch {
  padding: 4px 4px 4px 0px;
  color: #3486CB;
}

div.menuTopUser {
  padding: 2px 0px 4px 0px;
  color: #778888;
  font-size: 90%;
}

.tytul {
	color: #3486CB;
	font-size: 10px;
	border-bottom: 1px solid #ECEBE9;
	padding: 5px 0px 5px 0px;
}

.tytulItem {
  padding-left: 18px;
  padding-right: 0px;
  background-image: url("../images/new/nav_strzalka.gif"); 
	background-repeat: no-repeat; 
	background-position: 8px 4px;
}

.listaBelka {
  background-color: #F7F9F9;
  border-bottom: 1px solid #ECEBE9;
  font-weight: bold;
  padding: 7px 7px 7px 42px;
  background-image: url("../images/new/belka_strzalka.gif");
  background-repeat: no-repeat;
  background-position: 23px 11px;
  clear: both;
  color :#778888;
}

.listaZawartosc {
  padding: 5px 42px 10px 42px;
  color :#778888;
}

.listaZawartoscBorder {
  padding: 5px 42px 10px 42px;
  color :#778888;
  border-top: 1px solid #ECEBE9;
}

.listaItemKolumnaLewa {
  clear: both;
  float: left;
  width: 50%;
  line-height: 150%;
}

.listaItemKolumnaPrawa {
  line-height: 150%;
}

.listaItemKolumnaLewaCart {
  clear: both;
  float: left;
  width: 35%;
  line-height: 150%;
}

.listaItemKolumnaLewaCart2 {
  clear: both;
  float: left;
  width: 370px;
  line-height: 150%;
  text-align: right;
}

.addToCart {
  text-align: right;
  padding: 5px;
}

.cenaRabat {
  color: #CB6634;
  font-weight: bold;
}

.gwiazdka {
  color: #CB6634;
}

/* --- LINKI ---- */

a {
	text-decoration : none;
	color :#778888;
}

a:hover {
	text-decoration : none;
	color :#3486CB; 
}

a.mail {
  color: #4E463B;
  text-decoration: underline;
}

a.mail:hover {
  color: #0C6788;
  text-decoration: underline;
}

a.stopka {
	color : #A6A6A7;
}
a.stopka:hover {
	color : #A6A6A7;
	text-decoration : underline;
}

a.menu {
  display: block;
	font-size: 11px;
	padding: 2px 2px 2px 21px;
	background-image: url(../images/new/menu_strzalka.gif); 
	background-repeat: no-repeat; 
	background-position: 5px 6px;
	background-color: transparent;
	text-decoration: none;
	color: #706F6E;
	font-weight: bold;
		
}
a.menu:hover, a.menu_active, a.menu_active:hover {
  display: block;
	font-size: 11px;
	padding: 2px 2px 2px 21px;
	background-image: url(../images/new/menu_strzalka_aktywna.gif); 
	background-repeat: no-repeat; 
	background-position: 5px 6px;
	background-color: #3486CB;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.menuTop {
	background-image: url(../images/new/menu_top_strzalka.gif); 
	background-repeat: no-repeat; 
	background-position: 7px center;
  padding-left: 22px;
  padding-right: 9px;
  color: #CB6634;
  font-weight: bold;
}

a.menuTop:hover {
  color: #CB6634;
  font-weight: bold;
  text-decoration: underline;
}

a.menuTopLogout {
	background-image: url(../images/new/menu_top_strzalka2.gif); 
	background-repeat: no-repeat; 
	background-position: 10px center;
  padding-left: 25px;
  padding-right: 9px;
  color: #778888;
  font-weight: bold;
}

a.menuTopLogout:hover {
  color: #778888;
  font-weight: bold;
  text-decoration: underline;
}

a.menuTopCart {
	background-image: url(../images/new/koszyk.gif); 
	background-repeat: no-repeat; 
	background-position: 7px 0px;
  padding-left: 30px;
  padding-right: 9px;
  color: #3486CB;
  font-weight: bold;
}

a.menuTopCart:hover {
  color: #3486CB;
  font-weight: bold;
  text-decoration: underline;
}

a.addToCart {
	padding-left: 18px;
  padding-right: 0px;
  background-image: url("../images/new/nav_strzalka.gif"); 
	background-repeat: no-repeat; 
	background-position: 3px center;
	font-weight: bold;
  color: #3486CB;
}

a.addToCart:hover {
  color: #3486CB;
	font-weight: bold;
  text-decoration: underline;
}

a.cartOptions {
  background-image: url("../images/new/nav_strzalka.gif"); 
	background-repeat: no-repeat; 
	background-position: 18px center;
  padding-left: 30px;
  padding-right: 0px;
  font-weight: bold;
}


/* ----- MENU ----- */

td.menu {
  width: 157px;
  padding-top: 15px;
}

div.menuTop {
  width: 157px;
  height: 7px;
  background-image: url("../images/new/menu_gora.gif");
  background-repeat: no-repeat;
  font-size: 2px;
  line-height: .4;
}

div.menuBottom {
  width: 157px;
  height: 7px;
  background-image: url("../images/new/menu_dol.gif");
  background-repeat: no-repeat;
  font-size: 2px;
  line-height: .4;
}

div.menuContent {
  padding: 0px 2px 0px 2px;
  background-color: #F7F9F9;
  border-left: 1px solid #D7DDE1;
  border-right: 1px solid #D7DDE1;
}

div.menuRow {
  padding: 2px 0px 0px 0px;
  border-top: 1px solid #ECEBE9;
  margin-top: 2px;
}


/* ---- TABELKI Z PRODUKTAMI ------ */

table.tab {
  border-top: 1px solid #ECEBE9;
  border-left: 1px solid #ECEBE9;
}

table.tab td {
  padding: 2px;
}

td.mini_tab, tr.mini_tab td {
  font-size: 9px;
  color: #778888;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
}
td.mini_tab_cennik, tr.mini_tab_cennik td {
  font-size: 9px;
  color: #778888;
  background-color: #F7F9F9;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ECEBE9;
  border-bottom: 1px solid #ECEBE9;
}

/* ---- FORMULARZE ----- */

input, textarea, option, select {
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #3486CB;
  background-color: #D4E4F2;
  color: #778888;
  font-weight: normal;
}

.radio {
	border: 0px;
	background-color: transparent;
}

input.search {
	font-size: 13px;
	color: #4E463B;
  border: 1px solid #D8DBE0;
	background-color: #FFFFFF;
  font-weight: normal;
}

input.login {
	color: #4E463B;
  border: 1px solid #D8DBE0;
	background-color: #FFFFFF;
	width: 138px;
  font-weight: normal;
}

input.searchButton {
  border: none;
  background-color: transparent;
  margin: 3px 5px 3px 5px;
  font-weight: normal;
}

table.tab input {
  width: 30px;
  font-size: 9px;
  font-weight: normal;
}
