@charset "utf-8";
/* CSS Document */
* { margin: 0px; padding: 0px; }
* { font-size: 100.01%; }
html {
    width: 100%;
    height: 100%;
}
body {
    height: 100%;
    background: #e5e5e5;
    margin: 34px 34px 0px 34px;
    font-family: Arial;
    font-size: 14px;
}
.main {
    background: #FFFFFF;
    min-height: 100%;
    margin-bottom: 18px;
    min-width: 1004px;
    width: expression(document.body.clientWidth > 1004? "auto": "1004px" );
}
*html .main {
    height: 100%;
}
.wrapper {
    overflow: hidden;
    zoom: 1;
}
/* Уголки */
.t1 {
    height: 9px;
    overflow: hidden;
    zoom: 1;
}
.tlc,.trc,.blc,.brc {
    width: 11px;
    height: 9px;
}
.tlc {
    background: url(/img/left_corner.png) no-repeat;
    float: left;
}
.trc {
    background: url(/img/right_corner.png) no-repeat;
    float: right;
}
.blc {
    background: url(/img/left_corner_bottom.png) no-repeat;
    float: left;
    margin-top: -27px;
}
.brc {
    background: url(/img/right_corner_bottom.png) no-repeat;
    float: right;
    margin-top: -27px;
}
/* Колонки */
.left_col {
    float: left;
    width: 263px;
}
*.left_col {
    margin-right: -3px;
}
.right_col {
    float: right;
    width: 262px;
    height: 600px;
}
*html .right_col {
    margin-left: -3px;
}
.center_col {
    min-height: 700px;
    margin-left: 263px;
    margin-right: 262px;
    padding-right: 56px;
    padding-bottom: 50px;
}
*html .center_col {
    margin-left: -3px;
    margin-right: -3px;
}
/* Элементы левой колонки */
.ff {
    width: 187px;
    height: 54px;
    background: url(/img/ff.png) top left no-repeat;
    margin-top: 30px;
    margin-left: 37px;
    position: relative;
}
.ff h1 {
    color: #c0c0c0;
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}
.category {
    margin-top: 67px;
    margin-left: 44px;
    list-style: none;
}
.category li {
    margin-bottom: 8px;
}
.category li a {
    color: #7f81ff;
    font-size: 14px;
    text-decoration: none;
}
/* Элементы правой колонки */
.region {
    position: relative;
    margin-top: 26px;
    overflow: hidden;
    zoom: 1;
}
.region p {
    font-size: 13px;
}
.region_form {
    width: 156px;
    height: 21px;
    border: solid 1px #b5b5b5;
    float: left;
}
.region_form select {
    width: 156px;
    border: 0px;
}
.region a {
    color: #8a8bff;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px dashed #8a8bff;
    float: right;
    margin-right: 29px;
    margin-top: 2px;
    _margin-top: 5px;
}
.search {
    font-size: 13px;
    margin-top: 5px;
}
.input_text {
    width: 156px;
    height: 20px;
    border: solid 1px #a8a8a8;
    float: left;
    margin-right: 9px;
    _margin-right: 6px;
}
.button {
    display: block;
    width: 62px;
    height: 21px;
    background: url(/img/find.png) no-repeat;
    color: #FFFFFF;
}
.basket {
    width: 228px;
    min-height: 130px;
    margin-top: 36px;
    position: relative;
    background: #7f81ff url(/img/Untitled-1.png) repeat-y right;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
*html .basket {
    height: 130px;
}
.gradient {
    height: 100%;
    width: 62px;
    position: absolute;
    right: 0;
    background: url(/img/gradient.png) repeat-y right;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.your_basket {
    color: #FFFFFF;
    padding-top: 11px;
    padding-left: 13px;
    padding-bottom: 45px;
}
.your_basket h1 {
    font-size: 19px;
    margin-bottom: 8px;
}
.your_basket p {
    padding-left: 21px;
    font-size: 13px;
}
.your_basket a {
    color:red;
    margin-left:-15px;
    margin-right:13px;
}
.price {
    position: absolute;
    bottom: 0;
    width: 228px;
    margin-bottom: 9px;
}
.price b {
    color: #FFFFFF;
    display: block;
    width: 80px;
    float: left;
    margin-left: 15px;
    display: inline;
}
.buy {
    float: right;
    width: 62px;
    height: 21px;
    display: block;
    background: url(/img/buy.png) no-repeat;
    margin-top: 10px;
    margin-right: 13px;
    display: inline;
}
.info {
    margin-top: 30px;
    margin-left: 5px;
    list-style: none; 
    color: #555555;
}
.info li {
    background: url(/img/circle.png) left no-repeat;
    display: block;
    margin-bottom: 6px;
    padding-left: 15px;
}
/* Элементы центральной колонки */
.head {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 52px;
    position: relative;
}
.head a {
    color: #7f81ff;
    font-size: 17px;
    text-decoration: none;
    border-bottom: solid 1px #7f81ff;
    margin-top: 44px;
} 
.head .a {
    float: left;
}
.head .b {
    float: right;
    margin-left: 200px;
    position: absolute;
    left: 0;
}
.center_col h1 {
    font-size: 20px;
}
.list_films {
    list-style: none;
    font-size: 15px;
    margin-top: 15px;
    margin-left: 3px;
}
.list_films li {
    margin-bottom: 16px;
}
.list_films a {
    color: #777;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    line-height: 1.3;

}
.nav {
    margin-top: 20px;
    margin-left: 5px;
}
.nav p {
    font-size: 13px;
    float: left;
    margin-top: 5px;
}
.nav ul {
    float: left;
    list-style: none;
}
.nav ul li {
    float: left;
}
.nav ul li a {
    text-decoration: none;
    color: #FFFFFF;
    width: 29px;
    height: 24px;
    display: block;
    background: #7f81ff;
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    margin-left: 9px;
}
.nav .inactive {
    background: #e5e5e5;
    color: #000000;
}
/* Элементы центральной колонки на странице с описанием */
.content {
    font-family: Calibri, Verdana, Lucida;
}
.content h1 {
    font-size: 2em;
    margin-left: -3px;
    _margin-left: -2px;
    position: relative;
    z-index: 2;
}
.content p {
    margin-top: 14px;
    color: #606060;
    font-size: 14px;
}
.info_2 {
    list-style: none;
    margin-top: 54px;
    font-family: Calibri, Verdana, Lucida;
    padding-bottom: 6px;
}
.info_2 li a {
    text-decoration: none;
    color: #8d8fff;
}
.info_2 li .area:hover {
    border-bottom: 1px dashed #8d8fff;
    padding-bottom: 5px;
}
.price_2 {
    font-family: Calibri, Verdana, Lucida;
    margin-top: 8px;
    overflow: hidden;
    zoom: 1;
}
.price_2 b {
    float: left;
    font-size: 21px;
    margin-top: 5px;
    margin-left: 5px;
}
.price_2 .button {
    float: right;
    width: 100px;
    background: url(/img/button.png) no-repeat;
    width: 130px;
    height: 38px;
    padding-bottom: 3px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 23px;
    font-family: Calibri, Verdana, Lucida;
    color: white;
    border: none;
    text-indent: 15px;
    line-height: 36px;
}
.nav_2 a {
    color: #8d8fff;
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: solid 1px #8d8fff;
    font-family: Calibri, Verdana, Lucida;
    font-size: 17px;
    margin: 26px 5px;
}
.nav_2 .a {
    float: left;
}
.nav_2 .b {
    float: right;
}

.text_why {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 200px;
    background-color: #ffa;
    border: 1px dotted #aa5;
    padding:5px;
    z-index:10;
    text-align:justify;
    display: none;
}
.region select {
    width:227px;
    border: solid 1px #a8a8a8;
    margin-left:-3px;
}

.film_add {
   text-decoration:none;
   width: 20px;
}

.help_link {
    border-bottom: 1px dashed #8a8bff;
}

#changename {
    text-decoration: none;
    border-bottom: 1px dashed #8a8bff;
    color: #8a8bff;
}

#changename_form {
    display: none;
}

.mini {
   color: #888;
   font-style:italic;
   font-size:70%;
   vertical-align: super;   
}

.res {
   margin:10px;
   padding:10px;
}

.error {
   background-color:#d66;
}

#reservation_div td { border: none; text-align: right; padding-right: 4px;}
#reservation_div td.res { border: none; text-align: left;}
#reservation_div td.res ul { list-style-type: none; }

a.film_add {color: #7f81ff; border-bottom: 1px dashed #777;}

a.mark { color: white; background-color: #8d8fff;}
