body, html {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000;
    font: 62.5% Tahoma, sans-serif;
    min-width: 980px;
    background: #c8c4bf url(../_img/bodybk.png) repeat;
}
table {
    /*table-layout: fixed;*/
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
td {
    vertical-align: top;
    padding: 0;
}
img {
    border: none;
}
a:active, a {
    outline: none;
}
a {
    color: #000;
	text-decoration:none;
}
a:hover {
    color: #F00 !important;
	text-decoration:underline;
}
ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
ul li {
    padding: 0 0 12px 20px;
    background: none;
}
.clear {
    clear: both;
}

td.w185 {
    width: 185px;
}

#divOut {
    background: url(../_img/blackBk3.png) repeat;
    position: relative;
    z-index: 1;
    width:100%;
}
html>body #divOut {
    height: auto;
}

/*верхнее левое меню*/
#headerMenuOut{
    width:100%;
    height:30px;
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    background:#f0f0f0 url('../_img/headerBack.gif') repeat-x;
}


#headerMenu {
    width:980px;
    margin:0 auto;
    height:31px;
    position:relative;
}
#headerMenu.login {
    width: 340px;
    left: 285px;
}
#headerMenu.login #logo {
    margin-left: 80px;
}

#cityMenu {
    position:absolute;
    z-index:11;
    top:0;
    left:147px;
}
#city {
    color:#181514;
    font:1.1em Tahoma, serif;
    padding:7px 8px 0 26px;
    height:23px;
    position: relative;
    z-index:11;
    top:0;
    float:left;
    border-right:1px solid #B8B8B8;
    cursor:pointer;
    overflow: hidden;
}
#city span{
    margin-right:6px;
    padding-right:12px;
    background:url('../_img/cityDown.gif') no-repeat right 7px;
}
#city span:hover{
    color:#E43A21;
    text-decoration:underline;
}
#cityMenu .toggleMenu{
    padding:6px 8px 0 25px;
    background-color:#fff;
    border:1px solid #999;
    border-bottom:none;
}
#cityMenu ul{
    margin:0;
    padding:14px 0 21px 0;
    border:1px solid #999;
    width:163px;
    background-color:#fff;
    font:1.2em Tahoma, serif;
    color:#ccc;
    position: absolute;
    z-index:-1;
    top:29px;
    left:0;
    display:none;
}
#cityMenu li{
    padding:0 0 6px 17px;
}
#cityMenu a{
    color:#000;
    text-decoration:none;
}
#cityMenu a:hover{
    text-decoration:underline;
}
#topLinks{
    position: absolute;
    z-index:11;
    top:7px;
    left:293px;
    font:bold 1.2em Tahoma, serif;
}
#topLinks *{
    text-decoration: none;
    color:#000;
    margin-right:64px;
}
#myMenu {
    position:absolute;
    z-index:11;
    top:0;
    right:0;
    width:155px;
}
#myMenu a {
    color: #000;
    text-decoration:none;
}
#myName {
    float:right;
    position: relative;
    z-index:11;
    top:0;
    padding:8px 28px 0 18px;
    height:22px;
    font:1.1em Tahoma, sans;
    cursor:pointer;
}
#myName span:hover{
    color:#E43A21;
    text-decoration:underline;
}
#myMenu .toggleMenu{
    padding:7px 27px 0 18px;
    background-color:#fff;
    border:1px solid #999;
    border-bottom:none;
}
#myMenu ul{
    margin:0;
    padding:14px 0 14px 0;
    width:155px;
    position: absolute;
    z-index:-1;
    top:29px;
    right:0;
    background-color:#fff;
    border:1px solid #999;
    font:1.2em Tahoma, sans;
    display:none;
}
#myMenu li{
    padding:0 0 6px 0;
    margin:0 11px;
}
#myMenu li.myMenuLast{
    border-bottom:1px solid #ccc;
    padding-bottom:13px;
    margin-bottom:12px;
}
/*блок поделиться*/
#shareMenu {
    width:155px;
    z-index:11;
    position: absolute;
    right: 25px;
    top: 140px;
}
#shareMenu a {
    color: #000;
    text-decoration:none;
}
#shareName {
    float:right;
    position: relative;
    z-index:11;
    top:0;
    padding:8px 28px 0 18px;
    height:22px;
    font:1.1em Tahoma, sans;
    cursor:pointer;
}
#shareName span:hover{
    /*color:#E43A21;
    text-decoration:underline;*/
}
#shareMenu .toggleMenu{
    padding:7px 27px 0 18px;
    background-color:#fff;
    border:1px solid #999;
    border-bottom:none;
}
#shareMenu ul{
    margin:0;
    padding:14px 0 14px 0;
    width:395px;
    position: absolute;
    z-index:-1;
    top:25px;
    right: 0;
    background-color:#fff;
    border:1px solid #999;
    font:1em Tahoma, sans;
    display:none;
}
#shareMenu li{
    padding:0 0 6px 0;
    margin:0 11px;
}
#shareMenu li a{
    color: #006699;
    text-decoration: underline;
}
#shareMenu li.myMenuLast{
    border-bottom:1px solid #ccc;
    padding-bottom:13px;
    margin-bottom:12px;
}

