/*
 * k.slowik@empathy.pl
 * Redukuje różnice między przeglądarkami
 *
 */

body, div, blockquote, p, a, th, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript, fieldset,form, dl,dt,dd {
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	-ie-xp: expression(
		this.parsed ? 0 : (
			this.className += ' ' + this.type,
			this.parsed = 1
		)
	);

}
table {
	border-collapse: collapse;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	position: relative;
}
.cb {
	clear: both;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.fl {
	float: left !important;
	display: inline;
}
.fr {
	float: right !important;
	display: inline;
}
.menuf {
	list-style-type: none;
	float: left;
}
.menuf li {
	float: left;
}
.menuf li a {
	float: left;
}
.menu {
	list-style-type: none;
	text-align: center;
}
.menu li {
	display: inline;
}

.dropdown_menu {
	list-style-type: none;
	float: right;
	display: inline;
}
.dropdown_menu li {
	position: relative;
	float: left;
	display: inline;
	z-index: 9999;
}
.dropdown_menu li a {
	float: left;
	display: inline;
}
.dropdown_menu li ul {
	list-style-type: none;
	position: absolute;
	top: 40px;
	left: 0;
	visibility: hidden;
	float: none;
	border: 1px solid #fff;
	border-width: 0 1px 1px;
}
.dropdown_menu li:hover ul,
.dropdown_menu li.hover ul {
	visibility: visible;
}
.dropdown_menu ul li {
	clear: left;
}
.dropdown_menu ul li a {
	width: 139px;
	background: #000 url('') no-repeat left top;
}

* html ul.dropdown_menu li {
	_behavior: expression(
		this.parsed ? 0 : (
			(function(el){el.onmouseenter = function(el) {this.oldClass = this.className;this.className += ' hover';};el.onmouseleave = function(el) {this.className = this.oldClass;this.oldClass = undefined;};})(this),
			this.parsed = 1
		)
	);
}

/* regiony ============================================================== */

/* STYLE OGOLNE DLA MAINLIST */
#content .mainList {
	margin-bottom: 10px;
}

#content .mainList .article p.articleContent {
	font-size: 11px;
	line-height: 15px;
}

#content .mainList .leftList p.more {
	margin-top: -20px;
}


/* LEWA STRONA */
#content .leftList .article h1 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 5px;
	padding-top: 25px;
}

#content .leftList .article p.teaser {
	font-size: 12px;
	line-height: 14px;
}


/* PRAwA KOLUMNA + KROTKO */
#content .rightList .article h1,
#content .krotkoList .article h1 {
	font-size: 13px;
	line-height: 15px;
	padding-left:0;
	padding-top: 25px;
}

#content .mainList .rightList .toolbar ul, 
#content .mainList .krotkoList .toolbar ul {
	margin-left: -9px;
}

#content .mainList .rightList .toolbar .date,
#content .mainList .krotkoList .toolbar .date {
	padding-left: 7px;
}

/* KROTKO */

#content .krotkoList .article h1 {
	font-size: 13px;
	line-height: 15px;
}

#content .krotkoList .article p {
	font-size: 11px;
	line-height: 15px;
	font: normal 11px Arial,Verdana,sans-serif;
	padding-left: 0px;
}

#content .krotkoList .article h4,
#content .krotkoList .article h3,
#content .krotkoList .article h2 {
	padding: 25px 0 10px 0px;
	font: bold Georgia,serif;
	font-size: 11px;
	line-height: 13px;
	color: #555;
}

/* ----- KONIEC STYLOW DO REGIONU ----- */

/* DEFINICJA GLOWNYCH DIV layoutowych */
.mainList {
	width: 580px;
	height: auto;
	margin: 0 auto;
	float: left;
	background: url('http://e-dp.pl/_p/images/dot.gif') repeat-y 350px top;
}

.leftList {
	float: left;
	width: 340px;
}

.rightList {
	float: right;
	width: 220px;
}

.krotkoList {
	float: right;
	width: 220px;
}



/* STYLE OGOLNE DLA MAINLIST */

#content .mainList a {
	color: #1b5f8e;
}

#content .mainList .article p.articleContent {
	font: 11px/15px;
}

#content .mainList .toolbar {
	background: none;
	zoom: 1;
}

#content .mainList .toolbar ul {
	float: left;
	background-color: #fff;
	padding: 2px 0 0 5px;
}

#content .mainList .article .toolbar {
	margin-bottom: -18px;
}

#content .mainList .toolbar .date {
	background:none;
	padding: 0 5px 0 5px;
	color:#999;
}

#content .mainList .article {
	padding-bottom: 10px;
}


/* LEWA STRONA */

#content .leftList .article h1 {
	font: 16px/18px;
	padding-bottom: 10px;
}

#content .leftList .article p.teaser {
	font: 12px/14px;
}


/* PRAwA KOLUMNA + KROTKO */

#content .rightList .article h1,
#content .krotkoList .article h1 {
	font: 13px/15px;
	padding-left:0;
}

#content .rightList .article p.teaser {
	font: 11px/13px;
	font: normal 11px Arial,Verdana,sans-serif;
	padding-left:0;
}

#content .mainList .rightList .toolbar ul, 
#content .mainList .krotkoList .toolbar ul {
	margin-left: -9px;
}

#content .mainList .rightList .toolbar .date,
#content .mainList .krotkoList .toolbar .date {
	padding-left: 0;
}


/* KROTKO */

#content .krotkoList .article h1 {
	font: 13px/15px;
}

#content .krotkoList .article p {
	font: 11px/15px;
	font: normal 11px Arial,Verdana,sans-serif;
	padding-left: 0px;
}

#content .krotkoList .article h4 {
	padding: 10px 0 10px;
	font: bold 11px/13px Georgia,serif;
	color: #555;
}






