#redx_forms_preview_popup_container {
    padding: 20px
}

#redx_forms_preview_theme_select {
    padding: 5px;
    margin: 0 0 20px 0;
    background: #E6E6E6
}

.redx_forms_status_msg {
    padding: 10px;
    background: #FFEBED;
    border: 1px solid red
}

.redx_form .redx_forms_float {
    float: left;
    padding: 3px
}

.redx_form .redx_form_label {
    width: 130px
}

.redx_form .redx_form_required_text {
    padding: 0 0 0 3px
}

.redx_form .redx_form_element_info {
    padding: 0 0 0 3px;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    background: url('/redx/ext/forms/pics/icon_info.gif') no-repeat top left
}

.redx_form .redx_form_fieldset {
    margin: 10px 0
}

.redx_form .redx_form_div_container {
    margin: 10px 0
}

.redx_form .validation_error {
    color: red
}

.redx_form .redx_form_tabblock {
    padding: 0;
    margin: 15px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid gray
}

.redx_form .redx_form_tabblock li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.redx_form .redx_form_tabblock li a {
    display: block;
    background: url("/redx/ext/forms/pics/redx_forms_tab_left.gif") no-repeat top left
}

.redx_form .redx_form_tabblock li a span {
    display: block;
    padding: 4px 10px;
    background: url("/redx/ext/forms/pics/redx_forms_tab_right.gif") no-repeat top right
}

.redx_form .redx_form_tabblock li a.active {
    background: url("/redx/ext/forms/pics/redx_forms_tab_active_left.gif") no-repeat top left;
    margin: 0 0 -1px 0;
    border-bottom: 1px solid white
}

.redx_form .redx_form_tabblock li a.active span {
    background: url("/redx/ext/forms/pics/redx_forms_tab_active_right.gif") no-repeat top right
}

.redx_form .redx_form_toggle a.open {
    padding: 0 13px 0 0;
    cursor: pointer;
    background: url("/redx/ext/forms/pics/toggle_arrow_c.gif") no-repeat center right
}

.redx_form .redx_form_toggle a.close {
    padding: 0 13px 0 0;
    cursor: pointer;
    background: url("/redx/ext/forms/pics/toggle_arrow.gif") no-repeat center right
}

.redx_form .redx_map_canvas {
    width: 350px;
    height: 350px;
    border: 1px solid green
}

.redx_form .redx_form_autocomplete .autocomplete {
    background: white;
    bordeR: 1px solid #E6E6E6
}

.redx_form .redx_form_autocomplete .autocomplete ul {
    padding: 0;
    margin: 0
}

.redx_form .redx_form_autocomplete .autocomplete li {
    padding: 0 5px;
    cursor: pointer;
    margin: 0;
    list-style: none
}

.redx_form .redx_form_autocomplete .autocomplete li.selected {
    background: gray
}

.prototip {
    font: 11px Arial, Helvetica, sans-serif;
    color: #000
}

.prototip .default {
    width: 250px;
    color: #808080
}

.prototip .default .toolbar {
    background: #f1f1f1;
    font-weight: bold
}

.prototip .default .title {
    padding: 5px
}

.prototip .default .content {
    padding: 5px;
    background: #fff
}

.prototip .basic {
    width: 250px;
    color: #808080
}

.prototip .basic .toolbar {
    background: #f1f1f1;
    font-weight: bold
}

.prototip .basic .title {
    padding: 5px
}

.prototip .basic .content {
    padding: 5px;
    background: #fff
}

.prototip .hint {
    width: 250px;
    color: #313120;
    background: #fff6aa
}

.prototip .hint .toolbar {
    background: #fdf1a0;
    font-weight: bold
}

.prototip .hint .title, .prototip .hint .content {
    padding: 5px
}

.prototip .protoblue {
    width: 250px;
    color: #fff
}

.prototip .protoblue .toolbar {
    background: #0d7cd0;
    font-weight: bold
}

.prototip .protoblue .title {
    padding: 5px
}

.prototip .protoblue .content {
    background: #1e90ff;
    padding: 5px
}

.prototip .creamy {
    width: 250px;
    color: #bb9c61
}

.prototip .creamy .toolbar {
    background: #f3edc2;
    font-weight: bold
}

.prototip .creamy .title {
    padding: 5px
}

.prototip .creamy .content {
    background: #f8f4ca;
    padding: 5px
}

.prototip .darkgrey {
    width: 250px;
    color: #fff
}

.prototip .darkgrey .toolbar {
    background: #5f5f5f;
    font-weight: bold
}

.prototip .darkgrey .title {
    padding: 5px
}

.prototip .darkgrey .content {
    background: #808080;
    padding: 5px
}

.prototip .protogrey {
    width: 250px;
    color: #fff;
    background: #fff
}

.prototip .protogrey .toolbar {
    background: #969c92;
    font-weight: bold
}

.prototip .protogrey .title {
    padding: 5px
}

.prototip .protogrey .content {
    color: #808080;
    padding: 5px
}

.prototip .protogrey .toolbar .close {
    width: 14px;
    height: 14px
}

.prototipLoader {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 14px;
    width: 14px;
    border: 1px solid #dddddd;
    overflow: hidden
}

.prototip {
    position: absolute;
    overflow: hidden
}

.prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title {
    position: relative
}

.prototip .content {
    clear: both
}

.prototip .toolbar .close {
    position: relative;
    text-decoration: none;
    float: right;
    width: 19px;
    height: 15px;
    display: block;
    line-height: 0;
    font-size: 0;
    border: 0;
    cursor: pointer
}

.prototip .tooltip {
    clear: both;
    float: left
}

.prototip .borderLeftWrapper, .prototip .borderRightWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 20px
}

.prototip .borderFrame {
    height: 100%;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}

.prototip .borderTop, .prototip .borderBottom {
    overflow: hidden
}

.prototip .borderRow {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
    padding: 0
}

.prototip_CornerWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    clear: both
}

.prototip_Corner {
    float: left;
    position: relative
}

.prototip canvas {
    position: relative;
    float: left
}

.prototip_CornerTr, .prototip_CornerBr {
    float: right
}

.prototip_BetweenCorners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    clear: both
}

.prototip .borderMiddle {
    position: relative;
    float: left
}

.prototip .borderCenter {
    position: relative;
    float: left;
    height: 100%
}

.prototip_StemWrapper {
    position: relative;
    width: 100%;
    height: auto;
    clear: both
}

.prototip_StemBox {
    float: left;
    position: relative
}

.prototip_Stem {
    width: 100%;
    position: absolute;
    overflow: hidden
}

.iframeShim {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden
}

.prototip .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.prototip .clearfix {
    display: inline-block
}

.prototip .clearfix {
    display: block
}

html, body, div, p, form {
    margin: 0px;
    padding: 0px
}

body {
    font-family: Arial, Verdana, sans-serif;
    background: white;
    color: black
}

