html, body{
    margin:0; 
    padding:0; 
    text-align:center;
    font: 1em Geneva CY, Arial, Verdana, Sans-Serif; 
}

a{
	color: black;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
    color: #ff3333;
} 

img{
    border: 0;
}
 
#pagewidth{ 
    width:1000px; 
    text-align:left; 
    margin:0 auto; 
} 
 
#header{
    position:relative; 
    height:100%; 
    width:100%;
    display:block;
}

.toptext{
    font-size: 0.6em;
    color: #6d6e71;
    margin: 5px;
}

.topbanner{
    width: 1000px;
    height: 100px;
    margin-bottom: 5px;
}

.logo{
    width: 651px;
    height: 42px;
    margin-bottom: 6px;
}

.topsearch{
	width: 1000px;
	background-color: #ff3333;
	display: block;
	text-align: center;
	height: 60px;
	}
	
.topformsearch{
	width: 1000px;
}

#toplinesearch{
	height:18px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 86%;
    font-size: 0.8em;
}

.mybutton {
	float: left;
	margin-top: 19px;
	display: block;
	text-align: center;
	width: 70px;
	margin-left: 20px;
	height: 26px;
}

.menu{
    width: 1000px;
    clear: both;
    text-align: center;
    margin: 0;   
}

.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li{
    font-size: 0.9em;
    display: inline-block;
    position: relative;
    margin: 10px 16px 20px 0;
}

.menu h2{
    font-size: 0.9em;
}

.menu ul li a{
    text-decoration: none;
    float: left;
    color: #000;
}

.menu ul li a:hover{
    text-decoration: underline;
    color: #ff3333;
}

.aftermenu{
    width: 1000px;
    float: left;
    font-size: 0.7em;
    margin-bottom: 10px;
}

.aftermenublok1{
    width: 300px;
    float: left;
}

.aftermenublok2{
    width: 400px;
    float: right;
    text-align: right;
}

.grey{
    color: #6d6e71;    
}

.red{
    color: #ff3333;
    font-weight: bold;
}

.blue{
    color: #1485CC;
}
 
#leftcol{
    width:200px; 
    float:left; 
    position:relative;  
 }
 
#twocols{
    width:800px; 
    float:right; 
    position:relative; 
  }

.lyellow{
    position: relative;
    background-color: #ffff33;
    border-top: 1px solid #f6f6f6;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 8px 8px 8px;
    text-shadow: 1px 1px #fff;
    width: 184px;
}

.lred{
    position: relative;
    background-color: #ff3333;
    border-top: 1px solid #f6f6f6;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    margin: 17px 0 0;
    padding: 8px 8px 8px;
    text-shadow: 1px 1px #000;
    width: 184px;
}

.lmenu ul{
    width: 200px;
    padding-left:10px;
    margin: 0;
}

.lmenu ul li{
    font-size: 0.7em;
    list-style: none;
    text-align: left;
    line-height: 20px;
    padding:0px;
    margin: 0px;
}

.lmenu ul li a{
    display: block;
    color:  #1485CC;
}

.lmenu ul li a:hover{
    text-decoration: none;
    color:  #FF0000;
}

.leftblock{
    width: 184px;
    font-size: 0.7em;
    vertical-align: bottom;
}

/*RIGHT*/
 
#rightcol{
    width:200px; 
    float:right; 
    position:relative; 
 }
 
.ryellow{
    position: relative;
    background-color: #ffff88;
    border-top: 1px solid #f6f6f6;
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    padding: 8px 8px 8px;
    text-shadow: 1px 1px #fff;
    width: 200px;
}

.rred{
    position: relative;
    background-color: #ff3333;
    border-top: 1px solid #f6f6f6;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    margin: 17px 0 0;
    padding: 8px 8px 8px;
    text-shadow: 1px 1px #000;
    width: 200px;
}
 
#maincol{
    background-color: #ffffff;  
    float: left; 
    position: relative; 
    width:600px; 
 }
 
.page{
    width: 580px;
    margin: 1px 0 0 10px;
    padding: 0;
}

.page h1{
    font-size: 1em;
    padding: 0;
    margin: 0;
}

.page-title{
    padding: 6px 6px 6px 0;
    font-weight: bold;
    margin: 0;
    color: #ff0000;
    
}

.page-nav{
    width: 100%;
    font-size: 0.8em;
    color: #006600;
    margin-bottom: 10px;
}

.page-nav a{
    font-size: 0.8em;
    color: #006600;
}

.page h2{
    font-size: 0.9em;
}

.allshow .img img{
    width: 115px;
    height: 140px;
    padding-right: 10px;
}

.allshow .showimg img{
    padding-right: 10px;
}

.img img{
    padding-right: 10px;
}

.redlink a{
    color: #FF0000;
    text-decoration: underline;
    font-size: 0.9em;
    vertical-align: middle;
}

.redlink a:hover{
    color: #000;
}

.allshow{
    width: 100%;
    font-size: 0.9em;
    color: #6d6e71;
    border-collapse: collapse;
}

.allshow h2 a{
    font-size: 0.9em;
}

.showteatr{
    font-size: 1.3em;
    color: #006600;
}

.allshow h3 a{
    font-size: 0.7em;
}

.topalphabet{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 0.9em;
}

