/**
 * adw-interactive-banner.css
 *
 * @author jjarolim, adwerba
 */

.adw-container {
    background-color: #333;
    position: relative;
}

img.adw-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.adw-marker {
    position: absolute;
    width: 19px;
    height: 19px;
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
}

.adw-marker-active {
    background-position: left -50px;
}

.adw-overlay {
    position: absolute;
    background: white;
}

.adw-description {
    padding: 10px 10px 20px 10px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 14px;
    color: black;
}

.adw-description strong {
    display: block;
    font-size: 15px;
    font-weight: strong;
    margin-bottom: 7px;
}

.adw-description p {
    margin: 0 0 7px 0;
    padding: 0;
}

.adw-description a {
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted black;
}

.adw-description a:hover {
    background-color: rgb(246, 195, 0);
}

.adw-description ul {
    padding: 0 0 0 17px;
    margin: 0;
    list-style-image: none;
}

.adw-description ul li {
    background-image: none;
    list-style-type: disc;
    padding-left: 0px;
}

.adw-overlay .adw-href-close {
    position: absolute;
    width: 19px;
    height: 19px;
    background-position: left -50px;
    background-repeat: no-repeat;
    text-indent: -3000px;
    overflow: hidden;

    cursor: pointer;
}

.adw-below-container {
    position: relative;
    background-color: #ffd630;
    overflow: hidden;
}

.adw-below {
    position: absolute;
    top: 10px;
    left: 20px;
}

.adw-below a:hover {
    background: black;
    color: white;
    border-bottom-color: white;
}

.adw-marker,
.adw-overlay .adw-href-close {
    background-image: url('../Img/interactive-banners-marker.gif')
}