/*ctrls.css*/
            input, button, select, textarea {
    font-size: 9pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 2px 0 2px 5px;
} *.disabled {
    color: #999 !important;
} *.icn {
    padding-left: 19px;
    background-position: center left;
    background-repeat: no-repeat;
}

input, textarea {
}

input {
    height: 24px;
    line-height: normal;
}

button {
    height: 24px;
    padding: 0px 10px 0px 10px;
    margin: 0;
    text-align: center;
    line-height: 19px;
    font-size: 9pt;
}

textarea {
    width: 98%;
    font-size: 9pt;
}

select {
    padding: 2px 0 2px 5px;
} .cform {
    width: 100%;
    background-color: #f0f0f0;
} .cform h1 {
    font-size: 16px;
    padding: 15px 0 5px 0;
} .cform td {
    text-align: left;
}

table.cform th {
    padding: 0;
    margin: 0px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

table.cform th span {
    background-repeat: no-repeat;
    line-height: 23px;
    background-position: 2px;
    display: block;
    height: 23px;
    text-indent: 0;
}

table.cform td.ilabel {
    text-align: right;
    width: 140px !important;
    overflow: hidden;
    color: #222;
    line-height: 130% !important;
    padding-right: 10px;
}

table.cform td.ivalue {
    width: 90%;
}

div.buttons button {
    margin-right: 5px;
}

div.buttons {
    text-align: right !important;
    padding: 10px;
    width: auto;
    background-color: #e1e1e1;
}

table.params div.separator {
    display: block;
    float: none !important;
    clear: both;
    border-top: 1px solid #FFF;
    background-color: #CCC;
    margin: 5px 0 10px 0;
    padding: 0 !important;
    width: 100%;
    height: 1px !important;
    overflow: hidden;
}

table.params hr {
    display: block;
    float: none !important;
    clear: both;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
    width: 100%;
    height: 0px;
    margin: 0 0 10px 0;
}

table.params {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    display: inline;
}

label i.add {
    color: #666;
    line-height: 110%;
}

table.params td.ilabel label {
    display: block;
    width: 140px !important;
    text-align: right;
    height: auto;
    line-height: 23px;
}

table.params td.ilabel label i {
    line-height: 110%;
    font-size: 7pt;
}

table.params td.ivalue {
    padding: 1px;
    width: 90%;
    line-height: 23px;
}

fieldset.groupselect * {
    font-size: 8pt !important;
}

fieldset.groupselect {
    background-color: #FFF;
    display: block;
    width: auto;
    margin: 0;
    padding: 0px;
}

fieldset.groupselect ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

fieldset.groupselect ul li {
    float: none !important;
    clear: both;
    list-style: none;
}

fieldset.groupselect ul li * {
    float: none !important;
}

span.example {
    color: #666;
    font-size: smaller;
    font-style: italic;
    padding-bottom: 6pt;
    line-height: normal;
    clear: both;
    display: block;
}

input.str {
    width: 350px;
    font-size: 9pt;
}

input.int {
    width: 120px;
    font-size: 10pt;
    font-family: monospace;
}

input.float {
    width: 130px;
    font-size: 10pt;
    font-family: monospace;
}

input.chkbx {
    width: 13px;
    height: 13px;
    margin: 3px 3px 3px 2px;
    padding: 0;
}

span.captcha {
    display: block;
}

span.captcha img {
    display: block;
    clear: both;
}

span.captcha input {
    display: block;
    width: 100px;
}

span.title {
    margin: 15px 0 5px 0;
    display: block;
    font-size: 11px;
    background-color: #F3F7F7 !important;
    font-weight: bold;
    line-height: 23px;
    color: #000;
    padding: 0 7px 0 7px;
    border-top: 1px solid #999999;
}

span.title i {
    font-size: 11pt;
    display: inline;
    line-height: 10pt;
    color: #999;
    font-weight: normal;
}

span.idescription {
    display: inline;
}

span.idescription span.idescription_title {
    display: inline;
    font-size: 8pt;
    background-color: #DDD;
    padding: 1px 4px 1px 4px;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}

span.idescription span.idescription_title:hover {
    background-color: #555;
}

span.idescription_content {
    display: none;
}

span.idescription_expanded span.idescription_content {
    display: block;
    font-size: 8pt;
    line-height: 120%;
    color: #000;
    width: auto;
    padding: 5px;
    margin: 0 10px 15px 0 !important;
    background-color: #FFFFDD !important;
    border: 1px dotted #CCC;
    overflow: hidden;
}

span.astext {
    display: block;
    padding: 3px;
    line-height: 120%;
    border: 1px dotted #CCC;
}

span.multyselectitem {
    height: 17px;
    line-height: 17px;
    width: 100%;
    display: list-item;
    list-style: none;
}

span.multyselectitem input {
    margin: 0px;
    padding: 0px;
    height: 15px;
    width: 15px;
    float: left;
}

span.multyselectitem label {
}

div.errors {
    padding: 10px 10px 10px 60px;
    margin-bottom: 10px;
    border: 1px solid #cb2100;
    background: #f7f8f3 url(/files/icons/48/error.jpg) no-repeat 15px 10px;
}

div.errors ul {
    display: block;
    margin: 0;
    padding: 0 20px 0 40px !important;
}

div.errors ul li {
    list-style: square !important;
    display: list-item !important;
    width: 100%;
    text-align: left;
    float: none;
} .dbtree {
    padding: 0;
} .dbtree ul {
    display: block;
    margin: 0;
    height: 300px;
    width: 540px;
    overflow: auto;
} .dbtree ul li {
    display: block;
    padding: 0 0 0 5px;
    margin: 0;
    white-space: nowrap;
    line-height: normal;
    height: auto;
} .dbtree ul li span {
    margin-left: 19px;
} .dbtree ul li code {
    font-size: 10px;
    font-family: monospace;
    letter-spacing: -3px;
    color: #888;
} .dbtree ul li label {
    display: block;
    height: 15px;
    line-height: 15px;
} .dbtree ul li label:hover {
    background-color: #d3efff;
} .dbtree ul li input {
    display: inline;
    margin: 0;
    padding: 0;
    height: 15px;
    width: 15px;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}

form {
    margin: 0;
    padding: 0;
}

div.ajwin, div.dlg {
    width: 440px;
    height: auto;
    display: block;
    background: transparent url(/i/wsl.png) no-repeat bottom left;
    font-size: 9pt;
    margin-left: 25%;
    top: 15%;
    position: absolute;
    z-index: 2000;
    padding: 0 0 0 20px;
    _background: transparent;
}

div.ajwin div.wsbg {
    background: transparent url(/i/wsr.png) no-repeat bottom right;
    padding: 0 20px 32px 0;
    _background: transparent;
}

div.win {
    border: 1px solid #b3b9ab;
}

div.ajwin div.title {
    background: transparent url(/i/wtitle.gif) repeat-x;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-size: 9pt;
    color: #444;
    text-align: left;
    margin: 0;
    padding: 0 0 0 10px;
}

div.ajwin div.title span.close {
    width: 21px;
    height: 21px;
    float: right;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

div.ajwin span.title span.close:hover {
    color: red;
}

div.ajwin div.content {
    padding: 30px 15px 30px 78px;
    background: #f7f7f3 url(/files/icons/48/info.jpg) no-repeat 15px 15px;
    height: auto;
}

div.ajwin div.content iframe {
    width: 100%;
}

div.ajwin div.menu {
    padding: 0 15px 0 15px;
    margin: 0;
    height: 40px;
    background: transparent url(/i/wmenu.gif);
}

div.ajwin div.menu a {
    padding: 0 15px 0 15px;
}

ul.lv_treelist {
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-indent: 0;
    height: auto;
    clear: both;
}

ul.lv_treelist li {
    font-weight: normal;
    margin: 0px;
    display: block;
    list-style: none;
    height: auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

ul.lv_treelist li.break {
    background-color: transparent;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    border-bottom: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    margin: 2px 0 2px 0;
    padding: 1px;
}

ul.lv_treelist li a {
    display: inline;
    background-position: top left;
    color: #222222;
    padding: 1px 0 2px 16px;
    overflow: hidden;
    white-space: nowrap;
}

ul.lv_treelist li a:hover {
    text-decoration: underline;
}

ul.lv_treelist li span {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
}

ul.lv_treelist li span a {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: 0;
    padding: 0 !important;
    border: 1px solid #F0F0F0;
    background-color: #FFF;
}

ul.lv_treelist li span a:hover {
    border: 1px solid #345a83;
    background-color: #d2dce7;
}

table.lv_table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    background-color: #fFF;
    border-spacing: 0;
    border: 1px solid #DDD;
}

table.lv_table td {
    background-color: transparent;
    padding: 0px;
    margin: 0;
    line-height: 19px;
    height: 19px;
    font-size: 8pt;
}

table.lv_table td input, table.lv_table td label {
    padding: 0;
    margin: 0;
    line-height: 16px;
    height: 16px;
}

table.lv_table th {
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    color: #000;
    padding: 0;
    background: #EFEFEF;
    white-space: nowrap;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    width: auto;
}

table.lv_table th a {
    display: block;
    padding: 0 5px 0 5px;
    color: #000;
    line-height: 25px;
    white-space: nowrap;
}

table.lv_table th.listitem {
    width: 40%;
}

table.lv_table th a.icn {
    text-indent: 0px;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-position: center left !important;
}

table.lv_table th a:hover {
    color: #000;
    background-color: #c7e8fd;
}

table.lv_table th a:active {
    color: #000;
    background-position: top left;
}

table.lv_table td.listitem a, table.lv_table td.listitem a:active, table.lv_table td.listitem a:visited {
    color: #000 !important;
    text-decoration: none;
}

table.lv_table tr:hover td {
    background-color: #FFFF99 !important;
}

table.lv_table td.listitem a:hover {
    text-decoration: underline;
}

table.lv_table td.sort {
    background-color: #F3F7F7;
}

table.lv_table td.listitem {
    height: 19px;
    line-height: 19px;
    width: 90%;
    overflow: hidden;
    padding-right: 10px;
}

table.lv_table td.subitem {
    width: 25px;
    padding-right: 10px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
}

table.lv_table td.listitem span.listitem {
    display: block;
    white-space: nowrap;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
}

table.lv_table td.subitem span.subitem {
    display: block;
    white-space: nowrap;
    line-height: 19px;
    height: 19px;
}

table.lv_table td.listitem span.listitem a {
    display: block;
}

a.dkid {
    font-size: 11px;
    color: #333;
    background-color: transparent;
    display: inline !important;
    text-decoration: none !important;
    font-family: monospace;
    border-bottom: 1px dotted #CCC;
    line-height: 16px;
    height: 16px;
    padding: 1px 1px 1px 18px !important;
    margin: 0 0 0 10px !important;
    text-indent: 0 !important;
    background-image: url(/files/icons/dkid.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

div.pmsg {
    width: auto;
    height: auto;
    padding: 25px 15px 25px 65px;
    background-color: #F7F7F3;
    border: 1px solid #dede6f;
    margin-bottom: 10px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
} .hlogin {
    width: 240px;
    overflow: scroll;
} .hlogin table, .hlogin form, .hlogin td, .hlogin div.buttons {
    background: transparent !important;
    font-size: 8pt;
    line-height: 25px !important;
} .headaddin div.buttons {
    padding: 0 !important;
} .hlogin label {
    width: 70px !important;
    height: 25px !important;
} .login div.content {
    padding: 20px 0 0 0 !important;
} .login {
    margin-bottom: 20px;
}

a.toggletiny, a.toggletiny:hover {
    color: #777;
    font-size: 11px;
    display: block;
}

table.statx {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #DDD;
}

table.statx th {
    padding: 10px;
    background-color: #FFF;
    text-align: center;
    font-weight: bold;
}

table.statx td {
    font-family: monospace;
    padding: 5px;
    text-align: right;
    background-color: #FFF;
}

div.advanced_hint {
    display: block;
    float: none;
    clear: both;
    background: #CCC url(/i/adv_hint_full_bg.gif);
}

div.advanced_hint span.an {
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    background: #DDD url(/i/adv_hint_number_bg.gif) no-repeat top left;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 10px 5px 0px;
}

div.advanced_hint table {
    background: url(/i/adv_hint_title_bg.gif) repeat-x top left;
    width: 100%;
}

div.advanced_hint table td.an {
    width: 58px;
}

div.advanced_hint span.atitle {
    display: block;
    float: none;
    color: #000;
    padding: 15px 0 0 0;
    line-height: 20px;
    font-size: 15px;
}

div.advanced_hint span.adescription {
    display: block;
    float: none;
    font-size: 11px;
    color: #666;
    line-height: 130%;
    padding-bottom: 5px;
}

        
/*view.css*/
            ul.lv_list {
    width: 100%;
	text-indent:0;
	margin:0;
	padding:0;
}

ul.lv_list li {
    position: relative;
    display: block;
    list-style: none;
    height: auto;
    float: none;
    clear: both;
    font-size: 9pt;
    margin: 0 0 10px 0px;
	text-indent:0;
}

ul.lv_list li h2 {
    font-size: 10pt;
    display: block;
    line-height: 120%;
    margin: 0 0 3px 0;
}

ul.lv_list li h2 a {
    color: #222;
}

ul.lv_list li p {
    display: block;
    font-size: 9pt;
}

ul.lv_list li img {
}

ul.lv_list li a.pict {
    width: 110px;
    height: 110px;
    display: block;
    float: left;
    overflow: hidden;
    border: 1px solid #CCC;
    margin-right: 10px;
}

ul.lv_list li span a {
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

div.subdescription {
    display: block;
    clear: none;
    width: auto;
    display: block;
    line-height: normal;
    float: none;
    font-size: 8pt;
    padding: 1px;
    margin-bottom: 4px;
    background-color: #f9f9f9;
}

div.subdescription span, div.subdescription a {
    display: inline !important;
    color: #666;
    font-size: 8pt;
    line-height: 16px;
    margin: 0 5px 0 0;
}

div.subdescription a.icn {
    padding-left: 16px;
}

ul.categorylist {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.categorylist li {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

ul.categorylist li h2 {
    font-weight: normal;
    line-height: 120%;
    margin: 0;
    padding: 0;
	font-size:9pt;
}

ul.categorylist li a {
}

ul.categorylist li a:hover, ul.categorylist li a:focus {
    text-decoration: underline;
}

ul.categorylist li.inactive a {
    color: #999;
    text-decoration: none !important;
}

ul.categorylist li ul.categorylist {
    margin: 0 0 10px 20px;
}

ul.categorylist li div {
    margin: 0 !important;
}

ul.categorylist li span.count {
    color: #666666;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    margin: 0 0 0 6pt;
}

ul.categorylist li p {
    display: block;
    margin: 0;
    clear: both;
}

span.highlight {
    background-color: #FFFF00;
}

ul.sdocs {
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
}

ul.sdocs li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 0 12pt 0;
    height: auto;
    line-height: 110%;
}

ul.sdocs li h2 {
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    line-height: 120%;
    display: block;
    height: auto;
}

ul.sdocs li h2 a {
    display: block;
    height: auto;
    padding: 0 0 0 20px;
    background-position: top left;
}

ul.sdocs li p, ul.sdocs li div {
    display: block;
    font-weight: normal;
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 140%;
    text-decoration: none;
}

span.date {
    color: #777;
}

        
/*layout.css*/
            body {
    background-color: #FFF;
}

div.mlt {
    margin: 0 auto 0 auto;
    width: 960px;
    display: block;
    text-align: center;
}

div#ibg {
    background-color: #fff;
    text-align: center;
}

div.page_menu {
    height: 25px;
    margin: 0;
}

div.top {
    height: 25px;
    clear: both;
}

div.cnt {
    width: 100%;
}

div.cnt table.lt_main {
    width: 100%;
}

div.cnt td.lt_addin {
    width: 240px;
    overflow: hidden;
    background-color: #FFF;
}

div.cnt table.lt_main td.lt_content {
    overflow: hidden;
    padding-right: 3px;
    background-color: #FFF;
    height: 600px;
    _height: 600px;
}

div.head {
    text-align: left;
    display: block;
    height: auto;
}

div.head td.logo h1, div.head td.logo h1 a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
}

div.head td.logo img {
    margin: 5px 10px 0 15px;
    padding: 0;
    display: block;
    border: 0;
    width: 200px;
}

div.head table.head {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

div.head td.logo {
    width: 200px;
}

div.head td.form {
    padding-bottom: 0;
}

div.head td.userdetails {
    position: relative;
    padding: 0;
    border-left: 3px solid #fff;
    width: 240px;
}

div.head td.userdetails div.userdetails {
    width: auto;
    overflow: hidden;
}

div.root {
    display: block;
    height: 25px;
    clear: both;
}

div.sfm form {
    margin: 0;
    padding: 0;
}

div.sfm {
    height: auto;
    margin: 0;
    padding: 0 5px 0 5px;
    display: block;
    width: 500px;
}

div.sfm label, div.sfm span {
    line-height: 15px;
}

div.sfm td.fline {
    height: 27px;
    padding: 0;
}

div.sfm span.istxtleft {
    display: block;
    padding-left: 25px;
    height: 27px;
    float: left;
    background: transparent url(/i/public/search_input_left.png) no-repeat top left;
}

div.sfm span.istxtright {
    display: block;
    height: 27px;
    float: left;
    background: transparent url(/i/public/search_input_right.png) no-repeat top right;
}

div.sfm span.istxtbg {
    display: block;
    height: 27px;
    float: left;
    width: auto;
    background: #EFEFEF url(/i/public/search_input_bg.gif) repeat-x top left;
}

div.sfm input.stxt {
    display: block;
    float: left;
    vertical-align: top;
    width: 350px;
    border: 0;
    font-size: 11pt;
    padding: 5px 0 0 0;
    background: transparent;
}

div.sfm select {
    height: 26px;
    width: 120px;
    font-size: 10pt;
    vertical-align: middle;
}

div.sfm button.sbtn {
    vertical-align: middle;
    width: 70px;
    cursor: pointer;
    height: 27px;
    line-height: 23px;
    font-size: 10pt;
    font-weight: normal;
    color: #FFF;
    border: 0;
    background: transparent url(/i/public/search_btn.png) repeat-x top left;
}

div.sfm button.sbtn:hover, div.sfm button.sbtn:focus {
    background-position: bottom;
}

div.sfm button.sbtn:active {
    background-position: center;
}

div.sfm input.chkbx, div.sfm input.rb {
    vertical-align: text-bottom;
    margin: 0;
    padding: 0;
}

div.sfm span.exmpl {
    border-bottom: 1px dotted #000;
    cursor: pointer;
}

div.bottom {
    width: 100%;
    border-top: 1px solid #666;
    margin: 10px auto 0 auto;
}

div.bottom div.counters {
    width: 450px;
    overflow: hidden;
    float: left;
    margin: 5px 0px 0 0;
}

div.bottom div.counters a, div.bottom div.counters img {
    display: block;
    float: left;
    margin-right: 2px;
}

div.bottom div.links {
    float: right;
    width: 500px;
    margin: 5px 0 0 0;
    height: 20px;
}

div.bottom div.copyright {
    display: block;
    height: 35px;
    overflow: hidden;
    width: 550px;
    float: right;
    clear: right;
    font-size: 11px;
    text-align: right;
    color: #666;
    margin: 5px 0 0 0;
}

div.bottom div.copyright a.logo {
    float: left;
    width: 180px;
    height: 31px;
    padding-right: 5px;
    background: transparent url(/i/public/norma.gif) no-repeat top left;
    display: block;
}

textarea.tinymemo {
    height: 150px;
}

div.pages {
    margin: 25px 0px 15px 0px;
    width: 100%;
    clear: both;
    height: auto;
    line-height: 25px;
    color: #999;
}

div.pages li a, div.pages li span {
    padding: 0 5px 0 5px;
}

div.pages li a.sel {
    font-weight: bold;
}

div.path {
    color: #666;
    padding: 5px 0 5px 0;
    background-color: transparent;
    display: block;
    font-size: 11px;
    line-height: 120%;
}

div.path a {
    color: #666;
    white-space: nowrap;
}

ul.small, ol.small {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ol.small li, ul.small li {
    margin: 0 0 5px 0 !important;
    border: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
}

ol.small li *, ul.small li * {
    font-size: 8pt;
    padding: 0;
    margin: 0;
    line-height: 120%;
}

table.homehalf td {
    width: 50%;
    padding-right: 10px;
}

div.lt_direct {
    margin: 50px 0 10px 0;
    clear: both;
}

div.lt_bottombanner {
    margin: 50px 0 10px 0;
    clear: both;
}

div.subtitle {
    display: block;
    font-size: 12px;
    line-height: 23px;
    padding: 0 5px 0 5px;
    background-color: #f3f9f9;
    border-bottom: 1px solid #DDD;
}

div#lt_topbanner {
    width: 100%;
    background-color: #444;
    padding-bottom: 1px;
    margin-bottom: 3px;
    text-align: center;
}
        
/*public.css*/
            body, td, div, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 120%;
    margin: 0;
    padding: 0;
    text-align: left;
}

a {
    color: #03a;
    text-decoration: underline;
}

a:visited {
    color: #992200;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #290;
    text-decoration: underline;
}

a.icn {
    padding-left: 19px;
}

td, th {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border: 0;
    border-width: 0;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    padding: 3px 0 5px 0;
}

h1 {
    font-size: 13pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 11.5pt;
    margin-bottom: 7px;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 10pt;
    font-weight: bold;
}

p {
}

img {
    padding: 0;
    margin: 0;
    border: 0;
}

        
/*comp.css*/
            div.fltrs {
    margin-bottom: 10px;
}

div.idnt {
    margin-bottom: 10px;
    width: 100%;
    clear: both;
}

div.fltrs span.label {
    display: block;
    float: left;
    font-size: 8pt;
    line-height: 20px;
    color: #666;
    padding: 0 4pt 0 0;
}

.hfilters {
    z-index: 1000;
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    clear: both;
}

.hfilters .fltrs {
    width: auto;
    float: left;
    position: relative;
    margin-right: 10px;
}

.hfilters .fltrs #ddm {
    top: 25px !important;
    left: 0 !important;
    z-index: 1000;
}

.hfilters .fltrs #ddml {
    top: 25px !important;
    left: 0 !important;
    z-index: 1000;
}

ul.lts {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
}

ul.lts li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 23px;
    float: left;
    text-align: center;
}

ul.lts li a,ul.lts li a:active,ul.lts li a:link,ul.lts li a:visited {
    background: none;
    background-color: transparent;
    display: block;
    line-height: 25px;
    height: 25px;
    width: 15px;
    float: none;
    color: #000;
    padding: 0;
    margin: 0;
    border: 0;
}

ul.lts li a:hover {
    line-height: 25px;
    background: none;
    background-color: #c4c3ba;
    padding: 0;
    margin: 0;
    border: 0;
}

ul.lts li a.sel {
    color: #FFF;
    background-color: #c0c1bf !important;
}

ul.sortby {
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
}

ul.sortby li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 25px;
}

