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

body
{ 
	background-image: url('../img/bg-home.gif');
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

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

div#content
{
	background-image: url('../img/bg-home-content-top.gif');
	background-repeat: no-repeat;
}

div#menu-tagline
{
	display: none;
}

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

/* Promoboard */

div#promo
{
	margin: 10px 7px 8px 7px;
	background-color: #000000;
	height: 189px;
}

div#promo div.banners
{
	float: right;
	width: 174px;
}

div#promo div.banners img
{
	border: 0px;
}

/* Comming soon */

div#comming-soon
{
	width: 765px;
	margin: 0px 0px 15px 14px;
}

div#comming-soon span.header
{
	color: #000000;
	background-color: #1baaef;
}

div.comming-movies
{
	margin-top: 4px;
	clear: both;
}

div#comming-soon div.comming-movies img.comming,
div#comming-soon div.comming-movies img.comming-center
{
	border: solid 1px #2e3b4e;
}

div.comming-movies img.comming-center
{
	margin: 0px 12px 0px 12px;
}

/* Timetable */

div.timetable
{
	width: 502px; 
	margin-top: 10px;
}

div.timetable div#city-tabs
{
	font-size: 12px;
	line-height: 0.7em !important;
	line-height: 1.2em;
}

div#content-text a.city-tab:link,
div#content-text a.city-tab:visited,
div#content-text a.city-tab:hover,
div#content-text a.city-tab:active
{
	border: 0px;
	color: #707070;
	border-bottom: solid 1px #c1c1c1;
}

div#content-text li.tabs-selected a.city-tab:link,
div#content-text li.tabs-selected a.city-tab:visited,
div#content-text li.tabs-selected a.city-tab:hover,
div#content-text li.tabs-selected a.city-tab:active
{
	border: 0px;
	color: #707070;
	border-bottom: solid 1px white;
}

div.timetable table.timetable
{
	width: 500px; 
}

div.timetable div.movie-list
{
	padding-top: 16px;
}

div.timetable table.timetable td.movie,
div.timetable table.timetable td.movie-last
{
	width: 310px;
	padding-bottom: 30px;
}

div.timetable table.timetable td.movie-last
{
	padding-bottom: 60px;
}

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;
}

/* Charts */

div.box div.content ol
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
}

/* Poll */

div.poll-vote div.question
{
	font-weight: bold;
	margin: 0.2em 0em 0.7em 0em;
}

div.poll-vote table.answer
{
	margin: 0.6em 0em 0.6em 0em;
}

div.poll-vote table.answer td
{
	vertical-align: top;
	font-size: 11px;
	line-height: 1.4em;
}

div.poll-vote table.answer input.radio
{
	margin: 0.1em 0.2em 0px 0px;
}

div.poll-vote table.answer td.choice
{
}

div.poll-vote div.submit
{
	margin-top: 1.5em;
}

div.poll-vote div.submit div.submit-button
{
 	width: 70px;
	float: left;
	margin-right: 3px;
}

/* Kolosej banners */

div.kolosej-banners img
{
	border: 0px;
	margin: 10px 0px 10px 0px;
	display: block;
}

/**************************************************************/
/* Facebook */

div.box.facebook div.header span.header
{
    color: #3B5998;
    text-transform: none;
}

div.box.facebook div.content
{
    padding-top: 10px;
}

/**************************************************************/
/* M&M lestvica */

div.box.m-and-m
{
    color: #391b0e;
    background-image: url('../img/m-and-m/bg-box.png');
    margin-top: 28px;
}

div.box.m-and-m div.header span.header
{
    position: relative;
    background-image: url('../img/m-and-m/bg-box-header.png');
}

div.box.m-and-m div.header span.header img.rumen
{
    position: absolute;
    left: 5px;
    top: -14px;

    border: 0;
}

div.box.m-and-m div.header span.header img.rdec
{
    position: absolute;
    right: -62px;
    top: -5px;

    border: 0;
}

div.box.m-and-m div.header span.header span.title
{
    color: #391b0e;
    margin-left: 40px;
}

div.box.m-and-m td
{
    vertical-align: top;
}


/**************************************************************/
