/* ALL */
html, body {
    margin:0px; padding:0px;

    position:relative;
    background-color: #F7FFFF;
    min-width: 1124px;
}


.shapka_left{background: url('../images/shapka_left.jpg') no-repeat; width: 747px; height: 425px;text-align:left; vertical-align: top;}
.shapka_left a{color: #FFFFF0;font-size: 16px; font-weight: bold;}
.shapka_right{background: url('../images/shapka_right.jpg') no-repeat; width: 277px;height: 425px; vertical-align: bottom; }
.shapka_center{background: url('../images/shapka_center.jpg') repeat-x;height: 425px;}

.fast_links{position: absolute; left: 680px; top: 0px; font-size: 20px; 
            margin: 0px; padding-left: 10px; padding-top: 15px; padding-bottom: 5px;
            border-left: solid 4px #16749C; border-bottom: solid 1px #16749C;}
.fast_links_item{list-style: none; margin: 0px; padding: 0px;}
.fast_links_item a{color: #FFFFF0;}

.link_style{
    text-decoration: underline;
    cursor: pointer;
}

.f_input{
    display: block;
    margin: 5px;
}

.main_header{font-size: 22px; color: black; text-align: left;}

.enter {color: green; font-weight: bold; cursor: pointer;}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}


.justify{
    text-align: justify;
}


h1{
    font-size: 20px;
    font-weight: bold;
}


/* slider */

#page-wrap { background: white; width: 20px; margin: 0 auto; padding: 5px 0; }

#slider { background: url(../images/slider/slider-bg.jpg) no-repeat;
          background-color: #fcfcfa;  
          height: 450px; 
          width: 235px;
          overflow: hidden;
          position: relative; 
          margin: 0px 0; }
                                  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */                                  
#mover  { width: 2880px; position: relative; }

.slide   { padding: 5px; width: 230px; float: left; position: relative; }
.h1slide  { font-family: Helvetica, Sans-Serif; font-size: 18px; 
             letter-spacing: -1px;
             color: #ac0000; font-weight: bold;
             margin-bottom: 4px;}
.pslide       { color: #999; font-size: 12px; 
                line-height: 22px; width: 230px; 
                margin-top: 185px; }
       
.pslide b {color: black; font-size: 18px;}
                
.sdesc{font-size: 16px; color: black; margin: 7px; }
                
.imgslide     { position: absolute; top: 5px; right: 10px; max-height: 180px; max-width: 220px; border: 2px solid #7d8d9b;}

.slideall { color: #008000; font-size: 12px; float: right; margin-right: 10px;}

#slider-stopper  { position: absolute; top: 1px; right: 20px; 
                   background: #ac0000; color: white;
                   padding: 3px 8px; font-size: 10px; 
                   text-transform: uppercase; z-index: 1000; }
#all-afisha-link{position: relative; right: 0px; bottom: 16px;}                   
/* end slider */
/* AFISHA */

.redday_info{padding: 5px;}
.redday_pic{float: left; margin: 10px; border: 2px solid #b3c4d4;}

.action_info{padding: 5px;}
.action_more{padding: 5px;}

.action_pic{float: right; margin: 10px; border: 2px solid #b3c4d4;}

.soc_comments{clear: left;}

.afisha_snipet{ padding: 5px; width: 230px; float: left; position: relative; border-right: 1px solid #d1d6db; border-top: 1px solid #d1d6db; height: 500px;}
.imgafisha     { position: absolute; top: 5px; left: 10px; max-height: 180px; max-width: 220px; border: 2px solid #7d8d9b;}

.afisha_all { height: 900px; overflow: auto; }
.afisha_date{font-size: 20px;}
/*end AFISHA*/

/* FORMS ALL*/
.button{
    border: none;

}


/* MAIN */



/* SEARCH */
 .searced_text {background-color: #FFFFC0;}

.search_line{
    text-align: right;
    font-size: 14px;
    width: 450px;

}

.search_line #query{
    font-size: 14px;
    width: 300px;
    border: 1px green solid;
}


#topfield{
    background: url('../images/top1.jpg');
    border: 2px solid #008000;
}



.head {
    height:80px;
    background:#9F89B6;

    background: url('../images/top_centerN.jpg') repeat-x;
}

#container {

    position:relative;
    min-width: 1024px;
    width: 100%;

    margin:0;
    padding: 0;
    overflow: visible;
    background: #F7FFFF url('../images/border_left_col.jpg') left repeat-y;


}

#left {
    /* position:absolute;
    left: 0px;
    top:0px;*/

    float: left;
    width:200px;
    position: relative;

    background: #edd9cb;

    border-right: 2px solid black;





}

.left_content{
    padding: 10px;



}

#center {

    /*  border-top: 2px solid #000000; */
    margin-left:202px;
    margin-right:255px;
    position:relative;
    display:block;
    border-top: 2px solid black;
    background-color: #F7FFFF;
    padding: 0px;

}

#right {
    position:absolute;
    right: 0px;
    top:0px;
    width:250px;
    padding: 0px;

    padding-left: 10px;
    padding-bottom: 10px;
    color: #000000;
    margin-left: 5px;
    background-color: #d2e0ed;
    border-left: 2px solid black;
    border-bottom: 2px solid black;



}


.content{
    padding: 20px ;




}

.clear {
    clear:both;
}


.foot {
    border-top: 2px solid black;
    display:block;
    height:60px;

    background-color: #b8a83a;

    color: #C0C0C0;
    font-weight: bold;
    width: 100%;
    padding:0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;

}

.foot a{
    color: #C0C0C0;
}


/* LOGIN */
.login{

    margin-left: 2px;
    width: 195px;
    height: 176px;
    background: url('../images/login_bg.jpg');
    background-repeat: no-repeat;
    padding: 10px;

    font-size: 12px;
    color: #000000;
}



.login a{
    color: #000000;
}


.hello{
    font-size: 14px;
    text-align: center;
}

.login ul{
    margin: 0px;

    list-style: none;

}


.story{
    text-align: justify;
    padding: 8px;
}

.story img{
    border: none;
    margin: 8px;
}

/* ERRORS*/
.error#panel{
    margin: 20px;
    border: 2px #FFC0C0 solid;
    background-color: #FFFFF0;
}

