* {
    padding: 0px;
    margin: 0px;
}

html, body {
    height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    background-color: #eee;
    color: #222;
    margin: 0px;
}

h1, h2, h3, h4 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 6px;
}


a, a:link, a:active, a:visited {
    color: #1e1e1e;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a img {
        border: 0;
    }

    a.more {
        text-decoration: none;
        float: right;
        font-weight: bold;
        padding: 0 5px;
    }



.container {
    border: solid 3px #eaeaea;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #FCF4D1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#FCF4D1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#FCF4D1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#FCF4D1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#FCF4D1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#FCF4D1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#FCF4D1',GradientType=0 ); /* IE6-9 */
    padding: 5px;
    overflow: hidden;
}

.photo, .image IMG {
    float: left;
    margin: 0 5px 8px 0;
    border: solid 1px #ddd;
    max-height: 70px;
    max-width: 100px;
}

#ticker {
    margin-bottom: 4px;
}


#mostRecent {
    height: 20px;
    padding: 0px;
    margin: 11px 0 11px 0;
}

    #mostRecent a {
        font-weight: bold;
    }


#mostRecentContent {
    height: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 11px;
}

#mostRecentContentContent {
    padding: 5px 0px 0px 3px;
    height: 17px;
}



#last-ads h3 {
    line-height: 35px;
    padding-left: 3px;
}

#last-ads ul, #popular-categories ul, #left .menu ul {
    margin: 0px;
}

#last-ads .inner {
    border-top: solid 5px #eaeaea;
    height: 100%;
    overflow: hidden;
}

    #last-ads .inner ul {
        list-style: none;
    }

        #last-ads .inner ul li {
            background-image: URL('/Images/Front/repeater-line.gif');
            background-position: bottom left;
            background-repeat: repeat-x;
            padding: 15px 3px 20px;
            height: 70px;
            overflow: hidden;
        }

            #last-ads .inner ul li .image, .ad-list .a-item .image {
                float: left;
                margin-right: 12px;
                width: 92px;
                height: 67px;
                overflow: hidden;
            }

                #last-ads .inner ul li .image img, .ad-list .a-item .image img, .ad-special .image img {
                    border: solid 1px #c5c5c5;
                }

            #last-ads .inner ul li div.information {
                float: left;
                width: 221px;
            }

                #last-ads .inner ul li div.information a {
                    display: block;
                    color: #1e1e1e;
                    text-decoration: none;
                    line-height: 16px;
                }

                    #last-ads .inner ul li div.information a:hover, #place-an-ad a:hover, fieldset .buttons .btn-next-step:hover, .content-frame .buttons .btn-next-step:hover, .upload-button:hover, .sub-category-list a:hover, .ad-list .a-item .content .title:hover, .a-item-details .information .content .website-link:hover, .a-item-details .information .content .btn-contact:hover, #header .shopping-cart .cart-frame .footer .continue:hover, #login-panel .btn-saved-ads:hover, #left .menu a:hover, #search-bar .top-bar .region-box:hover, #search-bar .top-bar .btn-search:hover, #search-bar .region-bar .btn-edit-region:hover, #search-bar .region-bar .btn-remove-region:hover, #footer .links a:hover, #footer .bottom-links a:hover, #content-top .go-back:hover, .ad-special .name:hover, .ad-special a.read-more:hover, .btn-place-an-ad:hover, .btn-premium-account:hover, .btn-verder:hover, .btn-verder-wide:hover, .btn-previous:hover, .btn-place-another-ad:hover, .btn-save-regions:hover, .btn-login-submit:hover, .btn-register-submit:hover, .btn-cancel-regions:hover, .btn-register:hover, .btn-deny-access:hover, .btn-grant-access:hover {
                        text-decoration: underline;
                    }

                #last-ads .inner ul li div.information span.date, #popular-categories ul.top-categories li .categories {
                    font-size: 10px;
                    color: #777777;
                }

                #last-ads .inner ul li div.information span.price, .ad-list .a-item .content .description, .small, #left .menu ul.categories li .total {
                    font-size: 10px;
                    line-height: 14px;
                }


.ad-special .groupholder {
    position: absolute;
    width: 100%;
    top: 5px;
    bottom:0;
    z-index: 1;
}

.ad-special {
    position: relative;
    height: 165px;
}

    .ad-special .paging {
        position: absolute;
        top: 1px;
        right: 16px;
        z-index:10;
    }

        .ad-special .paging .page.active {
            background-image: url(../images/front/promo-paging-active.png);
        }

        .ad-special .paging .page {
            display: inline-block;
            width: 11px;
            height: 11px;
            text-decoration: none;
            margin-left: 4px;
            margin-top: 5px;
            color: #fff;
            text-indent: -9999px;
            background: transparent url(../images/front/promo-paging-inactive.png) no-repeat;
        }

    .ad-special .groupholder .box-holder.active {
        opacity: 1;
        moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        z-index: 999;
    }

    .ad-special .timer {
        position: absolute;
        bottom: 3px;
        left: 0px;
        height: 2px;
        background-color: #ffb74f;
        width: 0px;
        z-index: 9999;
    }

    .ad-special .groupholder .box-holder {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        -o-transition: all ease-out 0.5s;
        transition: all ease-out 0.5s;
        opacity: 0;
        moz-opacity: 0;
        position: absolute;
        /*width: 586px;*/
        top: 0;
        bottom:0;
        left: 0px;
        right:0;
    }



.box-holder .name {
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 13px;
    display: block;
    margin-top: 5px;
}

.box-holder .image {
    padding: 5px 5px 5px 5px;
    height: 60px;
    float: left;
}


.top-ad .btn-modern {
    position: absolute;
    bottom: 8px;
    right: 8px;
    margin: 0;
}

.top-ad .btn-modern {
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}


.top-ad .btn-modern:after {
    content: ' \0020 \00BB';
    margin-left: 5px;
}

.top-ad .btn-modern-orange {
    background: #ec7051;
}

    .top-ad .btn-modern-orange:hover {
        background: #d14d2b;
    }