/* МЕНЮ */
#menu
{
border-radius: 10px;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
padding: 5%;
margin: 20px 0;
} 

#menu .link {color: Silver; cursor: pointer; margin-left: 15px;}
#menu .link:hover{font-weight: bold; color: Gray;}

dt {text-indent: 30px; font-weight: bold; color: Pink;}
dt:hover {color: Crimson;}
dd {text-indent: 10px;}
dd:hover {font-weight: bold;}

.blink {font-weight: 700; color: Gray; cursor: pointer; margin-left: 10px; margin-top: 5px;}
.blink:hover {color: Silver;}
.rlink {font-weight: 700; color: Crimson; cursor: pointer; margin: 5px 0 0 10px;}
.link-back {font-weight: 100; color: Silver; cursor: pointer; margin-left: 15px; unicode-bidi: bidi-override; direction: rtl; text-align: left;}

.rl {font-weight: 700; color: DodgerBlue;}
.s {font: italic 70% Roboto; color: Crimson; }


#off, #book, #market, #trade
{
border-radius: 10px;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
padding: 5% 0;
margin: 20px 0;
} 
#off img, #book img, #market img
{
width: 100%;
height: auto;
}

#off
{
background: url(../img/offer.gif) no-repeat;
background-size: 100%;
background-position: center center;
}

#market
{
background: url(../img/market.gif) no-repeat;
background-size: 100%;
background-position: center center;
}

#book
{
background: url(../img/book.gif) no-repeat;
background-size: 100%;
background-position: center center;
}

#trade
{
border-radius: 10px;
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
margin: 20px 0;
} 

#trade img
{
width: 90%;
height: auto;
margin: 5%;
}


/* МЕДИА ЗАПРОС для ширины в 1000px */
@media only screen and (max-width: 1000px){

}


/* МЕДИА ЗАПРОС для ширины в 600px */
@media only screen and (max-width : 600px){


}