ul.sortby li a,ul.sortby li a:link,ul.sortby li a:visited,ul.sortby li a:active {
    background-color: transparent;
    display: block;
    float: none;
    color: #000;
    padding: 5px 15px 5px 15px;
}

ul.sortby li a:hover {
    background-color: #c0c1bf;
}

ul.sortby li a.sel {
    padding: 5px 15px 5px 15px;
    background-color: #c0c1bf !important;
}

a.comlogo {
    display: block;
    float: right;
    margin: 0px;
    padding: 0;
    width: 250px;
    overflow: hidden;
    height: auto;
    clear: none;
}

a.comlogo img {
    float: right;
    clear: none;
    display: block;
}

ol.comlist {
    margin: 0;
    padding: 0;
    clear: both;
}

ol.comlist li {
    display: block;
    clear: both;
    width: 100%;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ol.comlist li span,ol.comlist li p {
    display: block;
    line-height: 14px;
    padding-bottom: 4px;
    font-size: 11px;
    margin: 0;
}

ol.comlist li label {
    color: #666;
    font-size: 8pt;
}

ol.comlist li span label {
    line-height: 130%;
    display: inline;
    text-decoration: none;
    padding: 0;
    margin: 0;
    float: none;
}

ol.comlist li span a,ol.comlist li span a:link,ol.comlist li span a:visited,ol.comlist li span a:active {
    color: #222;
    text-decoration: none;
}

ol.comlist li span a:hover {
    color: #015FB7;
    text-decoration: underline;
}

ol.comlist li .address {
    font-style: normal;
    padding-bottom: 4px;
}

ol.comlist li span.phone {
    
}

ol.comlist li h2 {
    font-size: 10.5pt;
    font-weight: normal;
    line-height: 130%;
    margin: 0;
    display: block;
}

ol.comlist li h2 a,ol.comlist li h2 a:visited,ol.comlist li h2 a:active,ol.comlist li h2 a:link {
    text-decoration: none;
}

ol.comlist li h2 a:hover {
    text-decoration: underline;
}

ol.comlist li input {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0px;
    padding: 0px;
}

ol.comlist li .advanced {
    font-size: 110% !important;
    color: #000;
    padding: 0 0 10px 0;
}

ol.comlist li.paket100 h2 {
    font-weight: bold;
}

ol.comlist li.paket100 {
    width: auto;
    padding: 7px;
    padding-bottom: 0;
    border: 1px solid #ffd129;
}

ol.comlist li.paket100 div.subdescriptioncom {
    background-color: #ffe76e;
    margin-top: 5px;
    padding: 3px;
}

ol.comlist li.paket10 {
    width: auto;
    padding: 7px;
    padding-bottom: 0;
    border: 1px solid #cfd6d9;
}

ol.comlist li.paket10 div.subdescriptioncom {
    background-color: #cfd6d9;
    margin-top: 5px;
    padding: 3px;
}

ol.comlist li.paket1 {
    width: auto;
    padding: 7px;
    padding-bottom: 0;
    border: 1px solid #ebf3f7;
}

ol.comlist li.paket1 div.subdescriptioncom {
    background-color: #ebf3f7;
    margin-top: 5px;
    padding: 3px;
}

ul.brief li {
    margin: 0 0 6pt 0;
    font-size: 8pt;
}

ul.brief li h2 {
    font-size: 10pt;
    font-weight: normal;
    display: inline;
    margin: 0;
    padding: 0;
}

ul.brief li p {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 8pt;
}

div.comnewsfull {
    padding-bottom: 36pt;
    clear: both;
}

div.comnewsfull {
    font-size: 10pt;
}

div.picture {
    display: block;
    background-color: #f7f7f3;
    text-align: center;
    margin: 6pt 0 12pt 0;
}

div.comnewsfull h1 {
    font-size: 18pt;
    line-height: 22pt;
}

div.comnewsfull p {
    margin: 0 0 12pt 0;
    line-height: 150%;
}

div.comnewsfull div.addin {
    color: #888;
    display: block;
    clear: both;
    line-height: 140%;
    text-align: right;
}

div.comnewsfull div.addin span {
    display: block;
    clear: both;
}

ul.extended {
    margin: 0;
    padding: 0;
    text-indent: 0;
    display: block;
    clear: both;
}

ul.extended li {
    display: block;
    margin: 0 0 15px 0;
}

ul.extended li h3 {
    font-size: 11pt;
    margin: 0 0 3pt 0;
    padding: 0;
}

ul.extended li p {
    margin: 0;
    padding: 0;
    line-height: 120%;
}

a.iwh {
    background: #017ebe url(/i/public/iworkhere.jpg) no-repeat top left;
    width: 240px;
    line-height: 50px;
    color: #FFF !important;
    font-size: 14pt;
    text-align: center;
    height: 50px;
    display: block;
    margin-bottom: 20px;
}

a.iwh:hover {
    background-position: bottom;
}

div.hd {
    font-size: 8pt;
    color: #777;
}

h2.hd {
    font-size: 10pt;
    padding: 5px 0 2px 0;
    margin: 10px 0 10px 0 !important;
    border-bottom: 1px dashed #CCC;
}

h1.hd {
    font-size: 13pt;
    padding: 5px 0 5px 0;
    letter-spacing: -1px;
    margin: 25px 0 5px 0;
    border-bottom: 1px solid #999;
}

.cathome {
    float: none;
}

.cathome li {
    display: list-item !important;
    list-style: square inside !important;
    margin: 0 0 6pt 12pt !important;
}

hr.hsm {
    width: 100%;
    clear: both;
    border: 0;
    border-top: 1px solid #F3F3F0;
}

div.fullitem {
    display: block;
    line-height: 140%;
    font-size: 9pt;
    width: auto;
}

div.fullitem h1,div.fullitem div {
    display: block;
}

div.fullitem h1 {
    display: block;
    margin-top: 10px;
}

div.fullitem h2 {
    display: block;
    margin: 5px 0pt 3px 0px;
}

div.fullitem div.std {
    clear: both;
    text-align: left;
    margin: 5px 0 2px 0;
}

div.fullitem div.std h1 {
    clear: none;
    margin: 0;
    padding: 0;
    color: #000;
}

div.fullitem div.std h1 a {
    width: auto !important;
}

div.fullitem div.std p {
    font-size: 8pt;
    line-height: 12pt;
    margin: 0;
    padding: 0;
    color: #777;
    clear: none;
}

div.fullitem div.std a.comlogo {
    display: block;
    clear: none;
    height: auto;
    width: 250px;
}

div.fullitem div.std a:hover {
    text-decoration: underline;
}

div.fullitem div.std a.comlogo img {
    display: block;
    margin: 0;
    padding: 0;
    clear: none;
    text-align: right;
}

div.fullitem span {
    display: block;
}

div.fullitem address {
    font-style: normal;
}

div.fullitem label {
    font-size: 8pt;
    color: #666;
}

div.fullitem ul.phonelist {
    height: auto;
    margin: 0 0 6pt 0;
    padding: 0;
    text-indent: 0;
}

div.fullitem ul.phonelist li {
    list-style: none;
    display: block;
    padding: 0 0 2px 0;
}

div.fullitem ul.phonelist li span {
    display: inline;
}

div.fullitem ol span.addin {
    text-align: left;
    margin: 0;
}

div.fullitem ol p {
    margin: 0;
}

div.fullitem span a {
    color: #222;
    text-decoration: none;
}

div.fullitem span a:hover {
    color: #015FB7;
    text-decoration: underline;
}

div.fullitem span.phone {
    
}

div.fullitem span.worktime {
    
}

div.fullitem ul.category {
    display: inline;
}

div.fullitem ul.category li {
    display: inline;
}

div.fullitem table {
    width: 100%;
}

div.fullitem a.expand,div.fullitem a.expand:hover {
    text-decoration: none;
    display: inline;
    border-bottom: 1px dotted blue;
}

div.brief div.advanced {
    display: none;
}

div.fullcard {
    padding: 10px;
}

div.fullcard div.std {
    margin: 0;
    padding: 0;
}

div.fullcard div.std h1 {
    margin: 0;
    padding: 0;
    width: auto;
    clear: none;
    display: block;
}

div.fullcard div.std img {
    display: block;
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
}

div.subdescriptioncom {
    height: 19px;
    background: #f7f7f3;
    border: 0;
    line-height: 17px;
    padding: 2px 0 2px 0;
    z-index: 0;
    clear: both;
}

div.subdescriptioncom label,div.subdescriptioncom a,div.subdescriptioncom div.category,div.subdescriptioncom span {
    display: block;
    line-height: 19px;
    width: auto;
    text-align: left;
    margin-right: 5px;
    clear: none;
}

div.subdescriptioncom span {
    float: right;
}

div.subdescriptioncom label {
    white-space: nowrap !important;
}

div.subdescriptioncom ul.clearsub {
    display: block;
    margin: 0;
    float: left;
    height: 19px;
    line-height: 19px;
    padding: 0;
    text-indent: 0;
}

div.subdescriptioncom ul.clearsub li {
    display: block;
    float: left;
    width: auto;
    clear: none;
    height: 19px;
}

div.subdescriptioncom ul.clearsub li.add2p {
    height: 19px;
}

div.subdescriptioncom ul.clearsub li.add2p * {
    display: inline !important;
    float: none !important;
    line-height: 17px;
}

div.subdescriptioncom ul.clearsub li a {
    display: block;
    width: auto;
    float: left;
}

div.subdescriptioncom div.category {
    padding: 0 15px 0 0;
    background: transparent url(/i/icons/down.gif) no-repeat right center;
    border-bottom: 1px dotted #666;
    margin: 0 5px 0 0;
    position: relative;
    width: auto;
    display: block;
    cursor: pointer;
}

div.subdescriptioncom div.category ul {
    display: none;
    text-indent: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 280px;
}

div.subdescriptioncom div.category:hover ul {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: #f7f7f3;
    border: 1px solid #999;
    z-index: 100;
}

div.subdescriptioncom div.category:hover ul li {
    display: block;
    list-style: none;
    margin: 0;
    height: auto;
    padding: 0;
    float: none;
    line-height: 19px;
}

div.subdescriptioncom div.category:hover ul li a {
    display: block;
    line-height: 19px;
    padding: 0 5px 0 5px;
    float: none;
    text-decoration: none;
}

div.subdescriptioncom div.category:hover ul li a:hover {
    text-decoration: underline;
}

a.add2p,a.add2p:link,a.add2p:active,a.add2p:hover,a.add2p:visited {
    border-bottom: 1px dotted #777;
    text-decoration: none !important;
}

div.category_search {
    display: block;
    width: auto;
    clear: both;
    border: 1px solid #0683ce;
    margin: 10px 0 10px 0;
    padding: 10px;
}

div.category_search ul,div.category_search ul li {
    display: inline;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

div.category_search ul li {
    padding-right: 10px;
}

div.treemenu {
    padding-bottom: 206px;
    width: 240px;
    background: #FFF url(/i/tree_btm.jpg) no-repeat bottom left;
}

div.treetitle {
    background: #FFF;
    border-bottom: 3px solid #9fa498;
    font-size: 11pt;
    line-height: 25px;
    font-weight: normal;
    color: #000;
}

div.treemenu div.title a {
    font-size: 8pt;
    float: right;
    padding: 2pt 2pt 2pt 18px;
}

ul.treemenu,ul.treemenu ul {
    background: #FFF url(/i/tree_bg.gif) repeat-y;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 140%;
}

ul.treemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 140%;
    background-color: #FFF;
}

ul.treemenu li {
    list-style: none;
    margin: 0 !important;
}

ul.treemenu li a,ul.treemenu li a:visited,ul.treemenu li a:active {
    display: block;
    width: auto;
    color: #000;
    text-decoration: none;
    height: 27px;
    font-size: 11px;
    line-height: 27px;
    padding-left: 16px;
    background: transparent url(/i/item_bg.jpg) no-repeat !important;
    background-position: top;
}

ul.treemenu li a:hover {
    color: #000;
    text-decoration: none;
    background: transparent url(/i/item_bg.jpg) no-repeat center !important;
}

ul.treemenu li a.selected,ul.treemenu li a.selected:visited,ul.treemenu li a.selected:active,ul.treemenu li a.selected:hover
    {
    background: transparent url(/i/item_bg.jpg) no-repeat bottom !important;
    color: #000;
    font-weight: bold;
}

ul.treemenu li ul li {
    line-height: 25px;
    margin-left: 0 !important;
}

ul.treemenu li ul a,ul.treemenu li ul a:visited,ul.treemenu li ul a:active,ul.treemenu li ul a:hover,ul.treemenu li ul a.selected
    {
    line-height: 25px;
    padding-left: 30px;
    height: 25px;
}

ul.treemenu li ul a:hover,ul.treemenu li ul a.selected {
    background: transparent url(/i/item_bg.jpg) no-repeat center !important;
}

ul.treemenu li.break {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #cccfc3;
    height: 0px;
}
        
/*com_products.css*/
            
ul.prolist li a.pict img {
    width: 80px;
    height: 80px;
}

ul.prolist li a.pict {
    width: 80px;
    height: 80px;
    float: left;
    clear: none;
}

ul.prolist li h2 {
    display: block;
}

ul.prolist li h2, ul.prolist li p, ul.prolist li div {
    margin-left: 90px;
}

ul.prolist li div {
    margin-top: 5px;
}

div.comproductsfull div.propicture {
    width: 320px;
    height: 320px;
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc;
    text-align: center;
}

div.comproductsfull div.propicture img {
    display: block;
    margin: 0 auto 0 auto;
}

div.comproductsfull div.compropre {
    background-color: #f7f7f3;
    float: left;
    padding: 15px 15px 15px 20px;
    width: 320px;
    overflow: hidden;
    height: 290px;
    _height: 320px;
}

div.comproductsfull div.briefdescr {
    float: none;
    width: auto;
    padding: 10px 0 15px 0;
}

div.comproductsfull div.profulldescription {
    display: block;
    padding: 15px 0 15px 0;
    float: none !important;
    width: 100%;
    clear: both !important;
}

        
/*skins.css*/
            /**
 * skins
 */
div#hd div {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

div#hd div.b {
    height: 71px;
}

