/* misza@best.net.pl */

/* BODY  ///////////////////////////////////////////////////////////////////////////////////  */
body { 
	color: #000; 
	font-family: Tahoma,Arial,Helvetica,Verdana;
	margin: 0; 
	padding: 0; 
	font-size: 11px; 
	background: #e3e3e3 url(../gfx/bg.gif) 0 0 repeat-x;
} 

/* P, H1,H2,...  ///////////////////////////////////////////////////////////////////////////////////  */
p { 
	margin: 0;
	padding: 5px 0 10px 0; 
	color: #666; 
	font-size: 11px;
	line-height: 16px;
}

h1 { 	
	color: #5e5f61; 
	font-size: 12px; 
	margin: 0;
	padding:  15px 0 5px 0; 
	line-height: 19px;
}
h2 { 	
	color: #132c7c; 
	font-size: 18px; 
	margin: 0;
	padding:  10px 0 5px 0; 	
	line-height: 16px;
}
h3 { 	
	color: #cc0000; 
	font-size: 12px; 
	margin: 0;
	padding:  10px 0 5px 0px; 
}

a {
	color:	#133083; 
	text-decoration:	underline;
}
a:hover {
	color:	#000; 
	text-decoration: underline;
}
a:visited {
	color: #947e20;
}


/* LISTS  ///////////////////////////////////////////////////////////////////////////////////  */
ul {
	margin:	2px 0px 15px 15px;
	padding: 0px;

}
li {
	margin: 0;
	padding: 2px 0px 2px 22px;
	list-style-type: none;
	background: url(../gfx/li.gif) 0 4px no-repeat;	
}

/* FORMS  /////////////////////////////////////////////////////////////////////////////////// */
form,input,textarea,select {
	font-size:		10px;
	margin:			0px;
	padding:		0px;
	font-family:  tahoma, verdana, arial, helvetica; 
	color: #000;
	vertical-align: middle;
}
textarea {
	border: 1px solid #C9C0BA;
	font-size: 10px;
	padding: 3px 4px;
	margin: 0;
	width: 250px;
}

input.text {
	border: 1px solid #C9C0BA;
	color: #000;
	font-size: 10px;
	padding: 1px 4px;
	margin: 0;
	width: 250px;
	height: 17px;
}

input.button {
	border: 1px solid #000;
	border-left: 1px solid #999;
	border-top: 1px solid #999;	
	background-color: #c0c0c0;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 3px;
	margin: 0 4px;
	color: #000;
	width: auto;
	overflow: visible;	
}

/* TABLE ---------------------------------------------------------------------------------------------------------------- */
.info {
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	
}
.info td,
.info th {
	padding: 3px 4px;
	font-size: 9px;
	border: 1px solid #333;
}
.info th,
thead th {
	background-color: #666;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}
td.first {
	background-color: #d9d9d9;
}

tr.line0 td {
	background-color: #ccc;
}
form .info {
	width: auto;
}

.buttons td {
	text-align: center;
	padding: 10px 0;
	border: none;
}

/* GENERAL  ///////////////////////////////////////////////////////////////////////////////////  */
table {
	font-size: 10px;
}
.clearing {
	clear: both;
	line-height: 0.1%;
	font-size: 0.1%;
	height: 0.1%;
}
a img {
	border: none;
}
.fl { 
	float: left;
	}
.fr { 
	float: right;
}
.l_img { 
	float: left;
	margin: 0 15px 10px 0;
}
.r_img { 
	float: right;
	margin: 0 0 10px 15px;
}
.c_img { 
	text-align: center;
	margin: 0 15px 10px 15px;
}

/* LAYOUT  /////////////////////////////////////////////////////////////////////////////////// */
#container {
	width: 900px;
}

#page {
	width: 672px;
	float: left;	
}
#content {
	width: 672px;
	background: url(../gfx/c.gif) 0 0 repeat-y;
	padding: 0 50px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 572px;
}


/*  MENU - SIDE /////////////////////////////////////////////////////////////////////////////////// */
#menu {
	width: 228px;
	float: left;
}
#menu ul { 
	margin: 0 28px;
  padding: 0 0 1px 0;
	list-style-image: none;
	background: url(../gfx/s.gif) left bottom repeat-x;	
}
#menu ul li {
  list-style:none;
	background: none;
	margin:0;
	padding: 5px 0 4px 0;	
	background: url(../gfx/s.gif) 0 0 repeat-x;	
}
* html #menu ul li {
	height:1px;
  vertical-align:bottom;
}
#menu ul li a {
	font-family: Arial,Tahoma,Helvetica,Verdana;	
  display:block;
  font-size: 12px;
	line-height: 12px;
  padding: 3px 0 4px 17px;
  text-decoration:none;
	color:#5e5f61;
	border-left: 4px solid  #5e5f61;
}
#menu ul li a:hover {
	text-decoration: none;
	background-color: #5e5f61;
	color:#FFF;	
}
#menu ul li a.selected  {
	background-color: #5e5f61;
	color:#FFF;
}
* html #menu ul li a {
	height:1px;
}

#menu ul ul { 
	margin:	0;
	padding:0;
	background-image: none;	
}
#menu ul ul li {
	list-style:none;
	margin:0;
	padding: 0;
	background-image: none;
}
* html #menu ul ul li {
	height:1px;
	vertical-align:bottom;
}
#menu ul ul li a {
	font-family: Tahoma,Arial,Helvetica,Verdana;	
	display:	block;
	font-size:	10px;
	font-weight:	normal;
	padding:	3px 0 4px 20px;
	color:		#000;
	border: none;
}
#menu ul ul li a.selected {
	background-color: #ccc;
	color:		#000;
	font-weight: bold;
}
* html #menu ul ul li a {
	height:		1px;
}
#menu p {
	margin: 20px 28px;
	padding: 0;
	text-align: justify;
	font-size: 10px;
	color: #000;
	line-height: 14px;
}

/* FOOTER  /////////////////////////////////////////////////////////////////////////////////// */
#footer {
	background: 	url(../gfx/bot.gif) 0 0 no-repeat;
	height: 58px;
	padding: 30px 50px 0 0;
}
#footer p {
	color: #aaa;
	font-size: 9px;	
}
#footer div {
	color: #0D336D;
}
#footer a {
	font-weight: normal;
}
#best { 
	float: right;
}
#best a { 
	text-decoration: none; 
	color: #aaa;
}
#footer span {
	font-weight: bold;
}
#best a:hover { 
	text-decoration: underline;
}



/* Dodatkowe  ///////////////////////////////////////////////////////////////////////////////////  */
.sep {
	height: 1px;
	font-size: 1px;
	background: url(../gfx/s.gif) 0 0 repeat-x;	
	margin: 10px 0;
}
.photos {
	text-align: left;
	padding: 0 0 10px 0;
}
.photos img {
	border: 1px solid #000;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* LISTA PRODUKTÓW - Czapi ///////////////////////////////////////////////////////////////////////// */
.mproduct img {
	float: left;
	margin: 0 8px 0 0;
}
.mproduct a {
	color:	#133083;
}
.mproduct .name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.mproduct a:visited {
	color:	#133083;
	
}
.mproduct a:hover {
	color:	#000;
}
.main .produkt img.pimage {
	float: left;
}

.main .produkt .hidden {
	display: none;
}

.main img.mlogo {
	float: right;
	clear: both;
}

