/* External design definitions */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	background: #F5EBC9;
	color: black;
}
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: none;
	outline: none;
}

table th, table td { vertical-align: top; }
	
img, a img { border: none; }

a { color: #831b03; }
a:visited { color: #6E6E6F; }
a:hover { background-color: #6E6E6F; color: white; }
a:focus { outline: none;  }

.container {
	height: 100%;
	width: 1010px;
	padding: 0px;
	margin: auto;
}	

.advertblock {
	width: 1010px;
	text-align: center;
	padding: 10px 0px 5px 0px;
}

.titleblock {	
	text-align: left;
	margin: 0;
	padding: 18px 10px 16px 24px;
}

.titleblock p {	
	margin: 0;
	padding:0;
	padding-top: 5px;
	font-size: 12px;
	color: #6E6E6F;
}

.titleblock p span {
	padding-right: 10px;
}

.titleblock p a {	
	color: #3b5ba9;
	text-decoration: underline;
}

.titleblock p a:hover {	
	color: #3b5ba9;
	text-decoration: none;
}

.todayblock {
	height: 35px;
	background: #cca26e;
}

.today {
	display: inline;
	float: left;
	width: 190px;
	color: #fff;
	padding: 3px 10px 0px 0px;
	text-align: right;
	font: 12px Verdana;
}

.today ul li {
	padding-bottom: 4px;
}

.menublock {
	display: inline;
	margin: 0;
	margin-left: 200px;
	padding: 0;
	text-align: left;
}

.menublock a {
	display: block;
	float: left;
	height: 35px;
 	padding: 0px 10px 0px 10px;
	margin: 0;
	font: 18px Tahoma;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 35px;
	border-left: 1px solid #cca26e;
	border-right: 1px solid #cca26e;
}

.menublock a:hover {
	background: #84543e;
	text-decoration: none;
}

.menublock span {
	display: block;
	float: left;
	height: 35px;
 	padding: 0px 10px 0px 10px;
	margin: 0;
	font: 18px Tahoma;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 37px;
	background: #84543e;
}

#content {
	padding: 10px 10px 20px 10px;
	height: %;
}

#navigation {
	height: 100%;
	width:200px;
	background: #d5bb8d;
	vertical-align: top;
}

#extra {
	height: %;
	width: 160px;
	background: #d5bb8d;
	color: #9b6728;
	vertical-align: top;
}


h1 {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	font: 18px Tahoma;
	color: #3a2c2c;
	text-align: left;
}

h2 {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	font: 16px Tahoma;
	color: #3a2c2c;
	text-align: left;
}

h3 {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	font: 14px Tahoma;
	color: #3a2c2c;
	text-align: left;
}

h2 span {
	margin: 0;
	padding: 0;
	font: 11px Arial;
	color: #9b6728;
}

h1 span {
	margin: 0;
	padding: 0px 5px 0px 5px;
	font: bold 18px Arial;
	color: #fff;
	background: #682f1e;
}


