.dataTable {
	border: 1px solid #bebcb7;
    margin: 0 auto;
    width: 100%
}

.dataTable td {
    text-align: center;
    padding: 2px;
    border: 1px solid #fff;
    background-color: #eee;
    vertical-align: middle;
}

.dataTable th {
    font-weight: bold;
    text-align: center;
	vertical-align: middle;
    padding: 2px;
    border: 1px solid #fff;
    background: none repeat scroll 0 0 #e2000f;
    color: white;
    vertical-align: middle;
}

.dataTable td.old {
    text-decoration: line-through
}

.dataTable td.new {
    font-weight: bold;
    background-color: #eadf15;
    color: #bf0000
}

.dataTable tr.head td {
    background-color: #808080;
    color: #fff
}

.dataTable input {
    width: 30px;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

hr.customProducts {
    border: 1px solid #ccc;
    min-height: 1px;
    max-height: 1px;
    margin-bottom: 20px
}

div.productBg {
    background-color: #f7f7f7;
    padding: 5px;
}

div.productBg .productText {
    width: 170px;
    float: left
}

div.productBg div.img {
    border: 1px solid #000;
    float: right;
    margin: 5px 5px 15px 5px;
    position: relative;
    min-height: 342px;
    height: 342px;
    width: 442px
}

div.productBg div.img img {
    position: absolute;
    top: 0;
    left: 0
}

div#waitDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

div#innerWaitDiv {
    display: inline-block;
    padding: 10%;
    background-color: white;
    border: 15px solid #636363;
    border-radius: 15px;
}

div.naviWrapper {
    height: 40px;
    min-height: 40px;
    margin-top: 30px;
}

div.navi {
    font-weight: bold;
    width: 57px;
    height: 21px;
    min-height: 21px;
    text-align: center;
    color: #fff;
    background-color: #e30613;
    border: 1px solid #000;
    cursor: pointer;
}

div.next {
    float: right
}

div.prev {
    float: left
}

div.stepHead {
    padding: 2px;
    border-bottom: 1px solid #f7f7f7;
    cursor: pointer
}

div.active {
    background-color: #e30613;
    color: #fff;
}

div.inactive {
    background-color: #bcbcbc;
    color: #dcdcdc;
}

div.done {
    background-image: url(/media/customproducts/sswaustralia/headBGdone.jpg);
    color: #fff
}

.subtitle {
    color: white;
    font-weight: bold;
    background-color: #636363 !important;
    text-align: left !important;
    padding-left: 20px !important;
}

.customblock {
    margin-bottom: 40px;
    border: 1px solid #e30613;
    border-radius: 10px 10px 0px 0px;
}

div.ueberschrift {
    background-color: #e30613;
    color: #fff;
    height: 32px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 10px 10px 0px 0px;
}

.customcontent {
    overflow: auto;
    padding: 0px 8px 20px 8px;
}

.fehler {
    border: solid 1px red;
}

.option {
    float: left;
    border: 1px solid #fff;
    cursor: pointer;
}

.selected {
    border: 1px solid #7e7e7e !important;
}

.bildbeschriftung {
    text-align: center;
    padding: 5px;
}

#gel_animate img {
    position: absolute;
    top: 0;
    left: 0;
}

.customblock .customcontent label {
    font-size: 14px;
    line-height: 2.5em;
}

.customblock .customcontent input[type=checkbox] {
    vertical-align: middle;
}