.no_spacing {
    margin: 0px;
    padding: 0px
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.relative {
    position: relative
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.hide {
    display: none
}

.block {
    display: block
}

.inline {
    display: inline
}

.debug {
    border: 1px solid red
}

.debug2 {
    border: 1px solid blue
}

.bold {
    font-weight: bold
}

.png {
    behavior: url(/redx/res/css/iepngfix.htc)
}

.redx_ajax_uploader_file_info, .redx_ajax_uploader_file_delete_link {
    float: left;
    line-height: 18px
}

.border_collapse {
    border-collapse: collapse
}

.redx_loading {
    display: block;
    padding: 0;
    margin: 0;
    width: 1px;
    height: 1px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    position: absolute;
    z-index: 99999;
    color: black;
    font-weight: bold;
    font-size: 12px
}

.redx_loading img {
    margin-top: 0;
    width: 80%;
    height: 80%;
    max-width: 32px;
    max-height: 32px
}

.redx_loading span {
    display: block
}

body, p, div, td, th, select, button, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #5B5B5B;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color: #0066CC
}

h1, h1 p {
    color: #0066CC;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal
}

h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal
}

h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px
}

h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px
}

h5 {
    font-size: 10px;
    color: #5B5B5B;
    font-weight: normal;
    line-height: 14px
}

h5 a, h5 a:visited {
    color: #5B5B5B
}

h6 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px
}

a {
    text-decoration: none;
    color: #B50101
}

a:hover {
    color: #B50101;
    text-decoration: underline
}

a:active {
    color: #B50101;
    padding-top: 1px;
    text-decoration: underline
}

a:visited {
    color: #B50101
}

a:visited:hover {
    color: #B50101
}

.button, .redx_form_submit_button, .button_big, .button_bg {
    float: left;
    text-decoration: none;
    background: url('/res/leripa/pics/button_left_2.gif') no-repeat top left;
    padding: 0
}

.button a, .button button, .redx_form_submit_button input, .button_big a, .button_bg input {
    float: left;
    cursor: pointer;
    background: url('/res/leripa/pics/button_right_2.gif') no-repeat top right;
    margin: 0;
    border: none !important;
    border-collapse: collapse;
    color: white !important;
    text-align: left;
    text-decoration: none;
    line-height: 31px;
    height: 31px
}

.button a, .button button, .button_big a {
    padding: 0 18px
}

.redx_form_submit_button input, .button_bg input {
    height: 31px !important;
    padding: 0 18px !important
}

.button_big {
    background: url('/res/leripa/pics/button_left_big.gif') no-repeat top left
}

.button_big a {
    line-height: 36px;
    height: 36px;
    background: url('/res/leripa/pics/button_right_big.gif') no-repeat top right
}

.button2 a {
    background: url('/res/leripa/pics/button02_right_2.gif') no-repeat top right
}

.button2 {
    background: url('/res/leripa/pics/button02_left_2.gif') no-repeat top left
}

.button_img {
    padding: 0 3px
}

.clearall {
    clear: both
}

#content ul, #content ol {
    margin: 0;
    padding: 0
}

#content ul ul, #content ol ol {
    padding: 0 15px
}

#content ul li, #content ol li {

}

#content ul li ul li, #content ol li ol li {

}

img {
    border: 0px
}

.redx_login_form_tbl .form_label {
    padding-right: 20px
}

.redx_login_form_tbl input, .redx_login_form_tbl select {
    border: 1px solid black;
    width: 250px
}

.redx_login_form_tbl input.submit_button, .redx_login_form_tbl .form_checkbox {
    width: auto
}

.redx_login_form_tbl input.submit_button {
    background: #8EBE7C;
    border: 1px solid black;
    margin-top: 5px
}

.redx_login_form_tbl td {
    padding: 5px 0
}

.subinfo a, .subinfo {
    font-size: 11px;
    color: #5B5B5B;
    text-decoration: none
}

#form_tbl_register #Login_register_postcode, #form_tbl_change_profile #Login_change_profile_postcode {
    width: 50px
}

#form_tbl_register #Login_register_town, #form_tbl_change_profile #Login_change_profile_town {
    width: 185px
}

.tpl_template {
    border-collapse: collapse;
    border: 1px solid #D8D8D8
}

.tpl_template img {
    border: none;
    margin: 0;
    padding: 0
}

.tpl_template tr.row td {
    border: 1px solid #D8D8D8;
    border-style: dotted;
    padding: 10px;
    text-align: center
}

.tpl_template .row_title td {
    padding: 10px 20px;
    color: #999999
}

.tpl_template .row_start td div {
    width: 100%;
    height: 6px;
    background: white;
    position: relative
}

.tpl_template .row_end td div {
    width: 100%;
    height: 6px;
    background: white;
    margin-top: -1px;
    position: relative
}

.tpl_template .left_top, .tpl_template .right_top, .tpl_template .left_bottom, .tpl_template .right_bottom {
    display: block;
    width: 6px;
    height: 6px
}

.tpl_template .left_top {
    position: absolute;
    top: -1px;
    left: -1px
}

.tpl_template .right_top {
    position: absolute;
    top: -1px;
    right: -1px
}

.tpl_template .left_bottom {
    position: absolute;
    bottom: -1px;
    left: -1px
}

.tpl_template .right_bottom {
    position: absolute;
    bottom: -1px;
    right: -1px
}

.datatable {
    border-collapse: collapse
}

.datatable td, .datatable th {
    padding: 4px 8px
}

.datatable td {
    border: 1px solid #D8D8D8
}

.datatable .row1 td {
    background: #F3F3F3
}

.datatable .row2 td {
    background: white
}

.tpl_list .tpl_list_pic {
    padding: 5px 10px 35px 0
}

.tpl_list .tpl_list_text {
    padding: 0 0 35px 0
}

.tpl_list tr {
    margin-bottom: 25px;
    background: url("/res/leripa/pics/spacer.gif") repeat-x bottom left
}

.tpl_list td {
    padding-bottom: 25px
}

.productdatatable {
    border-collapse: collapse
}

.productdatatable td {
    padding: 2px
}

.productdatatable td p, .productdatatable td, .productdatatable td div {
    font-size: 11px;
    text-align: center
}

.productdatatable .headline {
    vertical-align: top
}

.productdatatable .headline_sub td {
    vertical-align: bottom;
    font-size: 10.5px
}

.productdatatable .row td.title {
    border: none;
    text-align: left;
    width: 100px
}

.productdatatable .row td {
    border: 1px solid #D8D8D8
}

.tbl_factsheet {
    border-collapse: collapse;
    margin: 0;
    padding: 0
}

.tbl_factsheet tr.row td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
    border-top: 1px solid #CCCCCC
}

.tbl_factsheet tr.noborder td {
    border-top: none
}

.tbl_factsheet .title {
    font-weight: bold
}

.contenttemplate01_image_container {
    background: url('/res/leripa/pics/templates/bg_contenttemplate01.jpg') no-repeat;
    float: left;
    margin-right: 10px;
    width: 355px;
    height: 207px;
    padding: 10px 0 0 9px;
    position: relative
}

