/*  Szablon strony www.wolinski.com.pl                   
    2007-04-19 www.media-studio.pl  
    Media Sudio Mariusz Ściseł    */
    
/* BODY */

body {
	color: #000;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 82%;
    background-color: #e3e3e3;
    padding: 0px;
    margin: 0;
}

a { color: #4169E1; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; }
a span.arrow { color: #FFA500; font-weight: bold; }

h1, h2, h3 {
	color: #000; 
	padding: 0px;
	margin: 0.8em 0 0.5em 0;
}
h1 { font-size: 150%; margin: 0.8em 0 1.5em 0;}
.center { text-align: center; }
h2 { font-size: 130%; }

h2 a { color: Brown; text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h2.black {
 	margin: 0px 0 10px 0;
	color: Black;
	text-align: center;
}
h3 { font-size: 100%; }

p { margin: 0em; line-height: 150%; }
p.i, p.italic, h2.i { 
	font-style: italic; 	
}
h2.pisany{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 140%;
	letter-spacing: 1px;
}
p.small,
.small { font-size: 82% }
.u { text-decoration: underline; }
.j { text-align: justify; text-indent: 1.5em;  }
.n { font-weight: normal; }

.b, .bold { font-weight: bold;}

p.a, p.akapit {
	text-indent: 1.5em; 
	text-align: justify;
	w\idth: 98% auto;  /* for IE6 bug*/
	padding-left: 1px
}

p.margin {	margin-bottom: 20px; }

li p.a, p.akapit {
	text-indent: 0; 
}
li p a strong { font-weight: normal; }

p.marker {
	font-weight: bold;
	text-align: justify;
	background-color: yellow;
	padding: 10px;
	margin: 20px 0 20px 0;
}

/* Kolory */
.red { color: red; }
.maroon { color: Maroon; }
.czarny { color: black; }


div#maincontent-design ul,
div#maincontent-design ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%; 
}

div#maincontent-design ul.arrows {
	list-style-type: none;
}

div#maincontent-design ul.margin0 {
	margin-left: 0px;
		padding-left: 0px;

}

div#maincontent-design ul.arrows li {
    background-image: url(arrow-black.png);
    background-position: 0em 0.4em;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: block;
	 margin-left: 0px;
}

ol li.pytanie ol { font-weight: normal; }


li.pytanie { font-weight: bold; }
p.odpowiedz { font-weight: normal; padding: 10px 10px 10px 0px; }

div.wieksze p { 
	font-size: 110%; 
	font-style: italic;
	width: 98%;
	/* w\idth: 98%;  */ /*for IE6 bug*/ 
}
sup {
	font-size: 80%;
}

/* linia przerywana pozioma */

div.line-dotted-h,
div.line-dotted-h2 {
	height: 1px;
	padding: 0px;
	font-size: 0px;
	overflow: hidden; /* IE6 Bug */
	background: #aaa url(images/dots_poziom.gif) repeat-x;
}
div.line-dotted-h2 { margin: 5px 0 10px 0; }

div.line-dotted-h-gray {
	height: 1px;
	font-size: 0px;
	overflow: hidden; /* IE6 Bug */
	background: #DDD url(images/dots_poziom_gray-white.gif) top repeat-x;
}


/* Szablon */

div#sh-mr { width: 966px; background: url(page-mr.png) repeat-y right; margin: 20px auto 0; }
div#sh-tr { width: 952px; background: url(page-tr.png) no-repeat right top; padding-right: 14px; }
div#sh-bl { width: 966px; height: 14px; background: url(page-bl.png) no-repeat; margin: 0 auto 10px; }
div#sh-br { width: 966px; height: 14px; background: url(page-br.png) no-repeat right; }
div#sh-bc { width: 938px; height: 14px; background: url(page-bc.png) repeat-x; margin: 0 14px 0 14px; overflow: hidden; }

div#page
{
	width: 950px;
	border: 1px solid #000;
}

div#head
{
	width: 948px;
	background-color: #d5d5d5;
	border: 1px solid #fff;
}

