/* IMPORTS -------------------------------------------------------------------*/
@import url(base.css);
/* MAIN ----------------------------------------------------------------------*/
div#main_container {
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #666;
	padding-bottom: 20px;
	margin-top: -9px;
	z-index: 1;
}
div.left {
	width: 434px;
	background: url(images/news_bg.jpg) no-repeat top left;
	float: left;
}
div.right {
	width: 570px;
	float: right;
}


div#flash {
	z-index: 3;
}
div#news {
	padding-left: 13px;
	margin-top: 20px;
	width: 363px;
}
	#news div.label {
		padding-bottom: 16px;
	}
	#news ul {
		color: #ccc;
		padding-bottom: 20px;
	}
	#news ul li {
		list-style-type: none;
		padding-left: 25px;
		padding-bottom: 10px;
		clear: both;
	}
	#news .i1 { background: url(images/news_dot_1.gif) no-repeat; height: 100px; padding-bottom: 22px; position: relative; }
	#news .i2 { background: url(images/news_dot_2.gif) no-repeat; border-bottom: 1px solid #373737; height: 8px; }
	#news .i3 { background: url(images/news_dot_3.gif) no-repeat; border-bottom: 1px solid #373737; height: 8px; margin-top: 3px; }
	
	#news h4 {
		width: 260px;
		padding-bottom: 12px;
		padding-top: 1px;
		float: left;
	}
	#news span {
		width: 70px;
		float: right;
		font-weight: bold;
		color: #666;
	}
	#news p {
		clear: both;
	}
	#news h4 a {
		color: #6d9ad5;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	#news h4 a:hover { text-decoration: underline; }
	#news .i2 h4 a, #news .i2 span, #news .i3 h4 a, #news .i3 span {
		font-size: 10px;
	}
	#news div.morenews {
		background: url(images/news_readmore.jpg) no-repeat top left;
		width: 101px;
		height: 23px;
		position: absolute;
		top: 76px;
		right: 0px;
	}
	#news div.morenews a {
		color: #999;
		display: block;
		height: 23px;
		line-height: 23px;
		text-decoration: none;
		font-size: 10px;
		padding-left: 8px;
		font-weight: bold;
	}
	#news div.morenews a:hover {
		color: #ccc;
	}

/* PROMOBOXES --------------------------------------------------------------*/
#boxes {
	margin-top: 20px;
}
#boxes div.boxc {
	width: 238px;
	padding-bottom: 35px;
}
#boxes div.boxc div.box {
	background: url(images/promobox_bg.jpg) no-repeat top left;
	padding: 6px 12px;
	height: 178px;
	position: relative;
}
#boxes div.boxc p {
}
#boxes div.promobox {
	float: left;
}
#boxes div.recommendbox {
	float: left;
	margin-left: 62px;
}
#boxes div.recommendbox div.box {
	padding: 6px 9px;
	height: 178px;
	position: relative;
}

#boxes div.promobox h3 {
	background: url(images/label_promocje.gif) no-repeat top left;
}
#boxes div.recommendbox h3 {
	background: url(images/label_polecamy.gif) no-repeat top left;
}
#boxes div.boxc h3 {
	background-position: 12px 0px;
	text-indent: -9999px;
	height: 13px;
	font-size: 11px;
	padding-bottom: 8px;
}
#boxes p {
	margin-top: 12px;
	line-height: 16px;
	font-family: Tahoma;
	font-size: 11px;
	clear: both;
}
#boxes span.label_orange {
	display: block;
	font-weight: bold;
	color: #f6821f;
}
#boxes span.label_blue {
	display: block;
	font-weight: bold;
	color: #6d9ad5;
}
#boxes h4.label_blue {
	margin-top: 7px;
	font-size: 12px;
	display: block;
	font-weight: bold;
	color: #6d9ad5;
}
p#nc_text {
	height: 65px;
	overflow: hidden;
	margin-top: 7px;
}
#boxes div.img {
	width: 209px;
	height: 50px;
	padding: 3px;
}
#boxes .promobox div.img {
	background-color: #f6821f;
	height: 121px;
}
#boxes .recommendbox div.img {
	background-color: #6d9ad5;
}
	#boxes div.more {
		background: url(images/other_readmore.jpg) no-repeat top left;
		width: 101px;
		height: 23px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	#boxes div.more a {
		color: #999;
		display: block;
		height: 23px;
		line-height: 23px;
		text-decoration: none;
		font-size: 10px;
		padding-left: 8px;
		font-weight: bold;
	}
	#boxes div.more a:hover {
		color: #ccc;
	}