/*ctrls.css*/
            input, button, select, textarea {
    font-size: 8pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 2px 0 2px 3px;
}

*.disabled {
    color: #999 !important;
}

*.icn {
    padding-left: 19px;
    background-position: center left;
    background-repeat: no-repeat;
}

input, textarea {
}

input {
    height: 24px;
    line-height: normal;
}

textarea.code {
    font-size: 10pt;
    color: #000;
    font-family: monospace;
}

button {
    height: 25px;
    padding: 0px 10px 0px 10px;
    margin: 0;
    text-align: center;
    line-height: 19px;
    font-size: 8pt;
}

textarea {
    width: 98%;
}

select {
    padding: 2px 0 2px 5px;
}

table.cform {
    width: 100%;
    border-collapse: collapse;
    background-color: #dae7ee;
}

.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;
    overflow: hidden;
    color: #222;
    line-height: 120% !important;
    padding-right: 5px;
}

table.cform td.ivalue {
    width: 90%;
}

div.buttons button {
}

div.buttons {
    text-align: right !important;
    width: auto;
}

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 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    display: inline;
}

label i.add {
    color: #888;
    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%;
    text-align: right;
    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: 3pt;
    line-height: normal;
    clear: both;
    display: block;
}

input.str {
    width: 450px;
}

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 {
    display: block;
    line-height: 23px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    border-top: 1px solid #d5e3eb;
    /*background-color: #d5e3eb;*/
}

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;
}

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;
}

form {
    margin: 0;
    padding: 0;
}

div.ajwin, 
div.dlg {
    width: 440px;
    display: block;
    font-size: 9pt;
    position: absolute;
    z-index: 2000;
    padding: 0 0 0 0;
}

div.ajwin div.wsbg {
    
}

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.noico div.content {
	padding: 10px;
}


div.ajwin div.content iframe {
    width: 100%;
	height: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 td.listitem * {
    cursor: pointer;
}

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;
}

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;
}

a.toggletiny, a.toggletiny:hover {
    color: #777;
    font-size: 11px;
    display: block;
}

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;
}

div.item {
    padding: 5px 0 0px 5px;
    display: block;
}

div.item label {
    display: block;
    line-height: 23px;
}

div.login {
    display: block;
    clear: both;
    margin: 0 auto 0 auto;
    width: 450px;
    height: 350px;
    background: #fff url(/i/login.png) no-repeat top left;
    padding: 150px 0 0 50px;
}

