/*****************************************************************************************/
/* General */

body
{ 
    margin: 0px;
    text-align: center; 
    font-family: Arial, Verdana;
    font-size: 13px;
    color: #3c3c3c;
    background-image: url('../img/bg-common.png');
    background-repeat: repeat-x;
    background-position: 0px 10px;
}

a { outline: none }

h1
{
    color: #f10808;
}

h2, h3, h4
{
    color: #444;
}

h1
{
    font-size: 26px;
    line-height: 1.1em;
    font-weight: bold;
    margin-top: 0.2em;
    margin-bottom: 0.7em;
    padding-bottom: 0px;
    font-family: Arial, Verdana;
}

h2
{
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    padding-bottom: 0px;
    font-family: Arial, Verdana;
}

h3
{
    font-size: 16px;
    line-height: 1.1em;
    font-weight: bold;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    padding-bottom: 0px;
    font-family: Arial, Verdana;
}

h4
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    padding-bottom: 0px;
    font-family: Arial, Verdana;
}

p
{
    margin: 0.5em 0em 1em 0em;
}

p.large
{
    margin: 1.5em 0em 1em 0em;
}

input.text, textarea.text
{
    border: solid 1px #c1c1c1;
    font-family: Arial, Verdana;
    font-size: 13px;
    padding: 0.2em;
    color: #3c3c3c;
}

textarea.text
{
    line-height: 1.5em;
}

option
{
    border: solid 1px #c1c1c1;
    font-family: Arial, Verdana;
    font-size: 13px;
    padding: 0em;
}

input.button
{
    margin: 0px;
    position: relative;
    margin-bottom: -5px;
}

ul.spaced li,
ol.spaced li
{
    margin-top: 0.8em;
}

ul.empty-no-indent
{
    list-style-type: none;
    margin-left: 0em;
    padding-left: 0em;
}

ul.empty-no-indent li
{
    margin-top: 0.8em;
}

span.small
{
    font-size: 11px;
}

span.large
{
    font-size: 18px;
    font-weight: bold;
}

span.emph
{
    font-weight: bold;
}

span.emph-large
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
}

.message
{
    font-size: 18px;
    line-height: 1.4em;
}

span.misc-files
{
    color: #707070;
    font-style: italic;
}

.clear
{
    clear: both;
    line-height: 1em;
    font-size: 6px;
}

.hidden
{
    display: none;
}

/*****************************************************************************************/
/* Layout elements */

div#site-content
{ 
    width: 972px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; 
}

/**************************************************************/
/* Banner, corpo menu */

div#header
{ 
    margin: 10px 7px 10px 7px;
    height: 100px;
}

div#menu-corpo
{ 
    float: right;
    width: 175px;
    height: 90px;
    vertical-align: middle;
}

div#menu-corpo ul
{ 
    margin: 0px;
    padding: 0px 0px 0px 13px;
    font-size: 12px;
    list-style-type: none;
    line-height: 1.5em;
}