div.b {
    background: #DDD url(/i/public/search_bg.gif);
    position: relative;
    display: block;
}

i.c {
    width: 6px;
    height: 6px;
    font-size: 1px;
    overflow: hidden;
    position: absolute;
    display: block;
    background: transparent url(/i/public/search_bg_corners.gif) no-repeat top left;
}

i.tl {
    top: 0;
    left: 0;
    background-position: right bottom;
}

i.tr {
    top: 0;
    right: 0;
    background-position: left bottom;
}

i.br {
    background-position: left top;
    bottom: 0;
    right: 0;
}

i.bl {
    background-position: right top;
    bottom: 0;
    left: 0;
}

/**
 * ----------------------------------------------------------------------------------------------------------------
 */
div.tblock {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 3px;
}

div.tblock div.top {
    background: #FFF url(/i/public/pl_right.gif) repeat-x top left;
    height: 25px;
    line-height: 25px;
    clear: both;
    float: none;
    overflow: hidden;
}

div.tblock div.title {
    padding: 0px 0 0px 12px;
    width: auto;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 8pt;
    font-weight: bold;
    float: left;
    background: #84d5f7 url(/i/public/pl_left.gif) no-repeat top left;
}

div.tblock div.title span.add {
    display: block;
    float: left;
    white-space: nowrap;
    padding-right: 30px;
    background: transparent url(/i/public/pl_mid.gif) no-repeat top right;
    _width: 60px;
}