/*блок городов*/
#cities div {
    position: absolute;
    z-index: 11;
    left: -10px;
    top: 35px;
    margin-right: 0;
    padding: 0 15px 2px 10px;
    background: #f0f1f1;
    overflow: hidden;
    width: 125px;
    display: none;
    border-bottom: 1px solid #66666e;
    border-top: 1px solid #66666e;
}
#cities ul {
    font: 1.3em / 1.5em Georgia, sans;
    margin: 0;
    padding: 7px 0 10px 7px;
    float: left;
    list-style: none;
}
#cities i {
    color: #999;
}
#cities li {
    padding: 0;
    line-height: 1.3em;
}
#cities li a {
    text-decoration: none;
    color: #181514;
}
#cities li a:hover {
    color: #181514;
    text-decoration: underline;
}
#cities li img {
    display: none;
}
/**/

/*ссылки афиша клубов*/
#logo{
    position: relative;
    z-index:11;
    font:bold italic 16px Georgia, sans-serif;
    color:#000;
    cursor:default;
    padding:4px 0 0 14px;
}
#logo a{
    color: #181514;
    text-decoration: none;
}
#logo sup, #logo span.shLogo sup {
    font-size: 7px;
    color: #181514;
}
#logo a:hover {
    color:#000 !important;
    border-bottom: 2px solid #000;
}
#page #logo{
    right: auto;
    left: auto;
    width: 480px;
    color: #FFF;
    text-align: left;
    margin-left: 16px;
}
#divOut #logo {
    width: 400px;
}
/**/

/*top menu*/
#topMenu {
    margin: 0;
    padding: 0;
    font: 1.3em "Trebuchet MS", Arial, sans;
    color: #f2d22e;
    clear: left;
    cursor: default;
    background: #6d6d74;
}
body.adminBody #topMenu {
    background: none;
}
#topMenu ul {
    background: #181514;
    margin:0;
    float:left;
    width: 100%;
    padding:8px 0 4px;
}
#topMenu li {
    padding: 8px 18px 4px 16px;
    margin: 0;
    display: inline;
    background-color: #181514;
}
#topMenu li#friendUserTop {
    color: #f2d22e;
}
#topMenu a {
    color: #CCC;
    text-decoration: none;
}
#topMenu a:hover {
    color: #FFF;
    text-decoration: underline;
}
#topMenu span.grey {
    color: #FF0;
}
#topMenu span#dataEvent {
    font: 0.67em Georgia, serif;
    color: #000;
}
#topMenu a#linkClub {
    color: #069;
    text-decoration: none;
}
#topMenu a#linkClub:hover {
    color: #E43A21;
}
#topMenu span#dataEvent span {
    font-size: 1.17em;
    color: #000;
}
/*авторизация*/
#autoriz{
    position:absolute;
    z-index:115;
    top:118px;
    left:50%;
    width:722px;
    margin-left:-372px;
    background:url(../_img/footerBack.png);
    padding:11px;
    font:1.1em Tahoma,sans-serif;
    display: none; 
}
#autorizIn{
    background-color:#fff;
    padding-bottom:45px;
}
#autorizIn h2{
    margin:0;
    padding:14px 0 14px 20px;
    font:1.63em Tahoma,sans-serif;
    border-bottom:2px solid #ccc;
    background-color:#f1f1f1;
}
#autorizIn form{
    margin:0;
    padding:22px 0 31px 20px;
    overflow:hidden;
}
#autorizIn a{
    font-size:1.27em;
    color:#039;
    font-weight: bold;
    text-decoration: none;
}
#autorizIn form div{
    float: left;
    width:252px;
    padding-right:33px;
}
#autorizIn form div#forgetPass{
    clear:left;
    width:670px;
    padding-right:0;
    overflow:hidden;
}
#autorizIn form div#forgetPass div{
    padding:30px 33px 0 285px;
}
#autorizIn form input.inDiv{
    width:240px;
    border: 1px solid #999;
    margin:4px 0 12px 0;
    padding:2px 5px 3px 5px;
    height:18px;
    font:1em Tahoma,sans-serif;
}
#autorizIn form span{
    font-size:1em;
    font-weight:normal;
    text-decoration:underline;
    color:#000;
    cursor:pointer;
}
#autorizIn form span:hover{
    color:#f00;
}
#authButton{
    margin-top:17px;
}
#authButton2{
    margin-top:47px;
}
.closeAu{
    position: absolute;
    top:33px;
    right:31px;
	height:29px;
	width:10px;
    padding-right:15px;
    background:url('../_img/close.png') no-repeat right 4px;
    cursor:pointer;
}
#for_enter{
    border-top:1px solid #ccc;
    margin:0 20px;
    padding-top:35px;
}
.shadow{
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    width:100%;
    background-color:#000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity:0.3;
    opacity:0.3;
}
/*попап событий*/
#eventPopup, #articlePopup{
    position:absolute;
    z-index:115;
    top:50px;
    left:50%;
    width:650px;
    margin-left:-320px;
    background:url(../_img/footerBack.png);
    padding:11px;
    font:1.1em Tahoma,sans-serif;
    color:#000;
    display:none; 
}
#eventPopupIn{
    background-color:#fff;
    /*padding-bottom:15px;*/
    overflow: hidden;
}
#articlePopupIn{
    background-color:#fff;
    padding: 11px 11px 45px 11px;
    overflow: hidden;
}
#eventLink {
    padding:10px 0 10px 18px;
    background-color:#f1f1f1;
}

