﻿/* STEP BY STEP */
div.sbsHolder
{
    margin: 40px 0 40px 0;
    min-height: 20px;
    width: 612px;
}

div.colMiddle p
{
    margin: 0 0 17px 0;
}

/* STEP */
div.stepHolder
{
    margin-top: 1px;
    min-height: 20px;
    width: 100%;
    width: 612px;
}

div.colMiddle p.stepCategory
{
    display: none;
}

div.stepHolder div.stepTop
{
    background-color: #f3f3f3;
    border-top: 1px solid #d6d6d6;
    color: #323232;
    cursor: pointer;
    font-family: Century Gothic;
    font-size: 16px;
    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.stepHolder div.stepTop div.floatLeft
{
	line-height: 16px;
}

div.stepContentHolder
{
    margin: 12px 0;
    width: 612px;
}

div.stepContentHolder div.stepContentLeft
{
    float: left;
    min-height: 20px;
    overflow: hidden;
    width: 142px;
}

div.stepContentHolder div.stepContentRight
{
    float: right;
    min-height: 20px;
    width: 468px;
}

div.stepContentHolder div.stepContentRight p
{
    margin: 0 0 17px 17px;
}