.contenttemplate02_image_container {
    background: url('/res/leripa/pics/templates/bg_contenttemplate02.jpg') no-repeat;
    float: left;
    margin-right: 10px;
    width: 217px;
    height: 207px;
    padding: 10px 0 0 9px;
    position: relative
}

#container_print, #container_print p, #container_print div, #container_print td, #container_print th, #container_print select, #container_print button, #container_print input, #container_print textarea {
    color: #000000
}

#container_print {
    margin: 0 auto;
    width: 695px;
    padding: 10px;
    background: white
}

#print_header {
    width: 675px;
    padding: 0 10px 5px 10px;
    text-align: center
}

#print_site_service {
    width: 675px;
    padding: 0 10px 10px 10px
}

#print_site_service * {
    color: #87888A;
    font-size: 10px;
    text-decoration: none
}

#print_site_service #breadcrumb {
    float: left
}

#print_site_service #siteservice_date {
    float: right
}

#print_site_service #siteservice_domain {
    float: right;
    margin-right: 15px
}

#print_content_area {
    width: 675px;
    padding: 10px 10px 20px 10px
}

#print_footer * {
    font-size: 11px;
    line-height: 14px;
    color: #666666
}

#footer_content_print #footer_address {
    float: left;
    padding: 0 12px;
    width: 230px
}

#footer_content_print #footer_contact {
    float: left;
    padding: 0 12px
}

#background {
    width: 100%;
    background: url('/res/leripa/pics/bg_body.jpg') repeat-x top left
}

#container {
    width: 100%;
    background: url('/res/leripa/pics/bg_container.jpg') no-repeat top center
}

#wrapper {
    margin: 0 auto;
    width: 956px
}

#page_options {
    width: 100%;
    height: 45px;
    background: url('/res/leripa/pics/bg_langoptions.jpg') no-repeat bottom left
}

#header {
    width: 100%;
    height: 98px;
    position: relative;
    background: url('/res/leripa/pics/bg_head.jpg') no-repeat top left
}

#teaser_area {
    margin-top: 33px;
    width: 100%;
    height: 323px;
    position: relative
}

#teaser_area #content {
    position: absolute;
    top: 0;
    left: 588px;
    padding: 19px 12px 19px 20px;
    width: 234px;
    height: 285px;
    background: url('/res/leripa/pics/bg_start_content.jpg') no-repeat top left;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8
}

#content_area {
    width: 100%;
    margin-top: 10px;
    margin-left: -7px;
    padding-bottom: 16px;
    margin-bottom: 0px;
    background: url('/res/leripa/pics/bg_contentarea.jpg') no-repeat bottom left;
}

#content_area .ca-area-one{

    float: left;

    border: 1px solid #d8d5d5;

    border-radius: 10px;

    width: 300px;

    overflow: hidden;

    margin-left: 15px;

    text-align: center;
}
#content_area .ca-area-one a{

    display: block;
}
#content_area .ca-area-one img{

    width: 100%;

    height: 128px;
}
#content_area .ca-area-one span{

    color: #524e4e;

    text-decoration: none;
}




#content_area #sub_nav {
    float: left;
    width: 231px;
    margin-left: 5px;
    background: url('/res/leripa/pics/bg_sub_nav_right.jpg') no-repeat top right
}

#content_area #content {
    margin-left: 232px;
    padding-bottom: 15px;
}

#content p {
    padding: 2px 0
}
#content .content-title{
    color: rgb(0, 102, 204); font-size: 18px;  text-align:center;
    padding:.2em 0 1.2em 0 ;
}
#header #logo {
    float: left;
    margin: 20px 0 0 48px
}

#header .header_link_button {
    color: #FFFFFF;
    top: 5px;
    right: 10px;
    height: 46px;
    display: block;
    font-size: 13px;
    min-width: 188px;
    font-weight: bold;
    line-height: 46px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    padding: 0 25px 0 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #94c11c;
    background: -moz-linear-gradient(top, rgba(148, 193, 28, 1) 0%, rgba(83, 116, 1, 1) 98%, rgba(82, 114, 0, 0.92) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(148, 193, 28, 1)), color-stop(98%, rgba(83, 116, 1, 1)), color-stop(100%, rgba(82, 114, 0, 0.92)));
    background: -webkit-linear-gradient(top, rgba(148, 193, 28, 1) 0%, rgba(83, 116, 1, 1) 98%, rgba(82, 114, 0, 0.92) 100%);
    background: -o-linear-gradient(top, rgba(148, 193, 28, 1) 0%, rgba(83, 116, 1, 1) 98%, rgba(82, 114, 0, 0.92) 100%);
    background: -ms-linear-gradient(top, rgba(148, 193, 28, 1) 0%, rgba(83, 116, 1, 1) 98%, rgba(82, 114, 0, 0.92) 100%);
    background: linear-gradient(to bottom, rgba(148, 193, 28, 1) 0%, rgba(83, 116, 1, 1) 98%, rgba(82, 114, 0, 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c11c', endColorstr='#eb527200', GradientType=0)
}

#header .header_link_button:hover {
    background: #E3EFC4;
    background: #D0ED82;
    background: -moz-linear-gradient(top, rgba(208, 237, 130, 1) 0%, rgba(148, 193, 28, 0.92) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(208, 237, 130, 1)), color-stop(100%, rgba(148, 193, 28, 0.92)));
    background: -webkit-linear-gradient(top, rgba(208, 237, 130, 1) 0%, rgba(148, 193, 28, 0.92) 100%);
    background: -o-linear-gradient(top, rgba(208, 237, 130, 1) 0%, rgba(148, 193, 28, 0.92) 100%);
    background: -ms-linear-gradient(top, rgba(208, 237, 130, 1) 0%, rgba(148, 193, 28, 0.92) 100%);
    background: linear-gradient(to bottom, rgba(208, 237, 130, 1) 0%, rgba(148, 193, 28, 0.92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ed82', endColorstr='#eb94c11c', GradientType=0)
}

#slider {
    background: url('/res/leripa/pics/bg_top_slider_2.jpg') repeat-x top left;
    width: 100%;
    padding-bottom: 15px
}

#slider #spacer_img {
    float: left
}

#slider h1, #slider h2, #slider h3, #slider h4, #slider a, #slider p, #slider div, #slider td, #slider span {
    color: white
}

#slider h1 {
    margin-bottom: 3px
}

#slider #content_slider {
    margin: 0 auto;
    width: 956px
}

#slider #product_search_slider {
    padding-top: 40px;
    float: left;
    width: 290px
}

#slider #product_search_slider .label {
    float: left;
    width: 80px;
    padding: 9px 0
}

#slider #product_search_slider .field {
    float: left;
    padding: 5px 0
}

#slider #product_search_slider select {
    border: 1px solid #999999;
    padding: 4px;
    width: 180px
}

#slider #product_search_slider .nr_of_results {
    float: left;
    padding: 5px 0;
    color: white
}

#slider .nr_of_results .products_found {
    font-weight: bold;
    color: #1A1A1A;
    font-style: italic
}

#slider #material_search_slider {
    padding-left: 45px;
    padding-top: 40px;
    float: left;
    width: 600px;
    background: url("/res/leripa/pics/top_slider_spacer.jpg") no-repeat top left
}