div.login table div.buttons {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

div.login table div.buttons button {
    width: auto;
    margin-left: 20px;
    float: right;
}

div.login table div.buttons a {
    display: block;
    color: #000;
    text-decoration: underline;
    float: right;
    line-height: 26px;
}

div.thumbnail {
    border: 1px solid #fff;
    width: 200px;
    padding: 5px;
    height: 190px;
    display: block;
    float: left;
    margin: 5px;
}

div.thumbnail input.chkbx {
    display: none;
}

div.thumbnail span.icon {
    display: block;
    width: 200px;
    height: 150px;
    display: block;
    overflow: hidden;
    float: left;
    background-position: left top;
    background-repeat: no-repeat;
}

div.thumbnail span.listitem {
    display: block;
    clear: both;
    line-height: 16px;
    width: 100%;
}

div.thumbnail span.listitem a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

div.selected {
    border: 1px solid #666 !important;
    background-color: #f0f0f0 !important;
}

div.hover {
    border: 1px solid #0b9ff4;
    background-color: #d3efff;
}

span.hidden_path {
    display: none;
}

div.upload_result {
	padding: 10px;
	background-color: #FFFFCC;
	color: #000;
}

        
/*override.css*/
            ul.lv_list {
    width: 100%;
    text-indent: 0;
    margin: 0;
    padding: 0;
}

ul.lv_list li {
    position: relative;
    display: block;
    list-style: none;
    float: none;
    clear: both;
    font-size: 9pt;
    margin: 0 0 10px 0px;
    text-indent: 0;
    border-bottom: 1px solid #ebe9e2;
}

ul.lv_list li h2 {
    line-height: 120%;
    padding: 0 0 5px 0;
    margin: 0 0 3px 0;
	clear: right;
	width:auto;
	font-size:10pt;
}

ul.lv_list li h2 a {
    color: #222;
}

ul.lv_list li div.subdescription {
    font-size: 8pt;
    padding-bottom: 6pt;
}

ul.lv_list li p {
    display: block;
    font-size: 9pt;
    padding-bottom: 6pt;
}

ul.lv_list li img {
    display: block;
}

ul.lv_list li a.pict {
    width: 120px;
    height: 87px;
    display: block;
    clear: none;
    float: left;
    overflow: hidden;
    border: 1px solid #ebe9e2;
    margin-right: 10px;
}

ul.lv_list li.with_pict {
	min-height: 100px;
	_height: 100px;
}
ul.lv_list li.with_pict h2, 
ul.lv_list li.with_pict p, 
ul.lv_list li.with_pict div {
    margin-left: 140px;
}

span.date {
    padding: 2px 3px 2px 3px;
	font-size:11px;
    background-color: #f3e4cf;
}

ul.lv_list li span a {
    display: inline;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

div.full_item a.pict {
    display: block;
    float: left;
}

div.with_picture .subdescription {
    margin-left: 220px;
}

div.path {
    display: block;
    clear: both;
    height: 21px;
    font-size: 8pt;
    color: #999;
}

div.path a, div.path a:visited, div.path a:active, div.path a:link {
    color: #999;
}

div.ipict {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    padding: 5px;
}

div.ipict img {
    display: block;
    float: left;
    clear: both;
}

div.ipict i, div.ipict em {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 0 10px 0;
    clear: both;
}

ul.instl {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ul.instl li {
    display: block;
    float: left;
    width: 205px;
    height: 350px;
    list-style: none;
    text-indent: 0;
    padding: 0;
    margin: 5px 2px 5px 2px;
    overflow: hidden;
}

ul.instl li img {
    width: 200px;
    height: 300px;
    border: 0;
    margin: 0;
    display: block;
    float: left;
}

ul.instl li p {
    display: block;
    line-height: 120%;
    text-align: center;
}

input {
    font-size: 10pt;
    height: 19px;
    padding: 2px 0 2px 5px;
    line-height: 19px;
}

div.buttons input {
    height: 25px;
}

div.pages {
    margin: 10px 0px 20px 0px;
    width: auto;
    height: auto;
    line-height: 25px;
    color: #999;
    clear: both;
}

div.pages, div.pages ul {
    text-indent: 0;
    margin: 5px 0 10px 0;
    padding: 0;
    list-style: none;
    display: block;
    clear: both;
    float: none;
    height: 25px;
    width: 100%;
}

div.pages li {
    float: left;
    height: 25px;
    margin-right: 2px;
}

div.pages li a, div.pages li span {
    display: block;
    list-style: none;
    float: left;
    padding: 0 5px 0 0;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}

div.pages li a.sel {
    font-weight: bold;
}

table.cform {
    background-color: #ebe9e2;
}

table.cform div.buttons {
    background-color: #ebe9e2;
    margin-top: 10px;
}

table.cform form {
    display: block;
    margin: 0;
    padding: 5px 0 0 0;
}

        
/*layout.css*/
            body {
    padding: 0;
    margin: 0;
	background: #00243c url(/i/public/body_bg.png)
}

div#ibg {
	position: relative;
    text-align: center;
    background: transparent url(/i/public/top_bg.png) repeat-x top left;
}

div#lt_headcounters {
    position: absolute;
    top: 0;
    left: 0;
}

div#lt_content_wrap {
    position: relative;
    width: 990px;
    margin: 0 auto 0 auto;
}

div#lt_content_rounded {
    position: relative;
	width:100%;
}

div#slogan {
    display: block;
    height: 53px;
    width: 100%;
    background: transparent url(/i/public/slogan.png) no-repeat 20% top;
}

div#lt_header {
    text-align: left;
    clear: both;
    height: 125px;
    display: block;
    background: transparent url(/i/public/top_menu_bg.png) no-repeat top center;
	margin-bottom:10px;
	position: relative;
}

div#lt_header a.logo {
    color: #fff;
    text-decoration: none;
    display: block;
	font-size:25pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30pt;
    height: 125px;
    width: 340px;
    float: left;
    background: transparent url(/i/public/logo.png) no-repeat top left;
}

div#lt_header a.logo img { 
    display:block;
	width:340px;
	height: 90px;
	margin-top:40px;
}

div#lt_top_menu {
    float: left;
    clear: none;
    height: 125px;
}

div#lt_top_menu ul {
    margin-top: 60px;
}

div#lt_top_menu_add {
    width: 180px;
    height: 125px;
    float: right;
    text-align: right;
}