div#menu-corpo ul li
{ 
    padding-left: 8px;
    margin: 4px 0px 5px 0px;
    background-image: url('../img/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 0.6em;
}

div#menu-corpo a
{ 
    color: #818181;
    text-decoration: none;
    border: 0px;
}

div#menu-corpo a:hover
{ 
    color: #818181;
    border: 0px;
}

div#lang
{
    float: right;
}

div#lang img
{
    border: 0px;
    margin: 73px 0px 0px 0px;
}

div#logo-banner
{
    width: 777px;
}

div#logo
{ 
    float: left;
}

div#logo img
{ 
    margin: 23px 5px 0px 0px;
    border: 0px;
}

div#banner-horizontal
{ 
    margin-left: 283px;
    width: 490px;
    border-right: solid 1px #ff7f00;
    height: 60px;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 5px;
}

/**************************************************************/
/* Menu */

div#menu
{ 
    margin: 20px 0px 0px 7px;
    font-size: 12px;
    color: #929396;
    height: 50px;
}

div#menu img
{ 
    border: 0px;
}

div#menu ul
{ 
    margin: 0px;
    padding: 0px;
}

div#menu ul li
{ 
    float: left;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    background-repeat: no-repeat;
    height: 42px;
}

/**************************************************************/
/* Taglines */

div#menu-tagline
{
    color: #ff7f00;
    text-transform: uppercase;
    font-weight: bold;
    height: 31px;
    letter-spacing: 0.1em;
    margin-top: 2px;
}

div#menu-tagline div
{
    background-image: url('../img/menu/menu-arrow.png');
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 12px;
    text-align: center;
}

div#menu-tagline div.tagline-empty
{
    background-image: none;
}

div#menu-tagline div.tagline-3d-kino
{
    width: 350px;
    margin-left: -103px;
    position: relative;
    z-index: 100;
}

div#menu-tagline div.tagline-casino-rio
{
    width: 300px;
    margin-left: 40px;
}

div#menu-tagline div.tagline-bowling
{
    width: 300px;
    margin-left: 165px;
}

div#menu-tagline div.tagline-biljard
{
    width: 300px;
    margin-left: 295px;
}

div#menu-tagline div.tagline-simobil-lab
{
    width: 300px;
    margin-left: 440px;
}

div#menu-tagline div.tagline-restavracija
{
    width: 300px;
    margin-left: 600px;
}

div#menu-tagline div.tagline-solarij
{
    width: 115px;
    margin-left: 842px;
    position: relative;
    z-index: 100;
}

/**************************************************************/
/* Content */

div#content-container
{
    background-image: url('../img/bg-content.png');
    background-repeat: repeat-y;
}

div#content
{
    background-image: url('../img/bg-content-top.png');
    background-repeat: no-repeat;
    padding: 5px 7px 20px 7px;
}

div#content-text
{
    float: left;
    width: 774px;
    line-height: 1.5em;
}

div#banner-vertical
{
    margin: 23px 14px 0px 784px !important;
    margin: 24px 14px 0px 780px;
    width: 160px;
}

div#banner-vertical img
{
    border: 0px;
}

div#chapter-image
{
    padding: 23px 0px 15px 14px;
    border: 0px;
}

/* Links */

div#content-text a:link,
div#content-text a:visited,
div#content-text a:active
{
    color: #f10808;
    text-decoration: none;
    border-bottom: solid 1px #a3a3a3;
}

div#content-text a:hover
{
    color: #f10808;
    text-decoration: none;
    border-bottom: 0px;
}

div#content-text a.image:link,
div#content-text a.image:visited,
div#content-text a.image:hover,
div#content-text a.image:active
{
    border: 0px;
}

div#content-text a.image:link img,
div#content-text a.image:visited img,
div#content-text a.image:hover img,
div#content-text a.image:active img
{
    border: 0px;
}

/* One column layout */

div#main-content-one-column
{
    float: left;
    margin-left: 14px !important;
    margin-left: 6px;
    width: 760px;
    margin-top: 10px;
}

/* Two column layout */

div#main-content-two-column
{
    float: left;
    margin-left: 14px !important;
    margin-left: 6px;
    width: 495px;
    margin-top: 10px;
}

div#context-content
{
    width: 245px;
    margin-left: 528px !important;
    margin-left: 525px;
    padding-top: 1px; 
    margin-top: 10px;
}

div#context-content div.context-content
{
    margin: 10px 0px 0px 0px;
}

div.context-content ul.menu-sec
{
    margin: 0px;
    padding: 0px 0px 0px 5px;
    list-style-type: none;
}

div.context-content ul.menu-sec li
{ 
    padding-left: 8px;
    margin: 0px 0px 2px 0px;
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 0.6em;
}

div.context-content ul.menu-third
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style-type: none;
}

div.context-content ul.menu-third li
{ 
    padding-left: 8px;
    margin: 1px 0px 2px 0px;
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 0.6em;
}

div.contextual-pic
{
    text-align: center;
}

div.contextual-pic img
{
    margin-bottom: 5px;
}


/**************************************************************/
/* Footer */

div#footer
{
    background-image: url('../img/bg-footer.gif');
    background-repeat: no-repeat;
    font-size: 12px;
    margin: 0px;
    padding: 10px 45px 50px 45px;
}

div#footer div.fun-centers
{
    float: left;
    width: 559px;
}

div#footer div.fun-centers div.centers
{
    float: right;
    width: 250px;
    margin-left: 57px;
}

div#footer div.fun-centers div.fun
{
    width: 249px;
}

div#footer div.business
{
    margin-left: 616px;
    width: 249px;
}

div#footer div.title
{
    color: #333;
    border-bottom: solid 1px #c1c1c1;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    margin-bottom: 0.6em;
    letter-spacing: 0.1em;
}

div#footer ul
{ 
    margin: 0px;
    padding: 4px 0px 7px 0px;
    list-style-type: none;
}

div#footer ul li
{ 
    padding-left: 0px;
    margin: 0px 0px 2px 0px;
}

div#footer p
{
    margin: 4px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
}

div#footer a
{ 
    color: #4D4D4D;
    text-decoration: none;
}

div#footer a:hover
{ 
    color: #f10808;
}

/*****************************************************************************************/
/* Page elements */

