.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.redStar {
	color: #e00;
	font-size: 17px;
	font-weight: bold;
	line-height: 10px;
	padding-left: 3px;
	font-family: Arial, Tahoma, Helvetica;
}





.articlePicGroup {
	float: left;
	margin-right: 5px;
	width: 158px;
}

.articlePicGroup .articlePicItem {
	display: block;
	border: 1px solid #C8C8C8;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	/*background-color: #f3f6f9;*/
}

.articlePicGroup .articlePicItem img {
	display: block;
}

.articlePicGroup .articlePicItem p {
	padding: 0;
	padding-top: 2px;
	margin: 0;
	line-height: 12px;
	font-size: 9px;
	display: block;
	color: #666;
	font-family: Verdana, Arial;
}


.articleItem {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}


.articleItem .articleTitle, .articleItem .articleTitle a {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 3px 0 2px 0;
	color: #22a;
}

.articleItem .articleInfo {
	font-size: 9px;
	padding: 0 0 7px 0;
}

.articleItem .articleAbstract {
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 14px;
}

.articleItem .articleContent {
	line-height: 14px;
	color: #333;
}







.articleTitleItem {
	margin-top: 2px;
	margin-bottom: 7px;
	width: 100%;
}

.articleTitleItem a:link, .articleTitleItem a:hover, .articleTitleItem a:active, .articleTitleItem a:visited {
	color: #22a;
	font-weight: bold;
}



.articleAbstractItem {
	margin-top: 2px;
	margin-bottom: 7px;
	width: 100%;
	border-collapse: collapse;
}

.articleAbstractItem img {
	float: left;
	margin-right: 3px;
}

.articleAbstractItem th, .articleAbstractItem th a {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px;
	color: #22a;
}


.articleAbstractItem td {
}

.articleAbstractItem td.footer {
	padding-top: 11px;
	font-size: 9px;
}

.articleAbstractItem td.footer a:link, .articleAbstractItem td.footer a:visited {
	text-decoration: underline;
}

.articleAbstractItem td.footer a:hover, .articleAbstractItem td.footer a:active {
	text-decoration: none;
}



/* style dla komentarzy na stronach news */

.articleComment_block {
	
}

.articleComment_block fieldset {
	margin-top: 15px;
	border: 1px solid #aaa;
	background-color: #f9f9f9;
}

.articleComment_block legend {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

.articleComment_block label {
	display: block;
	font-weight: bold;
	width: 100px;
}

.articleComment_block input.txt {
	width: 325px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

.articleComment_block textarea.txt {
	width: 325px;
	height: 100px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

.articleComment_block p {
	padding: 0 20px 0 20px;
}

.articleComment_block input, .articleComment_block textarea {
	font-size: 10px;
}

.articleComment_box {
	width: 400px;
	margin-bottom: 15px;
	float: left;
}

.articleComment_info {
	float: left;
	width: 90px;
	text-align: right;
	overflow: hidden;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 120%;
}

.articleComment_info .name {
	font-weight: bold;
	font-size: 11px;
}

.articleComment_content {
	float: left;
	width: 290px;
	border-left: 1px solid #bbb;
	margin-left: 9px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	line-height: 130%;
	padding-bottom: 17px;
}

.commentsTableCaption {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.commentsTableCaption span {
	font-size: 10px;
	
}


#last_comments
{
    padding-top: 3px;
}

    #last_comments p
    {
	padding: 0 0 3px 0;
	margin: 0;
	font-family: Arial;
    }
    
    #last_comments span.last_comments_date
    {
	font-size: 9px;
	font-family: Arial;
    }

/* koniec - style dla komentarzy na stronach news */
 