td.center {
	text-align: center;
}

div.flags {
	position: relative;
	display: block;
	float: right;
	padding-right: 10px;
}

.flags a{
	color: #666666;
	text-decoration: none;
}

.flags img{
	display:inline;
	vertical-align:middle;
}

hr {
height: 0 !important;
height: 1px; /* wysokosc pod ie */
color: #E5E5E5; /* kolor pod ie */
background: transparent;
border-width: 1px 0 0 0;
border-color: #E5E5E5;
border-style: solid; 
}

.article_name, .category_name {
	color:#28166F;
	font-size:20px;
	margin-top: 30px;
	background: url(../../images/www/horizontal_line_long.png) no-repeat bottom left;
}

#content a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

.left {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:top;
	width:49%;
	float: left;
}

.right {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:top;
	width:49%;
	float: right;
}
.single_art_image {
	display: inline-table;
	float: left;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.single_art_image img {
	height: 90px;
}