/**************************************************************/
/* Headers */

span.header
{
    color: #3a3a3a;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Verdana;
    text-transform: uppercase;
    line-height: 1.5em;
}

/* Small headers */

div.sub-header
{
    display: block;
    color: #0049ae;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Verdana;
    margin-bottom: 0.2em;
}

/**************************************************************/
/* Tables */

table.standard, table.standard-border
{
    margin: 0.5em 0em 1em 0em;
    border-top: solid 1px #dfdfdf;
    border-spacing: 0px; 
    border-collapse: collapse;
}

table.standard-border
{
    border-right: solid 1px #dfdfdf;    
}

table.standard td,
table.standard th,
table.standard-border td,
table.standard-border th  
{
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    border-bottom: solid 1px #dfdfdf;
    vertical-align: top;
    line-height: 1.2em;
}

table.standard-border td,
table.standard-border th  
{
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
}

table.standard th,
table.standard-border th 
{
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    background-color: #e9e9e9;
}

/**************************************************************/
/* Line */

div.line
{
    border-bottom: solid 1px #a3a3a3;
    margin-right: 100px;
}

/**************************************************************/
/* Back to top */

div.back-to-top
{
    font-size: 11px;
}

div.back-to-top a
{
    background-color: #e9e9e9;
    padding: 3px;
}

/**************************************************************/
/* Boxes */

