.article_category_list_body
{
	font-size: 11px;
}
.article_category_title
{
	font-family:tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
}
/* klasy dla akcji moduleArticleCategory/list */
.article_category_list_head > div
{
	float: left;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    width: 137px;
	font-size: 11px;
}
.article_category_list_row
{
	min-width: 500px;
}
.article_category_list_row > div
{
	float:left;
	/*min-width: 125px;*/
	width: 137px;
	text-align: left;
	/*padding: 5px;*/
}
/* klasy dla akcji moduleArticleCategory/show */
.article_in_category
{
	width:525px;
	min-height: 70px;
	padding: 10px 0px;
	border-bottom: 1px solid #bcbab7;
	float: left;
	font-size: 12px;
	line-height: 150%;
}
.article_in_category > .photo
{
    float: left;
    max-height: 100px;
    /*width: 134px;*/
	width: 20%;
    text-align: center;
    margin: 0 10px 0 0;
	overflow: hidden;
}
.article_in_category > .photo img
{
	width:100%;
	height:auto;
}
.article_in_category > .text
{
	text-align: left;
}
.article_in_category > .text > .title
{
	margin: 5px 0;
	font-weight:bold; 
	font-size: 12px;
}
.article_in_category > .text > .title a
{
	text-decoration: none;
	color: #000000;
}
.article_in_category > .text > .title a:hover
{
	text-decoration: underline;
}
.article_in_category > .text > .date
{
	margin-bottom:15px;
	font-size: 11px;
}
.article_in_category > .text > .content
{
	margin: 5px 0;
	
}
.article_in_category > .text > .content a
{
	text-decoration: none;
	color: #000000;
}
.article_in_category > .text > .content a:hover
{
	text-decoration: underline;
}
.article_in_category > .text > .comments
{
	color: grey;
}
.article_category_icon_box
{
	border: 1px solid #DCDCDC;
    display: table-cell;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}
.article_in_category > .text_img
{
	text-align: left;
	float: left;
	/*width: 348px;*/
	width: 77%;
}
.article_in_category > .text_img > .title
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight:bold; 
	font-size: 11px;
	line-height: 14px;
}
.article_in_category > .text_img > .title a
{
	text-decoration: none;
	color: #000000;
}
.article_in_category > .text_img > .title a:hover
{
	text-decoration: underline;
}
.article_in_category > .text_img > .date
{
	/*margin-bottom:15px;*/
	font-size: 11px;
}
.article_in_category > .text_img > .content
{
	margin: 4px 0;
	
}
.article_in_category > .text_img > .content a
{
	text-decoration: none;
	color: #000000;
}
.article_in_category > .text_img > .content a:hover
{
	text-decoration: underline;
}
.article_in_category > .text_img > .category
{
	color: #797878;
	float: left;
	margin-right: 20px;
}
.article_in_category > .text_img > .category a
{
	color: #797878;
	font-weight: bold;
}
.article_in_category > .text_img > .comments
{
	color: #797878;
	float: left;
}