﻿
#CatalogLayout
{
    width: auto;
    height: auto;
    overflow: hidden;
}
#TreeViewPanel
{
    width: 250px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 0px; /*margin-top: 10px;*/
    font-size: 80%;
}

#TreeViewPanel .ContainerContent
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#WideExpander
{
    width: 225px; /*background-color:blue;*/
}


#MainPanel
{
    width:auto;
    margin-left: 250px;
    font-size: 80%;
}


td.SelectedTreeViewNode
{
    background-color: #FF6600;
    width: 100%;
}
.SelectedTreeViewNode a
{
    color: #FFFFFF;
}

td.HoverTreeViewNode
{
    background-color: #FF9000;
    width: 100%;
}
.HoverTreeViewNode a
{
    color: #FFFFFF;
}
#TreeViewPanel a:active
{
    background-color: #FF9009;
}

#CatalogNavPanel
{
    margin: 0px;
    font-size: 90%;
    padding: 0px;
    margin-top: 15px;
    margin-left: 15px;
}
#CatalogNavPanel a
{
    color: #000000;
}
#CatalogNavPanel a:hover
{
    background-color: #D7DFEC;
    color: #010100;
}




/***************************************************/
/***************************************************/
/******************  главная страница **************/
/*********************** каталога ******************/
/***************************************************/
/***************************************************/



.CatalogMainGroups
{
    margin: 10px;
}
.CatalogMainGroupsGroup
{
    border: 2px solid transparent;
    margin: 5px;
    overflow: auto;
    width: 97%;
}
.CatalogMainGroupsGroup img
{
    border: 0px;
}

.CatalogMainGroupsGroup a
{
    text-decoration: none;
    color: Black;
}
.CatalogMainGroupsGroup:hover
{
    border: 2px solid #D7DFEC;
    background-color: #D7DFEC;
    color: White;
}
.CatalogMainGroupsGroup:hover a
{
    color: #010100;
}
.CatalogMainGroupsImg
{
    float: left;
}
.CatalogMainGroupsName
{
    margin-left: 80px;
    font-weight: bold;
    font-size:120%;
}
.CatalogMainGroupsDescr
{
    margin-left: 80px;
    font-size: 85%;
}
.ClearDiv
{
    clear: both;
}
/**************/


.ProductsWelcome
{
    position: relative;
    font-size: 110%;
    
    margin-left:15px;
    margin-bottom: 35px;
}


#MainImage
{
    /*background-image: url('/images/catalog-background.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    height: 200px;
    width: 600px;*/
    /*margin-bottom: -180px;
    margin-top:-20px;*/
}