div.tblock div.title a, div.tblock div.title a:visited, div.tblock div.title a:active {
    color: #000;
    display: block;
    width: auto;
    height: 25px;
    line-height: 25px;
}

div.tblock div.title_add {
    height: 25px;
    line-height: 25px;
    background: transparent;
}

div.tblock div.title_add ul {
    width: auto;
    clear: none;
}

div.tblock div.content {
    display: block;
    height: auto;
    padding: 7px;
    border: 1px dotted #ccc;
}

div.tblock span.close {
    color: #777;
    font-size: 1px;
    background: transparent url(/files/icons/close.gif) no-repeat top right;
    width: 15px;
    height: 16px;
    display: block;
    float: right;
    text-align: center;
    line-height: 16px;
}

div.tblock div.title_add span.close:hover {
    background-position: bottom right;
    cursor: pointer;
}

/**
 * pl db
 */
div.tdb div.top {
    background: #FFF url(/i/public/db/pl_right.gif) repeat-x top left;
}

div.tdb div.title {
    background: #cdcfc8 url(/i/public/db/pl_left.gif) no-repeat top left;
}

div.tdb div.title span.add {
    background-image: url(/i/public/db/pl_mid.gif);
}

div.tdb div.content {
}

/**
 * pl gs
 */
div.tgs div.top {
    background: #FFF url(/i/public/gs/pl_right.gif) repeat-x top left;
}

