body {
  font: 11px "Lucida Grande",Verdana,Arial,Helvetica,"sans serif";
  margin: auto;
  margin-top: 0px;
  text-align:center;
  background: url(../grafika/tlo.png) repeat-x #fefefe;
}

h1 {
	font-size:13px;
	font:weight:700;
	margin-top:10px;
}

h2 {
	font-size:12px;
	font:weight:600;
}

h3 {
	font-size:11px;
	font:weight:700;
	margin-top:10px;
}

h4 {
	font-size:11px;
	font:weight:600;
	margin-left:20px;
}

dl,dt,dd,ul,li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main {
	text-align:left;
	margin: auto; 
	width: 900px;
}

#naglowek
{
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: #a4a4a4;
  border-style: solid;
  list-style-type: none;
  width: 900px;
  height: 100px;
  background-color: #fff;
	background: url(../grafika/main_back.gif);
}

#new_opis {
	margin-left:20px;
	margin-bottom:20px;
	width:850px;
}

#naglowek ul li { 
	float: left; 
}

#naglowek a {
	text-decoration: none;
	color:#000000;
}
      
#naglowek a:hover {
	text-decoration: none;
	color:#DC143C;
}

#logo {
	width:250px;
	height:100px;
}

#logo h1 {
	display:inline;
}

#logo a,img {
	text-decoration:none;
	border:0px solid #000000;
}

#top {
	width:350px;
	font-size:14px;
	font-weight:600;
}

#top p {
	margin-left:10px;
	margin-top:15px;
}

.first {
	font-weight:700;
	font-size:16px;
	color:#b50000;
}

#logowanie {
  font: 10px "Lucida Grande",Verdana,Arial,Helvetica,"sans serif";
  background-image:url(../grafika/tlo_search.png);
  background-repeat: no-repeat;
  width: 300px;
}

#logowanie h3 {
	font-size:12px;
	font:weight:700;
	margin-top:12px;
}

#logowanie ul {
	list-style-type: none;
	text-align: right;
	width:290px;
}

#logowanie li {
	font-size: 10px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	width:90px;
	height:15px;
}

#logowanie input {
	height:11px;
	width:80px;
	font-size:9px;
}

#logowanie input.send {
	height:20px;
}

#last {
  font: 10px "Lucida Grande",Verdana,Arial,Helvetica,"sans serif";
  background-repeat: no-repeat;
  width: 100px;
}

#main_menu {
    background-image: url(../grafika/menu_back.gif);
    background-repeat: no-repeat;
    background-position: center;
	width: 900px;
	height: 30px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-color: #a4a4a4;
	border-style: solid;
	z-index: 8990;
}

#menu {
	/*text-align:left;*/
	position: absolute;
	height: 30px;
	width: 900px;
	z-index: 8997;
	}

#menu ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}

#menu li {
	display: inline;
	list-style-type: none;
	float: left;
}

#menu a {
	display: block;
	width: 75px;
	height: 27px;
}

#menu a:link { 
	text-decoration: none; 
}

#menu a:hover {
	background-image: url(../grafika/wybrane.gif);
	background-repeat: no-repeat;
	color: #333;
}

li.menu {
	line-height: 25px;
}

#ul_menu a {
	padding-top: 4px;
	padding-bottom: 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#sklep {
	background: transparent url(../grafika/wybrane.gif) no-repeat scroll 0%; 
	padding-top: 30px; 
	position: absolute;
	visibility: hidden;
	width: 150px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	top: 100px;
	z-index: 8991;
}

#sklep ul{
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-image:url(../grafika/menu.gif); 
	background-color: #b8b8b8; 
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

#sklep li a,#sklep dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0x;
	line-height: 15px;
}

#sklep li a:hover,#sklep dt a:hover { 
	background: #DCDCDC; 
}

#produkty {
	background: transparent url(../grafika/wybrane.gif) no-repeat scroll 0%; 
	padding-top: 30px; 
	position: absolute;
	visibility: hidden;
	width: 200px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	top: 100px;
	margin-left: 75px;
	z-index: 8991;
}

#produkty ul{
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-image:url(../grafika/menu2.gif); 
	background-color: #b8b8b8;
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

#produkty li a,#produkty dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0x;
	line-height: 15px;
}
    
#produkty li a:hover,#produkty dt a:hover { 
	background: #ccc; 
}

#opis_short {
	width:480px;
}

#opis_short ul {
	list-style-type: none;
	font-size: 12px;
	float: left;
}

#opis_short li {
	min-width:150px;
	display: inline;
	list-style-type: none;
	float: left;
}

