a {
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

body {
	background-image: url(../img/background.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin:0px;
}

div.page {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.ad .vip {
	text-align: center;
}

.page .header {
	z-index: 512;
	background: white;
	margin-top: 5px;
	padding: 3px;
}

/*.page .header a {
	text-decoration: none;
}*/
 
/*a:HOVER {
	text-decoration: underline;
}*/

.page .header div.logo {
	position: relative;
	background-image: url(../img/logo.png);
	width: 1018px;
	height: 72px;
}

.page .header div.logo a.logo {
	border: 0px solid blue;
	position: absolute;
	top: 8px;
	left: 90px;
	width: 176px;
	height: 47px;
}

.page .header div.logo a.logo h1 {
	display: none;
}

.logo .searchbar {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;	
}

.searchbar input#searchbar {
	border: 1px solid black;
	width: 150px;
}

.searchbar input#searchbutton {
	background: #f0f0f0;
	border: 0px;
}

.header .action-menu {
	text-align: right;
	margin-right: 20px;
	font-size: 1.1em;
	color: #6f7076;
	overflow: hidden;
	position: relative;
}

.header a {
	color: #6f7076;
}

.action-menu ul {
	float: right;
	position: relative;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.action-menu ul li {
	float: left;
	list-style: none;
	padding: 4px 6px 4px 6px;
	font-weight: normal;
}

.action-menu ul li.odd {
	background-image: url(../img/action-pair-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.action-menu ul li.even {
	background-image: url(../img/action-unpair-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.action-menu ul li.sel, .action-menu ul li:HOVER {
	background-image: url(../img/action-sel-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.action-menu ul li:HOVER a {
	text-decoration: none;
}

.header .ad {
	background: #d8d8d8;
}

.category-menu {
	margin-top: 1px;
	background-image: url(../img/category-bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.header .category-menu a {
	color: white;
}

.category-menu div {
	text-align: right;
	margin-right: 20px;
	font-size: 1.1em;
	color: white;
	overflow: hidden;
}

.category-menu ul {
	float: right;
	position: relative;
	left: 1px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.category-menu ul li {
	float: left;
	list-style: none;
	padding: 4px 6px 4px 6px;
	font-weight: normal;
}

.category-menu ul li.odd {
	background-image: url(../img/category-pair-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.category-menu ul li.even {
	background-image: url(../img/category-unpair-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.category-menu ul li.sel, .category-menu ul li:HOVER {
	background-image: url(../img/category-sel-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.category-menu ul li.sel a, .category-menu ul li:HOVER a {
	color: #6f7076;
	text-decoration: none;
}

.sel-breadcrumb {
	position: relative;
	z-index: 1;
	text-align: right;
	padding: 4px 10px 4px 10px;
}

/* Stylovanie suckerfish city selectora */

.suckerfish {
	position: absolute;
	top: 3px;
	left: 10px;
	text-align: left;
}

.suckerfish ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.suckerfish li {
	display: block;
	position: relative;
	width: 12em;
	height: 1.1em;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: white;
	border: 1px solid black;
	color: black;
	font-weight: normal;
	cursor: default;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.suckerfish li.hl {
	background-image: url(/images/button-anim.gif);
}

.suckerfish li ul {
	display: none;
	position: absolute;
	top : 1.6em;
	padding: 0px;
	margin: 0px;
	left: -5px;
	background-color: white;
	border: 1px solid black;
}

.suckerfish li ul.fixed {
	display: block;
	background-color: white;
}

.suckerfish li > ul {
	top: auto;
	left: auto;
}

.suckerfish li ul li {
	color: black;
	display: block;
	border: 0px;
	padding: 0px;
	background: white;
}

.suckerfish a {
	display: block;
	width: 12em;
	padding: 0px;
	border: 0px;
	color: black;
}

.suckerfish a span {
	display: block;
	padding: 1px 10px 2px 10px;
}

.suckerfish li ul a:hover {
	background: navy;
	color: white;
	text-decoration: none;
}

.suckerfish li:hover, .suckerfish li.over {
	background: white;
}

.suckerfish li:hover ul, .suckerfish li.over ul {
	display: block;
	border: 1px solid black;
}

.footer {
	width: 100%;
	overflow: hidden;
}

.footer .topshade {
	background-image: url(../img/foot-top-shade.png);
	height: 16px;
	background-repeat: repeat-x;
}

.footer .bottomshade {
	background-image: url(../img/foot-bottom-shade.png);
	height: 25px;
	background-repeat: repeat-x;
	text-align: center;
	color: white;
}

.footer .bottomshade .copy {
	padding-top: 5px;
	padding-bottom: 20px;
}

.footer .pane {
	background-color: #f66c11;
	color: white;
	text-align: center;
}

.footer a {
	padding: 0px 19px 0px 15px;
	margin: 0px;
	color: white;
	font-weight: bold;
}

.footer a.gap {
	background-image: url(../img/footer-gap.png);
	background-position: top right;
	background-repeat: repeat-y;
}

.box-container {
	width: 1034px;
	margin-left: 1px;
	margin-top: 14px;
}

.index-box {
	width: 344px;
	height: 224px;
	position: relative;
	overflow: hidden;
	float: left;
}

.index-box span {
	display: block;
	width: 314px;
	height: 194px;
	background-color: white;
	overflow: hidden;
	padding: 10px;
	
}

.main-shade-box {
	width: 100%;
	position: relative;
	overflow: hidden;
	float: left;
}

.main-shade-box span.box {
	display: block;
	background-color: white;
	margin: 0px 10px 10px 0px;
	padding: 3px;
}

.index-box .right-side, .main-shade-box .right-side {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	padding: 10px 0px 10px 0px;
}

.index-box .vert-shade, .main-shade-box .vert-shade {
	background-image: url(../img/shade-10-right-D.png);
	background-position: bottom left;
	width: 100%;
	height: 100%;
}

.index-box .bottom-side, .main-shade-box .bottom-side {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
}

.index-box .horz-shade, .main-shade-box .horz-shade {
	position: relative;
	left: -10px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/shade-10-bottom-L.png); 
}

.index-box .ur-corner, .main-shade-box .ur-corner {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/shade-10-urcorner.png);
}

.index-box h2 {
	margin-bottom: 7px;
}

.cleaner {
	clear: both;
	font-size: 1px;
}

.recommend {
	margin-left: 30px;
	width: 180px;
	overflow: hidden;
	position: relative;
}

.recommend span {
	display: block;
	width: 140px;
	background-image: url(../img/recomm-grad.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #f96a03;
	margin-left: 10px;
	padding: 4px 10px 1px 10px;
	color: white;
	font-size: 1.5em;
}

.recommend .left-shade {
	background-image: url(../img/shade-10-left-U.png);
	background-position: top left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
}

.recommend .right-shade {
	background-image: url(../img/shade-10-right-U.png);
	background-position: top left;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
}

/* VNUTRO STRANKY */

.left-center-container {
	float: left;
	width: 886px;
}

.center-container {
	width: 696px;
	float: right;
}

.left-sidebar {
/*	margin-right: 703px;*/
	width: 182px;
	width: 182px;
	display: block;
}

.ad-bar {
	margin-left:891px;
}

.box-label {
	margin: 0px 5px 0px 30px;
	position: relative;
}

.header-margin {
	margin-top: 15px;
}

.box-label .content {
	padding: 4px 10px 0px 10px;
	font-size: 1.3em;
	margin: 0px 10px 0px 10px;
}

.box-label .left-shade, .box-colabel .left-shade {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/shade-10-left-U.png);
	width: 10px;
	height: 100%;
}

.box-label .right-shade, .box-colabel .right-shade {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../img/shade-10-right-U.png);
	width: 10px;
	height: 100%;
}

.box-label .blue, .box-label .kino, .box-label .sport {
	background-image: url(../img/blue-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #0094DD;
	color: white;
}

.box-label .green, .box-label .hudba, .box-label .kniznice {
	background-image: url(../img/green-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #0094DD;
	color: white;
}

.box-label .orange, .box-label .galeria, .box-label .deti {
	background-image: url(../img/orange-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #0094DD;
	color: white;
}

.box-label .cyan, .box-label .muzeum {
	background-image: url(../img/cyan-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #0A95B3;
	color: white;
}

.box-label .yellow, .box-label .divadlo, .box-label .ine {
	background-image: url(../img/yellow-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #0A95B3;
	color: white;
}

.box-label .pink, .box-label .kultura {
	background-image: url(../img/pink-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #EBB73C;
	color: white;
}

.box-label .teal, .box-label .klub {
	background-image: url(../img/teal-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #EBB73C;
	color: white;
}

.box-colabel {
	position: relative;
}

.box-colabel .content {
	vertical-align: bottom;
	background-image: url(../img/white-vert-grad.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: white;
	padding: 2px 10px 3px 10px;
	margin: 0px 10px 0px 10px;
}

.box-colabel .blue, .box-colabel .kino {
	color: #0094DD;
}

.index-box span .margin {
	margin: 10px;
}

.main-shade-box span.box .gradient {
	background-image: url(../img/gray-vert-grad-big.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.capshun {
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin-bottom: 6px;
	background-color: #FC6C03;
	position: relative;
}

.index-box span h2 {
	font-size: 1em;
	color: #FF6D03;
	font-weight: bold;
	margin-top: 0px;
}

.left-sidebar .capshun a {
	color: white;
	text-decoration: none;
}

.left-sidebar a {
	color: #6F7076;
}

.index-box a, .main-shade-box li a {
	color: #FF6D03;
}

.index-box span img {
	float: left;
	margin-right: 5px;
}

.ghost {
	visibility: hidden;
}

.action-image {
	float: left;
	/*margin-left: 5px;*/
	margin-left: 3px;
}

.center-container a {
	color: #0461A6;
	font-weight: bold;
	text-decoration: none;
}

.month-action h3, .month-action a, .month-action .hl {
	color: #FF6D03;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.main-shade-box .cinema-list {
	width: 324px;
	height: 160px;
	float: left;
	margin: 3px;
}

.cinema-list a {
	text-align: left;
}

.cinema-list img {
    float: left;
    margin-right: 8px;
    margin-top: 0px;
    padding: 0px;
}

.act-list a {
	font-weight: bold;
	color: #0461B5;
	text-decoration: none;
}

.act-list a:HOVER {
	text-decoration: underline;
}

.main-shade-box a.item {
	background: none;
	display: block;
	height: 23px;
	margin-top: 3px;
}

.main-shade-box a.item span.menu-img-gap {
	display: block;
	margin-left: 35px;
	padding-top: 5px;
}

.main-shade-box .paspart {
    margin: 10px;
}

.dark-box {
	background-color: #8A8F9C;
	padding: 10px;
}

.box-item {
	float: left;
	width: 210px;
	height: 35px;
	margin: 0px 5px 0px 5px;
}

.box-item a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.box-item a:HOVER {
	text-decoration: underline;
}

span.caption {
	color: #0461A6;
	font-weight: bold;
	position: relative;
	display: block;
}

.prog-float {
	float: left;
}

a:HOVER {
	text-decoration: underline;
}

.action-caption {
	margin-left: 100px;
 	padding: 0px;
}

.prog-desc {
	margin-left: 100px;
}

h2 {
	margin: 0px;
	color: #D25812;
}

.cinema-list span {
	color: #0461A6;
	font-weight: bold;
}

a img {
	border: 0px;
}

.cleaner-right {
	clear: right;
}

.ad-shade-box {
	text-align: center;
	padding: 3px !important;
}

.main-shade-box .label {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

.main-shade-box .must-be {
	font-size: 1.1em;
	font-weight: bold;
	color: orange;
}

.main-shade-box div input, .main-shade-box div select {
	margin-bottom: 7px;
}

div.hr {
	height: 3px;
	background-image: none; /* url(../img/div_onl.gif); */
	background-repeat: repeat-x;
	margin: 5px 0px 5px 0px;
	overflow: hidden;
}

.photobox {
	padding-top: 4px;
	padding-bottom: 4px;
        text-align: left;
}

.photobox img {
	/*margin-left: 12px;
	margin-right: 12px;*/
	margin-top: 3px;
	margin-bottom: 3px;
        float:left;
        height:55px;
}

img.title-image {
	margin-bottom: 250px;
	margin-right: 2px;
}

.index-box p {
	padding-top: 0px;
	margin-top: 0px;
}

.play-time {
	float: left;
	width: 100px;
}

.btnup {
	display: block;
	height: 6px;
	background-image: url(../img/btn_up.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
	border: 0px;
	font-size: 1px;
}

.online-casopis {
	display: block;
	background-image: url(../img/online-casopis.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 137px;
	height: 60px;
}

.pridaj-akciu {
	display: block;
	background-image: url(../img/pridaj-akciu.png);
	background-repeat: no-repeat;
	width: 137px;
	height: 60px;
}

/* doplnene 13.4.2010 */
big {font-size: 12px;}
.fb_share_link { width: 16px; height:16px; background:url(/images/facebook_share_icon.gif) no-repeat top left; margin-left: 5px; float: right}
.tw_share_link { width: 16px; height:16px; background:url(/images/twitter.png) no-repeat top left; margin-left: 5px; float: right}
.buzz_share_link { width: 16px; height:16px; background:url(/images/buzz.png) no-repeat top left; margin-left: 5px; float: right}
.photobox a {display: block; width: 90px; text-align: center; float: left;}
.left-menu-padding {padding: 5px !important}
.month-action {margin: 10px;}+

iframe {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}