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 {
	font-size: 14px;
	padding: 10px 0px 15px 0px; 
	font-weight: bold;
}

#content a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
	color: #BF0000;
	font-weight: bold;
}

.left {
	width: 49%;
	float: left;
}

.right {
	width: 49%;
	float: right;
}
.single_art_image {
	display: inline-table;
	float: left;
	background: #f9f9f9;
	padding: 5px;
	margin: 5px;
	text-align: center;
}

.single_art_image img {
	height: 150px;
}
