/* wyzerowanie css */
body{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -0.05em;
}

.clearer{
	clear: both;
	height: 0;
}

.page{
	margin: 0 auto;
	width: 930px;
}

body a{
	color: #186697;
	text-decoration: none;
}

h1,h2,h3{
	font-family: SwisEU, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: normal !important;
}

h1, 
div#content h2.contentheading,
div#content h2.componentheading{
	font-size: 1.3em;
	font-weight: bold;
	text-transform:uppercase;
}

div#content h1, 
div#content h2.contentheading,
div#content h2.componentheading{
	color: #112e52;
}

div#content div.blog h2.contentheading{
	text-transform: none;
}

div#content h2{
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	color: #112e52;
}

div#content{
	color: #4C4D4F;
}

div#page > *{
	font-size: 1.2em;
	letter-spacing: normal;
}

div.blog > *{
	font-size: 1.2em;
	letter-spacing: normal;
}

div.blog h2{
	font-size: 1.2em !important;
}

div#content p.buttonheading{
	text-align: right;
}

div#content p.iteminfo,
div#content p.pageinfo,
div#content p.articleinfo{
	font-style: italic;
	color: #aaa;
	margin: 0;
}

div#page > ul{
	list-style-type: upper-alpha;
}

div#page > ul ul{
	list-style-type: disc;
	list-style-position: outside;
	padding: 0.5em 2em;
}

div#pane h3{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: none;
	color: #112e52;
	cursor: pointer;
}

div#pane h3 span{
	padding-right: 20px;
	background: url(../images/bullet.png) bottom right no-repeat;
}

div#pane h3.jpane-toggler-down span{
	padding-right: 25px;
	background: url(../images/bullet-down.png) bottom right no-repeat;
}

ul.pagination{
	list-style:none;
	text-align: justify;
	margin: 0;
	padding: 0;
}

p.counter{
	font-style:italic;
	color: #aaa;
}

ul.pagination li{
	display:inline;
	padding-right: 1em;
}

.red{
	color: #ff1400; 
}