#slider #material_search_slider .label {
    float: left;
    padding: 9px 0
}

#slider #material_search_slider #material_search_slider_label_department {
    width: 70px
}

#slider #material_search_slider #material_search_slider_label_material_component {
    padding-left: 10px;
    width: 70px
}

#slider #material_search_slider #material_search_slider_label_properties {
    width: 90px
}

#slider #material_search_slider .field {
    float: left;
    padding: 5px 0
}

#slider #material_search_slider select {
    border: 1px solid #999999;
    padding: 4px;
    width: 175px
}

#slider #material_search_slider .nr_of_results {
    margin-top: 15px;
    float: left;
    padding: 5px 0;
    color: white
}

#slider #material_search_slider .button_search {
    float: right;
    margin-top: 15px
}

#content .material_search_container {
    padding: 8px 0;
    background: url("/res/leripa/pics/line_spacer.gif") no-repeat bottom left;
    margin-bottom: 10px
}

#content #material_search .material_search_container .label {
    float: left;
    width: 100px;
    padding: 4px 0
}

#content #material_search .material_search_container select {
    border: 1px solid #999999;
    padding: 4px;
    width: 300px
}

#content #material_search .material_search_container .field {
    float: left;
    padding: 4px 0;
    width: 500px
}

#content #material_search .material_search_container .nr_of_results {
    float: left;
    font-weight: bold;
    padding: 4px 0;
    width: 630px
}

#content #material_search .material_search_container .button_search {
    margin-left: 100px;
    float: left;
    padding: 4px 0
}

#content .product_search_container {
    padding: 8px 0;
    background: url("/res/leripa/pics/line_spacer.gif") no-repeat bottom left
}

#content #product_search .product_search_container .label {
    float: left;
    width: 100px;
    padding: 4px 0
}

#content #product_search .product_search_container select {
    border: 1px solid #999999;
    padding: 4px;
    width: 300px
}

#content #product_search .product_search_container .field {
    float: left;
    padding: 4px 0
}

#content #product_search .product_search_container .nr_of_results {
    float: left;
    font-weight: bold;
    padding: 4px 0
}

#content #product_search .product_search_container .nr_of_results .products_found, #content #material_search .material_search_container .nr_of_results .products_found {
    color: #0066CC
}

#content #product_search .product_search_container .button_search {
    margin-left: 100px;
    float: left;
    padding: 4px 0
}

.data_nav {
    margin: 0 0 5px 0;
    padding: 0 0 8px 0;
    background: url("/res/leripa/pics/line_spacer.gif") no-repeat bottom left
}

.data_nav_bottom {
    margin: 0 0 10px 0;
    padding: 15px 0 0 0;
    background: url("/res/leripa/pics/line_spacer.gif") no-repeat top left
}

.product_entry, .material_entry {
    width: 150px;
    margin: 0 15px 15px 0
}

.product_entry .label, .material_entry .label {
    width: 150px;
    height: 40px;
    text-align: center;
    color: white;
    padding-top: 5px;
    background: url('/res/leripa/pics/bg_box01.gif') no-repeat
}

#products_list, #materials_list {
    float: left;
    padding: 10px 0;
    width: 100%
}

#products_list .product_entry .label a, #materials_list .material_entry .label a {
    text-decoration: none;
    color: white;
    width: 140px;
    margin-left: 5px;
    display: block;
    height: 35px;
    overflow: hidden
}

#products_list .product_entry .label a p, #materials_list .material_entry .label a p {
    color: white;
    margin: 0;
    padding: 0
}

#products_list .product_entry .pic img, #materials_list .material_entry .pic img {
    border: 1px solid #D9D9D9
}

#modifications_list {
    padding: 0 0 0 5px
}

#modifications_list .entry {
    width: 646px;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #D8D8D8
}

#modifications_list .col_1 {
    border: 1px solid #D8D8D8;
    margin-right: 10px
}

#modifications_list .col_2 {
    width: 525px
}

#modifications_list .short_descr_din, #modifications_list .short_descr_search {
    width: 100%;
    margin-bottom: 5px
}

#modifications_list .button {
    float: right
}

#product_detail .col1, #modification_detail .col1 {
    float: left
}

#product_detail .col2, #modification_detail .col2 {
    margin-left: 20px;
    float: left
}

#product_detail .backlink, #modification_detail .backlink {
    margin-bottom: 8px
}

#product_detail .col1 {
    width: 355px
}

#product_detail .col2 {
    width: 288px
}

#modification_detail .col1 {
    width: 217px
}

#modification_detail .col2 {
    width: 418px
}

#product_detail .infobuttons .button, #modification_detail .infobuttons .button {
    margin-top: 3px
}

#content #product_detail ul.subsection_tabs, #content #modification_detail ul.subsection_tabs {
    margin-top: 20px
}

#content #product_detail .infobuttons, #content #modification_detail .infobuttons {
    margin-top: 20px
}

.material_logo {
    display: block;
    margin-bottom: 5px
}

#product_detail .lp_content_tab, #modification_detail .lp_content_tab {
    margin-bottom: 15px
}

.modifications_general_properties {
    margin: 20px 0
}

#content .modifications_general_properties ul {
    width: 320px
}

#material_detail {
    margin-bottom: 30px
}

#material_detail {
    margin-bottom: 30px
}

#modification_detail .short_descr_din {
    margin-bottom: 5px
}

#modification_detail .short_descr {
    margin-bottom: 10px
}

#page_options * {
    font-size: 11px;
    color: #87888A;
    text-decoration: none;
    line-height: 14px
}

#page_options #quicksearch_container {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    height: 25px
}

#page_options #quicksearch_container form {
    margin: 0;
    padding: 0;
    float: left
}

.search_words {
    border: 1px solid #999999;
    background-color: white;
    background-image: url(/res/leripa/pics/lupe.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 1px 0 1px 18px;
    text-align: left;
    margin: 0
}

#page_options #quicksearch_container #quicksearch .search_words {
    width: 100px;
    height: 16px;
    float: left
}

#page_options #quicksearch_container #search_button {
    float: left;
    border: none;
    background: url(/res/leripa/pics/button_search.jpg) no-repeat top left;
    display: block;
    width: 27px;
    height: 20px;
    margin-left: 3px;
    cursor: pointer
}

#page_options #lang_options {
    float: right;
    margin-top: 7px;
    margin-right: 25px
}

#page_options #lang_options #lang_chooser_container {
    float: left;
    margin-right: 17px;
    height: 25px
}

#page_options #lang_options #country_chooser_container {
    float: left;
    height: 25px
}

#page_options #lang_options #country_chooser_container select {
    width: 110px;
    border: 1px solid #999999;
    padding: 1px;
    margin: 0
}

#page_options #lang_options #country_chooser_container input.submit_button {
    float: left;
    border: none;
    background: url(/res/leripa/pics/button_search.jpg) no-repeat top left;
    display: block;
    width: 27px;
    height: 20px;
    margin-left: 3px;
    cursor: pointer
}

