#firstBlockBuild
{
    height: 290px;
    padding-top: 00px;
}







#leftColumnBuild
{
    width: 240px;
    height: 290px;
    margin-right: 40px;
    float: left;
}



#imgCabinet
{
    width: 343px;
    height: 290px;
    margin-right: 40px;
    float: left;
    text-align: center;
}



#rightColumnBuild
{
    width: 252px;
    height: 290px;
    margin-right: 0px;
    float: left;
}





#iconCheck
{
    width: 20px;
    height: 20;
    float: left;
    margin-right: 4px;
    padding-top: 3px;
}





#learnHowTutorial
{
    width: 252px;
    height: 97px;
    background-image: url(../images/tutorialBuildaBed.gif);
    background-repeat: no-repeat;
    margin-top: 30px;
}



#learnHowTutorial div
{
    padding-left: 18px;
    padding-top: 38px;
    width: 117px;
}



#learnHowTutorial:hover
{
    text-decoration: underline;
    cursor: pointer;
}



.seperatorLineGrey
{
    height: 1px;
    width: 100%;
    clear: both;
    background-color: #e5e5e5;
    margin: 30px 0 30px 0 ;
}



#stepsBox
{
    width: 875px;
    background-color: #f5f5f5;
}



#titleSteps
{
    height: 26px;
    padding-bottom: 20px;
}





#step
{
    width: 272px;
    margin-right: 26px;
    float: left;
}





#step div
{
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}



#splitSubSteps
{
    width: auto;
    height: 1px;
    background-image: url(../images/dottedLine2.gif);
    background-repeat: repeat-x;
    padding-bottom: 1px;
}



#subAStep
{
    width: auto;
    height: auto;
    background-image: url(../images/a.gif);
    background-repeat: no-repeat;
    margin-left: 10px;
}



#subBStep
{
    width: auto;
    height: auto;
    background-image: url(../images/b.gif);
    background-repeat: no-repeat;
    margin-left: 12px;
}