div.box
{
    background-image: url('../img/bg-box.png');
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.box div.header
{
    color: #000000;
    font-weight: bold;
    margin: 0px 5px 0px 20px;
    padding-top: 2px;
}

div.box div.header span.header
{
    padding: 4px 25px 5px 15px;
    background-image: url('../img/bg-box-header.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: #3a3a3a;
    font-weight: bold;
    font-family: Arial, Verdana;
    text-transform: uppercase;
}

div.box div.content
{
    font-size: 11px;
    padding: 14px 10px 0px 10px;
    line-height: 1.4em;
}

div.box span.box-title
{
    display: block;
    color: #f10808;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Verdana;
    margin-bottom: 0.2em;
}

div.box div.footer
{
    line-height: 0.5em;
}

/**************************************************************/
/* Images */

img.inline-left
{
    float: left;
    margin: 4px 10px 5px 0px;
}

img.inline-right
{
    float: right;
    margin: 0.5em 0px 5px 10px;
}

/**************************************************************/
/* Timetable */

div.timetable
{
    width: 492px;
	margin-top: 14px;
	margin-bottom: 40px;
}

div.timetable table.timetable
{
	width: 490px; 
    border-top: solid 1px #c1c1c1;
    border-left: solid 1px #c1c1c1;
    border-right: solid 1px #c1c1c1;
    border-spacing: 0px; 
    border-collapse: collapse;
}

div.timetable table.timetable td
{
    font-size: 13px;
    border-bottom: solid 1px #c1c1c1;
    padding: 8px;
    vertical-align: top;
    line-height: 1.5em;
} 

div.timetable table.timetable td.movie
{
	width: 305px;
	padding-bottom: 10px;
}

div.timetable table.timetable div.movie-info span.title-orig
{
	display: block;
	line-height: 1.3em;
	margin: 0.4em 0em 0.3em 0em;
}

div.timetable table.timetable div.movie-info span.genre
{
	line-height: 1.3em;
}

div.timetable table.timetable th
{
    padding: 3px;
    font-size: 11px;
    line-height: 1.3em;
    text-transform: uppercase;
    background-image: url('../img/movies/bg-timetable-header.png');
    border-left: solid 1px #ffffff;
    vertical-align: middle;
    text-align: center;
} 

div.timetable table.timetable th.place-date
{
    padding: 7px 7px 7px 7px;
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: none;
    border-left: 0px;
} 

div.timetable table.timetable td.hall
{
    text-align: center;
    font-size: 11px;
    line-height: 1.8em;
    width: 85px;
}

div.timetable table.timetable td.hall span.hall
{
    display: block;
}

div.timetable table.timetable td.time
{
    font-size: 11px;
    line-height: 1.8em;
    width: 85px;
}

div.timetable table.timetable td.time span.time
{
    display: block;
    margin-left: 10px;
    clear: both;
}

div.timetable table.timetable td.time img
{
    border: 0px;
    float: right;
    margin: 3px 13px 0px 5px;
}

/* Movie attributes */

div.timetable table.timetable div.movie-info div.movie-attribute
{
    margin-right: 10px;
    position: relative;
    display: inline;
}

div.timetable table.timetable div.movie-info img.movie-attribute-image
{
}

div.timetable table.timetable div.movie-info span.movie-attribute-label
{
    display: none;
    position: absolute;
    left: 0em;
    z-index: 20;
}

div.timetable table.timetable div.movie-info span.movie-attribute-label-movie-of-the-month
{
    left: -78px;
    bottom: 36px;
}

div.timetable table.timetable div.movie-info span.movie-attribute-label-recommended
{
    left: -85px;
    bottom: 19px;
}

div.running-out
{
    margin-top: 0.6em;
    margin-bottom: 0em;
    line-height: 1.4em;
    color: #A80014;
}

/**************************************************************/
/* Movie elements (for all pages) */

div.timetable table.timetable div.movie-image
{
    background-color: #e0e0e0;
    float: left;
    width: 110px;
    text-align: center;
}

div.timetable table.timetable div.movie-image img
{
    margin: 5px;
    border: 0px;
}

div.timetable table.timetable div.movie-image span.subtitles,
div.movie-info span.subtitles
{
    font-size: 10px;
    line-height: 1.2em;
    text-transform: uppercase;
    display: block;
    margin: 0px 5px 8px 5px;
}

div.movie-info span.subtitles
{
    margin: 0px;
}

div.timetable table.timetable div.movie-info
{
    margin-left: 122px;
    margin-right: 10px;
}

div#content-text div.timetable table.timetable div.movie-info span.title-si
{
    display: block;
}

div.timetable table.timetable div.movie-info span.title-orig,
div.movie-info span.title-orig
{
    display: block;
    margin: 0.3em 0em 0.1em 0em;
}

div#content-text div.timetable table.timetable div.movie-info span.title-si a
{
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #f10808;
}

div#content-text div.timetable table.timetable div.movie-info span.title-orig a,
div#content-text div.movie-info span.title-orig a
{
    color: #3c3c3c;
}

div.timetable span.label,
div.movie-info span.label
{
    font-weight: bold;
}

div.movie-info-separator
{
    font-size: 8px;
    line-height: 1em;
    margin: 1px 0px 0px 0px;
}

div.timetable table.timetable div.movie-info span.genre,
div.movie-info span.genre
{
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #505050;
}

div.timetable table.timetable div.movie-info span.tagline,
div.movie-info span.tagline
{
    display: block;
    color: #606060;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4em;
}

div.timetable table.timetable div.movie-info span.showtime-label,
div.movie-info span.showtime-label
{
    display: block;
    color: #000000;
    font-weight: bold;
}

div.movie-comming-soon div.movie-info span.place-date span.date-multiple,
div.movie-info span.place-date span.date-multiple
{
    display: block;
    margin: 0em 0em 0em 1em; 
}

/**************************************************************/
/* News */

/* Latest news list in the sidebars */

table.latest-news-list
{
    margin: 0.5em 0em 0.2em 0em;
}

table.latest-news-list td
{
    vertical-align: top;
    padding: 0.1em 0em 0.4em 0.2em;
    line-height: 1.4em;
}

table.latest-news-list tr.news-item td.date
{
    text-align: right;
}

table.latest-news-list tr.news-item td.title
{
    padding-left: 0.5em;
}

table.latest-news-list tr.news-item td.title span.current
{
    font-weight: bold
}

table.latest-news-list tr.news-item td.title span.link
{
}

/* News archive year list in the sidebar */

div.news-archive-year-list
{
    margin-top: 1em;
}

/* News list on the news page */

div.news-list
{
    margin: 0.5em 0em 0.5em 0em;
}

div.news-list div.news-item
{
    margin: 0.1em 0em 1.5em 0em;
}

div.news-list div.news-item div.date
{
    font-size: 12px;
}

div.news-list div.news-item div.link
{
    font-size: 15px;
    font-weight: bold;
}

/* News item */

div.news div.date
{
    font-size: 12px;
}

div.news div.blurb
{
    font-weight: bold;
    margin: 1em 0em 1em 0em;
}

div.news div.content
{
    margin: 0em 0em 1em 0em;
}

/**************************************************************/
/* Bowling */

h2.proshop-title
{
    border-top: solid 1px #c1c1c1;
	background-color: #ececec;
	padding: 3px;
	clear: both;
}

div.proshop-link
{
    float: right;
    font-size: 12px;
}

ul.proshop-items
{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

ul.proshop-items li
{
    width: 150px;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3em;
}

ul.proshop-items div.price
{
    margin-top: 0.3em;
}

ul.proshop-items div.label
{
    color: #f10808;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0.5em;
}

h3.bowling-step
{
    border-top: solid 1px #c1c1c1;
	background-color: #ececec;
	padding: 3px;
	clear: both;
}