.leftmainblock {
	background: #84543e;
	width: 200px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #F5EBC9;
	border-bottom: 1px solid #F5EBC9;
	font: 12px Verdana;
	color: #fff;
	text-align: right;
}
.leftmainblock div, .leftmainblock p {
	margin: 0;
	text-align: left;
	float: left;
	vertical-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
}
.leftmainblock .pict {
	margin: 0px 0px 0px 0px;
	padding: 0;
	white-space: nowrap; 
	float: right;
}
.leftmainblock_body {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.leftmainblock_body form, .leftmainblock_body div {
	margin-top: 5px;
}

.todaymovies div img {
	padding: 0;
	margin: 0;
	margin-top: 4px;
}
.todaymovies_line div img {
	padding: 0;
	margin: 5px 0 0 0;
}
.todaymovies_sorting a {
	color: #3a2c2c;
}
.todaymovies_sorting a:hover {
    background-color: #F5EBC9;
	color: #CC0000;
}

div.links_block {
	background: #84543e;
	border-top: 1px solid #F5EBC9;
	border-bottom: 1px solid #F5EBC9;
	font: 12px Verdana;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

div.links_block span a, div.links_block span a:hover {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

div.links_block span a:hover {
	background: #cca26e;
}

.name_movies {
	width: 130px;
	margin: 0;
	padding: 5px 0px 12px 7px;
	text-align: left;
	font: 12px Verdana;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	float: left;
}
.name_movies a {
	color: #3a2c2c;
	text-decoration: none;
}
.name_movies a:visited {
	color: #6E6E6F;
}
.name_movies a:hover {
	background-color: #6E6E6F;
	color: white;
}
.name_movies_line {
    width: 185px;
	margin: 0;
	margin-bottom: 5px;
	padding: 2px 0px 0px 7px;
	text-align: left;
	font: 12px Verdana;
	color: #000;
	letter-spacing: -1px;
	float: left;
}
.name_movies_line a {
	color: #831b03;
	text-decoration: none;
}
.name_movies_line a:visited {
	color: #6E6E6F;
}
.name_movies_line a:hover {
    background-color: #F5EBC9;
	text-decoration: underline;
}

.raiting {
	float: right;
	width: 50px;
	height: 16px;
	margin: 5px 0 0 0;
	padding: 0;
	position: relative;
	right: 7px;
	background: #F5EBC9;
	text-align: center;
	font: 9px Verdana;
	color: #6E6E6F;
	line-height: 17px;
}
.new_movie {
    width: 45px;
  	margin: 5px 0 -3px 7px;
	padding: 0 3px 0 0;
	border-bottom: 1px solid #84543e;
	font: 9px Verdana;
	color: #84543e;
	text-align: right;
}


.todaymovies ul {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	padding: 5px 0px 0px 7px;
	text-align: left;
	font: 12px Verdana;
	color: #000;
	line-height: 17px;
	letter-spacing: -1px;
}


form {
}

input {
}

input.openid {
	background: #FFFFFF url("/pics/openid-icon-small.gif") no-repeat scroll 0pt 50%;
	padding-left: 18px;
	width: 117px;
	border: 1px solid #b3b9c4;
}

label {
	font: 11px Verdana;
	font-weight: bold;
}
form label input {
	width: 135px;
	border: 1px solid #b3b9c4;
	margin: 3px 0px 3px 0px;
}
form p {
	margin: 0;
	padding: 5px 2px 0px 0px;;
}
form p span {
	padding-right: 13px;
}
form a {
	font: 9px Verdana;
	color: #9b6728;
	letter-spacing: -1px;
	text-decoration: underline;
	font-weight: bold;
}
form a:hover {
	text-decoration: none;
}


ul.favorites {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	padding: 5px 10px 0px 10px;
	text-align: left;
	font: 11px Verdana;
	color: #3a2c2c;
	letter-spacing: -1px;
}
ul.favorites li {
	padding-bottom: 4px;	
}

.favorites a {
	color: #831b03;
	text-decoration: none;
}
.favorites a:visited {
	color: #6E6E6F;
}
.favorites a:hover {
    background-color: #d5bb8d;
	text-decoration: underline;
}
  
.city {
 	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	font: 12px Tahoma;
	color: #7e4f20;
	font-weight: bold;
}
.city li {
 	display: inline;
 	padding-right: 10px;
}
.city li a {
	font: 12px Tahoma;
	color: #7e4f20;
	text-decoration: underline;
	font-weight: bold;
}
.city li a:hover {
	text-decoration: none;
}


div.movie_theatre {
	margin: 0;
	padding: 5px;
	text-align: left;
	background: #e5c763;
}
div.movie_theatre span {
}
div.movie_theatre span a {
	font: 11px Verdana;
	color: #3a2c2c;
	text-decoration: none;
}
div.movie_theatre span a:hover {
	text-decoration: none;
	color: #ffffff;
}

ul.day {
	padding: 0;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.day li {
	display: inline;
	padding-right: 10px;
}

.day li a {
	font: 11px Verdana;
	color: #7e4f20;
	text-decoration: none;
}

.day li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.day li strong {
	font: 11px Verdana;
	color: #7e4f20;
	font-weight: bold;
}


.movidescription {

	text-align: left;

	font: 12px Arial;

	color: #6e6e6f;

	margin: 0;

	padding: 0 0 10px 5px;

}



.movieitem, .movieupdated {

	text-align: left;

	font: 11px Arial;

	color: #6e6e6f;

	margin: 0;

	padding-bottom: 15px;

	padding-left: 5px;

	padding-top: 20px;

}



.movieimage {

	margin: 10px 0px 10px 0px;

	margin-left: 5px;

} 



.description {

	margin: 0;

	margin-bottom: 10px;

	padding: 0;

	padding-top: 3px;

	font: 12px Arial;

	/* color: #7e4f20; */

	color: #6e6e6f;

	text-align: left;

}

.filmrating {
	margin: 0;
	padding: 0px 5px 0px 5px;
	color: #fff;
	background: #bda57d;
}

.duration {
	float: right;
}

.clear { clear: both; }

.description_theatre {
	margin: 0;
	margin-bottom: 10px;
	padding: 0 0 0 5px;
	font: 11px Arial;
	/* color: #7e4f20; */
	color: #7e4f20;
	text-align: left;
}


.days {

	margin: 0px;

	margin-top: 5px;

	padding: 0;

}



.days li {

	display: inline;

	margin: 0px 2px 5px 0px;

	padding: 4px 4px 3px 5px;

	background: #9b6728;

	line-height: 20px;

	color: #F5EBC9;

}



.days li.time {

	background: #cc2026;

}



.session {

	margin: 0px;

	margin-top: 3px;

	padding: 0;

}



.session li {

	display: inline;

	padding: 4px 6px 3px 6px;

}



.session li a {

	color: #7e4f20;

	text-decoration: none;

}



.session li a:hover {

	text-decoration: underline;

}



.review {

	margin: 0;

	padding: 0;

	margin-left: 5px;

}



.review li {

	display: inline;

	padding: 4px 4px 3px 0px;

}



.review li a:hover {

	text-decoration: none;

}



.total {

	margin: 0;

	padding: 0;

	margin-left: 5px;

	font: bold 11px Tahoma;

	color: #7e4f20;

}



.total li {

	display: inline;

	padding: 0px 6px 0px 0px;

}



.crew {

	margin: 0;

	padding: 0;

	margin-left: 5px;

	margin-top: 10px;

	font: 12px Arial;

	color: #6e6e6f;

	list-style-type: none;

}



.crew ul {

	margin: 0px 0px 0px 0px;

	padding: 0;

	margin-left: 10px;

	font: 12px Arial;

	color: #6e6e6f;

	list-style-type: none;

}



.crew li {

	padding: 0px 6px 10px 0px;

}



.crew li a {

	color: #831b03;

	text-decoration: none;

}



.crew li a:hover {

	text-decoration: none;
	color: #ffffff;

}



.points {

	margin: 10px 5px 10px 5px;;

	padding: 0;

}



.points span {

	margin: 0;

	padding: 0px 8px 0px 8px;

	font: bold 22px Arial;

	color: #fff;

	background: #d5bb8d;

}



.points a:hover {

	text-decoration: none;

}

 




.blocktitle {

	background: #cc2026;

	width: 200px;

	height: px;

	margin: 0;

	padding: 0;

	border-top: 1px solid #F5EBC9;

	border-bottom: 1px solid #F5EBC9;

	clear: both;

	text-align: right;

}



.blocktitle p {

	margin: 0;

	padding: 0;

	padding: 2px 5px 3px 5px;

	font: 12px Verdana;

	color: #fff;

	text-align: left;

}



.blocktitle div img {

	margin: 0;

	margin-right: 3px;

	padding: 0;

}



.blockbody div img {

	padding: 0;

	margin: 0;

	margin-top: 4px;

}



.blockbody ul {

	margin: 0;

	list-style-type: none;

	margin-bottom: 12px;

	padding: 5px 0px 0px 7px;

	text-align: left;

	font: 12px Verdana;

	color: #000;

	line-height: 17px;

	letter-spacing: -1px;

}





.left_bill {

	vertical-align: top;

	width: 45%;

	height: 100%;

	text-align: left;

}


.right_bill {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 10px;
	text-align: left;
	height: 100%;
	width: 55%;
}

/* Our own definitions */

.cinemaphoto, .cinemaaddress, .cinemaphone, .cinemadescription, .cinemaactions
{
	color: #6e6e6f;
	padding-bottom: 5px;
}
.cinemaphoto
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.cinemaaddress
{
}
.cinemaphone
{
}
.cinemadescription
{
}
.cinemaactions
{
}

.moviemarks
{
}

.moviemarksblock
{
	color: #6e6e6f;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
}

.moviemarksblock div.status {
	position: absolute;
	background-color: white;
	color: black;
	font-size: large;
}

.schedule_block TABLE
{
}
.schedule_block .movietitle, .schedule_block .cinematitle
{
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 14px Arial;
	color: #9b6728;
}
.schedule_block .movietitle a, .schedule_block .cinematitle a
{
	color: #3a2c2c;
	text-decoration: none;
}
.schedule_block a {
	text-decoration: none;
}
.cinematitle a:hover {
	text-decoration: none;
	color: #ffffff;
}
.movietitle a:hover {
	text-decoration: none;
	color: #ffffff;
}
.schedule_block TABLE
{
}
.schedule_block TABLE TR TD
{
	padding: 2px 4px 2px 4px;
}
.schedule_block TABLE .header,
.schedule_block TABLE .header .current,
.schedule_block TABLE .body,
.schedule_block TABLE .body .current
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.schedule_block TABLE .header,
.schedule_block TABLE .header .current
{
	color: #F5EBC9;
	background-color: #946b35;
}
.schedule_block TABLE .header .current
{
	color: white;
	background-color: #682f1e;
}
.schedule_block TABLE .body,
.schedule_block TABLE .body .current
{
	color: #996600;
}
.schedule_block TABLE .body .current
{
}

.simpleschedule_types {
	margin: 0px;
	margin-top: 5px;
	padding-bottom: 10px;
}
.simpleschedule {
	text-align: left;
}
.simpleschedule table td {
	padding-bottom: 3px;
	padding-right: 10px;
}
.simpleschedule .movie {
	width: 270px;
}
.simpleschedule .cinema {
	width: 100px;
}

.search_drop {
	background-color: white;
	color: black;
	border: solid 1px black;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	font-size: normal;
}
.search_drop a {
	color: black;
	font-weight: normal;
	font-size: normal;
	font-family: Arial;
	font-size: 14px;
}

div.google_ads {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 5px;
}
div.google_ads_big {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: left;
}
div.google_ads_left {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div.google_ads_top {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div.google_ads_bottom {
	margin-top: 3em;
	text-align: center;
}

div.yandex_direct {
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer {
	width: 1010px;
	border-top: 1px solid #9b6728;
}
#footer table {
	border: none;
}
#footer table td._info {
	padding-right: 1cm;
}
#footer table td._info p._req {
	overflow: hidden;
	width: 200px;
}
#footer table td._ads {
}

