﻿/* STEP BY STEP */
div.sbsHolder
{
    margin: 40px 0 40px 0;
    min-height: 20px;

}

div.colMiddle p
{
    margin: 0 0 17px 0;
}

/* STEP */
div.stepHolder
{
    margin-top: 1px;
    min-height: 20px;
    width: 100%;

}

div.colMiddle p.stepCategory
{
    display: none;
}

div.stepHolder div.stepTop
{
    background-color: #f3f3f3;
    border-top: 1px solid #d6d6d6;
    color: #171717;
    cursor: pointer;
    font-family: Trebuchet MS, Arial;
    font-size: 14px;
    height: 23px;
    padding-top: 5px;
    text-indent: 7px;
    width: 100%;
}

div.stepHolder div.stepTop div.arrowRight
{
    background-image: url('/grafik/common/btnOpen.gif');
    background-repeat: no-repeat;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    height: 16px;
    width: 17px;
}

div.stepHolder div.stepTop div.arrowDown
{
    background-image: url('/grafik/common/btnClose.gif');
    background-repeat: no-repeat;
    float: right;
    margin-right: 6px;
    margin-top: 1px;
    height: 16px;
    width: 17px;
}

div.stepContentHolder
{
    padding-top: 12px;
    margin-bottom: 12px;
/*	background:transparent url('/grafik/femina/snapinBG.jpg') no-repeat 8px 12px;*/
}

div.stepContentHolder div.stepContentLeft
{
    float: left;
    min-height: 20px;
    overflow: hidden;
    max-width: 142px;
}

div.stepContentHolder div.stepContentRight
{
    float: left;
	display: inline; 
    min-height: 20px;
    width: 450px;
	margin-left: 18px;
}

div.stepContentHolder h1 { font-size: 20px; margin: 0 0 0; }
div.stepContentHolder p { margin: 0 0 15px 0; }
div.stepContentHolder p.date { margin: 0 0 6px 0; font-weight: bold; font-style: italic; }

div.mailboxHolder p.date { font-size: 10px; }
div.mailboxHolder div.stepContentRight { width: auto; margin: 0; }