div.tgs div.title {
    background: #cdcfc8 url(/i/public/gs/pl_left.gif) no-repeat top left;
}

div.tgs div.title span.add {
    background-image: url(/i/public/gs/pl_mid.gif);
}

div.tgs div.content {
}

/**
 * pl db
 */
div.tiv div.top {
    background: #FFF url(/i/public/iv/pl_right.gif) repeat-x top left;
}

div.tiv div.title {
    background: #f2ebc8 url(/i/public/iv/pl_left.gif) no-repeat top left;
}

div.tiv div.title span.add {
    background-image: url(/i/public/iv/pl_mid.gif);
}

div.tiv div.content {
}

/**
 * pl job
 */
div.tjob div.top {
    background: #FFF url(/i/public/job/pl_right.gif) repeat-x top left;
}

div.tjob div.title {
    background: #c1f0a0 url(/i/public/job/pl_left.gif) no-repeat top left;
}

div.tjob div.title span.add {
    background-image: url(/i/public/job/pl_mid.gif);
}

div.tjob div.content {
}

/**
 * pl job
 */
div.tboard div.top {
    background: #FFF url(/i/public/board/pl_right.gif) repeat-x top left;
}

div.tboard div.title {
    background: #cadce3 url(/i/public/board/pl_left.gif) no-repeat top left;
}

div.tboard div.title span.add {
    background-image: url(/i/public/board/pl_mid.gif);
}

div.tboard div.content {
}

/**
 * pl job
 */
div.tvnorme div.top {
    background: #FFF url(/i/public/vnorme/pl_right.gif) repeat-x top left;
}

div.tvnorme div.title {
    background: #fbef99 url(/i/public/vnorme/pl_left.gif) no-repeat top left;
}

div.tvnorme div.title span.add {
    background-image: url(/i/public/vnorme/pl_mid.gif);
}

div.tvnorme div.content {
}

/**
 * pl users
 */
div.tusers div.top {
    background: #FFF url(/i/public/users/pl_right.gif) repeat-x top left;
}

div.tusers div.title {
    background: #e5e5cf url(/i/public/users/pl_left.gif) no-repeat top left;
}

div.tusers div.title span.add {
    background-image: url(/i/public/users/pl_mid.gif);
}

div.tusers div.content {
}

/**
 * pl users
 */
div.ttop100 div.top {
    background: #FFF url(/i/public/top100/pl_right.gif) repeat-x top left;
}

div.ttop100 div.title {
    background: #e77817 url(/i/public/top100/pl_left.gif) no-repeat top left;
    color: #ffff04;
}

div.ttop100 div.title span.add {
    background-image: url(/i/public/top100/pl_mid.gif);
}

div.ttop100 div.content {
    border-color: #ffe3ca;
}

