﻿/******************************************************************************
* @author: Ronny Poller
* @since: 1.0
* @description: Kleinanzeigen Modul
******************************************************************************/
/*global*/
div.module div.classifieds .newsListkat, div.module div.classifieds .newsListKat {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 1.0em !important;
}

div.module div.classifieds {
    position: relative;
}

div.module div.classifieds div.classifiedsHeader {
    font-weight: bold;
}

div.module div.classifieds div.newsListDiv {
    position: relative;
}

div.module div.classifieds div.newsListDiv {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

div.module div.classifieds div.newsListDatum {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}
div.module div.classifieds img.newsListImage {
    float: left;
    margin: 0 5px 5px 0;
}
/* Detail Ansicht*/
div.module div.classifieds div.newsDetails {
    position: relative;
    float:left;
    width:100%;
}
/*fix feste brs in module*/
div.module div.classifieds div.newsDetails div.border > br,
div.module div.classifieds div.list div.newsListDiv > br{ display: none;}

/*new project8 Views*/
.module.classifieds .detailview .iconSprite {
    display: inline-block;
    zoom: 1;  *display: inline;  /* IE7 Hack */
    vertical-align: bottom;
    margin-right: 5px;
}

.module.classifieds .detailview .imgLink{margin: 0 10px 10px 0; border:1px solid gray; }
.module.classifieds .detailview h2{ font-size:1.0em; font-weight:bold;}

.classifieds.preview .detailview .image{margin: 0 10px 10px 0; width:180px !important;}
.classifieds .legende{font-weight:bold; line-height:1.2em; }