
#bubble_tooltip{
    width:147px;
    position:absolute;
    display:none;
	color: #000000;
}
#bubble_tooltip .bubble_top{
    background-image: url('../templates/default/images/bubble_top.gif');
    background-repeat:no-repeat;
    height:16px;    
}
#bubble_tooltip .bubble_middle{
    background-image: url('../templates/default/images/bubble_middle.gif');
    background-repeat:repeat-y;    
    background-position:bottom left;
    padding-left:7px;
    padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
    position:relative;
    top:-8px;
    font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    font-size:11px;
}
#bubble_tooltip .bubble_bottom{
    background-image: url('../templates/default/images/bubble_bottom.gif');
    background-repeat:no-repeat;
    background-repeat:no-repeat;    
    height:44px;
    position:relative;
    top:-6px;
}


.treeview, .treeview ul { 
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(../templates/default/images/treeview_img/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li { 
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../templates/default/images/treeview_img/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../templates/default/images/treeview_img/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../templates/default/images/treeview_img/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url( ../templates/default/images/treeview_img/treeview-red.gif); } 

.treeview-black li { background-image: url(../templates/default/images/treeview_img/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url( ../templates/default/images/treeview_img/treeview-black.gif); }  

.treeview-gray li { background-image: url(../default/images/treeview_img/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url( ../templates/default/images/treeview_img/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../templates/default/images/treeview_img/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../templates/default/images/treeview_img/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(. ../templates/default/images/treeview_img/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../templates/default/images/treeview_img/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../templates/default/images/treeview_img/file.gif) 0 0 no-repeat; }



DT 
 {
 margin: 0px; /* Отступ сверху */
 }
 DD { margin: 0px; }
/* tabs */
ul.tabs {
    height: 25px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
    float: left;
    margin-right: 1px;
}
ul.tabs li a {
    display: block;
    padding: 0 13px 1px;
    margin-bottom: -1px;
    color: #F8C820;
    text-decoration: none;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #EFEFEF;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
    color: #866A09;
    padding: 0 13px;
    background: #FFFFDF;
    border: 1px solid #FFCA95;
}
ul.tabs li.tab-current a {
    color: #F8C820;
    background: #780900;
    padding: 0px 13px 2px;
    border: 1px solid #DDD;
    border-bottom: 1px solid #EFEFEF;
}
div.t2,
div.t3,
div.t4, 
div.t5 
{
    display: none;
}
div.t1,
div.t2,
div.t3,
div.t4, 
div.t5 
{
    border: 1px solid #DDD;
    background: #000000;
    padding: 0 12px;
}
/* end tabs */

/*Вывод картинки в затемненной области*/

#lightbox, #lightbox-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:auto;
    right:auto;
    
    z-index:100;
    width:100%;
    height:auto;
    
    text-align:center;
    color:#333333;
    
    /* stop stupid conflicts */
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    line-height:0;
    
    /* general conflict stopper */
    text-decoration:none;
    background:none;
    word-spacing:normal;
    letter-spacing:normal;
    float:none;
    clear:none;
    display:block;
}

#lightbox-overlay {
    z-index: 90;
    background-color:#000000;
    height: 100%;
    position:fixed;
}
#lightbox-overlay-text {
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
    color: white;
    font-size: 12px;
    cursor: default;
    line-height:normal;
}
#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
    text-decoration:underline;
    color:white;
}
#lightbox-overlay-text span {
    padding-left:5px;
    padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
    position:relative;
    border:1px solid black;
    background-color:white;
    width:400px;
    height:400px;
    margin:0 auto;
}

#lightbox-imageContainer {
    padding:1px;
}

#lightbox-loading {
    position:absolute;
    top:40%;
    left:0%;
    height:25%;
    width:100%;
    text-align:center;
    line-height:0;
}

#lightbox-nav {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:10;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    display:block;
    width:49%;
    height: 100%;
    background:transparent url("../templates/default/images/lightbox/blank.gif") no-repeat; /* Trick IE into showing hover */
    zoom:1; /* who knows why? */
    
    padding:0px;
    margin:0px;
}
#lightbox-nav-btnPrev { 
    left:0;
    right:auto;
    float:left;
}
#lightbox-nav-btnNext { 
    left:auto;
    right:0;
    float:right;
}

#lightbox-infoBox {
    font:10px Verdana, Helvetica, sans-serif;
    margin:0 auto;
    padding:0px;
}

#lightbox-infoContainer {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    color:#666;
    line-height:normal;
}
#lightbox-infoHeader {
    width:100%;
    text-align:center; 
}
#lightbox-caption {
    text-align:justify;
}
#lightbox-caption-title {
    font-weight:bold;
}
#lightbox-caption-description {
    font-weight:normal;
}

#lightbox-infoFooter {
    margin-top:3px;
    color:#999999;
}
#lightbox-currentNumber {
    display:block;
    width:49%;
    float:left;
    text-align:left;
}
#lightbox-close {
    display:block;
    width:45%;
    float:right;
    text-align:right;
}
#lightbox-close-button{
    padding-left:30%;
}
#lightbox-close-button, #lightbox-close-button:link, #lightbox-close-button:visited, #lightbox-close-button:hover {
    text-decoration:underline;
    color:#999999;
}
#lightbox-close-button:hover {
    color:#666666;
}

#lightbox-infoContainer-clear {
    clear:both; 
    visibility:hidden;
}

/* Расположение миниатюр на странице */
#gallery {
  list-style:none;
}
#gallery li {
  display:inline;
}


/* Окончание вывода картинки*/