.error#title{
    font-size: 22px;
    font-weight: bold;

    margin: 20px;
}

.error#content{
    padding-left: 10px;
}

/*SHORT STORY */
.shortstory{
    background: url('../images/content_bg.jpg') repeat;
    border: solid #FFFFF0 2px;

}


.shortstory #title{
    background: #FFFFF0;
    font-style: italic;
}


/*  MENU  */
.menu_razd_name
{
    margin-bottom: 2px;
    margin-top: 10px;
    font-size: 20px;
    font-style: italic;
}

.sidebar h4
{
    background: url('../images/h4-bg.gif') no-repeat;
    height: 24px;
    font-weight: normal;
    color: #11305f;
    padding: 9px 0 0 30px;
    cursor: pointer;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: bold;

}

.sidebar h4.active
{
    background-position: 0 -33px;
    color: green;
    text-decoration: none;



}

.sidebar ul{
     background: url('../images/main_menu_item_left_bg.png') repeat-y;
    background-position: left;
    list-style: none;
    margin-left: 20px;
    padding-left: 10px;
}

.sidebar ul li
{
    padding: 5px 0 13px 5px;
    font-weight: bold;
    background-color: #edd9cb;


}

.sidebar ul li a
{
    color: #11305f;
}


/* INSTR*/
.instr_list_container{
    border-top: 1px solid black;
    margin-top: 8px;
    padding: 8px;

}

.instr_list{
    font-size: 12px;
    list-style: none;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    padding-top: 10px;
}

.instr_list a{color: black;}

/* TAGS */
.tags{

    padding: 10px;
    background: #FFFFFF;

}

.tags a{
    color: #000000;
}

.new_articles{

    padding: 10px;
    background: #FFFFFF;
}

.new_articles_list
{
  list-style:none;
  margin: 0px;
  padding: 0px;
}

.new_articles_list li
{
  margin: 0px;
  padding: 0px;
  padding-top: 7px;

}
.new_articles_list li a
{
    font-size: 18px;
  font-weight: bold;


}

.top_item_c{
  color: #5B5B3C;
}
.top_item_n{
  color: #1C2D1C;
}


.article_header{
    background-color: #DAF8DA;
    border: 1px solid #C0FFFF;
    font-size: 24px;
}

.article_header a{
    color: #580058;
    /* text-decoration: none; */
}





#links a{
    color: green;
    font-size: 18px;
    font-style: italic;

}

/* TOP */
.top{
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    background: #FFFFFF;
}

.top_item{
    font-size: 14px;
    font-weight: bold;
    color: #005858;


}


/* SPEED BAR*/
.speedbar {
    color: #000080;
    font-weight: bold;
}
.speedbar a{
    /* text-decoration: none; */
    color: #005858;
    font-family: monospace;
}

/* FULLSTORY */
.fullstory{
    background: url('../images/content_bg.jpg') repeat;
    border: solid #FFFFF0 2px;
}


/* COMMENTS */
.comments{
    background: #FFFFF0;
    border: 1px solid #FFFF00;
    padding: 20px;
}

.comments_actions{
    font-size: 14px;
    font-family: monospace;
    font-weight: bold;
}

.comments_signature{
    font-style: italic;

}

comments_info{

}

comments_title{
    font-family: sans-serif;

}

/* STATIC */
.static_content{

}

