/* Страници сметки - НАЧАЛО */
.smetka_box, .smetka_box:link, .smetka_box:visited {
 height: 100%;
 width: 550px;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 5px;
 border: 1px solid #cccccc;
 color: #757978;
 font-size: inherit;
 text-decoration: none;
 background-color: #e9e9e9;
}
.smetka_box:hover {
 background-color: #dddddd;
 font-size: inherit;
 color: #000000;
 text-decoration: none;
}
.smetka_no_select_message {
 width: 100%;
 margin-left: -5px;
 padding: 5px;
 border-bottom: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 text-align: center;
 background-color: #ffc3c3;
 font-size: inherit;
 text-decoration: none;
}
/* Страници сметки - КРАЙ */
