/* 
    Document   : menu
    Created on : 8.3.2010, 14:26:14
    Author     : h.a.w.a.j
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

div.sc_menu_wrapper {
  position: relative;
  height: 250px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 125px;

  margin-top: 30px;
  overflow: auto;
}
div.sc_menu {
  padding: 15px 0;
}
div.sc_actuality_wrapper {
  position: relative;
  height: 250px;
  /* Make bigger than a photo, because we need a place for a scroll-bar. */
  width: 150px;
 margin-left: 35px;
  margin-top: 10px;
  overflow: auto;
}
div.sc_actuality {
  padding: 15px 0;
}
.sc_menu a {
  display: block;
  margin-bottom: 1px;
  width: 100%;

  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  /* When image support is turned off */
  color: #000000;
  
}
.sc_menu a:hover {
  border-color: #000000;
  border-style: none;
  color: #fff;
  font-size: 17px;
}
.sc_menu img {
  display: block;
  border: none;
}

.sc_menu_wrapper .loading {
  position: absolute;
  top: 50px;
  left: 10px;

  margin: 0 auto;
  padding: 10px;

  width: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  text-align: center;
  color: #fff;
  border: 1px solid rgb(79, 79, 79);
  background: #1F1D1D;
}

/* Styling tooltip */
.sc_menu_tooltip {
  display: block;
  position: absolute;

  padding: 6px;
  font-size: 12px;
  color: #fff;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  border: 1px solid rgb(79, 79, 79);
  
  
}
