/* CENTER CONTAINER */
#centerCnt {
	width: 440px;
}
#logo2Cnt {
	background: transparent url(../images/gfx/prawo_podatki_praktyka_logo.gif) center right no-repeat;
}

/* RIGHT CONTAINER */
#rightCnt {
	width: 330px;
}

	/* CURRENT ISSUE BOX */
	#issueBox .boxContent .ct {
		padding-bottom: 1px;
		background-color: #ecf4fd;
	}	
	#issueBox .covers {
		float: left;
		width: 160px;
	}
	#issueBox .covers img {
		border: 1px solid #fff;
		margin-bottom: 10px;
	}
	#issueBox .previousIssuesHeader {
		padding-bottom: 1px;
		padding-left: 12px;
		font-weight: bold;
		color: #df0101;
		background: transparent url(../images/gfx/small_red_square.gif) no-repeat 5px 6px;
	}
	#issueBox .previousIssues {
		margin-right: 5px;
		padding: 5px;
		border-top: 1px solid #1b3e6b;
		background-color: #f6fafe;
		padding-bottom: 0;
		border-bottom: 1px solid #ecf4fd;
	}
	#issueBox .previousIssues img {
		margin-bottom: 5px;
	}
	#issueBox .archivesLink {
		margin-right: 5px;
		padding: 5px;
		padding-left: 15px;
		background: #f6fafe url(../images/gfx/big_red_square.gif) no-repeat 4px 10px;
	}
	#issueBox .archivesLink a {
		color: #df0101;
		font-weight: bold;
	}
	#issueBox .articles {
		padding-left: 162px;
	}
	#issueBox .category {
		margin-bottom: 10px;
	}
	#issueBox .category .header {
		padding-left: 12px;
		border-bottom: 1px solid #1b3e6b;
		background: transparent url(../images/gfx/big_red_square.gif) no-repeat 3px 5px;
	}
	#issueBox .category .header span {
		color: #df0101;
		font-weight: bold;
	}
	#issueBox .article {
		padding: 7px 5px;
		background-color: #fafcfe;
		margin-bottom: 1px;
	}
	#issueBox .articleTitle a {
		color: #324a65;
		font-weight: normal;
		line-height: 135%;
	}
	#issueBox .articleTitle a:hover {
		color: #000;
	}
	#issueBox .author {
		margin-top: 5px;
		text-align: right;
		font-size: 10px;
		font-weight: normal;
		color: #4a7cbc;
		line-height: 100%;
	}
	
	/* NEWSLETTER BOX */
	#newsletterBox {
		width: 155px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#newsletterBox .boxHeader {
		padding-left: 12px;
		height: 18px;
		background: transparent url(../images/gfx/small_red_square.gif) no-repeat 5px 6px;
	}
	#newsletterBox .boxHeader .ct {
		padding: 0;
		font-weight: bold;
		color: #df0101;
		line-height: 17px;
	}
	#newsletterBox .boxContent {
		border-top: 1px solid #1b3e6b;
	}
	#newsletterBox .boxContent .ct {
		background-color: #f6fafe;
	}
	#newsletterBox .textInput {
		width: 141px;
	}
	#newsletterBox ul {
		padding: 0;
		margin: 10px 0 10px 0;
		list-style: none;
	}
	#newsletterBox ul li {
		clear: both;
	}
	#newsletterBox ul .pollRadio {
		float: left;
		clear: left;
		width: 20px;
	}
	#newsletterBox ul .pollLabel {
		float: left;
		width: 115px;
		margin-bottom: 10px;
	}
	#newsletterBox ul .pollLabel label {
		font-weight: normal;
	}
	#newsletterBox ul input {
		border: none;
	}