@CHARSET "UTF-8";

#TitleBar
{
	background: url('../img/content/titleBarBackgroundCherry.jpg');
}

#TitleBar h2
{
	color: #444444;
}

#LeftColumnSimple.Single
{
	width: 833px;
	padding-bottom: 40px;
	margin-bottom: 0;
	margin-top: 0;
	background: #fff url('../img/content/otherRightColumnBackground.png') repeat-y 100% 0;
	overflow: hidden;
}

#RightColumnMain.Single
{
	width: 0px;
	display: none;
}

#LeftColumnSimple div.Pagination
{
	padding: 10px 0;
}

#LeftColumnSimple div.Pagination a
{
	display: block;
	float: left;
	min-width: 12px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border: 1px solid #89898c;
	font: bold 10px/12px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #89898c;
}

#LeftColumnSimple div.Pagination a.Aktualna
{
	border-color: #000;
	color: #000;
}

#LeftColumnSimple div.movieContainer
{
	float: left;
	width: 383px;
	height: 158px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: transparent url('../img/content/movieBg.png') no-repeat 0 0;
}

#LeftColumnSimple div.movieContainer div.description
{
	height: 158px;
	overflow: hidden;
}

#LeftColumnSimple div.movieContainer img
{
	float: left;
	width: 211px;
	height: 158px;
	margin-right: 10px;
}

#LeftColumnSimple div.movieContainer h4
{
	margin: 0;
	font: normal 9px/12px Arial, Helvetica, sans-serif;
	color: #000;
}

#LeftColumnSimple div.movieContainer h3
{
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

#LeftColumnSimple a
{
	display: block;
	margin-top: 10px;
	font: bold 11px/11px Arial, sans-serif;
	color: #b82106;
	text-decoration: none;
}

#LeftColumnSimple a:hover
{
	text-decoration: underline;
}