div#lt_links {
    display: block;
    height: 25px;
    float: right;
    margin-top: 30px;
}

div#lt_header span.phone {
    color: #fff;
    clear: both;
    font-size: 25px;
	letter-spacing: -1px;
    line-height: 26px;
    display: block;
}

div#lt_content {
    text-align: left;
    position: relative;
    width: 670px;
    padding-top: 20px;
	margin-left: 30px;
	overflow: hidden;
}

div#lt_addin {
	position: relative;
    width: 260px;
	padding:0;
	margin: 30px 10px 0 0;
	overflow: hidden;
    float: right;
	text-align: left;
}

div.spacer {
    display: block;
    clear: both;
    margin: 0;
}

div#lt_bottom {
    background-color: #fff;
    position: relative;
    clear: both;
	margin-top:20px;
}

div#lt_bottom .incorners {
	height:150px;
}

div#lt_copyright {
    float: right;
    font-size: 11px !important;
    color: #666;
    text-align: left;
    width: 350px;
    padding: 20px 40px 50px 0;
}

div#lt_copyright * {
    font-size: 11px !important;
    color: #666;
}

div#lt_counters {
    text-align: left;
    width: 200px;
    height: 31px;
    position: absolute;
    float: left;
    top: 98px;
    left: 600px;
}

#lt_counters * {
    float: left;
}

div#lt_btm_prev {
    padding: 10px 10px 10px 50px;
    width: 450px;
    float: left;
    height: 50px;
    text-align: left;
    text-align: right;
    font-size: 11px;
    color: #777;
}

div#lt_btm_prev * {
    font-size: 11px;
    color: #777;
}

div#lt_bottom_links {
    padding: 20px 10px 10px 50px;
    width: 500px;
    float: left;
    height: 30px;
    text-align: left;
}

div#lt_copyright p, div#lt_copyright address {
    display: block;
    font-style: normal;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

div#lt_bottom_links ul {
    display: block;
    width: auto;
    border-left: 1px solid #999;
    height: 16px;
    padding: 0;
    line-height: 16px;
    margin: 0;
    float: right;
}

div#lt_bottom_links ul li {
    display: block;
    border-right: 1px solid #999;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

div#lt_bottom_links ul li a, div#lt_bottom_links ul li a:active, div#lt_bottom_links ul li a:visited, div#lt_bottom_links ul li a:hover {
    display: block;
    font-size: 11px !important;
    text-decoration: underline;
    color: #999;
    padding: 0 10px 0 10px;
}

.disabled {
    cursor: default !important;
    color: #ddd !important;
}
        
/*corners.css*/
            span.corner {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 0;
    background: transparent url(/i/public/rounded_big_white.png) no-repeat;
}

span.tl {
    background-position: left top;
    top: 0;
    left: 0;
}

span.tr {
    background-position: right top;
    top: 0;
    right: 0;
}

span.br {
    background-position: right bottom;
    bottom: 0;
    right: 0;
}

span.bl {
    background-position: left bottom;
    bottom: 0;
    left: 0;
}

div.incorners {
    z-index: 300;
}

div.rounded {
    display: block;
    position: relative;
    z-index: 0;
	background: #fff;
}

div.rounded div.incorners {
    z-index: 100;
	position: relative;
	background-color: transparent;
}

div.rounded_grey div.incorners{ 
    padding: 2px 10px 2px 10px;
}

div.rounded_grey {
    background: url(/i/public/rounded_grey_bg.png);
}

div.rounded_grey span.corner {
    width: 11px;
    height: 11px;
    font-size: 5px;
    z-index: 0;
    background-image: url(/i/public/rounded_grey.png);
}
        
/*top_menu.css*/
            ul.top_menu, ul.top_menu ul {
    margin: 0;
    font-size: 9pt;
    padding: 0;
    text-indent: 0;
    list-style: none;
    display: block;
    float: left;
    clear: none;
}

ul.top_menu ul {
    display: none;
}

ul.top_menu li {
    list-style: none;
    text-indent: 0;
    width: auto;
    float: left;
    clear: none;
    height: 25px;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline;
    float: left;
}

ul.top_menu li a, ul.top_menu li a:visited, ul.top_menu li a:active {
    color: #EEE;
    display: block;
    margin: 0;
    padding: 0 0 1px 0;
    line-height: 130%;
    text-decoration: none;
    background-position: top;
    border-bottom: 1px solid #ddd;
    float: left;
}

