/* <!-- Designed by Michael A. Zamyslov mishkaz@mail.ru +375296304520 --> */
a{
	text-decoration: none;    
    color: white;
}
a:hover{
    color: white;
}
body{
    background-color:#612700;
    color: #FFE3B9;
    font-size: 13;
    font-family: arial;
    text-align: justify;
    margin-left : 0;
    margin-top : 0;
    margin-right : 0;
    margin-bottom : 0;
    scrollbar-shadow-color : #a05020;
    scrollbar-face-color : #612700;
    scrollbar-dark-shadow-color : #a05020;
    scrollbar-3d-light-color : #612700;
    scrollbar-arrow-color : #a05020;
    scrollbar-base-color : #a05020;
    scrollbar-highlight-color : #612700;
}
input, textarea, .subt{
    font-family: arial;
    color: #FFFFFF;
    background-color:#934714;
    border : thin dotted #FFE3B9;
    scrollbar-shadow-color : #934714;
    scrollbar-face-color : #934714;
    scrollbar-dark-shadow-color : #934714;
    scrollbar-3d-light-color : #934714;
    scrollbar-arrow-color : #FFE3B9;
    scrollbar-base-color : #FFE3B9;
    scrollbar-highlight-color : #934714;
    font-weight:bold;
}

.subt{
     background-color:#934714;
    background-color: #FFE3B9;
    color:#934714;    
    cursor: hand;
}
.title{
    font-size: 16;
    font-weight: bold;
    color: #FFFFFF;
}
.article,
.articlel{
    color: #FFE3B9;
    font-size: 13;
    font-family: arial;
    text-align: justify;	
}
.articlel{
    text-align: left;	
}
.wText{
	color:white;
    font-size: 13;
}

/************ Menu ************/
.menuItem{
    color:#996600;
    font-weight:bold;
    font-size:13;
    background-color : #F0CB94;
    vertical-align : middle;    
}
.menuIcon{
    background-color : #DAB680;
    vertical-align : middle;
    width : 23;
    height : 18;
}
.menuUnderItem{
    background-color : #B46C00;    
    width : 23;
    height : 3;
}
.menuSubSpace{
	background-color : #C79140;
    vertical-align : middle;
    width : 23;
    height : 18;
}
.menuSub{
	background-color : #E8B05E;
}
.menuSubIcon{
	width: 14;
    text-align: right;
    vertical-align: middle;
}
.menuSubItem{
	color: #996600;
    font-size: 12;
    font-weight: bold;
}

/************ Table ************/
.tblHeader{
    font-size : 13;
    text-align : left;
    color : #934714;
    font-weight : bold;
    background-color : #FFE3B9;
}
.tbl{
    font-size : 13;
    text-align : left;
    color : #FFE3B9;
    background-color : #934714;
}
.ean{
	font-size: 9;
    color: #FFE3B9;
    font-family: arial;
    text-align: justify;	
}
.price{
    color: #FFE3B9;
    font-size: 13;
    font-family: arial;
    text-align: right;	
}