#page_options #lang_options .label {
    float: left;
    padding-top: 2px;
    padding-right: 4px
}

#page_options #lang_options .lang_chooser {
    margin: 0;
    padding: 2px 0 0 0;
    float: left
}

#page_options #lang_options .country_chooser {
    margin: 0;
    padding: 0;
    float: left
}

#page_options #lang_options .lang_chooser li {
    text-transform: lowercase;
    list-style: none;
    float: left;
    padding: 0;
    margin: 0
}

#page_options #lang_options .lang_chooser li a {
    float: left;
    padding: 0 4px 0 5px;
    background: url('/res/leripa/pics/spacer_lang.jpg') no-repeat left 3px
}

#page_options #lang_options .lang_chooser li.active a {
    color: #5A5A5B;
    font-weight: bold
}

#page_options #lang_options .lang_chooser li:first-child a {
    background: none
}

#page_options #product_search_slider_button {
    float: left;
    display: block;
    height: 46px;
    line-height: 46px;
    padding: 0 28px 0 21px;
    background: url('/res/leripa/pics/bg_product_search_right.png') no-repeat top right;
    color: white;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}

#page_options #product_search_slider_button_wrap {
    float: right;
    margin-right: 10px;
    top: 0;
    background: url('/res/leripa/pics/bg_product_search_left.png') no-repeat top left;
    padding: 0 0 0 7px
}

#page_options #product_search_slider_button_wrap:hover {
    background: url('/res/leripa/pics/bg_product_search_left_over.png') no-repeat top left
}

#page_options #product_search_slider_button_wrap:hover #product_search_slider_button {
    background: url('/res/leripa/pics/bg_product_search_right_ove.png') no-repeat top right
}

#page_options #product_search_slider_button_wrap #slider_arrow {
    margin-left: 10px
}

.count_message {
    font-weight: bold;
    color: #0066CC
}

.nav_links {
    margin-top: 5px
}

.nav_links a {
    padding-right: 4px;
    color: #999999
}

.nav_links a.active, .nav_links a:hover {
    font-weight: bold;
    color: #0066CC;
    font-size: 16px;
    text-decoration: none
}

#redx_search_form {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

#redx_search_form .search_words {
    padding: 6px 5px 6px 18px;
    width: 350px;
    float: left;
    margin-right: 5px;
    font-size: 14px
}

.redx_search_no_results {
    width: 100%;
    float: left;
    margin-top: 10px
}

.redx_search_result_data_nav {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 14px
}

.redx_search_result_row {
    float: left;
    width: 100%;
    border-top: 1px dashed #CECECE;
    margin-top: 5px;
    padding: 8px 0
}

.redx_search_result_link a {
    font-weight: bold;
    color: #0066CC;
    font-size: 14px
}

#main_nav {
    margin-top: 23px;
    float: right;
    height: 70px
}

#main_nav a, #main_nav a:hover, #main_nav a.active, #main_nav a:visited, #main_nav span {
    color: white;
    text-decoration: none
}

#main_nav ul {
    margin: 0;
    padding: 0
}

#main_nav ul li {
    float: left;
    list-style: none
}

#main_nav ul li a span {
    float: left;
    padding: 40px 13px 15px 13px;
    display: block;
    background: url('/res/leripa/pics/bg_main_nav.png') no-repeat bottom right;
    cursor: pointer
}

#main_nav ul li:last-child a span {
    background: none
}

#main_nav ul li a, #main_nav ul li a span {
    float: left;
    color: white;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: bold
}

#main_nav ul li a:hover, #main_nav ul li a.active {
    background: url('/res/leripa/pics/bg_main_nav_over_right.png') no-repeat bottom right
}

#main_nav ul li a:hover span, #main_nav ul li a.active span {
    background: url('/res/leripa/pics/bg_main_nav_over_left.png') no-repeat bottom left
}

#content_area #sub_nav_content {
    float: left;
    padding: 10px 16px 10px 13px;
    width: 204px;
    min-height: 313px;
    background: url('/res/leripa/pics/bg_sub_nav_02.jpg') no-repeat top left
}

#content_area #sub_nav_head {
    font-weight: bold;
    color: white;
    margin-left: 13px;
    padding: 9px 14px;
    width: 170px;
    background: url('/res/leripa/pics/bg_sub_nav_head.gif') no-repeat top left
}

#sub_nav ul {
    margin: 0;
    padding: 0;
    width: 198px
}

#sub_nav ul li {
    list-style: none;
    border-top: 1px dashed #CDCDCD
}

#sub_nav ul li:first-child {
    border-top: none
}

#sub_nav ul li ul li:first-child {
    border-top: 1px dashed #CDCDCD
}

#sub_nav ul li a {
    font-size: 14px;
    padding: 8px 14px;
    display: block;
    width: 170px;
    text-decoration: none;
    color: #0066CC
}

#sub_nav ul li a.active, #sub_nav ul li a:hover {
    color: white;
    background-color: #0066CC
}

#sub_nav ul li a.active {
    background-image: url('/res/leripa/pics/li_white_down.gif');
    background-repeat: no-repeat;
    background-position: 175px 16px
}

#sub_nav ul li ul {
    background: #EEEEEE
}

#sub_nav ul li ul li {
    width: auto
}

#sub_nav ul li ul li a {
    font-size: 12px;
    line-height: 14px;
    color: #87888A;
    background-image: url('/res/leripa/pics/li_gray.gif');
    background-repeat: no-repeat;
    background-position: 13px 11px;
    padding: 8px 14px 8px 25px;
    width: 159px
}

#sub_nav ul li ul li a.active, #sub_nav ul li ul li a:hover {
    color: white;
    background-image: url('/res/leripa/pics/li_white.gif');
    background-repeat: no-repeat;
    background-position: 13px 11px;
    background-color: #AFAFAF
}

#sub_nav ul li ul li ul li a {
    font-size: 11px;
    line-height: 14px;
    background-color: #D4D4D4;
    background-position: 24px 11px;
    padding: 8px 14px 8px 35px;
    width: 149px
}

#sub_nav ul li ul li ul li a.active, #sub_nav ul li ul li ul li a:hover {
    background-position: 24px 11px;
    background-color: #B8B8B8
}

#sub_nav ul li ul li ul li ul li a {
    background-color: #D4D4D4;
    background-position: 34px 11px;
    padding: 8px 14px 8px 45px;
    width: 139px
}

#sub_nav ul li ul li ul li ul li a.active, #sub_nav ul li ul li ul li ul li a:hover {
    background-color: #C4C4C4;
    background-position: 34px 11px
}

#sub_nav ul li ul li ul li ul li ul li a {
    background-color: #EEEEEE;
    background-position: 44px 11px;
    padding: 8px 14px 8px 55px;
    width: 129px
}

#sub_nav ul li ul li ul li ul li ul li a.active, #sub_nav ul li ul li ul li ul li ul li a:hover {
    color: #87888A;
    font-weight: bold;
    background-color: #EEEEEE;
    background-image: url('/res/leripa/pics/li_gray.gif');
    background-position: 44px 11px
}

