HR {
    border-top-color: #008000;
    border-bottom-color: #00FF00;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: solid none solid none;
}

H1 {
    border-top : 0px solid #008000;
    border-bottom : 1px solid #008000;
    border-left : 15px solid #008000;
    background-color : #008000;
    color : #F5FFF5;
    text-align : left;
    font-size:20px;
    font-weight : normal;
}

H2 {
    color : #008000;
    text-align : left;
    font-style: italic;
    font-size:18px;
    font-weight: bold;
}

H3 {
    border-top : 0px solid #008000;
    border-bottom : 1px solid #008000;
    border-left : 10px solid #008000;
    background-color : #008000;
    color : #F5FFF5;
    text-align : left;
    font-size:20px;
    font-weight : normal;
}

H4 {
    background-color : #008000;
    color : #F5FFF5;
    text-align : left;
    font-style: italic;
    font-weight: bold;
}
H5 {
    background-color : #008000;
    color : #F5FFF5;
    text-align : left;
    font-style: italic;
    font-weight: bold;
}

.Global_OldPrice {
    text-decoration: line-through;
}

.Global_Price {
    font-weight: bold;
    color: White;
    background-color: #009E00;
}

.Global_InBasket {
    color: #FF6E00;
    font-style: italic;
}

.Global_Hide_Table_Header_Cell {
    color: White;
    background: #008000;
    font-size:18px;
    font: bold 12px;
    text-align: center;
}

.FGood_Table {
    border-left: none;
    border-top: none;
    border-right: 1px solid Lime;
    border-bottom: 1px solid Lime;
}

.FGood_Table_Cell {
    border-left: 1px solid Lime;
    border-top: 1px solid Lime;
    border-right: none;
    border-bottom: none;
}

.FGood_Table_Header_Cell {
    border-left: 1px solid Lime;
    border-top: 1px solid Lime;
    border-right: none;
    border-bottom: none;
    color: White;
    background: #008000;
    font-weight: bold;
    font-size:30px;
    text-align: center;
}

.FGood_Table_Header_Right {
    border-top: 1px solid Lime;
    border-right: none;
    border-bottom: none;
    color: White;
    background: #008000;
    font-weight: bold;
    font-size:20px;
    text-align: right;
}

.FGood_ColorWarning {
    font-style: italic;
    font-weight: bold;
    color: #FF6E00;
}

.FMain_LoginFormButton {
    border-style: none;
    background: transparent;
    font-size:10px;
    cursor: pointer;
    font-weight: bold;
}

.FMain_GoodTreeImageCell {
    background-image: url(img/sys/cat-line.gif);
    background-repeat: repeat-y;
    background-position: top;
}

.FBasket_Gratis_Deivery {
    font-style: italic;
    color: #FF6E00;
}

.FBasket_Table {
    border-left: none;
    border-top: none;
    border-right: 1px solid Black;
    border-bottom: 1px solid Black;
}

.FBasket_Table_Header_Cell {
    border-left: 1px solid Black;
    border-top: 1px solid Black;
    border-right: none;
    border-bottom: none;
    color: White;
    background: #008000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.FBasket_Table_Cell {
    border-left: 1px solid Black;
    border-top: 1px solid Black;
    border-right: none;
    border-bottom: none;
}

.FBasket_Sum {
    font-size: +4;
    font-weight: bold;
}

.FGood_Table_Goods {
    background: #DFF9DE;
    font-weight: bold;
    
}

.FGood_Table_Goods_Next {
    color: White;
    background: #008000;
    font-weight: bold;
    
}