body
{
	background: url("./images/background.jpg") repeat-x;
}

/* Główne kontenery */

#Container
{
	width: 820px;
	margin: auto;
}

#Top
{
	background: url("./images/top.png") no-repeat;
	width: 818px;
	height: 129px;
}

#TopContent
{
	text-align: right;
	padding-top: 105px;
	padding-right: 20px;
	
	color: White;
	font-weight: bold;
}

#TopMenu
{
	height: 25px;
	padding-right: 25px;
	text-align: right;
	margin-left: auto;
	
	color: White;
	font-weight: bold;
	font-family: Calibri;
}

#Left
{
	width: 190px;
	text-align: left;
	float: left;
}

#Content
{
	width: 630px;
	text-align: left;
	float: left;
}

/* Podmenu pod topem */
#TopMenuLeft
{
	background: url("images/top_menu_l.png") no-repeat;
	width: 8px;
	height: 25px;
	float: right;
}

#TopMenuCenter
{
	background: url("images/top_menu_c.png") repeat-x;
	color: White;
	height: 25px;
	float: right;
	
	padding-top: 1px;
	color: White;
	font-weight: bold;
	font-family: Calibri;
}

#TopMenuRight
{
	background: url("images/top_menu_r.png") no-repeat;
	width: 8px;
	height: 25px;
	float: right;
}

#Content a,#Content a:link
{
	color: green;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

#Content a:visited
{
	color: #1919FF;
	text-decoration: none;
	font-size: 10px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}


#Content a:hover
{
	color: green;
	text-decoration: underline;
	font-size: 10px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

td.naglowek {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 5px;	
  color: white;
  text-align: right;
  height: 22px;
}

td.glowna
{
	vertical-align: top;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	color: black;
	font-size: 10px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

td.menu
{
	vertical-align: top;
	text-align: left;
	color: black;
	width: 175px;
	font-size: 10px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

td.oferta
{
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: black;
	font-size: 11px;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

td.naglowek_sklep
{
	vertical-align: middle;
	text-align: left;
	padding-right: 5px;
	width: 175px;
	height: 18px;
 	border: 1px dashed #3E4040;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana,tahoma,arial,helvetica,sans;
}

INPUT.szukaj {
	BORDER-RIGHT: 1px  solid Gray;
	BORDER-TOP: 1px  solid Gray;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px  solid Gray;
	COLOR: black;
	BORDER-BOTTOM: 1px  solid Gray;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: white;
}
SELECT.szukaj {
	BORDER-RIGHT: 1px  dashed Gray;
	BORDER-TOP: 1px  dashed Gray;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px  dashed Gray;
	COLOR: black;
	BORDER-BOTTOM: 1px  dashed Gray;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: white;
}

/************************NOWE**************************/

div.SubMenu
{
	position: absolute;
	display: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Menu z lewej */
div.MenuTop
{
	width: 185px;
	height: 29px;
	background: url("images/cell_top.png") no-repeat;
	
	color: Black;
	font-weight: bold;
	font-family: Calibri;
	
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
}

/* Maksymalnie 7 elementów listy! */
div.Menu
{
	width: 185px;
	background: url("images/cell_p.png") repeat-y bottom;
	margin: 0px;
	padding-bottom: 0px;
	
	color: Black;
	font-family: Calibri;
}

div.Menu div
{	
	padding-left: 5px;
	padding-right: 10px;
}

div.MenuBottom
{
	margin: 0px;
	padding-top: 0px;
}

div.MenuBottom img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Lista z lewej */
#Left ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url("images/bullet.png");
	
	color: Black;
	font-family: Calibri;
}

/* Style dla odnośników */
#TopMenu a, #TopContent a
{
	color: White;
	font-weight: bold;	
	text-decoration: none;
	font-family: Calibri;
}

#TopMenu a:hover, #TopContent a:hover
{
	text-decoration: underline;
}

div.Menu ul a
{
	color: Black;
	text-decoration: none;
	font-family: Calibri;
}

div.Menu li
{
	cursor: pointer;
}

div.Menu ul a:hover
{
	text-decoration: underline;
}
