﻿/* STEP BY STEP */
div.sbsHolder
{
	clear: both;
    margin: 20px 0 40px 0;
    min-height: 20px;
    width: 610px;
}

div.colMiddle p
{
    margin: 0 0 17px 0;
}

/* STEP */
div.stepHolder
{
    margin-bottom: 5px;
    min-height: 20px;
    width: 100%;
    width: 610px;
}

div.colMiddle p.stepCategory
{
    display: none;
}

div.stepHolder div.stepTop
{
	background-image: url('/grafik/mad/sbsTopBg.jpg');
	color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-indent: 7px;
    width: 100%;
}

div.stepHolder div.stepTop div.arrowRight
{
    background-image: url('/grafik/mad/sbsOpen.jpg');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
	height: 10px;
	margin-right: 12px;
	margin-top: 9px;
	width: 10px;
}

div.stepHolder div.stepTop div.arrowDown
{
    background-image: url('/grafik/mad/sbsClose.jpg');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
	height: 10px;
	margin-right: 12px;
	margin-top: 9px;
	width: 10px;
}

div.stepContentHolder
{
	padding-top: 12px;
    margin: 0 0 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;
}
