﻿#Sponsored {
    width: 300px;
    height: 500px;
    background-color: #ffffff;
    border: 1px solid #A00000;
}

    #Sponsored table {
        border-spacing: 0px;
        border: none;
    }

    #Sponsored tbody {
        border: none;
    }

.container {
    width: 280px;
    height: 30px;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #A00000;
}

.switchHolder {
    width: 280px;
    height: 30px;
    background-color: #D8D8D8;
    border-radius: 15px;
    box-shadow: #000000 1px 1px 2px inset;
    cursor: pointer;
}

.switch {
    border-radius: 15px;
    background-color: #EE7DAB;
    width: 140px;
    height: 28px;
    padding-top: 2px;
    box-shadow: #000000 0px 0px 5px;
    cursor: pointer;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    text-align: center;
    position: absolute;
}

    .switch:hover {
        box-shadow: #000000 0px 0px 1px;
    }


.switchTextOne {
    width: 140px;
    position: absolute;
    z-index: 0;
    font-size: 15px;
    text-align: center;
    color: #4EB0FA;
    margin: 5px auto auto auto;
}

.switchTextTwo {
    width: 140px;
    position: absolute;
    z-index: 0;
    font-size: 15px;
    text-align: center;
    color: #EE7DAB;
    margin: 5px auto auto 140px;
}

.switch span {
    font-size: 15px;
    vertical-align: middle;
    color: #ffffff;
}

.SponsoredData {
    min-height: 425px;
}

.plate {
    height: 85px;
    background-color: transparent;
}

.photo {
    /*width: 100px;*/
    width: 75px;
    height: inherit;
    float: left;
    margin-left: 0px;
    position: absolute;
    z-index: 10;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

.SponsoredPicture {
    height: 65px;
    width: 50px;
    margin: 10px auto auto auto;
    border: 2px solid #ffffff;
    box-shadow: #000000 0px 0px 5px;
    background-size: cover;
}

.description {
    /*width: 200px;*/
    width: 225px;
    height: inherit;
    float: right;
    /*margin-left: 100px;*/
    margin-left: 75px;
    position: absolute;
    z-index: 9;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    color: #EE7DAB;
}

.SponsoredDescription {
    font-size: 11px;
    margin: 10px 5px 10px 5px;
    cursor: default;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

.SponsoredName {
    margin: 0px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

.SponsoredDescription:hover {
    background-color: rgba(128, 128, 128, 0.2);
}

.SponsoredFooter {
    border-top: 1px solid #A00000;
}

    .SponsoredFooter a {
        text-decoration: none;
        color: #A00000;
        font-size: 12px;
        margin: 0px 0px 0px 10px;
    }

.plate:hover .SponsoredDescription {
    overflow-y: scroll;
    height: 70px;
    background-color: rgba(128, 128, 128, 0.2);
    box-shadow: #000000 0px 0px 5px;
}

.shortDescription {
    display: block;
}

.fullDescription {
    display: none;
}

.plate:hover .shortDescription {
    display: none;
}

.plate:hover .fullDescription {
    display: block;
    margin: 3px;
}