.back a{
    color: #FFF;
    font-size: 0.8em;
}

.topalphabet a{
    color: #1485CC;
}

.trletter{
    background-color: #1485CC;
}

.letters{
    color: #FFF;
}

.tabs{
    font-size: .8em;
}

.description{
    font-size: 0.8em;
    text-align: justify;
}

.description p{
    font-size: 1em;
    text-align: justify;
}

.tabdate{
    font-size: 0.8em;
    width: 100%;
}

.price{
    color: #ff3333;
}

.afisha{
    font-size: 0.8em;
    width: 100%;
}

.genre{
    font-size: 0.7em;
    width: 100%;
}

.showafisha{
    font-size: 0.9em;
}

.genre ul{
    list-style: none;
}

.searchpage, .searchpage a{
    font-size: 0.9em;
    color: #000;    
}

.commentpage{
    font-size: 0.9em;
    color: #000;    
}

.commentdate{
    background-color: #1485CC;
    color: #fff;
    padding: 5px;
}

.orderlink a{
    background-color: #FF0000;
    color: #FFF;
    font-weight: bold;
    padding: 4px;
    font-size: 0.8em;
}

.orderlink{
    width: 106px;
    height: 50px;
}

.tabshowdate{
    width: 100px;
    height: 100px;
    text-align: center;
}

.tabafishatr{
    border-top: 1px solid #cccccc;
    color: #6d6e71;
}

.dateblack{
    color: #000;
}

.datered{
    color: #ff3333;
}

.bigdate{
    font-size: 3em;
    font-weight:  bold;
}

.littledate{
    margin: 0;
    font-size: 0.9em;
    font-weight: bold;
}

.littledate a{
    padding: 3px;
    font-size: 1em;
    color: #1485CC;
    text-decoration: none;
    border-bottom: 1px dashed #1485CC;
}

.littledate a:hover{
    color: #ff3333;
}

.month{
    border-top: 1px solid #FFF;
    color: #1485CC;
    font-size: 1.2em;
    height: 40px;
    vertical-align: bottom;
}

.like{
    width: 600px;
    margin: 10px;    
}

.aftime a{
    border-bottom: 1px dashed #1485CC;
}

.aftime a:hover{
    text-decoration: none;
}

/*----------------------RUBRIKA-------------------------------*/

#rubrika{
    width: 100%;
    font-size: 0.8em;
    color: #6d6e71;
}

.rub{
    background-color: #ff3333;
    color: #FFF;
    padding: 5px;
    font-weight: bold;
    line-height: 30px;
}



.rubrika p, a{
    color: #6d6e71;
}
/*--------------------------ORDER--------------------------*/
.order{
    font-size: 0.8em;
}

.pagesnum{
    font-size: 0.8em;
    text-align: center;
}

.pagenum a{
    text-decoration: underline;
    color: #000;
}

.pagenum{
    font-size: 1.1em;
}

#thispage{
    color: #000;
    background-color: #ddd;
    padding: 5px;
    font-size: 1.1em;
}

/*----------------------FOTO---------------------------------*/

#fotogal{
    padding-left: 60px;
	width:550px;
    text-align: center;
}

#fotogal, #fotogalshow img{
    border: 1px black solid;
    background-color: white;
    padding: 3px;
    float: left;
    margin: 5px;
}

#fotogalshow{
    padding-left: 20px;
	width:550px;
    text-align: center;
}

/*----------------------FORM---------------------------------*/

form {
  margin-left:15px;
}
input, textarea, select {
  display:block;
  width:300px;
  float:left;
  margin-left:10px;
  margin-bottom:15px;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
textarea {
  height:50px;
}
label {
  position:relative;
  display:block;
  text-align:right;
  float:left;
  width:205px;
  padding-right:5px;
}
label em {
  position:absolute;
  right:-160px;
  top:-15px;
  font-size:.8em;
  color: #f00;
  padding: 1px;
}
br {
  clear:left;
}
#submit {
  width:87px;
  height:40px;
  margin-left:60px;
}

/*-------------NEWS----------*/
.title-news, .title-news a{
    color: black;
    font-size: 0.9em;
}

.description-news p, .description-news p a{
    font-size: 0.8em;
    color: #6d6e71;
}
/*----------------------FOOTER-------------------------------*/ 
#footer{ 
    clear:both;
    display:block;
} 
 
.btable{
    width: 100%;
    border-top: 1px solid #6d6e71;
    font-size: 0.8em;
}

.btable a{
    color: #1485CC;
 }
 
/*----------------------SITEMAP-------------------------------*/

.sitemap a{
    font-size: 0.9em;
    color: #1485CC;
} 

.sitemap {
    list-style: none;
}

.sitemap li a{
    font-size: 0.8em;
    padding-left: 10px;
    color: #6d6e71;
}  
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*Autocomplete*/
.ui-autocomplete{
    text-align: left;
    font-size: 0.8em;    
}

a:hover.ui-menu-item{
    background-color: yellow;
    border: none;
}

.ui-accordion li a{
    font-size: 1.2em;
}

.ui-accordion-header a{
    background-color: #fff;
}

.ui-datepicker-title{
    font-size: 0.9em;
    font-weight: bold;
    text-shadow: 1px 1px #000;
}