/**
 *
 * db skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.db i.c {
    background-image: url(/i/public/db/search_bg_corners.gif) !important;
}

div.db div.b {
    background-image: url(/i/public/db/search_bg.gif) !important;
}

div.db input.stxt {
    width: 250px;
}

div.db ul.root a.selected {
    background-image: url(/i/public/db/tab_selected.gif);
}

div.db ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.db button.sbtn {
    background-image: url(/i/public/db/search_btn.png);
}

div.db span.istxtleft {
    background-image: url(/i/public/db/search_input_left.gif);
}

div.db span.istxtright {
    background-image: url(/i/public/db/search_input_right.png);
}

div.db span.istxtbg {
    background-image: url(/i/public/db/search_input_bg.gif);
}

/**
 * gs skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.gs i.c {
    background-image: url(/i/public/gs/search_bg_corners.gif) !important;
}

div.gs div.b {
    background-image: url(/i/public/gs/search_bg.gif) !important;
}

div.gs input.stxt {
    width: 250px;
}

div.gs ul.root a.selected {
    background-image: url(/i/public/gs/tab_selected.gif);
}

div.gs ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.gs button.sbtn {
    background-image: url(/i/public/gs/search_btn.png);
}

div.gs span.istxtleft {
    background-image: url(/i/public/gs/search_input_left.gif);
}

div.gs span.istxtright {
    background-image: url(/i/public/gs/search_input_right.png);
}

div.gs span.istxtbg {
    background-image: url(/i/public/gs/search_input_bg.gif);
}

/**
 * iv skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.iv i.c {
    background-image: url(/i/public/iv/search_bg_corners.gif) !important;
}

div.iv div.b {
    background-image: url(/i/public/iv/search_bg.gif) !important;
}

div.iv input.stxt {
    width: 350px;
}

div.iv ul.root a.selected {
    background-image: url(/i/public/iv/tab_selected.gif);
}

div.iv ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.iv button.sbtn {
    background-image: url(/i/public/iv/search_btn.png);
    color: #000;
}

div.iv span.istxtleft {
    background-image: url(/i/public/iv/search_input_left.gif);
}

div.iv span.istxtright {
    background-image: url(/i/public/iv/search_input_right.png);
}

div.iv input.stxt {
    width: 250px;
}

div.iv span.istxtbg {
    background-image: url(/i/public/iv/search_input_bg.gif);
}

/**
 * board skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.board i.c {
    background-image: url(/i/public/board/search_bg_corners.gif) !important;
}

div.board div.b {
    background-image: url(/i/public/board/search_bg.gif) !important;
}

div.board input.stxt {
    width: 350px;
}

div.board ul.root a.selected {
    background-image: url(/i/public/board/tab_selected.gif);
}

div.board ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.board button.sbtn {
    background-image: url(/i/public/board/search_btn.png);
}

div.board span.istxtleft {
    background-image: url(/i/public/board/search_input_left.gif);
}

div.board span.istxtright {
    background-image: url(/i/public/board/search_input_right.png);
}

div.board span.istxtbg {
    background-image: url(/i/public/board/search_input_bg.gif);
}

/**
 * job skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.job i.c {
    background-image: url(/i/public/job/search_bg_corners.gif) !important;
}

div.job div.b {
    background-image: url(/i/public/job/search_bg.gif) !important;
}

div.job input.stxt {
    width: 250px;
}

div.job ul.root a.selected {
    background-image: url(/i/public/job/tab_selected.gif);
}

div.job ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.job button.sbtn {
    background-image: url(/i/public/job/search_btn.png);
}

div.job span.istxtleft {
    background-image: url(/i/public/job/search_input_left.gif);
}

div.job span.istxtright {
    background-image: url(/i/public/job/search_input_right.png);
}

div.job span.istxtbg {
    background-image: url(/i/public/job/search_input_bg.gif);
}

/**
 * blacklist skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.blacklist i.c {
    background-image: url(/i/public/blacklist/search_bg_corners.gif) !important;
}

div.blacklist div.b {
    background-image: url(/i/public/blacklist/search_bg.gif) !important;
}

div.blacklist input.stxt {
    width: 350px;
}

div.blacklist ul.root a.selected {
    background-image: url(/i/public/blacklist/tab_selected.gif);
}

div.blacklist ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.blacklist button.sbtn {
    background-image: url(/i/public/blacklist/search_btn.png);
    color: #000;
}

div.blacklist span.istxtleft {
    background-image: url(/i/public/blacklist/search_input_left.gif);
}

div.blacklist span.istxtright {
    background-image: url(/i/public/blacklist/search_input_right.png);
}

div.blacklist span.istxtbg {
    background-image: url(/i/public/blacklist/search_input_bg.gif);
}

/**
 * vnorme skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.vnorme i.c {
    background-image: url(/i/public/vnorme/search_bg_corners.gif) !important;
}

div.vnorme div.b {
    background-image: url(/i/public/vnorme/search_bg.gif) !important;
}

div.vnorme input.stxt {
    width: 350px;
}

div.vnorme ul.root a.selected {
    background-image: url(/i/public/vnorme/tab_selected.gif);
}

div.vnorme ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.vnorme button.sbtn {
    background-image: url(/i/public/vnorme/search_btn.png);
    color: #000;
}

div.vnorme span.istxtleft {
    background-image: url(/i/public/vnorme/search_input_left.gif);
}

div.vnorme span.istxtright {
    background-image: url(/i/public/vnorme/search_input_right.png);
}

div.vnorme span.istxtbg {
    background-image: url(/i/public/vnorme/search_input_bg.gif);
}

/**
 * users skin
 * ----------------------------------------------------------------------------------------------------------------
 */
div.users i.c {
    background-image: url(/i/public/users/search_bg_corners.gif) !important;
}

div.users div.b {
    background-image: url(/i/public/users/search_bg.gif) !important;
}

div.users input.stxt {
    width: 350px;
}

div.users ul.root a.selected {
    background-image: url(/i/public/users/tab_selected.gif);
}

div.users ul.root li:hover a.haschild {
    background-color: #c8cac0;
}

div.users button.sbtn {
    background-image: url(/i/public/users/search_btn.png);
}

div.users span.istxtleft {
    background-image: url(/i/public/users/search_input_left.gif);
}

div.users span.istxtright {
    background-image: url(/i/public/users/search_input_right.png);
}

div.users span.istxtbg {
    background-image: url(/i/public/users/search_input_bg.gif);
}

div.smalladv div.content {
    background: none !important;
    padding: 0;
}

div.smalladv div.title_add {
    margin: 0;
    background: none;
}

        
/*menu.css*/
            ul.root
{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 28px;
    line-height: 28px;
    font-size: 8pt;
	position: relative;
	z-index: 100;
}

ul.root li
{
    list-style: none;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    position: relative;
}

ul.root li a,
ul.root li a:link,
ul.root li a:visited,
ul.root li a:active
{
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    background-position: left center;
    color: #000;
    text-decoration: none;
    padding: 0 7px 0 7px;
}

ul.root li a:hover
{
    color: #444;
    text-decoration: underline;
}

ul.root li a.selected
{
    font-weight: bold;
    color: #000;
    background: #DDD url(/files/templates/images/public/tab_selected.gif);
}

ul.root a.haschild
{
    cursor: pointer;
    padding: 0 17px 0 7px !important;
    width: 22px;
    height: 28px;
    line-height: 28px;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: right center !important;
}

ul.root ul
{
    width: 139px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 100;
    border-top: 0;
    text-indent: 0;
    background-color: #F2F2F2;
    border: 1px solid #cccdca;
    display: none;
    padding: 0;
    margin: 0;
}

ul.root ul li
{
    text-indent: 0;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
    background-color: transparent;
    width: 138px;
    height: 25px;
    line-height: 25px;
}

ul.root ul li a
{
    text-indent: 0;
    border: 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: #000;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    _width: 100%;
}

ul.root li:hover a.haschild
{
    background-color: #1bb4ff;
}

ul.root li:hover ul,
ul.root li.ihover ul
{
    display: block;
	z-index:1000;
}

ul.bottommenu
{
    display: block;
    float: right;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #CCC;
    line-height: 19px;
    height: 19px;
}

ul.bottommenu li
{
    float: left;
    display: list-item;
    list-style: none;
    padding: 0px;
    margin: 0 0px 0 0;
    padding: 0 7px 0 7px;
    border-left: 1px solid #CCC;
    line-height: 19px;
    height: 19px;
    font-size: 8pt;
}

ul.bottommenu li a, ul.bottommenu li a:link, ul.bottommenu li a:visited, ul.bottommenu li a:active
{
    padding: 0px;
    color: #999;
    text-align: left;
    line-height: 19px;
    height: 19px;
}

ul.bottommenu li.break
{
    background-color: transparent;
    height: 9px;
}

ul.bottommenu li.break div
{
    display: block;
    background-color: transparent;
    margin: 0px 4px 0px 4px;
    padding: 0px;
    width: 2px;
    height: 9px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CFCFCF;
}

ul.clear
{
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
    line-height: 25px;
    height: 25px;
}

ul.clear li
{
    float: left;
    display: list-item;
    list-style: none;
    text-align: left;
    margin: 0px;
    font-size: 8pt;
    padding: 0px 10px 0px 0px;
    width: auto;
    white-space: nowrap;
}

ul.clear li a
{
    color: #000;
    display: block;
    float: left;
    height: 21px;
    line-height: 23px !important;
    text-decoration: underline !important;
    padding: 2px 0 2px 0;
    background-color: transparent;
    background-position: 2px;
}

ul.clear li.break
{
    width: auto;
}

ul.clear li.break div
{
    width: 1px;
    height: 15px !important;
    overflow: hidden;
    margin: 4px 2px 0 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #F0F0F0;
}

ul.clear li a.selected
{
    font-weight: bold;
    text-decoration: none;
}
        
/*news.css*/
            ul.news {
}

ul.news li {
    min-height: 120px;
    margin: 0 0 10px 0;
    width: 100%;
}

ul.news li h2, ul.news li p, ul.news li div {
    margin-left: 120px;
}

ul.news li h2 {
    font-weight: bold;
}

ul.news li img {
    width: 110px;
    height: 110px;
}

