@import 'box.css';
@import 'logowanie.css';
@import 'kategorie.css';
@import 'przegladaj.css';

body {
	font-size: 12px;
	font-family: Verdana;
	margin: 0px;
	background-color: #ffffff; }
.x { display: none; }
#page_center { 
	display: block;
	width: 1000px;
	margin: 0 auto; }
#page_head {
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background: url('../i/page_head.jpg') no-repeat;
	width: 1000px;
	height: 381px; }
	#logo {
		background: url('../i/logo_firma.gif') no-repeat;
		width: 181px;
		height: 76px;
		position: absolute;
		margin-left: 25px;
		margin-top: 8px; }
	#wisniowski {
		background: url('../i/logo_wisniowski.png') no-repeat;
		width: 43px;
		height: 50px;
		position: absolute;
		margin-left: 846px;
		margin-top: 200px; }
	#wisniowski_txt {
		position: absolute;
		margin-left: 832px;
		margin-top: 255px;
		font-size: 9px;
		font-weight: bold;
		color: #004086;
		text-decoration: none; }
	#bft {
		background: url('../i/logo_bft.png') no-repeat;
		width: 51px;
		height: 46px;
		position: absolute;
		margin-left: 911px;
		margin-top: 201px; }
	#bft_txt {
		position: absolute;
		margin-left: 923px;
		margin-top: 255px;
		font-size: 9px;
		font-weight: bold;
		color: #e62118;
		text-decoration: none; }
	#link_right {
		position: absolute;
		margin-left: 888px;
		margin-top: 10px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none; }
	#link_mail {
		position: absolute;
		margin-left: 880px;
		margin-top: 24px;
		color: #ffffff;
		font-size: 10px;
		text-decoration: none; }
#page_menu {
	position: absolute;
	width: 1000px;
	height: 51px;
	margin-top: 331px; }
	#menu_left {
		float: left;
		background: url('../i/menu-left.jpg') no-repeat;
		width: 200px;
		height: 51px; }
	#menu_glowna {
		background: url('../i/menu_glowna.jpg') no-repeat;
		display: block;
		float: left;
		width: 160px;
		height: 51px;
		cursor: pointer; }
		#menu_glowna:hover {
			background-position: bottom; }
	#menu_oferta {
		background: url('../i/menu_oferta.jpg') no-repeat;
		display: block;
		float: left;
		width: 160px;
		height: 51px;
		cursor: pointer; }
		#menu_oferta:hover {
			background-position: bottom; }
	#menu_promocje {
		background: url('../i/menu_promocje.jpg') no-repeat;
		display: block;
		float: left;
		width: 160px;
		height: 51px;
		cursor: pointer; }
		#menu_promocje:hover {
			background-position: bottom; }
	#menu_sklep {
		background: url('../i/menu_sklep.jpg') no-repeat;
		display: block;
		float: left;
		width: 160px;
		height: 51px;
		cursor: pointer; }
		#menu_sklep:hover {
			background-position: bottom; }
	#menu_kontakt {
		background: url('../i/menu_kontakt.jpg') no-repeat;
		display: block;
		float: left;
		width: 160px;
		height: 51px;
		cursor: pointer; }
		#menu_kontakt:hover {
			background-position: bottom; }
#page_body {
	float: left;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	width: 1000px; }
#page_tail {
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background: url('../i/page_tail.jpg') repeat-x;
	width: 1000px;
	height: 35px;
	font-weight: bold;
	font-size: 10px; }
	#page_copyright {
		padding-top: 6px;
		display: inline;
		float: left;
		margin-left: 380px; }
	#page_copyright a {
		color: #bd363a;
		text-decoration: none; }
	#page_design {
		padding-top: 6px;
		margin-right: 25px;
		display: inline;
		float: right; }
	#page_design a {
		color: #bd363a;
		text-decoration: none; }
		
.btnRed {
  display: block;
  background: url('../i/btnRed.gif') no-repeat;
  width: 102px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: white;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  margin: 5px 2px 5px 0px;}
  .btnRed:hover {
    background: url('../i/btnRed_on.gif') no-repeat;}
    
a.delete {
  display: block;
  background: url('./cross.png');
  height: 16px;
  width: 16px;
  margin-left: 10px;}

table {
  border-collapse: collapse;
  font-weight: normal;
  border: 1px solid #c8c8c8;}
  th {
    background-color: #313232;
    color: white;}
    tr{
      border: 1px solid #c8c8c8;}
    td {
      padding: 0px 4px 0px 4px;}
    tr.even {
      background-color: #e9eaea;}
    tr.odd {
      background-color: #f7f8f9;}
  