﻿/* Kolorowe akcje */
#activity_box a.login
{
    background: url("/content/images/MainView/login.png") no-repeat scroll 15px 15px #F9F6E5;
    background-size: 50px 50px;
}

#activity_box a.login:hover
{
    background: url("/content/images/MainView/login.png") no-repeat scroll 15px 15px #EAE7D7;
     background-size: 50px 50px;
}

#activity_box a.mobile
{
    background: url("/content/images/MainView/mobile.png") no-repeat scroll 15px 15px #F9F6E5;
    background-size: 50px 50px;
}

#activity_box a.mobile:hover
{
    background: url("/content/images/MainView/mobile.png") no-repeat scroll 15px 15px #EAE7D7;
     background-size: 50px 50px;
}

#activity_box a.price_list
{
    background: url("/content/images/MainView/price_list.png") no-repeat scroll 15px 15px #F9F6E5;
    background-size: 50px 50px;
}

#activity_box a.price_list:hover
{
    background: url("/content/images/MainView/price_list.png") no-repeat scroll 15px 15px #EAE7D7;
     background-size: 50px 50px;
}

#activity_box a.question
{
    background: url("/content/images/MainView/question.png") no-repeat scroll 15px 15px #F9F6E5;
    background-size: 50px 50px;
}

#activity_box a.question:hover
{
    background: url("/content/images/MainView/question.png") no-repeat scroll 15px 15px #EAE7D7;
     background-size: 50px 50px;
}

#activity_box a.regulations
{
    background: url("/content/images/MainView/regulations.png") no-repeat scroll 15px 15px #F9F6E5;
    background-size: 50px 50px;
}

#activity_box a.regulations:hover
{
    background: url("/content/images/MainView/regulations.png") no-repeat scroll 15px 15px #EAE7D7;
     background-size: 50px 50px;
}



#activity_box a {
    color: #4C4C4C;
    background-color: rgba(204, 210, 222, .2) !important;
    display: block;
    font-weight: bolder;
    height: 45px;
    margin-bottom: 5px;
    padding: 20px 0 10px 90px;
    text-decoration: none;
    width: 400px;
    border: 1px solid rgba(204, 210, 222, .3);
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
}

    #activity_box a:hover, #activity_box a:focus {
        background-color: rgba(204, 210, 222, .2) !important;
        border: 1px solid rgba(204, 210, 222, 1);
    }

    #activity_box a span {
        display: block;
        font-size: 11px;
        font-weight: normal;
        padding-top: 5px;
    }
