﻿/*....... footer css starts here......*/
.logos_f
{
    width: 250px;
    height: 80px;
    margin-top: 20px;
    float: left;
    background: url(../images/interface/Footer/footer_logo.png) no-repeat left top;
    margin-bottom: 10px;
    margin-left: 30px;
}
.logos_f a.cinemaLogo
{
    width: 186px;
    height: 49px;
    float: left;
}
.logos_f a.kicsLogo
{
    width: 186px;
    height: 42px;
    float: left;
}

#footer .footerLinks
{
    text-align: center;
    width: 650px;
    float: left;
    height: 100px;
    margin-left: 20px;
    margin-top: 7px;
    font-size: 11px;
}

#footer .footerLinks ul
{
    float: left;
}
#footer .footerLinks ul li
{
    text-align: left;
    list-style: none;
    line-height: 24px;
    display: inline-block;
    clear: none;
    list-style-type: none;
    padding-right: 0px;
    white-space: nowrap;
    width: 187px;
}

#footer .footerLinks ul li a
{
    text-decoration: none;
    color: #FFF;
}
#footer .footerLinks ul li a:hover
{
    text-decoration: underline;
    color: #FFF;
}

#footer .login_box
{
    width: 210px;
    height: 80px;
    padding: 5px 5px 5px 5px;
    color: #000;
    line-height: 23px;
    background: #FFF;
    position: absolute;
    left: 750px;
    top: 10px;
}

#footer .login_box strong
{
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin:0px;
    line-height: 18px;
    text-align: center;
}
#footer .login_box p
{
    clear: both;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    
}

#footer .login_box .memberButtons
{
    position: relative;
    clear: both;
    width: 100%;
    height: 25px;
    text-align: center;
    margin-top: 5px;
}

#footer .login_box .memberButtons a:link, #footer .login_box .memberButtons a:visited
{
    border: 1px solid #000000;
    display: inline-block;
    color: #FFF;
    width: 70px;
    text-decoration: none;
    margin: 0 3px 0 3px; /*Margin between each menu item*/
    padding: 0px 10px 0px 10px; /*Padding within each item*/
    background-color: #1e88c4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

#footer .login_box .memberButtons a:hover, #footer .login_box .memberButtons a:active
{
    background-color: #000000;
    color: white;
    text-decoration: underline;
}