#newSend{
    position: absolute;
    top: 9px;
    right: 150px;
    z-index:11;
}
#newSend a:hover{
    color:#E43A21;
    text-decoration:underline;
}
#newSend a{
    color:#C00;
    text-decoration:none;
}

#topPopup{
    border-bottom:1px solid #ccc;
    padding:14px 0 21px 50px;
    background-color:#f1f1f1;
}
#topPopup a, #eventLink a{
    color:#069;
}
#topPopup a.iGoLink{
    background-color:#6D8D76;
    color:#fff;
    padding:3px 30px 5px 30px;
    margin-right:52px;
}
#textEventPopup{
    padding:0 25px 10px 25px;
    font:1.2em Arial,sans-serif;
}
#textEventPopup h1{
    margin:28px 0 -1px 0;
    font:1.8em "Times New Roman",serif;
    text-transform:none;
}
#textEventPopup h2{
    margin:28px 0 -1px 0;
    font:1.8em "Times New Roman",serif;
    text-transform:none;
}
#textEventPopup div{
    margin-bottom:32px;
    font-size:0.85em;
}
#textEventPopup p{
    margin:0 0 17px 0;
}
#textEventPopup a{
    font-weight:bold;
}
#recomendPopup{
    font-size:1.1em;
    padding:30px 0 25px 35px;
}
#recomendTitle{
    font:italic 1.3em Georgia,serif;
}
#recomendPopup ul{
    margin:0;
    padding:9px 0 0 0;
    overflow:hidden;
}
#recomendPopup li{
    width:auto;
    float:left;
    margin:0 15px 0 0;
    padding:0 40px 22px 24px;
    border:1px solid #ccc;
}
#recomendPopup li div{
    text-align:center;
	background-color:#F1F1F1;
    border-bottom:1px solid #999;
    padding:14px 0 9px 0;
    margin:0 -40px 19px -24px;
}
#recomendPopup li a{
    color:#000;
}
#recomendPopup li a.placeEvent{
    font-weight:bold;
    text-decoration:none;
}
#recomendPopup li a:hover{
    text-decoration:underline;
}
#reklPopup{
    width:728px;
    height:0px;
    margin:0 auto;
}
#reklPopup img{
    width:728px;
    height:0px;
}

/*среднее белое поле*/
#outDiv {
    margin: 0;
    padding: 60px 16px 44px 16px;
    /*overflow: hidden;*/
    background: #fff url(../_img/outdivBk.png) repeat-x;
    border-top: 4px solid #181514;
    cursor: default;
    min-height: 800px;
}
#outDivAdmin {
    margin: 0;
    clear: both;
    overflow: hidden;
    background-color: #F2EEE6;
}

/*анонсы*/
#anons {
    position:relative;
    background: #fff url(../_img/ad.png) top right no-repeat;
    width: 980px;
    height:90px;
    top:30px;
    left:0;
    margin-bottom:32px;
    overflow: hidden;
    font: 1.6em Tahoma, Arial, sans-serif;
    color: #fff;
}

/*футер*/
#footer {
    z-index: 3;
    height:38px;
    padding:22px 20px 0 20px;
    font: 1.1em Tahoma, sans-serif;
    color:#999;
    background:url(../_img/footerBack.png);
    cursor: default;
    clear: left;
}
#footer div {
    float: left;
    margin-right: 50px;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#footer a:hover {
    color: #999;
}
.addAC {
    color: #ffec00;
}
.YL {
    color: red;
}
.nolink {
    text-decoration: line-through;
    color: #666;
}

/**/
#container {
    position: relative;
    top:0;
    z-index:1;
    width: 980px;
    margin: 0 auto;
    padding: 1px 12px 0 12px;
}
body.clubs #footer {
    margin-top: 50px;
}
body.clubs {
    background: none;
}
body.adminBody #outDivAdmin {
    margin-bottom: 30px;
}
body.adminbody #container {
    padding-bottom: 150px !important;
}

.clubEvent h2.unactive {
    text-decoration: underline;
}