div#head img { display: block; }

/* Menu z linkami gorne w pasku naglowka */

div#topmenu-linie {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

div#topmenu {
	width: 950px;
	margin: 0px 0 0px 0;
	border-top: 1px solid #E8E8E8;
	border-left: 0px ;
	border-right: 0px ;
	border-bottom: 1px solid #fff;
    background: #ccc url(topmenu.png) top repeat-x;
}

div#topmenu ol {
	margin: 0px auto;
	margin-left: 0px;
	padding: 0px;
}

div#topmenu li
{
	margin: 0px;
	float: left;
	display: block;
	height: 55px;
   border-left: 1px solid #fff;
   border-right: 1px solid #bbb;
}

div#topmenu li.last { border-right: 1px solid #fff; }

div#topmenu li div
{
	height: 55px;
    padding: 0px;
}

div#topmenu li div a {
   color: #000;
	display: table-cell;
	height: 55px;
	line-height: 15px;
   font-size: 12px;
	font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   padding: 0;
	margin: 0;
   text-decoration: none;
   text-align: center;
   vertical-align: middle; 
}

div#topmenu li div a:active { color: #f00; text-decoration: none}
div#topmenu li div a:hover { color: #f00; }

div#topmenu li.selected { background: #efefef url(topmenu-on.png) repeat-x top; }
div#topmenu li.selected div a { color: #d00; }
div#topmenu li.selected div a:visited { color: #d00; text-decoration: none}

/* Rightmenu - prawa kolumna */

div#colr {
	font-size: 85%;
	width: 210px;
	float: right;
	margin-top: 5px;
	margin-left: 40px;
	padding-bottom: 50px;
}

div#colr2 {
	font-size: 85%;
	width: 265px;
	float: right;
	margin-top: 5px;
	margin-left: 40px;
	padding-bottom: 50px;
}

div#colr3 {
	font-size: 85%;
	width: 324px;
	float: right;
	margin-top: 5px;
	margin-left: 40px;
	padding-bottom: 50px;
}

div#mapa-r {
	width: 250px;
	float: right;
	margin-top: 5px;
	margin-left: 15px;
	text-align: center;
}

div#rows { 
	width: 948px; 
	background: #fff url(menu-cien.png) repeat-x top; 
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000; 
	padding: 25px 0;
}

div.button {
	width: 192px;
	height: 152px;
	float: left;
	padding: 0px 15px 0 25px;
}

/* Kolumny strony - srodek z menu i trescia */

div#columns { 
	width: 100%;  
	background: #fff url(menu-cien.png) repeat-x top; 
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #000;
}

/* Boksik dla banerkow pod menu */

/* Menu z linkami */

div#toolmenu {
	border-top: 1px dotted #aaa;
	width: auto;
	margin: 1px auto;
}

div#toolmenu ol{
	width: auto;
	margin: 5px 0px 0px 0;
	padding: 0px;
	text-align: center;
	
	display: inline;
}

div#toolmenu li
{ 
	margin: 0;
    list-style-type: none;
	text-align: center;
	display: inline;
}
div#toolmenu a
{ 
	margin: 0px;
    color: black;
    font-family: Tahoma, Arial, Verdana ; 
    font-weight: normal; 
    letter-spacing: 1px;     
    text-decoration: none;
	 line-height: 30px;
	background: url(menu-arrow.gif) no-repeat left;
    padding: 0 0 0 20px;
}

div#toolmenu a.home, div#toolmenu a.ulubione ,
div#toolmenu a.startowa, div#toolmenu a.email
{
    background-position: left center;
    background-repeat: no-repeat;
/*	display: block;*/
    padding-left: 17px;
    margin-right: 15px;
}

div#toolmenu a.home		{ background-image: url(menu-home.gif); }
div#toolmenu a.ulubione	{ background-image: url(menu-ulubione.gif); }
div#toolmenu a.startowa	{ background-image: url(menu-startowa.gif); }
div#toolmenu a.email	{ background-image: url(menu-email.gif); }