.static_description{
    margin: 10px;
}

/* REGISTRATION */
.reg{
}

.reg #f_elem{
    width: 230px;
    font-weight: bold;
}


/* ADD ARTICLE */
.addArticle{
}

/* SEARCH RESULT */
.title{
    padding: 3px;
    color: black;
    font-size: 16px;
    background-color: #CDD7C8;
}


/* TOP MENU*/
.top_menu_layer{
    background-color: #000000;


}

#jsddm{
    margin: 0;
    padding: 0;
}

#jsddm li{
    float: left;
    list-style: none;
    font: 12px Tahoma, Arial
}

#jsddm li a{
    display: block;
    background: #000000;
    padding: 5px 12px;
    text-decoration: none;
    border-right: 1px solid white;
    width: 60px;
    color: #EAFFED;
    white-space: nowrap;
    font-weight: bold;
}

#jsddm li a:hover{
    background: #1A4473
}

#jsddm li ul{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white
}

#jsddm li ul li{
    float: none;
    display: inline
}

#jsddm li ul li a{
    width: auto;
    background: #008000;
}

#jsddm li ul li a:hover{
    background: #005800;
}



/* HOME PAGE */
.home{

    margin: 0px;

    text-align: justify;



}


.home img{
    margin: 10px;
}


.home_content{
    font-size: 16px;
    font-family: sans-serif;


}

.home_subtitle{text-align: left;}

.home_right_instr_title
{
    float: left;
    color: green;
    font-size: 20px;
    font-weight: bold;
}



.home_right_instr_text{
    margin-right: 25px;
    font-size: 14px;
}

.home_right_instr_full{
    float: right;
    font-size: 14px;
    font-style: italic;
}

.home_apl_list{
   list-style: disc;


}

.home_apl_list_item{
    font-size: 16px;
    margin-bottom: 4px;


}

.chord_list
{
  height: 400px;
  overflow: scroll;

}


.readall
{       
    
    font-size: 20px;
    color: #008000;
    font-weight: bold;
    margin-right: 20px;
}


.new_in_club
{
    background-color: #FFFFFF;
    padding: 5px;

}

.home_club_preview_title{
    width: 100%;
    font-style: italic;
    font: 22px verdana,sans-serif;
    text-align: right;
    margin-bottom: 8px;
}

.home_club_preview{
padding: 5px;
 border: 1px dotted black;
 border-bottom : none;
}

.home_club_preview_link{
 padding: 5px;
 border: 1px dotted black;
 border-top : none;
}

.home_club_preview_pic{
    max-height: 200px;
    max-width : 120px;
    float: right;
    border: none;
}

.home_club_preview_only_pic{
    max-width: 350px;
    max-height : 350px;
    border: none;

}

.home_club_name{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.home_club_name a{
     font-size: 20px;
     color: green;
}

/* USER INFO */
.user_table{

}

.user_options{

}

.user_table a, .user_options a{
    color: green;
}


/* BOARD */
.board{

}

.board_item{
    border: 1px solid black;
    margin: 5px;
    padding: 2px;
}

.board_item #title{
    font-size: 22px;
    color: green;
}
.board_item #price{
    font-size: 28px;
    text-align: center;
}
.board #img{
    margin: 5px;
}

.board_category{
    font-size: 24px;
    width: 100%;
}

.board_content{
    padding: 25px;
    background-color: #E0E0E0;
}


/* STORE */
.store_compare_table{
    vertical-align: middle;

}
.store_compare_table th
{text-align: center; font-size: 14px;}

/* BEST GOODS */
.best_offer{
    width: 180px;
    height: 180px;
    background: url(../images/best_background.jpg) no-repeat;

    text-align: center;
    vertical-align: top;
    padding-top: 5px;
    margin-bottom: 10px;



}

.best_offer_title{
    margin: 5px;
    margin-bottom: 5px;
    color: #DAEE20;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;

}

.best_offer_price{
    text-decoration: underline;
    position: relative;
    bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;

    margin-top: 0px;
    vertical-align: bottom;
    width: 160px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
    color: #8A0003;
    background-color: #FFFFC0;


    filter:alpha(opacity=80);

    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

}

.best_price{
    font-weight: bold;
    font-size: 26px;
    color: red;
}

.best_offer_pic{
    height: 100px;
    width: 170px;

}

/* CATALOG*/

.catalog_letter{
    padding: 5px;
    font-weight: bold;
}
.catalog_letter a{color: green;}

.catalog_element_list{
    margin: 0px;
    list-style: none;
    background-color: #FFFFFF;
}

.catalog_element_img{border: none;}

.catalog_element{
    padding: 2px;
    vertical-align: middle;

}

.catalog_item_descr{
    border : dotted 1px black;
}

.catalog_item_descr td{
    border-left: dotted 1px black;
    border-bottom : dotted 1px black;
    padding: 5px;

}

