@charset "UTF-8";
/* CSS Document */





#shortcuts {
  background-color: #161d2f;
  color: #fff;
  font-size: 10px;
  margin: 15px 6px 6px;
  width: 176px;
}


#shortcuts h3 {
  padding: 7px 10px;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
}

#shortcuts img {
  border: 3px solid #d17601;
  margin: 0 5px 0 15px;
  float: left;
  width: 100px;
}

.shortcutsText ul {
  padding: 0;
  margin: 0;
}

.shortcutsText li {
  background: url(shortcutBoxBullet.gif) 0px 2px no-repeat;
  list-style-type: none;
}

.shortcutsText li a {
  padding-left: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.shortcuts1 {
  background-color: #192e4d;
  padding: 5px 5px 15px 15px;
}

.shortcuts2 {
  background-color: #344e6f;
  padding: 5px 5px 15px 15px;
}

.shortcuts3 {
  background-color: #466387;
  padding: 5px 5px 15px 15px;
}

.shortcuts4 {
  background-color: #6b8aaa;
  padding: 5px 5px 15px 15px;
}

.shortcuts5 {
  background-color: #9aaec2;
  padding: 5px 5px 15px 15px;
}