div#toolmenu a:link, 
div#toolmenu a:visited { color: black; text-decoration: none;}

div#toolmenu a:hover,
div#toolmenu a:active { color: red; text-decoration: underline}

/* Srodek strony */

div#maincontent{ width: 950px; float: right }
div#maincontent-fix{ float: left; width: 100%; }
div#maincontent-design{ height: 1%;  padding: 15px 30px 1px 30px; }

div.image-right{
	float: right;
}
div.image-left{
	float: left;
}
div.image-center{
	text-align: center;
}
div#rightmenu div.image-center
{
	margin: 5px 0 0 0;
}
div.image-right img {
	padding: 1px;
	margin: 0 0 10px 10px;
	border: 1px solid green;	
}

/* Galeria zdjęć */

p.galeria3 { margin-bottom: 0; }
p.galeria3 img {
	margin: 30px 44px 0px 0px; 	
	padding: 1px; border: 1px solid #999; 
}

p.galeria4 img {
	margin: 10px 19px 10px 0px; 	
	padding: 1px; 
	border: 1px solid #999; 
}

p img.prawy { margin-right: 0; }

a img {	border: 0px; }
img.ramka {	padding: 1px; border: 1px solid #999; }
img.ramka1 { border: 1px solid #ffd188}
img.ramka2 { border: 1px solid Gray; }
img.ramka3 { border: 1px solid #ffefc5; }

.odstep {  margin: 20px 19px 20px 19px; }

img.right {	margin-left: 15px; float: right; }
img.left {	margin-right: 15px; float: left; }
div.center {
	 text-align: center;
}

div.podpis {
	float: right;
	text-align: center;
	margin: 10px 0 10px 0;
}
/* Stopka strony */

div.kreska2{
	border-top: 1px solid #A72021;
	border-bottom: 1px solid #FFFFFF;
}

div#foot {
	clear: both;
	height: 50px;
	width: 950px;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #336699;
	background: #c2c2c2 url(footer.png) repeat-x ;
}

div#foot address {
	color: #000;
	padding: 7px;
	text-align: center;
	font-style: normal;
	
}
div#foot address a		 { text-decoration: none }
div#foot address a:hover { text-decoration: underline }

div#foot .xhtml { text-decoration: none; }

/* Dodatkowe style */

.image{	float: right; }
img { border: 0px; }
.break { clear: both; }
.hide {	display: none;}
.center { text-align: center; }
.wiecej {	text-decoration: none; }
.baner {border:1px solid #6C503E; padding: 7px; background-color: #815e4a; }
td.produkt { padding-bottom: 10px; }
td.produkt img { border: 1px solid green; }
table p { margin: 0px; padding: 0px; line-height: 100% }
table ul { margin: 0px 0px 0px 20px; padding: 0px; }
table.tabelka { width: 96%; border: 0px; border-top: 1px solid #B8860B; border-left: 1px solid #B8860B; border-collapse: collapse }
table.tabelka td,
table.tabelka th {
	border-bottom: 1px solid #B8860B; 
	border-right: 1px solid #B8860B; 
	padding: 3px; 
}
table.tabelka th { background-color: #FFD700; }
table.tabelka td { background-color: #FFFDF4; }
table.odstep {margin: 20px 0 20px 0; }
table.odstep-bot {margin-bottom: 20px; }

table.cert {width: 100%; padding: 0px; border-collapse: collapse }
table.cert td {
	padding: 0;
}

div.image-right a { text-decoration: none; }

div.poz  { visibility: visible; display: block }
div.poz .poz  { visibility: hidden; display: none }

div.nazwa { width: 170px; float: left; text-align: right; margin: 5px 5px 7px 0; }
div.warunki { width: 90%; margin: 0 auto; padding-top: 10px; text-align: center; }
div.przyciski { margin-top: 10px; text-align: center }

.float-break
{
    height: 1%;
}

.float-break:after
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block; 
    clear: both; 
}

div.googledymek { font-size: 12px; line-height: 130%; font-family: Verdana; width: 250px; height: 130px; padding-right: 10px }
