/* 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/viungestory/sbsTopBg.jpg');
	color: #fff;
    cursor: pointer;
    font-family: Trebuchet MS;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    text-indent: 7px;
    width: 100%;
}

div.stepHolder div.stepTop div.arrowRight
{
    background-image: url('/grafik/viungestory/sbsClose.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
	height: 11px;
	margin-right: 9px;
	margin-top: 11px;
	width: 11px;
}

div.stepHolder div.stepTop div.arrowDown
{
    background-image: url('/grafik/viungestory/sbsOpen.gif');
    background-repeat: no-repeat;
    background-position: center;
    float: right;
	height: 10px;
	margin-right: 9px;
	margin-top: 12px;
	width: 11px;
}

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;
}