ul.top_menu li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

div#lt_links a {
    display: block;
    text-decoration: none;
    width: 16px;
    height: 16px;
    background: transparent url(/i/spacer.gif) no-repeat top left;
    float: left;
    margin: 0 0 0 25px;
}

div#lt_links a.ihome {
    background-image: url(/i/public/home.gif);
}

div#lt_links a.imap {
    background-image: url(/i/public/map.gif);
}

div#lt_links a.icontacts {
    background-image: url(/i/public/contacts.gif);
}

        
/*menu.css*/
            ul.treemenu, ul.treemenu ul {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
}

ul.treemenu {
    border-left: 1px solid #d7d2c6;
    margin-bottom: 20px;
}

ul.treemenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    height: auto;
}

ul.treemenu li.spacer {
}

ul.treemenu li.spacer hr {
    display: block;
    margin: 10px 20px 10px 15px;
}

ul.treemenu li.group {
    color: #5e5843;
	/*color: #999;*/
    font-size: 11px;
    padding: 0;
    line-height: 20px;
    margin-left: 30px;
    padding-top: 5px;
    background: transparent url(/i/public/group_title_bg.png) no-repeat bottom left;
}

ul.treemenu li {
    list-style: none;
    text-indent: 0;
    font-size: 12px;
    padding: 0;
    width: auto;
    line-height: 150%;
    display: block;
    height: auto;
    background-color: #fff;
}

ul.treemenu ul li {
    padding-left: 20px;
    border-bottom: 0;
}

ul.treemenu li a, 
ul.treemenu li a:visited, 
ul.treemenu li a:active {
    display: block;
    margin: 0;
    padding: 3px 10px 3px 10px;
    width: auto;
    line-height: 150%;
    background-position: top;
}

ul.treemenu li a:hover {
    color: #000;
}

ul.treemenu li a.selected, ul.treemenu li a.selected:visited, ul.treemenu li a.selected:active, ul.treemenu li a.selected:hover {
    font-weight: bold;
	color: #000;
}
/*
 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 {
 padding-left: 30px;
 }
 */
ul.treemenu li ul a:hover, ul.treemenu li ul a.selected {
}

ul.treemenu li.break {
    border-top: 1px solid #FFF;
    height: 0px;
}

ul.menu_inpage {
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    height: 25px;
}

ul.menu_inpage li {
    float: left;
    display: list-item;
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    width: auto;
    white-space: nowrap;
}

ul.menu_inpage li a {
    color: #000;
}

ul.menu_inpage li.break {
    width: auto;
}

ul.menu_inpage li a.selected {
    font-weight: bold;
    text-decoration: none;
}

ul.menutabs {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    line-height: 31px;
    height: 61px;
    background: transparent url(/i/public/tabs_bottom.png) no-repeat left bottom;
}

ul.menutabs li {
    float: left;
    display: block;
    list-style: none;
	font-size:13px;
    text-align: left;
    margin: 0;
    padding: 0 0px 0 0;
    width: auto;
    height: 31px;
	background-color: #065a91;
}

ul.menutabs li a span {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    clear: none;
	cursor: pointer;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

ul.menutabs li a span.content {
    display: block;
    background: transparent url(/i/public/tabs.png) no-repeat center bottom;
}

ul.menutabs li a span.tl {
    width: 20px;
    height: 31px;
    background: transparent url(/i/public/tabs.png) no-repeat left bottom;
}

ul.menutabs li a span.tr {
    width: 20px;
    height: 31px;
    background: transparent url(/i/public/tabs.png) no-repeat right bottom;
}

ul.menutabs li a {
    height: 31px;
    line-height: 31px;
    color: #000;
    text-decoration: none;
    float: left;
    text-align: center;
    display: block;
}

ul.menutabs li.selected a span {
	background-color: #00b9ff;
    background-position: center top;
    text-decoration: none;
}

ul.menutabs li.selected a span.tl {
    background-position: left top;
}

ul.menutabs li.selected a span.tr {
    background-position: right top;
}
        
/*view.css*/
            body, div, td {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 120%;
}

a:active, a:link {
    color: #029;
    text-decoration: underline;
}

a:visited {
    color: #555;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    display: block;
    width: 100%;
    line-height: 120%;
    clear: both;
}

td {
    vertical-align: top;
}

h1 {
    font-size: 15pt;
    margin: 10pt 0 6pt 0;
}

h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 14pt 0 10pt 0;
}

