@import url("redesign.css");

/*** Master Nav Menu Styling ***/

#master #allAccounts {
  background-color: #0c51a1;
  border-bottom: 2px solid #0c51a1;
}

#master #allAccounts a {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 8px 11px;
  text-decoration: none;
}

#master #allAccounts a:hover {
  text-decoration: underline;
}


#master #sideNavArea {
  background-color: #fff;
  border: 1px solid #f1f0f0;
  ffloat; left;
  margin: 10px;
  padding: 6px;
}

#master .sideNav {
  
}

#master .sideNav .heading {
  background: #0c51a1;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 6px;
}

#master .sideNav .item {
  background-color: #f1f0f0;
  color: #000;
  margin: 4px 0 3px;
  padding: 6px;
}

#master .sideNav .item.active,
#master .sideNav .item.highlight {
  background-color: #f58839;
  color: #fff;
}

#master .sideNav .item a {
  color: #000;
  text-decoration: none;
}

#master .sideNav div.item.active a,
#master .sideNav div.item.highlight a {
  color: #fff;
}

#master .sideNav .item a:hover {
  text-decoration: underline;
}

#master .sideNav .item button.invisibleSubmit  {
  color: #000;
  text-decoration: none;
  font-family: Arial,Verdana,sans-serif;
  text-align:left;
}

#master .sideNav div.item.active button.invisibleSubmit,
#master .sideNav div.item.highlight button.invisibleSubmit  {
  color: #fff;
}

#master .sideNav .item button.invisibleSubmit:hover {
  text-decoration: underline;
}

#master .sideNav .item ul {
  margin-left: 0;
  margin-top: 6px !important;
}

#master .sideNav .item ul li {
  margin: 0;
}

#master .sideNav .item.active div,
#master .sideNav .item.highlight div,
#master .sideNav .item li.active,
#master .sideNav .item div.menuHeaderActive {
  font-weight: bold;
}

#master #container .sideNav div.active li,
#master #container .sideNav div.highlight li {
  background: transparent url(../images/icon_bullet_selected.gif) 3px 4px no-repeat;
}

#master .sideNav .item li.active {
  background: transparent url(../images/icon_bullet.html) 6px 6px no-repeat;
}

#master .sideNav .item .menuHeader,
#master .sideNav .item .menuHeaderActive {
  color: #666;
  font-weight: bold;
}

#master .sideNav .highlight .menuHeader,
#master .sideNav .item .menuHeaderActive {
  color: #fff;
}

#master .sideNav .end {
  height: 17px;
}



/*** Latest Offers Styling ***/

#latestOffers {
  color: black;
}

#latestOffers ul {
  margin: 0 0 0 1em;
  padding-bottom: 1em;
}

#latestOffers ul li {
  background: url(../images/tick-black.gif) 0 .5em no-repeat;
  margin: 0  0 .5em 1.5em;
  padding: 0 0 0 12px;
}



/*** Scrolling Declarations ***/

#content div.declaration {
  border: 1px solid black;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}



/*** Account Inc Styling ***/

#master #accountIncContainer { 
  background-color: #f1f0f0;
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 1em;
  padding: 6px 10px;
}

#master #accountInc { 
  color: #555;
  float: left;
  width: 640px;
}

#master #accountInc,
#master #accountInc .emphasise {
  color; #555;
}

#accountInc table.left  {
  float: left;
  margin: 0;
}

#accountInc table.right  {
  float: right;
  margin: 0;
}



/*** Additional Online Accounts Styling ***/

.cardLogosArea {
  text-align: left;
}

#content .sizeMoney8 {
  width: 8em;
}

#content .sizeMoney9 {
  width: 9em;
}

#master .pswrdentryfield {
  text-align: center;
}
