/* CSS Document */

#usernamePanel {
  width: 100%; height: 20px;
  clear: both;
  background-color: #006699; color: #EEF5F8;
  background-image: url(../images/libloginpanel.gif);
  background-position: top; background-repeat: repeat-x;
  border-top: 2px solid #FFFFFF;
  display: block;
}

#usernamePanel div.holder {
  width: 950px;
  margin: 0px auto;
}

#usernameContent {
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

/* Breadcrumb */
#breadcrumb {
  font-family: Arial,Helvetica,sans-serif;
  width: auto;
  float: left;
}

#breadcrumb ul {
  border:medium none;
  display:inline;
  margin-left:0;
  padding-left:0;
  list-style-type: none;
}

#breadcrumb ul li {
  background-image: url(../images/crumb.gif);
  background-position: 3px 2px;
  background-repeat: no-repeat;
  display:inline;
  margin-left:0;
  padding-left:11px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

#breadcrumb a, #breadcrumb a:visited {
  color: #ffffff;
  text-decoration: none;
}

#breadcrumb ul li.first {
  background-image: none;
  padding-left:0px;
}

#breadcrumb ul li span {
  font-weight: bold;
}

#shoppingCartTag {
  float: right;
  text-align: right;
  font-size: 11px;
  line-height: 20px;
  margin-left:10px;
  font-weight: bold;
  color: #3399ff;
}

.shoppingCartLink {
  background-image: url(../images/cart/Shoppingcart_16x16.png);
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: left center;
  text-decoration:none;
  font-weight: bold;
  font-size: 11px;
}