#teaser_area {
    position: relative
}

#teaser_area #carousel-wrapper {
    float: left;
    width: 940px;
    margin: 0 8px;
    overflow: hidden
}

#teaser_area #carousel-content {
    width: 50000px
}

#teaser_area #carousel-content .slide {
    float: left;
    width: 940px;
    height: 290px;
    text-align: center
}

#teaser_area #carousel-control-container {
    position: absolute;
    bottom: 0;
    left: 8px;
    float: left;
    width: 904px;
    height: 42px;
    padding: 0 18px;
    background: url('/res/leripa/pics/bg_teaser_nav.jpg') no-repeat bottom left
}

#teaser_area #carousel-control-content a.carousel-jumper {
    float: left;
    height: 42px;
    text-decoration: none
}

#teaser_area #carousel-control-content a.carousel-jumper span {
    cursor: pointer;
    float: left;
    text-decoration: none;
    border-right: 1px solid white;
    font-size: 12px;
    color: white;
    font-weight: bold;
    margin-top: 14px;
    padding: 0 15px 0 15px;
    text-align: center;
    line-height: 28px
}

#teaser_area #carousel-control-content a.noborder span {
    border: none
}

#teaser_area #carousel-control-wrapper {
    float: left;
    width: 846px;
    margin: 0 10px 0 10px;
    overflow: hidden
}

#teaser_area #carousel-control-content {
    width: 50000px
}

#teaser_area #carousel-control-container .carousel-control {
    margin-top: 21px;
    float: left
}

#teaser_area #carousel-control-content a.carousel-selected {
    background: url('/res/leripa/pics/teaser_jumper.png') no-repeat center top
}

#teaser_area #bt_prev {
    position: absolute;
    left: 8px;
    top: 120px
}

#teaser_area #bt_next {
    position: absolute;
    right: 8px;
    top: 120px
}

#news {
    float: left;
    width: 297px;
    margin-left: 8px;
    height: 132px;
    background: url('/res/leripa/pics/bg_news_2.jpg') no-repeat top left;
    padding: 10px 15px 0 15px
}

#news .news_entry {
    float: left;
    margin-bottom: 7px;
    margin-left: 1px;
    padding: 10px 0 0 5px
}

#news .news_date {
    float: left
}

#news .news_date * {
    color: #87888A;
    text-decoration: none;
    font-weight: bold
}

#news .news_short_text {
    float: left;
    margin-left: 12px;
    width: 208px
}

#news .news_short_text * {
    text-decoration: none;
    color: #0066CC;
    font-weight: bold
}

#news .spacer {
    background: url('/res/leripa/pics/list_spacer.jpg') no-repeat top left
}

#content .news_entry {
    float: left;
    width: 100%;
    padding: 20px 0 15px 0
}

#content .news_entry h4 a {
    text-decoration: none;
    color: #0066CC
}

#content .news_entry .short_descr {
    float: left;
    padding: 5px 0;
    width: 80%
}

#content .news_entry .button {
    float: right
}

#content .spacer {
    background: url('/res/leripa/pics/line_spacer.gif') no-repeat top left
}

#content .spacer_small {
    background: url('/res/leripa/pics/list_spacer.jpg') no-repeat top left
}

#content .content_news {
    padding: 0 0 10px 0
}

#locations {
    float: left;
    width: 326px;
    height: 142px;
    margin-left: 9px;
    background: url('/res/leripa/pics/bg_locations_3.jpg') no-repeat top left
}

#locations #location_start_container {
    float: left;
    padding: 26px 0 0 10px;
    width: 150px;
    height: 116px
}

#locations #location_start_container .button {
    margin-top: 5px
}

#request {
    float: left;
    padding: 10px 15px;
    width: 238px;
    height: 122px;
    margin-left: 9px;
    background: url('/res/leripa/pics/bg_request_2.jpg') no-repeat top left
}

#request #form_quickrequest {
    margin-top: 3px
}

#request h2 {
    line-height: 18px
}

#request #quickrequest select {
    width: 163px;
    padding: 1px;
    border: 1px solid #999999
}

#site_service {
    width: 920px;
    margin: 0 18px 17px 18px;
    float: left
}

#site_service * {
    color: #87888A;
    font-size: 10px;
    text-decoration: none
}

#breadcrumb {
    float: left
}

#pageprint {
    float: right
}

#printlink {
    padding: 0 20px 0 0;
    background: url('/res/leripa/pics/icon_print.gif') no-repeat top right
}

#footer {
    width: 100%;
    background: url('/res/leripa/pics/bg_footer.jpg') no-repeat top left;
    padding: 1px 0
}

#footer * {
    font-size: 11px;
    line-height: 14px;
    color: #666666
}

#footer_content #footer_contact {
    float: left;
    padding: 11px 12px;
    width: 311px
}

#footer_content #footer_nav, #footer_content #footer_nav_small {
    float: left;
    padding: 11px 12px;
    width: 302px;
    margin-left: 8px;
    background: url('/res/leripa/pics/bg_footer_nav.jpg') no-repeat top left
}

#footer_content #footer_nav_small {
    width: 160px
}

#footer_content #footer_info {
    float: left;
    padding: 15px 12px;
    width: 128px
}

#footer_content #footer_nav_small ul, #footer_content #footer_nav ul {
    margin: 0;
    padding: 0
}

#footer_content #footer_nav_small ul li, #footer_content #footer_nav ul li {
    list-style: none;
    list-style-image: url(/res/leripa/pics/li_blue.gif);
    list-style-position: inside;
    padding: 1px 0
}

#footer_content #footer_nav_small ul li a, #footer_content #footer_nav ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none
}

#footer_content #footer_service {
    float: right;
    padding: 11px 12px;
    width: 244px;
    text-align: left
}

#footer_content #footer_service ul {
    margin: 0;
    padding: 0;
    float: left
}

#footer_content #footer_service ul li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
    color: #666666;
    font-size: 12px;
    text-decoration: none
}

#footer_content #footer_service a {
    color: #666666;
    font-size: 12px;
    text-decoration: none
}

.request_form {
    margin: 10px 0
}

.redx_form .redx_forms_float {
    padding: 3px 2px
}

.redx_form .redx_form_label div {
    line-height: 26px
}

.redx_form .required.redx_form_textfield input, .redx_form .required select, .redx_form .required textarea {
    background: #E5EFFA
}

.redx_form .redx_form_textfield input, .redx_form select, .redx_form textarea {
    border: 1px solid #999999
}

.redx_form input, .redx_form_textarea {
    padding: 4px
}

.redx_form select {
    padding: 3px
}

.redx_forms_status_msg {
    border: 1px solid #B50101;
    padding: 5px !important;
    margin-bottom: 5px
}

.redx_forms_status_msg h2 {
    color: #B50101;
    font-size: 14px;
    background: url("/res/leripa/pics/icon_error.gif") no-repeat top left !important;
    padding: 2px 0 2px 35px
}

.validation_error {
    color: #B50101 !important
}

.my_requirements_block {
    background: #A8D4FF;
    padding: 10px;
    margin-bottom: 10px
}

