﻿div.ResultPanelMain
{
    margin: 0 16px;
}

div.Header
{
    color: #333333;
    font-weight: bold;
    padding: 3px;
}

* html .Header
{
    margin-bottom: -2px;
}

* html input
{
    height: 10px;
}

/* Unter-DIV's in der Überschrift-Zeile */
.divHeaderSubText_Right
{
    float: right;
}

.divHeaderSubIcon_Right
{
    float: right;
    width: 10px;
    margin-top: 2px;
    margin-right: 1px;
}

.divHeaderSubText_Left
{
    float: left;
}

.divHeaderSubIcon_Left
{
    float: left;
    width: 10px;
    margin-top: 2px;
    margin-left: 1px;
}

* html .divHeaderSubIcon_Left
{
    margin-right: -10px;
    text-align: left;
}

/* Paging-Control formatieren */
div.PagingPanel
{
    margin-top: 10px;
    margin-bottom: 5px;
}

div.PagingMain
{
    border-left: 1px solid #b8b7b9;
    border-right: 1px solid #b8b7b9; /*background:url("../Images/UserControls/Search/graph/site/boxback.gif") repeat-x;*/
}

div.BorderTopLeft
{
    background: url("../Images/Common/Borders/cornertopleft.gif") no-repeat top left;
    height: 4px;
}

div.BorderTopRight
{
    background: url("../Images/Common/Borders/cornertopright.gif") no-repeat top right;
    height: 4px;
}
div.BorderBottomLeft
{
    background: url("../Images/Common/Borders/cornerbottomleft.gif") no-repeat bottom left;
    height: 3px;
}

div.BorderBottomRight
{
    background: url("../Images/Common/Borders/cornerbottomright.gif") no-repeat bottom right;
    height: 3px;
}

* html div.BorderTopRight
{
    margin-bottom: -8px;
}

* html div.BorderBottomRight
{
    margin-top: -8px;
}

* html div.PagingMain
{
    height: 40px;
}

a.NavLink
{
    color: Black;
    margin-left: 2px;
    margin-right: 2px;
}

.ActualPage
{
    color: red;
    font-weight: bold;
    margin-right: 2px;
}

div.PagingNavPanel
{
    float: left;
    width: 430px;
    margin-top: 11px;
    margin-bottom: 7px;
}

div.ResultsRange
{
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
}

div.NavButtons
{
    text-align: left;
    margin-left: 25px;
}

div.ConfigurationPanel
{
    float: right;
    width: 230px;
}

div.SortSubPanel
{
    float: right;
    width: 133px;
    margin-top: 11px;
    margin-bottom: 7px;
}

div.SortSubPanel div
{
    width: 100%;
}

div.HpP_SubPanel
{
    float: right;
    width: 67px;
    margin-top: 11px;
    margin-bottom: 7px;
}

div.HpP_SubPanel div
{
    width: 100%;
}

select
{
    height: 18px;
    margin-top: 7px;
    font-size: 11px;
    width: 90%;
}
/* Ende Paging-Control */

div.NavPanel
{
    margin-left: 9px;
}

div.CarListItemMain
{
    border: 1px solid #dddddd;
    padding: 5px 3px 3px;
}

div.CarListItemMain_NewItem
{
    border: 1px solid #dddddd;
    background-color: #e9e9e9;
    padding: 5px 3px 3px;
}

div.CarDetailsMain
{
    float: left;
    min-height: 74px;
    overflow: hidden;
    width: 330px;
    padding-top: 3px;
    padding-right: 11px;
}

div.ImageSpacer
{
    width: 6px;
    display: inline-block;
}

div.PanelSpacer
{
    float: left;
    width: 10px;
}

div.VerticalSpacer
{
    height: 12px;
}

div.HeaderPicture
{
    float: left;
    width: 100px;
    padding-left: 1px;
}

div.CarIconPanel
{
    float: left;
    width: 100px;
    height: 71px;
    padding: 2px;
    margin: 1px;
    position: relative;
}

div.CarImageMagnify
{
    position: absolute;
    bottom: 3px;
    right: 9px;
}

div.CarImageTooltip
{
    width: 320px;
    height: 240px;
    padding: 2px;
    background-color: #FFF;
    border: 3px solid #E5E5E5;
    display: none;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px; /* das funktioniert nur, wenn der Bilder-"Tooltip" das Icon mit der Lupe nicht verdeckt; sonst Flackern. */
}

.CarIcon
{
    border: 1px solid black;
    display: block;
    width: 92px;
}

div.HeaderDescription
{
    float: left;
    width: 330px;
    padding-left: 18px;
}

div.PanelDescriptionText
{
    padding-top: 5px;
}

div.HeaderInitReg
{
    float: left;
    width: 60px;
    text-align: right;
}

div.PanelInitReg
{
    float: left;
    width: 60px;
    text-align: right;
}

div.HeaderKm
{
    float: left;
    width: 80px;
    text-align: right;
}

div.PanelKm
{
    float: left;
    width: 80px;
    text-align: right;
}

div.HeaderPrice
{
    float: left;
    width: 62px;
    text-align: right;
}

div.PanelPrice
{
    float: left;
    width: 62px;
    text-align: right;
}

div.NewItemIndicator
{
    text-align: right;
}

div.MoreInfoPanel
{
    margin-top: 3px; /*height:0px; 	display:none;*/
}

div.MoreInfo_VehicleInfo
{
    float: left;
    font-weight: bold;
    width: 175px;
    padding-top: 1px;
    padding-left: 1px;
    margin-bottom: 1px;
    color: #333333;
}

div.MoreInfo_Contact
{
    float: left;
    font-weight: bold;
    width: 152px;
    padding-top: 1px;
    padding-left: 26px;
    padding-right: 20px;
    margin-bottom: 1px;
    color: #333333;
}

div.MoreInfo_DataKey
{
    float: left;
    width: 110px;
    margin-right: 10px;
    margin-bottom: 1px;
    margin-left: 1px;
}

div.MoreInfo_DataValue
{
    float: left;
    width: 65px;
    margin-left: 5px;
    margin-bottom: 1px;
}

div.MoreInfo_ContactRow
{
    float: left;
    margin-left: 11px;
}

.BlackBold
{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

span.GreenBold
{
    color: Green;
    font-weight: bold;
}

div.ButtonPanel
{
    margin: 3px;
}

div.ButtonPanelLeft
{
    float: left;
    width: 220px;
}

div.ButtonPanelRight
{
    float: right;
    width: 125px;
}
img.SpacedIcon
{
    margin-left: 10px;
}

.PanelDescriptionText .Highlight
{
    color: #A50F0F;
}

.pnlConsumption
{
    margin-bottom: 5px;
}

.pnlConsumptionInfo
{
    font-size: 9px;
    color: #666666;
    padding: 10px;
}

.efficencyPanel
{
    margin: 15px 0px 0px 0px;
    width: 75px;
}

