@CHARSET "UTF-8";

/*
1. RESET
2. GLOBAL
3. HEADER
4. CONTENT
5. TYPOGRAPHY
6. STRUCTURES
7. FOOTER
*/


/*--------  1. RESET  -----------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  vertical-align: baseline;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
hr {
  display: none;
}
img {
  vertical-align: middle;
  border: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/*--------  2. GLOBAL  ------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000D16;
}
table {
  border-spacing:0;
}
a {
  color: #00528A;
	border-bottom:1px solid #CFF7FF;
	text-decoration:none;
}
a:hover {
  color:#21BBEF;
}
a img {
  border:0px;
}
small {
  font-size: 10px;
}
big {
  font-size: 14px;
}
.bold {
	font-weight:bold;
}
.textNormal {
	font-weight:normal;
}
#container {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1200px;
}
/*--------  4. CONTENT  ---------------*/

#content #col_0 {
	padding:3px 10px 5px 10px;
	margin:0 10px 10px 10px;
	border-bottom:1px solid	#DEF7FD;
	line-height:20px;
	height:20px;	
}
#content #col_1 {
  width: 200px;
  float: left;
}
#content #col_2 {
	overflow:hidden;
	padding-left:20px;
}
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }
.center { 
	margin-left: auto;
	margin-right: auto;
}
.overflow {	overflow: hidden; }
.infoBox {background:#66FFFF}
#content #col_0 ul li {
	display:inline;
	list-style-type:none;
	font-size:11px;
	padding-right:4px;
}
#content #col_0 .localizer {
	float:left;
	width:70%;
	white-space:nowrap;
	overflow:hidden;
}
#content #col_0 .localizer ul{
	display:inline;
	margin:0px;
	padding:0px;
}
#content #col_0 .localizer span.youAreHere {
	font-size:11px;
	color:#888e93;
	font-weight:normal;
	padding-right:5px;
}
#content #col_0 .language {
	float:right;
}
#content #col_0 .language a {
  color:#3596CB;
	font-weight:bold;
}
#content #col_0 .shopingCard {
	float:right;
	padding-right:15px;
}


/*--------  5. TYPOGRAPHY  ------------*/
.typo, .typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, 
.typo p, .typo blockquote, .typo pre, .typo li {
	line-height: 20px
}

/* text alignment */
.textLeft { text-align: left!important; }
.textRight { text-align: right!important; }
.textCenter { text-align: center!important; }

/*--------  7. FOOTER  -------------*/
#footer {
	margin:20px 0;
  overflow: hidden;
	clear:both;
	color:#FFFFFF;
}
#footer ul.primary {
  margin:3px 0;
  overflow:hidden;
  text-align:center;
  background-color:#3596CB;
	padding:5px 0;
}
#footer ul.secondary {
  margin:3px 0;
  overflow:hidden;
  text-align:center;
	color:#3596CB;
}
#footer ul li {
  display:inline;
	list-style-type:none;
}
#footer ul li a {
  display:inline;
	padding:10px 3px;
	color:#FFFFFF;
}
#footer ul.secondary li a {
  display:inline;
	padding:10px 6px;
	color:#3596CB;
}
.szukaj input {
  background-color:#FFCC00;
  height:27px;
  width:80px;
  border:0px;
}
#header a.logo {
	display:block; 
	width:130px; 
	height:45px; 
	text-decoration:none;
}
.commentText {
	font-weight:normal; 
	color:#888899;
}

.footer_out {
    font-weight:normal; 
}