.energy_calculator .redx_form_label {
    width: 335px !important;
    padding-right: 15px
}

.energy_calculator input {
    font-size: 14px;
    text-align: right;
    padding: 8px
}

.energy_calculator .redx_form_div_container {
    border-top: 1px dashed #BFBFBF;
    padding-top: 10px;
    width: 100%
}

.energy_calculator .calculator_result, .energy_calculator .calculator_result_year, .energy_calculator .calculator_result_5years {
    display: block;
    width: 159px;
    padding: 0 10px 0 20px!important;
    text-align: right;
    background: url("/res/leripa/pics/arrow_big.gif") no-repeat center left
}

.energy_calculator .calculator_result_year {
    display: block;
    width: 169px;
    height: 43px;
    padding: 10px !important;
    text-align: right;
    background: url("/res/leripa/pics/bg_result_calculator.gif") no-repeat top left
}

.energy_calculator .calculator_result_year * {
    color: white
}

.energy_calculator .calculator_result_year h1 {
    color: white;
    margin: 0;
    padding: 0;
    line-height: 15px
}

.energy_calculator .calculator_result_5years {
    font-weight: bold;
    color: #0066CC;
    font-size: 16px
}

.energy_calculator .calculator_unit {
    font-size: 14px;
    margin-top: 10px
}

.energy_calculator .redx_form_submit {
    margin-left: 180px;
    text-align: center
}

.gallery_container {
    float: left;
    margin: 5px 0
}

.gallery_container .carousel-wrapper {
    float: left;
    overflow: hidden
}

.gallery_container .carousel-content .slide {
    float: left;
    text-align: left;
    height: 111px
}

.gallery_container .carousel-content .slide a {
    float: left;
    margin-left: 6px;
    border: 1px solid #D8D8D8
}

.gallery_container_carousel {
    float: left;
    border: 1px solid #D8D8D8;
    margin: 5px 0
}

.gallery_container_carousel .carousel-wrapper {
    float: left;
    margin: 11px 6px;
    overflow: hidden;
    height: 109px
}

.gallery_container_carousel .carousel-content, .gallery_container .carousel-content {
    width: 50000px
}

.gallery_container_carousel .carousel-content .slide {
    float: left;
    text-align: left;
    height: 109px
}

.gallery_container_carousel .carousel-content .slide a {
    float: left;
    margin-left: 6px
}

.gallery_container_carousel .carousel-content .slide a img {
    border: none;
    padding: 0;
    margin: 0
}

.gallery_container_carousel .carousel-control {
    display: block;
    width: 20px;
    height: 135px
}

.gallery_container_carousel .control-prev {
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    background: url('/res/leripa/pics/gallery_control_prev.gif') no-repeat top left
}

.gallery_container_carousel .control-next {
    float: right;
    margin-right: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    background: url('/res/leripa/pics/gallery_control_next.gif') no-repeat top right
}

#google_map {
    width: 100%;
    height: 500px
}

#search_google {
    margin-bottom: 25px;
    padding: 15px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D8D8D8
}

.search_fields {
    padding: 3px;
    float: left;
    width: 100%
}

.search_button {
    float: left;
    padding: 3px 3px 3px 103px
}

.google_search_label {
    float: left;
    width: 100px;
    line-height: 20px
}

.google_search_descr {
    line-height: 20px
}

#toAddress, #fromAddress {
    float: left;
    width: 350px;
    padding: 3px;
    border: 1px solid #999999;
    margin-right: 5px;
    height: 25px
}

.downloads_cat_headline {
    padding-top: 10px
}

.downloads_cat_descr {
    padding: 3px 0 10px 0
}

.downloads_entry {
    float: left;
    width: 100%;
    padding: 10px 0 5px 5px
}

.downloads_entry a {
    text-decoration: none
}

#content ul.subsection_tabs, #content ul.redx_form_tabblock {
    border: none;
    width: 600px;
    list-style: none;
    margin: 0 0 20px 2px;
    padding: 0 73px 0 0;
    clear: both;
    float: left;
    background: url('/res/leripa/pics/bg_tab_shadow_right.gif') no-repeat bottom right
}

#content ul.subsection_tabs li, #content ul.redx_form_tabblock li {
    padding: 0;
    margin: 0
}

#content ul.subsection_tabs li.tab, #content ul.redx_form_tabblock li.redx_form_tab_tab {
    list-style: none;
    float: left
}

#content ul.subsection_tabs li.tab a, #content ul.redx_form_tabblock li.redx_form_tab_tab a {
    display: block;
    height: 28px;
    line-height: 28px;
    background: url('/res/leripa/pics/bg_tab_left.gif') no-repeat top left;
    padding-left: 7px;
    color: white;
    text-decoration: none;
    float: left
}

#content ul.subsection_tabs li.tab a span, #content ul.redx_form_tabblock li.redx_form_tab_tab a span {
    display: block;
    padding: 0 30px 0 10px;
    background: url('/res/leripa/pics/bg_tab_right.gif') no-repeat top right
}

#content ul.subsection_tabs li.tab a:hover, #content ul.subsection_tabs li.tab a.active, #content ul.redx_form_tabblock li.redx_form_tab_tab a:hover, #content ul.redx_form_tabblock li.redx_form_tab_tab a.active {
    background: url('/res/leripa/pics/bg_tab_left_active.gif') no-repeat top left
}

#content ul.subsection_tabs li.tab a:hover span, #content ul.subsection_tabs li.tab a.active span, #content ul.redx_form_tabblock li.redx_form_tab_tab a:hover span, #content ul.redx_form_tabblock li.redx_form_tab_tab a.active span {
    background: url('/res/leripa/pics/bg_tab_right_active.gif') no-repeat top right
}

#content ul.subsection_tabs a:active {
    padding: 0
}

.hightlightbox01_top {
    background: url('/res/leripa/pics/highlightbox01_top.gif') no-repeat bottom left;
    width: 666px;
    height: 6px
}

.hightlightbox01_content {
    background: url('/res/leripa/pics/highlightbox01_middle.gif') repeat-y;
    width: 666px;
    padding: 10px 0 10px 20px
}

.hightlightbox01_bottom {
    background: url('/res/leripa/pics/highlightbox01_bottom.gif') no-repeat top left;
    width: 666px;
    height: 6px
}

.sitemap li {
    list-style: none !important
}

.sitemap li a {
    display: none;
    text-decoration: none
}

.sitemap li ul li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8
}

.sitemap li ul li {
    padding: 2px 0 2px 10px;
    background: url('/res/leripa/pics/li.gif') no-repeat left 5px
}

.sitemap li ul li ul li a {
    border-bottom: none;
    font-size: 12px;
    font-weight: normal
}

.search_results {
    float: left;
    margin-top: 10px;
    width: 100%
}

.gs-webResult .gs-visibleUrl-short {
    display: none
}

.gs-webResult .gs-visibleUrl-long {
    display: block
}

.gsc-control {
    width: 100%
}

.gsc-results-selector {
    display: none
}

