/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: .3em .8em 1em 0;}     
.float_right {float:right;  margin: .3em 0 1em .8em;} 
.float_left2 {float:left; margin: 0 10px 10px 0;}    
.float_right2 {float:right;  margin: 0 0 10px 0;}
.float_left3 {float:left; margin: 0 20px 0 0;} 
.right {text-align:right;}


h1, h2, h3, h4, h5, h6, ul, ol, dl {font-family: Tahoma, Geneva, sans-serif;} 

h1 {
	color:#3b3b3b;
	font-size:1.4em;
	line-height:1.6;
	font-weight: normal;
	padding: .1em 0 .1em 0;
	}
h2 {
	color:#333;
	font-size:1.25em;
	line-height:1.25;
	font-weight: normal;
	padding: 0.7em 0 0.5em 0;
	}
h3 {
	color:#333;
	font-size:1.1em;
	letter-spacing: 0.3em;
	line-height:1.8;
	font-weight: normal;
	padding: 0 4em 0.6em 0;
	}
h4 {
	color:#333;
	font-size:1em;
	line-height:2;
	font-weight: normal;
	padding:0 0 2em 0;
	}
h5 {
	color:#333;
	font-size:.8em;
	line-height:1.8;
	padding: 1.5em 0 1.5em 0;
	}
h6 {
	color:#333;
	font-size:.7em;
	line-height:1.25;
	padding: .8em 0 .8em 0;
	}
p {
	color:#333;
	font-size:0.7em;
	line-height:1.6;
	margin-bottom:1.5em;
	text-align:justify;
	}

#footer p {
	font-size:0.7em;
	text-align:right;
	margin:0.8em 0 0.8em 0;
	color:#555;
	font-weight: bold;
	}
#sklep p {
	font-size:0.7em;
	text-align:center;
	margin:1em 0 0.8em 0;
	color:#a5a727;
	font-weight: bold;
	}
a {
	color:#b50077;
	text-decoration:none;
	}
a:link {
	color: #8e205b;
	font-weight:bold;
}
a:visited {
	color: #8e205b;
}
a:hover {
	color: #8e205b;
	text-decoration:none;
}
a:active {
	color: #8e205b;
}
#content_inner a, #content_inner a:hover {
	text-decoration: underline;
	}
ul, ol, dl, blockquote, cite {
	color:#8f225c;
	}
cite {
	color:#555;
	}
table, form {
	color: #004559;
	}
ul, dl, ol {
	margin:0 .75em .75em .75em; 
	font-size:.8em;
	line-height:1.5;
	}
dt {font-weight:bold;}
img {
	border:0;
	}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */

