body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #2B4A49;
    font-size: 12px;
}

a {
    color: #2B4A49;
    text-decoration: underline;
}
a:hover {
    color: #2B4A49;
    text-decoration: none;
}

#bar {
    position: fixed;
    bottom: -204px;
    top: auto;
    left: 0px;
    right: 0px;
    height: 200px;
    background: #ffffff;
    border-top: 4px solid #cccccc;
    z-index: 10000;
}
#bar #main {
    width: 970px;
    background: #fff;
    margin: 0px auto;
}
#bar #main ul.menu {
    list-style: none;
    width: 970px;
    border-bottom : 1px dotted #99ccff;
    margin: 0px 0 10px 0;
    padding: 10px 0 10px 0;
}
#bar #main ul.menu li {
    float: left;
    margin-right: 40px;
}

#bar #main ul.menu li a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

#bar #main ul.menu li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #000000;
}


#bar #main #container {
    height: 100px;
    width: 970px;
    overflow: hidden;
}

#bar #main #container ul {
    list-style: none;
    margin: 0px;
    padding: 0px ;
}

#bar #main #container ul li {
    float: left;
    margin: 0 40px 8px 0;
}

#bar #main #container ul li a {
    color: #ed228e;
    text-decoration: none;
    padding: 2px;
}

#bar #main #container ul li a:hover {
    color: #000000;
    text-decoration: none;
    background: #f1f1f1;
    border-bottom: 1px dotted #cecece
}

#bar #main .footer {
    border-top: 1px dotted #99ccff;
    margin: 10px 0 0 0;
    padding: 10px 0 0px 0;
    position: relative;
    width: 970px;
}

#bar #main .footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px ;
}

#bar #main .footer ul li {
    float: left;
    margin: 0 10px 0 0;
}

#bar #main .footer ul li a {
    color: #ed228e;
    text-decoration: none;
    padding: 2px;
    font-weight: bold;
}

#bar #main .footer ul li a:hover {
    color: #000000;
    text-decoration: none;
    background: #f1f1f1;
    border-bottom: 1px dotted #cecece
}
#bar #main .footer div.button {
    position: absolute;
    top: 9px;
    right: 0px;
}

#bar #main .footer div.button img {
    margin-left: 10px;
    cursor: pointer;
}

#wrapper {
    width: 970px;
    background: #fff;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

#footer {
    line-height: 18px;
    text-align: center;
    padding: 25px;
    border-top: 1px dotted #9CF;
}

.justify {
    text-align: justify;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    width: 0px;
}

#header_link {
    width: 970px;
    height: 37px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px dotted #99ccff;
    margin-bottom: 30px;
}

/* LOGO */

#header_link h1 {
    margin : 0px;
    position: absolute;
    background: url(../img/header_logo.gif) no-repeat;
    top: 0px;
    left: 0px;
    width: 262px;
    height: 62px;
    cursor: pointer;
    text-indent: -1000000px;
}

#header_link h1:hover {
    background: url(../img/header_logo_h.gif) no-repeat;
}

/* END LOGO */

/* MENU */

#header_link ul {
    width: 377px;
    height: 38px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 593px;
    padding: 0px;
    margin: 0px;
}

#header_link ul li {
    float: left;
}

#header_link ul li a {
    background-image: url(../img/header_menu.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 38px;
    text-indent: -1000000px;
}

#header_link ul li a.m_3xtoday {
    background-position: 0 0;
    width: 92px;
}

#header_link ul li a.m_3xtoday:hover {
    background-position: 0 -38px;
    width: 92px;
}

#header_link ul li a.m_megaloverapid {
    background-position: -92px 0;
    width: 161px;
}

#header_link ul li a.m_megaloverapid:hover {
    background-position: -92px -38px;
    width: 161px;
}

#header_link ul li a.m_forum {
    background-position: -253px 0;
    width: 79px;
}

#header_link ul li a.m_forum:hover {
    background-position: -253px -38px;
    width: 79px;
}

#header_link ul li a.m_megaloverapidblog {
    background-position: -332px 0;
    width: 45px;
}

#header_link ul li a.m_megaloverapidblog:hover {
    background-position: -332px -38px;
    width: 45px;
}

/* END MENU */

/* BIG BANNER */

#impression {
    width: 970px;
    height: 400px;
}

.im_i_01 {
    background: url(../img/banner_01.jpg);
}

.im_i_02 {
    background: url(../img/banner_02.jpg);
}

.im_i_03 {
    background: url(../img/banner_03.jpg);
}

.im_i_04 {
    background: url(../img/banner_04.jpg);
}

.im_i_05 {
    background: url(../img/banner_05.jpg);
}

.im_i_06 {
    background: url(../img/banner_06.jpg);
}

.im_i_07 {
    background: url(../img/banner_07.jpg);
}

.im_i_08 {
    background: url(../img/banner_08.jpg);
}

.im_i_09 {
    background: url(../img/banner_09.jpg);
}

.im_i_10 {
    background: url(../img/banner_10.jpg);
}

.im_i_11 {
    background: url(../img/banner_11.jpg);
}

.im_i_12 {
    background: url(../img/banner_12.jpg);
}

.im_i_13 {
    background: url(../img/banner_13.jpg);
}

/* END BIG BANNER */

.ads_large {
    border-top: 1px dotted #99ccff;
    margin: 30px 0 0 0;
    width: 970px;
    padding: 30px 0 0 0;
    text-align: center;
}

.ads_large_bottom {
    border-top: 1px dotted #99ccff;
    width: 970px;
    padding: 30px 0 30px 0;
    text-align: center;
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px dotted #9CF;
    border-top: 1px dotted #9CF;
    margin: 30px 0px 30px 0px;
    color: #999999;
}

.note, .team {
    border: 1px solid #e6db55;
    background-color: #ffffe0;
    background-image: url(../img/btn_info.png);
    background-repeat: no-repeat;
    background-position: 8px 12px;
    padding: 10px 30px 10px 30px;
    margin: 0 20px 40px 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
}

.note p {
    margin: 0px;
}

.note div.button {
    position: absolute;
    top: 12px;
    right: 8px;
    width: 16px;
    height: 16px;
    background: url(../img/btn_refresh.png) no-repeat;
    cursor: pointer;
}

.team {
    background-image: url(../img/btn_team.png);
    padding: 10px 8px 10px 34px;
    display: none;
}

.black {
    color: #000000;
}

.paging {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 20px 0px 20px 0px;
    border-top: 1px dotted #9CF;
    margin: 0px;
    text-align: right;
    color: #999999;
}

.heading a:link, .heading a:visited, .heading a:active, .paging a:link, .paging a:visited, .paging a:active {
    color: #000000;
    text-decoration: none;
}

.heading a:hover, .paging a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #000000;
}

#movie_view {
    width: 970px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0px 0px 0px 0px;
}

#movie_view li {
    float: left;
    margin-bottom: 30px;
}

#movie_view li.left {
    width: 250px;
    padding-right: 15px;
}

#movie_view li.right {
    width: 689px;
    padding-left: 15px;
    border-left: 1px dotted #9CF;
}

#movie_view li img {
    border: 3px solid #9ccccc;
    padding: 2px;
}

#movie_view li img:hover {
    border: 3px solid #0C3;
    padding: 2px;
}

#movie_view li h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

#movie_view li h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    line-height: 18px;
    font-weight: normal;
}

#movie_view li h3 a:link, #movie_view li h3 a:visited, #movie_view li h3 a:active {
    color: #ed228e;
    text-decoration: none;
    padding: 2px;
}

#movie_view li h3 a:hover {
    color: #000000;
    text-decoration: none;
    background: #f1f1f1;
    border-bottom: 1px dotted #cecece
}

.class_list, #new_list, #movie_list2 {
    width: 970px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0px 0px 0px 0px;
}

#new_list li, #movie_list2 li {
    width: 220px;
    text-align: center;
    height: 300px;
    overflow: hidden;
    float: left;
    padding: 0px 14px 0px 15px;
    margin-bottom: 30px;
    border-right: 1px dotted #99ccff;
}

#new_list li {
    margin-bottom: 0px;
}

.class_list li {
    width: 220px;
    text-align: left;
    float: left;
    padding: 0px 14px 0px 15px;
    margin-bottom: 30px;
    border-right: 1px dotted #99ccff;
}

#new_list li {
    text-align: left;
    height: 250px;
}

.class_list li.left , #new_list li.left, #movie_list2 li.left {
    padding-left: 0px;
}

.class_list li.right, #new_list li.right, #movie_list2 li.right {
    padding-right: 0px;
    border-right: 0px;
}

#new_list li form {
    margin: 10px 0 10px 0;
}

#new_list li form input {
    width: 208px;
    border: 3px solid #9ccccc;
    padding: 3px;
    font-weight: bold;
    color: #ed228e;
}

#new_list li form input:hover, #new_list li form input:focus {
    border: 3px solid #00cc33;
}

.searchform {
    margin: 0px;
    width: 970px;
    text-align: center;
}

.searchform input {
    width: 500px;
    border: 3px solid #9ccccc;
    padding: 3px;
    font-weight: bold;
    color: #ed228e;
}

.searchform input:hover, .searchform input:focus {
    border: 3px solid #00cc33;
}

.class_list li img, #new_list li img, #movie_list2 li img {
    border: 3px solid #9ccccc;
    padding: 2px;
}

#new_list li img {
    margin: 10px 0 10px 0;
}

.class_list li img:hover, #new_list li img:hover, #movie_list2 li img:hover {
    border: 3px solid #0c3;
    padding: 2px;
}

.class_list li h1, #new_list li h1, #movie_list2 li h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    line-height: 20px;
    color: #000000;
}

.class_list li h1 a, #new_list li h1 a, #movie_list2 li h1 a {
    color: #000000;
    text-decoration: none;
}

.class_list li h1 a:hover, #new_list li h1 a:hover, #movie_list2 li h1 a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #000000;
}

.class_list li p, #new_list li p, #movie_list2 li h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    line-height: 18px;
    font-weight: normal;
}

.class_list li p a, #new_list li p a, #movie_list2 li h3 a {
    color: #ed228e;
    text-decoration: none;
    padding: 2px;
}

.class_list li p a:hover, #new_list li p a:hover, #movie_list2 li h3 a:hover {
    color: #000000;
    text-decoration: none;
    background: #f1f1f1;
    border-bottom: 1px dotted #cecece
}