div.inj {
    width: 240px;
    height: auto;
    display: block;
    text-align: left;
    font-size: 9pt;
}

div.injright {
    padding: 10px 0 0 10px;
    border-top: 2px solid #c24407;
    border-left: 2px solid #c24407;
    float: right;
    clear: none;
    margin-left: 10px;
}

div.injleft {
    padding: 10px 10px 0 0;
    border-top: 2px solid #c24407;
    border-right: 2px solid #c24407;
    float: left;
    clear: none;
    margin-right: 10px;
}

div.inj h3 {
    text-align: left;
    font-size: 10.5pt;
    font-weight: bold;
    color: #c24407;
    margin: 0;
}

div.inj img {
    clear: both;
    text-align: center;
    margin: 14px auto 14px auto;
}

div.news_comments div.title {
    background-color: #F0F0F0;
}

div.news_comments div.title span {
    color: #777;
    font-size: 13.5pt;
    font-weight: bold;
}

div.news_comments div.title {
    font-size: 10.5pt;
    display: block;
    padding: 2pt 2pt 3pt 0;
}

div.news_comments div.title span.date {
    color: #777;
    padding-left: 5px;
    font-size: 8pt;
    float: right;
}

div.news_full h1, div.news_full h2, div.news_full h3 {
    line-height: 140%;
}

div.news_full h1 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

div.news_full h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

div.news_full p {
    margin: 0 0 6px 0;
    font-size: 12px;
}

        
/*board.css*/
            ul.boardlist li
{
    height: auto;
}

ul.boardlist li h2
{
    font-size: 13px;
    padding: 0;
    margin: 0;
}

ul.boardlist li p
{
    padding: 0;
    margin: 0;
}

ul.boardlist li span.date
{
    color: #666;
}

ul.boardlist li span.btype
{
    font-weight: normal;
    color: #666;
}

ul.boardlist li span.description
{
    display: block;
    padding: 5px 0 0 0;
}

ul.boardlist li span.addin
{
    font-size: 8pt;
    color: #666;
    padding: 0;
}

div.boardinfo span.title
{
    font-size: 9pt;
    background-color: #f3f9ee;
    padding: 5px;
    border: 0;
}

div.boardinfo div.info
{
    width: auto;
    padding: 5px !important;
}

div.boardinfo h1
{
    padding: 0 0 5px 0;
    margin: 0;
}

div.boardinfo div.fullitem
{
    width: auto;
    padding: 10px !important;
    border: 1px solid #CCC;
}

div.boardinfo div.fullitem h1
{
    font-size: 17px;
    line-height: 110%;
    margin: 0;
    padding: 0;
    text-transform: none;
}

div.boardinfo div.fullitem h1 a
{
    text-decoration: underline;
}

div.boardinfo h2
{
    margin: 20px 0 5px 0;
}

div.boardinfo div.fullitem span
{
    margin: 0;
}

div.boardinfo ul li
{
    margin: 0 0 5px 0;
    padding: 0;
}

div.boardinfo span.date
{
    color: #666;
    font-size: 8pt;
}

div.boardinfo span.btype
{
    font-size: 10pt;
    font-weight: bold;
    color: #D20;
}

div.boardinfo div.info span
{
    display: block;
    clear: both;
    padding-bottom: 5px;
}
        
/*job.css*/
            ol.small li span.salary, ul.small li span.salary
{
    font-size: 11px;
    line-height: 15px;
}

ul.joblist
{
    margin: 0;
    padding: 0;
    clear: both;
}

ul.joblist li
{
    height: auto;
    margin: 0 0 10px 0;
}

ul.joblist li h2
{
    font-size: 13px;
    margin: 0;
    padding: 0;
}

ul.joblist li span.date
{
    color: #666;
}

ul.joblist li span.salary
{
    font-size: 10pt;
    font-weight: bold;
    display: block;
    float: right;
    width: auto;
    color: #D20;
}

ul.joblist li span.addin
{
    font-size: 11px;
    display: block;
}

span.inflabel
{
    color: #777;
    display: inline;
}

ul.joblist li span.addin
{
    font-size: 11px;
    color: #666;
    display: block;
}

div.jobinfo
{
    font-size: 13px;
}

div.jobinfo div.info
{
    width: auto;
    padding: 10px;
}

div.jobinfo ul
{
    display: block;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

div.jobinfo div.subtitle
{
    margin: 15px 0 5px 0;
}

div.jobinfo ul li
{
    list-style: none;
    text-indent: 0;
    margin: 0 0 10px 0;
    padding: 0;
}

div.jobinfo h1
{
    padding: 0 0 20px 0;
}

div.jobinfo div.fullitem
{
    width: auto;
    padding: 10px;
    border: 1px solid #d3e7c5;
}

div.jobinfo div.fullitem h1
{
    font-size: 17px;
    line-height: 110%;
    margin: 0;
    padding: 0;
    text-transform: none;
}

div.jobinfo div.fullitem h1 a
{
    text-decoration: underline;
}

div.jobinfo h2
{
    font-size: 17px;
    padding: 0;
    margin: 15px 0 5px 0;
}

div.jobinfo div.fullitem span
{
    margin: 0;
}

div.jobinfo span.date
{
    color: #999;
    display: inline !important;
    float: right;
    clear: right;
}

div.jobinfo span.salary
{
    display: inline !important;
    float: right;
    clear: right;
    font-size: 11pt;
    font-weight: bold;
    color: #D20;
}

div.jobinfo div.info span
{
    display: block;
    clear: both;
    padding-bottom: 5px;
}

div.jobinfo div.info span b
{
    width: 120px;
    float: left;
    display: block;
    clear: right;
}

        
/*users.css*/
            ul.comusers {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 0;
    clear: both;
    height: auto;
    width: 100%;
}

ul.comusers li {
    display: block;
    width: 140px;
    height: 150px;
    line-height: 115%;
    padding: 10px 0 0 0;
    margin: 0 10px 10px 0;
    border: 1px solid #f7f7f3;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
}

ul.comusers li a {
    display: block;
    width: 140px;
}

ul.comusers li a img {
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0;
    border: 0;
    width: 80px;
    height: 80px;
}

ul.comusers li h2 {
    line-height: 130%;
    font-size: 10pt;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}

ul.comusers li p {
    font-size: 8pt;
    line-height: 120%;
    margin: 0;
    padding: 0;
    color: #888;
    text-align: center;
}

div.mparams {
    background-color: #f7f7f3;
    padding: 10px 0 10px 5px;
}

div.mparams span {
    display: block;
    width: 100%;
}

div.imessage {
    display: block;
}

div.imessage div.content {
    margin: 0;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #DDD;
    height: auto;
    clear: both;
}

div.imessage a.expandlink {
    float: right;
    clear: both;
    display: block;
    top: 0;
    right: 0;
    height: 16px;
    line-height: 16px;
}

div.imessage p, div.imessage span, div.imessage div, div.imessage li {
    color: #000;
    line-height: 120%;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

div.usercard {
    position: relative !important;
    display: block;
    font-size: 11px;
    line-height: 120%;
    background-color: #eeefe8;
}

div.usercard div.picture {
    clear: left;
    float: left;
    padding: 7px;
    margin: 0;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    background-color: #eeefe8;
}

div.usercard div.picture img {
    margin: 0;
    display: block;
    width: 80px;
    height: 80px;
}

div.usercard h1 {
    font-size: 11pt;
}

div.usercard h2 {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 5px 0;
    display: block;
}

div.usercard p {
    background-color: transparent;
}

div.usercard table {
    width: auto;
}

div.usercard table.params td {
    height: 19px;
    line-height: 19px;
    margin: 0;
    color: #000;
    border-bottom: 1px dotted #CCC;
}

div.usercard table.params td label {
    line-height: 19px;
    color: #777;
}

div.cabuser {
    background: transparent;
}

div.publiccard {
    position: relative;
    width: 220px;
	padding-top: 5px;
	padding-bottom:5px;
}

div.cabuser div.picture {
    background: transparent;
    padding: 0;
    display: block;
    height: 48px !important;
    width: 48px !important;
    margin: 0 5px 0 5px;
    float: left;
}

div.cabuser div.picture img {
    display: block;
    margin: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #DDD;
}

div.cabuser h1, 
div.cabuser p, 
div.cabuser div, 
div.cabuser span {
    display: block;
    clear: none;
    text-align: left;
    margin: 0;
    font-size: 11px;
	line-height:110% !important;
    padding: 0;
}

span.isonline {
    overflow: hidden;
    display: block;
    width: 40px !important;
    height: 14px !important;
    text-align: center !important;
    line-height: 11px !important;
    clear: none;
    padding: 1px;
    margin: 0;
    text-align: center;
    background-color: #FF8800 !important;
    color: #FFF !important;
    font-size: 11px !important;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    letter-spacing: -1px;
}
        
/*banners.css*/
            div#bantopban, div#bantopban2 {
    background: transparent;
    width: 460px;
    overflow: hidden;
    clear: none;
    margin: 0 auto 0 auto;
    text-align: center;
}

div#bantopban2 {
    float: right;
}