li h2 {
    margin: 0 0 2pt 0;
}

h3 {
    font-size: 12pt;
}

p {
    font-size: 10pt;
    line-height: 120%;
    margin: 0 0 6pt 0;
    padding: 0;
}

img {
    border: 0;
    clear: none;
}

hr {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    height: 0px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #ccc;
}


        
/*big_banner.css*/
            div#lt_big_banner {
    display: block;
    margin-top: 0;
    clear: both;
    padding-bottom: 25px;
    background: transparent url(/i/public/banner_big_bottom_bg.png) no-repeat right bottom;
}

div.big_banner h1 {
    padding: 10px 0 0 0;
    margin: 0px 0 5px 30px;
    display: block;
    clear: both;
    color: #fff;
    line-height: 35px;
    height: 35px;
}

div.big_banner {
    display: block;
    height: 290px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

div.allow_slide_show h1,
div.allow_slide_show a,
div.allow_slide_show div.idescription div {
	color: #999;
}


div.big_banner span.ibannerloader {
    width: 440px;
    height: 60px;
    z-index: 1000;
    background: #fff url(/i/ajax-loader.gif) no-repeat center;
    position: absolute;
    color: #ddd;
    font-size: 10px;
    top: 120px;
    left: 230px;
    display: block;
}

div.big_banner span.ibannerloader img { 
    display:block;
	width: 1px;
	height: 1px;
	position: absolute; 
	top: 100px;
	left: 100px;
}

div.big_banner .incorners {
    padding: 0;
    height: 290px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

div.big_banner ul {
    display: block;
    float: left;
    height: auto;
    text-align: left;
    text-indent: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 30px;
    left: 10px;
    z-index: 100;
    position: absolute;
    width: 220px;
}

div.big_banner ul li {
    display: block;
    width: 220px;
    height: 34px;
    overflow: hidden;
}

div.big_banner ul li a {
    display: block;
    color: #444;
    text-decoration: none;
    height: 34px;
    line-height: 34px;
	outline: none;
    width: 220px;
    background: #fff url(/i/public/bb_item.png) no-repeat 0px 100px;
}

div.big_banner ul li span.href, div.big_banner ul li .description {
    display: none;
}

div.big_banner ul li a span {
    border-bottom: 1px dashed #333;
    margin-left: 20px;
    font-size: 13px;
    display: inline;
}

div.big_banner ul li a:hover {
    color: #000;
    background-position: left top;
}

div.big_banner ul li.selected a {
    background-position: left bottom;
}

div.big_banner ul li.selected a span {
    color: #000;
    border: 0;
}

div.big_banner a.activebanner {
    display: block;
    position: absolute;
    top: 0;
    float: left;
    left: 230px;
    width: 440px;
    height: 290px;
}

div.big_banner a.activebanner img {
    display: block;
    padding: 0;
    width: 440px;
    height: 290px;
    border: 0;
    text-indent: 0;
    margin: 0;
    float: left;
}

div.big_banner div.idescription {
    position: absolute;
    top: 0;
    left: 670px;
    text-align: left;
    width: 320px;
    height: 290px;
    background: #ebe9e2 url(/i/public/bb_right.png) no-repeat top right;
    display: block;
}

div.big_banner div.idescription div {
    padding: 10px 15px 0 20px;
}

div.big_banner div.idescription h2 {
    padding: 0;
}

div.big_banner div.idescription a.buy {
    display: block;
    position: absolute;
    top: 250px;
    color: #fff;
    background: #ccc url(/i/public/bb_btn.png) no-repeat top left;
    width: 147px;
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    text-align: center;
    right: 7px;
    z-index: 50;
}

div.big_banner div.idescription a.buy:hover {
    background-position: left bottom;
}

        
/*banners_list.css*/
            div#lt_banners {
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    height: auto;
}

div#lt_banners ul {
    display: block;
    float: left;
    text-align: left;
    text-indent: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#lt_banners ul li {
    display: block;
    height: 195px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    background: transparent url(/i/public/block_bottom_bg.png) no-repeat right bottom;
    width: 310px;
}

div#lt_banners ul li div.block {
    display: block;
    height: 170px;
    position: relative;
    overflow: hidden;
    float: left;
    background: #fff url(/i/public/ad_block_white.png);
    width: 310px;
}

div#lt_banners ul li.grey {
    background-image: url(/i/public/ad_block_grey.png);
}