#opcje {
	background: transparent url(../grafika/wybrane.gif) no-repeat scroll 0%; 
	padding-top: 30px; 
	position: absolute;
	visibility: hidden;
	width: 150px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	top: 100px;
	margin-left: 675px;
	z-index: 8991;
}

#opcje ul {
	padding-top: 5px; 
	padding-bottom: 5px; 
	background-image:url(../grafika/menu.gif); 
	background-color: #b8b8b8; 
	border-bottom:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
}

#opcje li a,#opcje dt a {
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0x;
	line-height: 15px;
}

#opcje li a:hover,#opcje dt a:hover { 
	background: #ccc; 
}

#glowne
{
  background-image: url(../grafika/main_back.gif);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #fff;
  border-bottom: 1px solid #b1b1b1;
  border-left: 5px solid #b1b1b1;
  border-right: 5px solid #b1b1b1;
  float: left;
  overflow: hidden;
  width: 900px;
}


#gora {
	float: left;
	list-style-type: none;	
	width: 900px;
	min-height:360px;  
	border:1px solid #000000;
	vertical-align:top;
}

#gora a {
	text-decoration: none;
	color:#000000;
}
      
#gora a:hover {
	text-decoration: none;
	color:#DC143C;
}

#gora2 {
	float: left;
	list-style-type: none;
	background: url(../grafika/ramka_przedmioty.gif) no-repeat scroll 0%;
	width: 900px;
	height: 225px;
	border:1px solid #000000;
	text-align:center;
	vertical-align:middle;
}

#gora3 {
	float: left;
	width: 900px; 
	font-weight:400;
	font-size:10px;
	border:1px solid #000000;
}

table.kategorie {
	vertical-align:top;
	width:540px;
}

td.kategorie {
	vertical-align:top;
	width:135px;
}

td.top {
	vertical-align:top;
}

#eleganckie_ciuchy {
	border:1px solid gray;
	font-weight:500;
}

#eleganckie_ciuchy p {
	margin-left:10px;
}


#znalezione_przedmioty {
	vertical-align:middle;
	margin-left:20px;
	background-image:url(../grafika/tlo_search.png);
}
table {
	font-size:11px;
}

table.glowna {
	vertical-align:top;
	border:0px solid #FFFFFF;
	border-collapse: collapse;	
	width:900px;
}

.td1_glowna {
	vertical-align:top;
	background-image:url('../grafika/tlo_search.png');
	background-repeat:repeat-y;
}

#div1_glowna {
	margin-left:10px;
	width:480px;
	font-weight:500;
}

#div1_glowna h2 {
	font-size:11px;
	font:weight:700;
	margin-top:10px;
}

#partnerzy{text-align:center;width:890px}
td.ramka {
	background-image:url(../grafika/ramka.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
	height:175px;
	width:150px;
}

td.ramka2 {
	background-image:url(../grafika/ramka2.png);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:left;
	width:300px;
	height:200px;
}

td.border {
	border-top:1px solid #000000;
}

img.ramka {
	/*width:125px;
	height:115px;*/
	margin-left:-6px;
	border: 1px solid gray;
}

img.znalezione {
	width:90px;
	height:70px;
	border: 1px solid gray;
	vertical-align:middle;
}

#zdjecia_produkt {
	margin-top:25px;
	height:215px;
	text-align:center;
	vertical-align:middle;
}

.pasek_foto {
	text-align:center;
	vertical-align:middle;
}

p.stopka {
	display:inline;
	margin-left:250px;
}

#stopka
{
  background-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-color: #a4a4a4;
  border-style: solid;
  float: left;
  overflow: hidden;
  display: inline;
  width: 900px;
  font-size: 10px;
  line-height: 14px;
}

.bold {
	font-weight: 700;
}

.padding_left {
	padding-left: 5px;
}

.left {
	float:left;
	border:1px solid #000;
}

.good {
	color:green;
	font-weight:600;
}

.error {
	color:red;
	font-weight:600;
}

.border {
	border:1px solid #000;
}

.red_ {
	color:red;
	font-weight:bold;
}

a.menu:link 	{ 
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.menu:visited 	{ 
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.menu:active 	{ 
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.menu:hover 	{
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}

a.podmenu:link 	{ 
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.podmenu:visited 	{ 
	color:#000000;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.podmenu:active 	{ 
	color:#A52A2A;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}
a.podmenu:hover 	{
	color:#A52A2A;
	text-decoration:none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
}

a.stopka {
	color:#4f7a9b;
	text-decoration:none;
}

a.stopka:hover {
	color:#1f7a4b;
	text-decoration:underline;
}
      