.catalog_region{
    font-size: 22px;
}

.catalog_self_tutor{
    font-size: 24px;

}

.catalog_video{

}

.catalog_mini{
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;


}


/*APL*/
.apl_all{
    overflow: scroll;
}

.apl_all_table{

    text-align: center;

}

.apl_all_table tr td{
    border-right: 1px solid black;
    border-left: 1px solid black;
    padding-top: 3px;
    padding-bottom: 3px;


}

.apl_pipe_bg{
    background: url(./../../../uploads/images/apl/pipebg.jpg) repeat-y center;
}

.tdnotes{
    background: url(./../../../uploads/images/apl/ns.jpg) repeat-x;
    height: 59px;


}

.notesign{ font-size: 12px; padding: 1px;}


/* CLUB */
.club_home_content{

}

.join_club{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #8080FF;
    margin: 10px;
}

.club_home_leftside{

    margin-right: 8px;

}

.club_home_rightside{
    width: 190px;
    float: right;
    font-size: 90%;
    border-left: 1px dotted black;
    padding-left: 5px;
}

#rules{
    border: 1px solid black;
    font-size: 95%;
    padding: 20px;
}

.newPost{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: green;
}


.visual_header{
    font-size: 80%;

}
.visual_header a{
       color: black;
}

/* POST */
.club_post{
    padding: 15px;
    
    background-color: #FFFFFF;
    border: 1px #D0D0D0 solid;
    font-size: 1em;

    word-spacing: 0.8ex;
    letter-spacing: 0.2ex;

    margin-top: 20px;

}

.club_post img{
    max-width: 400px;
    margin-top: 20px;
}
.club_post_pic{
    border: 1px #D0D0D0 solid;

}

.club_post_date
{
    font-size: 10px;
}
.post_tools{
    font-size: 10px;
}

.club_pages{
    text-align: center;
    width: 100%;
}

.club_post_sign{

    margin-bottom: 50px;
    vertical-align: middle;
    font-style: normal;

    font: 12px verdana,sans-serif;
    border-top: 1px solid black;

}

.club_post_rating{
    font-size: 22px;
    font-weight: bold;
    margin: 2px;
    margin-left: 10px;
    vertical-align: middle;
    font-style: normal;

}

.club_vote{

    cursor: pointer;
    width: 20px;
    font-size: 12px;
    height: 14px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    border-style: groove;
    border-color: #F0F0F0;
    background-color: #D0D0D0;
    color: black;
    font-weight: bold;
}

/* CLUB COMMENTS */
.comment_tree_item{
    margin-left: 20px;
}

.comment_tree{
 list-style: none;
 padding-left: 20px;
}


.club_comment{
    padding-right: 10px;
    padding-top: 5px;
    padding-left: 5px;
    margin-left: 30px;
    padding-bottom: 10px;
    border: 1px solid #E0E0E0;
    background-color: #F7FFFF;
    margin-bottom: 2px;


}

.club_comment_sign{
    margin-bottom: 10px;
    vertical-align: middle;
    font-style: italic;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    color: #585858;
}

.club_comment_sign a{
    color: #808080;
}

.club_comment_rating{
    font-size: 14px;
    font-weight: bold;
    margin: 2px;
    margin-left: 10px;
    vertical-align: middle;
    font-style: normal;
    color: #C0C0C0;
}


/* WALL*/
.wall_date{
    font-size: 10px;
    color: #969696;
}

.wall_sign{
    font-size: 11px;
    color: #969696;

}

.wall_sign a{color: green;}

.wall_content{
 font-size: 16px;
}

.wall{
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
}

.wall li{
    list-style: none;
    border-bottom: #585858 1px dotted;
    padding: 3px;
    margin-left: 0px;
}

/*CLUB LIST*/
.club_list_table
{
    margin-bottom: 10px;

}
.club_list_logo{
 border: none; float: right;
 margin: 10px;
}

.club_list_cell_header{
    vertical-align: top;
    text-align: left;
    font-size: 24px;
}

.club_list_cell_header h3 a{color: #005800}

.club_list_cell_status{
    vertical-align: top;
    text-align: left;
}

.club_list_cell_desc{
    vertical-align: top;
    text-align: left;
}

.club_list_cell_logo{
    vertical-align: top;
    text-align: right;
    padding: 10px;
}

.club_list_rules{
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #D0D0D0;
  padding: 10px;
}

.club_list_item{
    border: 2px solid #000000;
    background-color: #F7FFFF;
    margin-bottom: 20px;
    padding: 10px;
}

/* BLOCKS */

.block1{

}

.block2{
    text-align: left;
    z-index: 1;

    margin-left: 5px;

}

.right_block{
    width: 230px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;


}


.block_left{
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  width: 190px;
}
