.menu_top li
{
    list-style: none;
    display: inline;
    float: left;
    padding: 0 7px;
}
.menu_top li a
{
    font-weight: normal;
    color:#00AEEF;
    font-size: 10px;
}

.menu_top li a:hover
{
    font-weight: normal;
                      text-decoration: none;
    color:#333333;
    font-size: 10px;
}

.top-menu
{
     float: right;
     width: 500px;
     text-align: right;
}

.navigation
{
   float: right;
   margin: 0px 0 0 0;
   height: 15px;
   width: 525px;
   text-align: right;
}

.navigation .destinace_detail, .navigation .product_detail  { float: left; }
/*.navigation .destinace_detail, .navigation .destinace_detail .nazev { margin: 0; padding: 0; }*/

.navigation .nazev
{
   display: inline;
   font-size: 1.6em;
   font-weight: normal;
}

.navigation .menu
{
   width: auto;
   display: inline;
   margin: 0;
}

.navigation .menu a
{
   font-size: 1em;
   text-decoration: underline;
   font-weight: normal;
   color: #757575;
   margin: 0;
   padding: 0;
}

.navigation .destinace_detail a, .navigation .product_detail a
{
   color: #757575;
   font-size: 0.6em;
   text-decoration: underline;
   font-weight: normal;
   margin: 0;
   padding: 0;
}

.product_detail .nazev span { border: 1px solid white; }