/*
	Baza kolorow:
		* #020200 - symboliczny czarny, standardowy
		.bd-1: rgb(214,209,184) - ramka inputow w formularzu logowania
		.bd-1f:	rgb(184,179,154) - focus ramek inputow w formularzu logowania
		.bd-2: #b9b4a1 - ??
		.bd-3: #D5CFB8 - ramka w galerii i sklepie
		.cl-1: #622 - brazowy
		.cl-2: rgb(132,123,108) - uzywany w formularzu logowania do labeli i w naglowkach kompnentow w prawej kolumnie
		.cl-3: rgb(166,136,127) - tekst, kolor kawowy na brazowym tle
		.cl-4: rgb(142,74,63) - tekst linkow 
		.cl-5: #C04401 - tekst linkow w produktach w sklepie
		.cl-r: red - wa�ne informacje, b��dy itp.
		.bg-1: rgb(254,250,234) - jasny zolty uzywany w srodkowej tabeli i bocznych panelach
		.bg-2: rgb(61,18,2) - menu brazowe
		.bg-3: rgb(244,240,224) - jasny zolty, nieco ciemniejszy
	Inne:
		.mb-05: margin-bottom na 0.5 'm'
		.mb-1: margin-bottom na 1 'm'
*/



* {
	margin: 0;
	padding: 0;
	border: 0;
}

p, a, blockquote, td, th, span, li, div,
input, select, textarea, label {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
}
h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
}



h1 {font-size: 20px;}

font {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: medium;*/
	cursor: default;
}

p,h1,h2,h3,td,th { cursor: default; }

html { background-color: #52AADA; height: 100%; }
body {
	background-image: url('../img/repeat_bg.png');
	background-repeat: repeat-x;
	height: 100%;
}
a { text-decoration: none; cursor: pointer;}
a:hover { text-decoration: underline; }

.center { margin: 0 auto; }
textarea { overflow: auto; }



.j { text-align: justify; }
.u { text-decoration: underline; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.bl { display: block; }
.in { display: inline; }
.fl { float: left; }
.rel { position: relative; }
.abs { position: absolute; }
.fr { float: right; }
.s { text-decoration: line-through; }
.td-n { text-decoration: none; }
.va-m { vertical-align: middle; }
.mb-05 { margin-bottom: 0.5em; }
.mb-1 { margin-bottom: 1em; }
.lh-16 { line-height: 16px }
.pointer { cursor: pointer; }
.bld  {font-weight: bold; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.bd-1 { border-color: rgb(214,209,184); }
.bd-1f { border-color: rgb(204,199,174); }
.bd-2 { border-color: #b9b4a1; }
.bd-3 { border-color: #D5CFB8; }
.bg-1 { background-color: rgb(254,250,234); }
.bg-2 { background-color: rgb(61,18,2); }
.bg-3 { background-color: rgb(244,240,224) }


/* definiowanie styl�w  z edytora fck */
.ed_content ol, .ed_content ul{
margin: 20px 0px;
line-height: 20px;
}
.ed_content a{
color: #333; 
text-decoration: underline;
}


.ed_content ul { list-style: disc outside}
.ed_content ol {list-style: decimal outside}


.ed_content li {

	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
	line-height: 20px;
	margin-left: 50px;

}

.ed_content td {
border: 1px solid #ccc;
padding: 5px;
}

.cl-1 { color: #333; }
.cl-2 { color: #2B6AB5; }
.cl-3 { color: #5FB824; }
.cl-4 { color: #C04401; }
.cl-5 { color: #C04401; }

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

.img_left{
float: left;
padding: 5px 10px 3px 0px;
display: block;
}

.img_right{
float: right;
padding: 5px 0px 3px 10px;
display: block;
}

.img_center{
margin: 0 auto;
padding: 10px 0px;
display: block;
}

div.mszanabutton {
	width: 117px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-right: 2px;
}

div.mszanabutton a {
	color: #fff; font-size: 14px; text-decoration:none; width: 117px; height: 30px;
}

/* ------------------------------------------------------ */

 

.ed_content img {
padding: 4px 10px 4px 10px;
}

