.gsc-twiddle {
    background-image: none
}

.gsc-title {
    padding: 0px
}

.gsc-trailing-more-results {
    display: none
}

.gsc-cursor-box {
    text-align: center;
    margin-top: 40px
}

table.gsc-search-box {
    width: 300px;
    margin-bottom: 30px;
    display: none
}

.gsc-resultsRoot {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #CECECE
}

.gsc-search-button {
    margin: 0px
}

.gsc-result {
    margin-bottom: 10px;
    padding-bottom: 5px
}

.gsc-result a {
    color: #0066CC;
    cursor: pointer
}

.gs-title * {
    color: #0066CC;
    font-size: 14px;
    font-weight: bold
}

.gs-title:hover {
    color: #0066CC
}

.gs-snippet, .gs-snippet * {
    font-size: 12px
}

div.gs-visibleUrl-long {
    color: #0066CC
}

.gsc-cursor-current-page {
    color: #0066CC
}

.gsc-stats {
    display: none
}

.gsc-resultsHeader {
    display: none;
    border-bottom: 1px solid #E9E9E9;
    clear: both;
    margin-bottom: 8px;
    width: 100%
}

.gs-watermark {
    display: none
}

.gsc-cursor-page {
    cursor: pointer;
    display: inline;
    margin-right: 8px
}

.gs-no-results-result {
    color: #0066CC;
    font-size: 16px;
    font-weight: bold
}

.c_site_overlay {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url('/res/leripa/pics/overlay_bg.png')
}

.c_site_overlay .c_cont {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c_site_overlay .c_inner {
    float: none;
    margin: 0 auto;
    position: relative;
    width: 760px
}

.c_site_overlay .c_overlay {
    clear: left;
    float: left;
    position: relative;
    height: 390px;
    top: 200px;
    background: #FFFFFF;
    opacity: 0.9;
    border: 1px solid black;
    padding: 80px
}

.c_site_overlay .c_inner h2 {
    color: #000000;
    margin: 0 0 30px 15px;
    padding: 0;
    font-size: 55px
}

#sb-title-inner,
#sb-info-inner,
#sb-loading-inner,
div.sb-message {
    font-family: "Arial", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: 200;
    color: #5B5B5B
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
    background-color: white
}

#sb-wrapper-inner {
    position: relative;
    overflow: hidden;
    height: 100px;
    padding: 5px 10px 10px 10px
}

#sb-body {
    position: relative;
    height: 100%;
    width: 100%
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%
}

#sb-player.html {
    height: 100%;
    overflow: auto
}

#sb-body img {
    border: none
}

#sb-loading {
    position: relative;
    height: 100%
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center
}

#sb-loading-inner span {
    background: url('/res/leripa/pics/shadowbox/loading.gif') no-repeat;
    padding-left: 49px;
    display: inline-block
}

#sb-body,
#sb-loading {
    background-color: white
}

#sb-title,
#sb-info {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#sb-title,
#sb-title-inner {}

#sb-title {
    padding: 5px 10px 0 10px
}

#sb-title-inner {
    font-size: 14px
}

#sb-info,
#sb-info-inner {
    height: 29px;
    line-height: 29px
}

#sb-info-inner {
    font-size: 14px;
    padding: 0 10px 5px 10px
}

#sb-nav {
    float: right;
    height: 20px;
    padding: 2px 0;
    width: 45%
}

#sb-nav a {
    display: block;
    float: right;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat
}

#sb-nav-close {
    background-image: url('/res/leripa/pics/shadowbox/close.gif')
}

#sb-nav-next {
    background-image: url('/res/leripa/pics/shadowbox/next.gif')
}

#sb-nav-previous {
    background-image: url('/res/leripa/pics/shadowbox/prev.gif')
}

#sb-nav-play {
    background-image: url('/res/leripa/pics/shadowbox/play.png')
}

#sb-nav-pause {
    background-image: url('/res/leripa/pics/shadowbox/pause.png')
}

#sb-counter {
    float: left;
    width: 45%
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #5B5B5B
}

#sb-counter a.sb-counter-current {
    text-decoration: underline
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center
}

div.sb-message a:link,
div.sb-message a:visited {
    color: #5B5B5B;
    text-decoration: underline
}

/* æœç´¢ç»“æžœåˆ—è¡¨ */

.resultlist {
    overflow: hidden;
    clear: both;
}

.resultlist ul {
    padding: 20px 0 0 20px;
}

.resultlist ul li {
    padding-top: 15px;
}

.resultlist ul li h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
}

.resultlist ul li h3 a {
    text-decoration: underline;
}

.resultlist ul li p {
    line-height: 22px;
    color: #333;
    font-size: 14px;
    width: 650px;
}

.resultlist ul li span small {
    line-height: 22px;
    font-size: 12px;
    margin-left: 5px;
    color: #999;
}

.resultlist ul li span a {
    color: #0065ca;
}

.dede_content{
    font-size:16px; line-height:1.6em
}
.dede_pages{
    padding:3em 0px 12px 16px;
}
.dede_pages *{
    padding:0;
    margin:0;
}
.dede_pages ul{
    float:left;
    padding:12px 0px 12px 16px;
    list-style: none;
}
.dede_pages ul li{
    float:left;
    font-family:Tahoma;
    line-height:17px;
    margin-right:6px;
    border:1px solid #E9E9E9;
}
.dede_pages ul li a{
    float:left;
    padding:2px 4px 2px;
    color:#555;
    display:block;
}
.dede_pages ul li a:hover{
    color:#690;
    text-decoration:none;
    padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
    background-color:#F8F8F8;
    padding:2px 4px 2px;
    font-weight:bold;
}
.dede_pages .pageinfo{
    line-height:21px;
    padding:12px 10px 12px 16px;
    color:#999;
}
.dede_pages .pageinfo strong{
    color:#555;
    font-weight:normal;
    margin:0px 2px;
}


.e8{/*Ã¥â€ºÂ¾Ã©â€ºâ€ Ã¥Ë†â€”Ã¨Â¡Â¨Ã¤Â¸â€œÃ§â€Â¨Ã¥Â¤Â§Ã¥â€ºÂ¾Ã¥Ë†â€”Ã¨Â¡Â¨*/
    width:100%;
    overflow:hidden;
    clear:both;
    margin-left:12px;
    margin-top:16px;
}
.e8 li{
    width:168px;
    height:184px;
    float:left;
    display:block;
    overflow:hidden;
    margin-right:8px;
    text-align:center;
}
.e8 li .pic{
    width:160px;
    height:120px;
    display:block;
    background:url(../images/picbox-listbg.gif) no-repeat;
    text-align:left;
    overflow:hidden;
}
.e8 li .pic img{
    width:152px;
    height:112px;
    display:block;
    margin-left:3px;
    margin-top:3px;
    border:none;
}
.e8 li .title{
    height:31px;
    display:block;
    line-height:31px;
    font-weight:bold;
    overflow:hidden;
}
.e8 li .date{
    color:#666;
}
.e8 li .date small{
    line-height:17px;
    font-size:12px;
    color:#999;
}


