/* LIVEPART :: SWOFFICE */

#produktfinderView {
    width: 920px;
    height: 409px;
    background-image: url(/images/swoffice/bg_produktfinder.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    margin-left: -28px;
}

#produktfinderFormView {
    width: 920px;
    height: 600px;
    background-image: url(/images/swoffice/bg_produktfinder_form.jpg);
    background-repeat: no-repeat;
    position: relative;
    padding: 20px;
    margin-left: -28px;
}

#attributeviewer {
    position: absolute;
    width: 160px;
    right: 0px;
    top: 0px;
    border-left: 1px solid #D4D4D4;
    height: 369px;
    padding: 20px;
}

#attributeviewer span {
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 9px;
    margin-bottom: 9px;
    display: block;
}

#answersView {
    width: 160px;
    padding: 20px;
    right: 0px;
    top: 150px;
    position: absolute;
    border-top: 1px solid #D4D4D4;
}

#pathView {
    position: absolute;
    top: 415px;
    left: -10px;
    background-image: url(/images/swoffice/pathView_bg.png);
    background-repeat: repeat-x;
    border: 1px solid #D3D3D3;
    width: 990px;
    z-index: 99;
}

.pathItem {
    float: left;
    padding:10px 5px 10px 5px;

}

.pathItem:hover {
    background-color: red;
}

#currentPathItem {
    background-image: url(/images/swoffice/nav_a_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}


.konfigTable tr td {
    border-bottom: 1px solid white;
    background-color: #ECECEC;
    color: black;
}

tr.alt td {
    background-color: #B1B1B1 !important;
    padding: 5px 5px 5px 20px;
}

.printLink {
    float: right;
}

/* LIVEPART */
div.EXmovie{
    position:relative;
    width:330px;
    text-align:right;
    float:right;
    z-index:99;
}

#expertInfo{
    position: relative;
    width:379px;
    height: 165px;
    padding:20px;
    float: left;
    background-image: url(/images/swoffice/konfigurator_bg.jpg);
    background-repeat: no-repeat;

}

#expertInfo_new{
    position: relative;
    width:379px;
    height: 165px;
    padding:20px;
    float: left;
    background-image: url(/images/swoffice/konfigurator_bg.jpg);
    background-repeat: no-repeat;
    margin-top: -105px;

}

#expertInfoTextView {
    width: 220px;
    float: left;
}

#expertKonfiguratorView {
    position: absolute;
    top: 0px;
    right: 4px;
}


#logViewWrapper {
    position: absolute;
    right: 0px;
    top: 200px;
}

#Expert{
    float: left;
    width: 700px;
}

#Expert input.submitter, #expertInfo input.submitter {
    background-image: url(/images/well/buttonbg.png);
    background-repeat: repeat-x;
    padding:5px;
    color:#0E7AC1;
    border:1px solid #AFAFAF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right:15px;
}

#Expert input.submitter:hover, #expertInfo input.submitter:hover{
    border:1px solid #000000;
}

#Expert h1{
    margin-bottom:15px;
}

#stepsView {
    position: absolute;
    right: 230px;
    bottom: 65px;
}

.buttonbar{
    position: absolute;
    left: 20px;
    bottom: 60px;
    width: 300px;
    text-align: left;
}

#Expert span.thequestion{
    display: block;
    font-size:13px;
    margin-bottom:35px;
    max-height: 180px;
    overflow: auto;
}

#Expert span.thetitle{
    display: block;
    font-size:17px;
    margin-bottom:15px;
    color:#696969;
}


#Expert .question{
    margin-bottom:35px;
    font-size:13px;

    line-height:175%;
}


/* ADMIN */
div.row{
border-bottom: 2px solid #DEDEDE;
background-color:#F0F0F0;
clear: both;
}
div.leftbuttons{
float:left;
}
div.seperator {
border-bottom: 4px solid #CFCFCF;
}

div.row input{
width: 80%;
border: 1px solid black;
}


div.row input.small{
width: 50px;
border: 1px solid black;
}
div.row input.medium{
width: 150px;
border: 1px solid black;
}

div.row textarea{
width: 80%;
border: 1px solid black;
}

div.row  div.c{
    clear:both;
}
div.row div.l {
float: left;
font-weight:bold;
width: 20%;
text-align: right;
padding:8px 0 8px 8px;
}
div.row div.v {
background-color:#FAFAFA;
padding:8px 0 10px 8px;
float: right;
width: 75%;
text-align: left;
}
div.row div.bold {
font-weight:bold;
}

div.title {
border-bottom: 4px solid #B7D0F3;
font-weight:bold;
font-size:13px;
padding:4px;
margin-top:10px;
}

div.bigicon {
padding:4px;

}

div.box{
width: 200px;
height: 130px;
border: 1px solid #B7D0F3;
float: left;
margin: 5px;
padding:5px;
}


div.box h1{
margin:0 0 5px 0;
font-size:14px;
}

div.hide{
display:none;
}

div.rowElem div.text{
padding-left:18px;
font-style: italic;
}