div#lt_banners ul li.red {
    background-image: url(/i/public/ad_block_red.png);
}

div#lt_banners ul li.green {
    background-image: url(/i/public/ad_block_green.png);
}

div#lt_banners ul li div.wrap {
	display:block;
    padding: 15px 5px 0px 20px;
}

div.side ul {
    height: auto;
}

div.side ul li {
    position: static !important;
    overflow: hidden !important;
    float: none !important;
    background: #fff url(/i/public/ad_block_inpage.png) !important;
    width: 260px !important;
    height: 170px !important;
    margin: 20px 0 0 0 !important;
}

div.side ul li div {
    padding: 10px !important;
}

div.side ul li h1 {
    font-size: 15px !important;
}

div#lt_banners h1 {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    z-index: 100;
    line-height: 20px;
}

div#lt_banners h2 {
    padding: 0;
    z-index: 100;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
}

div#lt_banners p {
    margin-top: 5px;
    display: block;
    font-size: 11px;
}

div#lt_banners p b {
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}

div#lt_banners a.more {
    display: block;
    margin-top: 10px;
}

div#lt_banners div.ill {
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    width: 308px;
    height: 168px;
}

div#lt_banners a.btn {
    width: 147px;
    height: 33px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 120px;
    background: #065a91 url(/i/public/ad_block_btn.png) no-repeat top left;
}

div#lt_banners a.btn:hover {
    background-position: left bottom;
}


        
/*news.css*/
            
        
/*products_list.css*/
            .products_list {
    width: 100%;
    display: block;
}

ul.products_list li {
    display: block;
    overflow: hidden;
    clear: none;
    margin: 0 0 20px 0;
    float: left;
    width: 300px;
    margin-right: 40px;
    height: 320px;
    border-bottom: 2px solid #ddd;
}

ul.products_list li.divider {
    width: 100%;
    clear: both;
    border: 0;
    float: none;
    height: 10px;
}

ul.products_list li a.picture {
    display: block;
    width: 250px;
    float: left;
    clear: none;
}

ul.products_list li img {
    display: block;
    float: left;
    clear: left;
    width: 200px;
    height: 145px;
}

ul.products_list li h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 10px 0;
}

ul.products_list li p {
    margin: 0;
    padding: 0;
}

ul.products_list li a.btn {
    display: block;
    font-size: 10pt;
    text-align: right;
    padding-top: 10px;
}

div.products_full {
    display: block;
    clear: both;
}

div.products_full h1 a {
    display: block;
    text-decoration: none;
    color: #000;
}

div.products_full div.rounded {
    margin: 0 0 10px 0;
}

div.products_full div.simple_info div.rounded {
    display: block;
    width: 100%;
    clear: both;
}

div.products_full div.simple_info a.pict {
    display: block;
}

div.products_full div.preview_small a.pict {
    display: block;
    float: left;
}

div.products_full div.preview_small div.subdescription {
    margin-left: 220px;
    height: 160px;
}

div.products_full h2 {
    margin: 0;
    padding: 0;
}

div.products_full a.pict {
    display: block;
	text-align:left;
	margin: 0 0 20px 0;
}

div.brief img {
    float: right;;
    display: block;
    clear: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
}

div.products_full div.prevnext {
    padding: 0;
    margin: 0 !important;
    float: left !important;
    text-align: center;
    width: auto !important;
    line-height: 20px;
}

div.full_text {
    clear: both;
    height: auto;
}

ul.product_colors li {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 10px 20px 0;
    float: left;
    clear: none;
}

ul.product_colors li h2 {
    font-size: 10pt;
    font-weight: normal;
    padding: 5px 0 0 0;
}

