﻿#skorsten {}
#skorsten .section {
    clear: both;
    background-image: url(Image/skorsten_light_bg.png);
    background-repeat: repeat-y;
    width: 803px;
}
#skorsten .even_row {
    background-image: url(Image/skorsten_dark_bg.png);
}
#skorsten .section .left {
    float: left;
    width: 180px;
    padding: 10px;
}
#skorsten .section .left .title {
    clear: both;
    font-size: 16px;
    color: #f5f5f5;
    margin: 0px 0px 10px 0px;
}
#skorsten .section .left .icon {
    float: left;
    width: 20px;
    height: 27px;
    margin: 0px 10px 0px 0px;
    background-image: url(Image/skorsten_info_light.png);
    background-repeat: no-repeat;
}
#skorsten .even_row .left .icon {
    background-image: url(Image/skorsten_info_dark.png);
}
#skorsten .section .left .info {
    float: left;
    width: 145px;
    color: #f3f3f3;
    font-size: 11px;
}
#skorsten .section .left .info div {
    margin: 0px 0px 6px 0px;
}
#skorsten .section .left .info div span {
    display: block;
    font-weight: bold;
}
#skorsten .section .right {
    float: left;
    width: 603px;
    padding: 10px 0px 10px 0px;
}
#skorsten .section .right table {
    width: 100%;
}
#skorsten .section .right table td {
    padding: 0px 9px 0px 10px;
    vertical-align: top;
}
#skorsten .section .right table td.info_txt {
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
}
#skorsten .section .right table td .textbox_wrapper input {
    float: left;
    width: 172px; /*182px - ((border*2) + (padding*2))*/
    height: 19px;
    padding: 4px 4px 0px 4px;
    margin: 0px 0px 10px 0px;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #414141;
    border: 1px solid #8e8e8e;
    border-bottom-color: #b9b9b9;
    border-left-color: #a7a7a7;
    border-right-color: #a7a7a7;
    background-image: url(Image/skorsten_textbox_light_bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}
#skorsten .even_row .right table td .textbox_wrapper input {
    background-image: url(Image/skorsten_textbox_dark_bg.png);
}
#skorsten .section .right table td .textbox_wrapper input.twoslots {
    width: 373px;
}
#skorsten .section .right table td .textbox_wrapper textarea {
    float: left;
    width: 574px; /*182px - ((border*2) + (padding*2))*/
    height: 100px;
    padding: 4px 4px 0px 4px;
    margin: 0px 0px 10px 0px;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #414141;
    border: 1px solid #8e8e8e;
    border-bottom-color: #b9b9b9;
    border-left-color: #a7a7a7;
    border-right-color: #a7a7a7;
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #cccccc;
}
#skorsten .even-row .right table td .textbox_wrapper textarea {
    background-color: #c1c1c1;
}
#skorsten .section .right table td .radio_wrapper .radio_holder {
    background-color: #cccccc;
    width: 371px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #8e8e8e;
    border-bottom-color: #b9b9b9;
    border-left-color: #a7a7a7;
    border-right-color: #a7a7a7;
}
#skorsten .section .right table td .radio_wrapper .extraslot {
    width: 572px;
}
#skorsten .even_row .right table td .radio_wrapper .radio_holder {
    background-color: #c1c1c1;
}
#skorsten .section .right table td .radio_wrapper .radio_holder input {
    
}
#skorsten .section .right table td .radio_wrapper .radio_holder label {
    display: inline-block;
    color: #414141;
    font-weight: bold;
    margin: 0px 14px 0px 0px;
}
#skorsten .section .right table td .button_wrapper {
    text-align: right;
}
#skorsten .section .right table td .button_wrapper input {
    color: #e1e1e1;
    height: 25px;
    width: auto;
    border: 0px solid black;
    background-color: Transparent;
    background-image: url(Image/button_bg.png);
    background-repeat: repeat-x;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    cursor: pointer;
}
#skorsten .section .right table td .button_wrapper input:hover {
    background-image: url(Image/button_bg_hover.png);
}



/*tabs*/
#skorsten .tab_outside,
#skorsten .tab_inside,
#skorsten .tab_tab {
    height: 20px;
    display: inline-block;
    margin: 0px;
    white-space: nowrap;
}

#skorsten .tab_outside {
    padding-right: 5px;
    background-image: url(Image/skorsten_tab_right.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
}
#skorsten .tab_inside {
    padding-left: 5px;
    background-image: url(Image/skorsten_tab_left.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
}
#skorsten .tab_tab {
    font-size: 12px;
    font-weight: bold;
    color: #e1e1e1;
    background-color: #424242;
    padding: 2px 3px 0px 3px;
    height: 18px;
}