a.preload {
    font-size: 8pt;
    color: #999;
    text-align: center;
    display: block;
    width: 460px;
}

div.topban div, div.topban2 div {
    text-align: center;
    margin: 0 auto 0 auto;
}

div.simple div.content div#bantopban, div.simple div.content div#bantopban2 {
    float: none !important;
    margin: 0 auto 0 auto !important;
    text-align: center !important;
}

div.simple div.content {
    text-align: center !important;
}

div.simple div#bantopban, div.simple div#bantopban2 {
    width: 940px;
    height: 90px;
    margin: 0 auto 0 auto;
    float: none;
}

div.topsmall {
    text-align: center;
    width: 460px;
    height: 90px;
    overflow: hidden;
}

div.right {
    float: right;
}

div.topsmall img {
    display: block;
    text-align: center;
    margin: 0 auto 0 auto;
}

div.topsmall a {
    display: block;
    font-size: 10px;
}

div.topsmall a.txt {
    display: block;
    color: #444;
    padding: 40px 0 0 0;
    overflow: hidden;
}

div.wideview div.topsmall {
    width: 960px;
    text-align: center;
    margin: 0 auto 0 auto;
}

div.sideban {
    width: 240px !important; /*заебали*/
    overflow: hidden;
}

div.sideban a.txt {
    font-size: 8pt;
    color: #999;
    text-align: center;
    display: block;
    height: 400px;
    width: 240px;
    overflow: hidden;
    line-height: normal;
    width: 100%;
}

        
/*contextads.css*/
            div.contextads {
    text-align: left;
    margin-bottom: 12pt;
    border-bottom: 1px solid #CCC;
}

span.contextadstitle {
    display: block;
    color: #777;
    margin: 0;
    font-size: 11px;
    border-bottom: 1px solid #CCC;
    padding: 5px 0 5px 0;
    margin: 6pt 0 6pt 0;
}

ul.contextads {
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 0;
    background-color: #FFF;
}

ul.contextads li {
    margin: 0 0 10px 0;
    padding: 0 0 5px 32px;
    text-indent: 0;
    list-style: none;
    background: transparent url(/files/icons/context.gif) no-repeat top left;
}

ul.contextads h2 {
    font-size: 10.5pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    display: block;
}

ul.contextads p {
    margin: 0px;
    font-size: 9pt;
    padding: 0px;
}
        
/*home_ads.css*/
            /**
 * simple link
 */
div.homeads {
    height: 23px;
    border-left: 3px solid #DD2200;
    display: block;
    margin: 5px 0 5px 0;
}

div.homeads span {
    display: block;
    padding: 5px 0 0 15px;
    font-size: 12px;
}

div.homeads span a {
    color: #02D;
    text-decoration: underline;
}

        
/*homenotify.css*/
            div.homenotify ul {
    clear: both;
}

div.homenotify ul li h2 {
    font-size: 13px;
}

div.homenotify ul li p {
    font-size: 8pt;
}

        
/*sponsor_rubric.css*/
            div.sponsor_rubric {
    border-right: 0;
    border-left: 0;
    border-bottom: 1px dotted #CDCFC8;
    margin-bottom: 10px;
}

div.sponsor_rubric span {
    font-size: 9pt;
    font-weight: normal;
    display: block;
    padding: 2px 0 2px 0;
    margin-bottom: 5px;
    color: #aDaFa8;
    border-bottom: 1px dotted #CDCFC8;
}

div.sponsor_rubric ul, div.sponsor_rubric ul li {
    display: block;
    clear: both;
    height: auto;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

div.sponsor_rubric ul li {
    margin-bottom: 10px;
}

div.sponsor_rubric ul li a.ilogo {
    width: 150px;
    height: 64px;
    display: block;
    float: right;;
    margin-left: 10px;
    background-color: transparent;
    background-position: top right;
    background-repeat: no-repeat;
}

div.sponsor_rubric ul li h3 {
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 120%;
}

div.sponsor_rubric ul li p {
    font-size: 11px;
    line-height: 120%;
}

div.sponsor_rubric ul li h3 {
    font-size: 12px;
}

div.sponsor_rubric ul li h3 a {
    text-decoration: none;
    color: #0022CC;
    padding: 0 0 1px 0;
    border-bottom: 1px dotted #0022CC;
    padding-right: 15px;
    background: transparent url(/i/icons/down.gif) no-repeat top right;
}

div.sponsor_rubric ul li a.ilogo, div.sponsor_rubric ul li p {
    display: none;
}

div.sponsor_rubric ul li.visible {
    height: 80px;
    overflow: hidden;
}

div.sponsor_rubric ul li.visible h3 a {
    background-image: none;
}

div.sponsor_rubric ul li.visible a, div.sponsor_rubric ul li.visible p {
    display: block;
}

div.sponsor_rubric ul li.visible h3 {
    font-size: 10pt;
    font-weight: normal;
}

div.sponsor_rubric ul li.visible h3 a {
    color: #0022CC;
    font-size: 11pt;
    text-decoration: underline;
    border-bottom: 0;
}

        
/*vis.css*/
            div.vishome {
    text-align: center;
    clear: none;
    float: none;
}

div.vishome ul {
    text-indent: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    clear: none;
}

div.vistitle {
    font-size: 8pt;
    background-color: transparent;
    padding: 0;
    font-weight: bold;
}

div.vishome div.content {
    padding: 0 !important;
}

div.classified ul {
    margin: 0;
    clear: both;
    height: auto;
}

div.vishome ul li {
    display: inline-block;
    text-align: left;
    text-indent: 0;
    list-style: none;
    width: 169px;
    height: 68px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #F3F7F9;
    float: left;
}

div.vishome ul li:hover {
    background-position: bottom;
}

div.vishome ul li a, div.vishome ul li span.fl, div.vishome ul li a.preload {
    display: block;
    float: left;
    width: 150px;
    height: 64px;
    background-color: transparent;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 2px 0px 0px 2px;
}

div.vishome ul li span.addin {
    width: 16px;
    height: auto;
    display: block;
    background: transparent;
    padding: 1px 0px 0 1px;
    margin: 0px;
    float: right;
    overflow: hidden;
}

div.vishome ul li a.icn, div.vishome ul li span.icn {
    width: 16px;
    height: 16px;
    margin: 0px;
    border: 0;
    text-indent: 0;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 0;
    display: block;
    clear: both;
    font-size: 10px;
}

div.vishome ul li span.icn {
    background-position: bottom;
}

div.vishome ul li a.icn:hover {
    background-position: center;
    text-indent: 0;
    padding: 0;
}

div.vishome ul li.s4 {
}

div.vishome ul li.s3 div {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    background-color: transparent;
    width: 150px;
    height: 64px;
    overflow: hidden;
}

div.vishome ul li.s3 div a {
    display: block;
}

div.vishome ul li h3 a, div.vishome ul li span a {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    float: none;
}

div.vishome ul li.s1 h3, div.vishome ul li.s3 h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000;
}

div.vishome ul li.s1 span, div.vishome ul li.s3 span {
    font-size: 10px;
    display: block;
    line-height: 110%;
    color: #000;
    margin: 0;
}

div.vishome ul li a:hover {
    color: #D20;
}

div.vishome ul li span.ch2 {
    color: #DD2200;
    display: inline;
}

        
/*ddmenu_public.css*/
            #ddm
{
    margin: 0;
    padding: 0;
    width: 400px;
    list-style: none;
    display: none;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #AAA;
} #ddm img
{
    margin: 50px;
} #ddm ul
{
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 0;
} #ddm ul li
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 1px 0 2px 5px;
    text-indent: 0;
} #ddm ul li a
{
    color: #444;
    padding: 0;
    line-height: 13px;
    background: none;
    border: 0;
    text-decoration: none;
} #ddm ul li a:hover
{
    color: #000;
    text-decoration: underline;
} #ddm ul li span
{
    font-size: 7pt;
} #ddm ul li a.sel, #ddm ul li a.sel:hover
{
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: default;
} #ddm ul li a.inact, #ddm ul li a.inact:hover
{
    cursor: default;
    color: #888;
    text-decoration: none !important;
}

div.dd a, div.dd a:hover, div.dd a:active, div.dd a:link, div.dd a:visited
{
    text-decoration: none;
    color: #000;
    line-height: 21px;
    padding: 1px 13px 2px 1px;
    background: transparent url(/i/arrow.gif) no-repeat center right;
    cursor: pointer;
    border-bottom: 1px dashed #000;
}

div.dd a.clear
{
    display: block;
    clear: both;
    text-align: center;
    background: none;
    border: 0;
} #ddml
{
    margin: 0;
    padding: 0;
    width: 240px;
    list-style: none;
    display: none;
    right: 0;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #AAA;
}