ul.product_colors li p {
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

ul.product_components li {
}

ul.pre_list li {
    width: 210px;
    height: 180px;
    margin-right: 10px;
    float: left;
    clear: none;
}

ul.pre_list_small li h2, ul.pre_list li h2 {
    font-size: 8pt;
    font-weight: normal;
    display: none;
}

ul.pre_list_small li {
    width: 190px;
    height: 170px;
    border: 1px dotted #ccc;
    float: left;
    clear: none;
    position: relative;
    display: block;
    list-style: none;
    margin: 0 5px 20px 5px;
    padding: 0;
    text-indent: 0;
    text-align: center;
}

ul.pre_list_small {
    display: block;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

ul.pre_list_small li a.pict {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
}

ul.pre_list_small li label {
    display: block;
    position: relative;
    top: 130px;
    left: 0;
    font-size: 8pt;
}

ul.pre_list_small li a.pict img {
    margin: 0 auto 0 auto;
    display: block;
}

ul.pre_list_small li.checked {
	border: 1px solid #000;
}

        
/*category.css*/
            ul.categorylist {
    margin: 0;
    padding: 0;
    text-indent: 0;
	position: relative;
}

ul.categorylist li {
    text-indent: 0;
    display: block;
    margin-bottom: 30px;
	position: relative;
}

ul.categorylist li h2 {
    font-size: 11pt;
    font-weight: bold;
    margin: 0;
	display:block;
    padding: 0 0 5pt 0;
}

ul.categorylist li h2 a {
	text-decoration:none;
}

ul.categorylist li p {
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

ul.categorylist li a.pict {
	clear: both;
    background-position: center top;
    text-align: left;
    background-repeat: no-repeat;
    width: 240px;
    height: 150px;
    display: block;
}

ul.categorylist li a.pict img {
}

ul.categorylist li.with_pict {
    display: block;
    float: left;
    width: 300px;
    overflow: hidden;
    height: 300px;
    margin-right: 20px;
    margin-bottom: 40px;
    border: 1px solid #cfcabb;
	border-top:0;
	border-left:0;    
}

ul.categorylist li.with_pict a.more {
	display: block;
	color: #fff;
	font-size: 10pt;
	width:147px;
	text-decoration:none;
	height: 33px;
	z-index: 150;
	line-height: 33px;
	text-align: center;
	background: transparent url(/i/public/ad_block_btn.png) no-repeat left top; 
	position: absolute;
	top: 260px;
	right: 5px;
}


ul.categorylist li.with_pict a.more:hover { 
    background-position: left bottom;
}
        
/*faq.css*/
            .clickable a, a.ajax_call {
    text-decoration: none;
    border-bottom: 1px dashed #000;
}

div.answ {
    display: none;
}

div.preload {
    height: 25px;
    display: block;
    background: #fff url(/i/loader.gif) no-repeat center;
}

.expanded div.answ {
    display: block;
}

.expanded h2 a {
    color: #999 !important;
}

        
/*sitemap.css*/
            div.sitemap ul, div.sitemap ul li, div.sitemap ul li ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

div.sitemap ul li {
    font-size: 14pt;
	line-height: 20pt;
	margin-bottom:30px;
}

div.sitemap ul ul li {
    font-size: 11pt;
	font-weight: bold;
    line-height: 14pt;
	margin-left: 30px;
	margin-bottom:10px;
}


div.sitemap ul ul {
    margin-left: 20px;
}

div.sitemap ul li p {
    font-size: 10pt;
	font-weight: normal;
	margin:0;
}
        
/*articles.css*/
            ul.articles, ul.articles li {
    display: block;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

ul.articles li {
    display: block;
    position: relative;
    clear: both;
    float: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebe9e2;
}

ul.articles li span.date {
    display: inline;
    font-size: 10px;
    margin-right: 3px;
}

ul.articles li a.pict {
    display: block;
    width: 100px;
    border: 1px solid #ebe9e2;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.articles li h2 {
    line-height: 120%;
}

ul.articles li h2 a {
    text-decoration: none;
}

ul.articles li h2 a:hover {
    text-decoration: underline;
}

ul.articles li p {
    margin-bottom: 6pt;
    overflow: hidden;
}

ul.articles li div.subdescription {
    display: block;
    width: auto;
    color: #777;
}

ul.articles li.with_pict h2, ul.articles li.with_pict p, ul.articles li.with_pict div.subdescription {
    margin-left: 120px;
}

span.comments_count {
    padding: 2px;
    font-size: 11px;
}

span.view_count {
    padding: 2px;
    font-size: 11px;
}

div.articles_comments div.title span {
    color: #000;
    font-size: 10pt;
    border-bottom: 1px solid #fff74f;
    display: block;
    font-weight: bold;
}

div.articles_comments div.comment {
    margin-bottom: 20px;
}

div.articles_comments div.title {
    font-size: 10pt;
    display: block;
    margin: 5px 0 2px 0;
}

div.articles_comments div.title span.date {
    color: #999;
    font-size: 10px;
    background-color: #fff74f;
    border: 0;
    float: right;
}

span.span_title, span.comments_title {
    background-color: #fff74f;
    color: #000;
    padding: 5px;
    display: block;
}

div.errors {
    border: 2px solid #d0d4d7;
    background-color: #FFFFa0;
}

div.articles_full {
    display: block;
    clear: both;
    float: none;
    z-index: 100;
}

div.articles_full h1 {
    display: block;
    position: relative;
}

div.articles_full h1 a {
    text-decoration: none;
    color: #000;
}

div.articles_full a.pict {
    display: block;
    float: left;
    width: 200px;
    height: 145px;
    margin-bottom: 20pt;
    overflow: hidden;
}

div.articles_full div.with_pict {
    margin-left: 220px;
}

div.articles_full div.subdescription {
    color: #777;
    margin-bottom: 6pt;
    font-size: 11px;
    clear: none;
    width: auto;
}

div.articles_full div.full_text {
    margin: 6pt 0 0 0;
    clear: both;
}

div.comments h2 {
    font-size: 140%;
    margin: 20px 0 5px 0;
}

div.articles_full i.no_comments {
    color: #999;
    display: block;
}

ul.brieflist li {
    border: 0;
    margin: 0 0 2pt 0;
}

ul.brieflist li span.date {
    float: left;
}

ul.brieflist li h2 {
    font-size: 100%;
    margin: 0 0 0 80px;
    padding: 0;
}

        
/*photo.css*/
            ul.photolist, ul.photolist li {
    display: block;
    clear: both;
    float: none;
    text-indent: 0;
    padding: 0;
    margin: 0
}

ul.photolist li {
    clear: none;
    display: block;
    float: left;
    width: 260px;
    height: 205px;
    margin: 5px 65px 30px 0px;
}

ul.photolist li span.idata {
    display: none;
}

ul.photolist a.pict {
    display: block;
    width: 260px;
    height: 195px;
}

ul.photolist h2 {
    display: block;
    font-size: 8pt;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 120%;
}

ul.photolist span.date {
    font-size: 10px;
}

div.photo_full div.subdescription {
    display: block;
    clear: both;
    padding: 10px;
}

div.internallist {
    display: block;
    margin-top: 20px;
    border-top: 2px solid #666;
    width: auto;
    height: 260px;
    overflow: auto;
}

div.internallist ul.photolist {
    display: block;
    overflow: hidden;
}

div.internallist ul.photolist li {
    margin: 10px 0 0 0;
}

div.internallist ul.photolist li.selected {
    border-bottom: 2px solid #666;
    width: 10px;
    height: 10px;
    margin:0 65px 0 65px !important;
}
div.internallist ul.photolist li.selected a {
    display: none;
}

div.photo_full h1 {
    display: block;
    float: left;
    width: 400px;
    clear: none;
}

div.photo_full h1 a {
    text-decoration: none;
}

div.photo_full a.fullpict {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
}

div.photo_full a.pict img {
    display: block;
    margin: 0 auto 0 auto;
}

div.photo_full div.prevnext {
    display: block;
    width: 220px;
    text-align: right;
    float: right;
    margin-top: 25px;
    font-size: 10pt;
}

div.photo_full div.prevnext a {
    padding: 5px;
    font-size: 15pt;
    line-height: 20pt;
    text-decoration: none;
}

div.photo_widget {
    margin: 0 0 20px 0;
    width: 100%;
}

.widget span.idata {
    display: none;
}

div.photo_widget div {
    width: 100%;
}

div.photo_widget a.pict {
    display: block;
    width: 260px;
	height: 195px;
}

div.photo_widget h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 10pt;
}
        
/*comments.css*/
            div.comments div.title span {
    color: #000;
    font-size: 10pt;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
}

div.comments div.title {
    font-size: 10pt;
    display: block;
    padding: 2pt 2pt 3pt 0;
}

div.comments div.title span.date {
    color: #000;
    border: 0;
    padding-left: 5px;
    font-size: 8pt;
    float: right;
}

        
/*widget.css*/
            div.widget {
    margin: 20px 0 10px 0;
}

div.widget_with_title {
}

span.ititle {
    background: transparent url(/i/public/ititle_bg.png) no-repeat top left;
    display: block;
    width: 100%;
    font-size: 13pt;
    padding: 30px 100px 10px 0;
    color: #5e5843;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 5px;
}

span.ititle h3 {
    font-size: 13pt;
    margin: 0;
    padding: 0;
}

div.widget ul li h2 {
	font-weight: normal;
}

