/* BEGIN: Меню каталога */
#CatalogueSubMenu {
        margin: auto auto 40px auto;
		background-color: #b7a9b6;
		padding-top: 10px;
		padding-bottom: 10px;
}
div.SubMRoot {
        width: 198px;
        clear: both;
        background: url(../images/menuSquare.gif) left no-repeat;
        /*padding: auto auto auto 20px;*/
        padding-left: 15px;
        margin: auto 0 auto auto;
}
.SubMRoot a {
        color: #001799;
        font-size: 80%;
        font-weight: bold;
        text-decoration: none;
}
.SubMRoot a:hover {
        text-decoration: underline;
}
div.SubMenuItem {
        width: 198px;
        clear: both;
        border: 0;
        margin: auto 0 auto auto;
}
div.SubMenuItem div.SLeft , div.SubMenuItem div.SRight {
        float: left;
        line-height: 20px;
}
div.SLeft {
        width: 20px;
        height: 20px;
        margin: 0 auto auto auto;
        text-align: center;
}
img.Square2 {
        width: 5px;
        height: 5px;
        border: 0;
        margin: 7px auto 8px auto;
}
div.SRight {
        width: 178px;
        font-size: 80%;
}
.SRight a {
        color: #001376;
        text-decoration: none;
}
.SRight a:hover {
        color: #004fcd;
        text-decoration: none;
}
/* END: Меню каталога */
/* BEGIN: Список товаров*/
table.GoodTable {
        width: 90%;
		clear: both;
        margin-left: auto;
        margin-right: auto;
}
td.GoodCell {
        padding-bottom: 15px;
}
div.GoodTnText {
        float: left;
        margin-left: 15px;
}
.GoodFirmLabel {
        font-size: 90%;
}
.GoodFirmName {
        font-size: 90%;
        color: #000000;
        font-weight: bold;
}
img.GoodTnIm {
        float: left;
}
a.GoodName, a.GoodName:hover {
        color: #001376;
}
/* END: Список товаров*/