/* dashboard.css */

/* My Account navigation */

.account-nav {
}
.account-nav .head {
  padding: 0;
  margin-bottom: 0;
  border: none;
  background: transparent url(../images/vert_nav/background.gif) no-repeat;
}
.account-nav .head h3 {
  color: white;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
}
.account-nav ul {
}
.account-nav li {
  padding: 0;
  margin: 0; 
}
.account-nav li a,
.account-nav li.on {
  padding: 3px 0 3px 10px;
  border-bottom: 1px solid #DBC3AE;
}
.account-nav li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #604321;
  text-decoration: none;
  line-height: 18px;
}
.account-nav li a:hover {
  background: #EFE0CA;
}
.account-nav li.on {
  font-weight: bold;
  color: #604321;
  background: #EFE0CA;
}
.account-nav li.on a {
  padding: 0;
}
.account-nav li.last,
.account-nav li.last a {
  border-bottom: 0;
}

/* Dashboard */

.account-box {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-right-color: #999;
  border-bottom-color: #999;
  background: #fff url(../images/account_box_bg.gif) repeat-x;
  padding: 10px;
}
.account-box .head {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9dde3;
}
.account-box h4 {
  color: #FF6600;
  font-size: 1.1em;
  text-transform: uppercase;
}
.account-box .inner-head {
  margin-bottom: 8px;
  background: url(../images/dotted_divider.gif) repeat-x 0 100%;
  padding-bottom: 2px;
  text-align: right;
}
.account-box h5 {
  font-size: 1.1em;
}
.account-box h5 a {
  font-weight: normal;
}
.account-box h6 {
  text-transform: uppercase;
}
.account-main .account-box li {
  padding: 5px 0;
}
.account-box ol .count {
  float:left;
  margin-top:3px;
  background-color:#0a263c;
  padding:1px 3px;
  font-size:9px;
  font-weight:bold;
  color:#fff;
  line-height:1em;
}
.account-box ol .content {
  margin-left: 20px;
  padding: 0;
}
.account-box ol.recent-reviews small {
  float:left;
  margin-right:3px;
  font-weight:bold;
}
.account-box .product-images {
  width: 65px;
}
.account-box .product-images img {
  border: 1px solid #ccc;
}
.account-box .product-details {
  margin:0 0 10px 70px;
}
.account-box .content {
  padding: 0;
}

.account-side .actions {
  border-top: 1px solid #ccc;
  padding-top: 4px;
}
.account-side .actions .form-button {
  float: right;
}
.edit-password {
  display: block;
  height: 20px;
  background: url(../images/icon_lock.gif) no-repeat 0 2px; 
  padding-left: 20px;
}
.dashboard-welcome {
  font-size: 12px;
  text-align: justify;
}
.account-box .head h4 {
  padding-left: 21px;
  min-height: 17px;
  background-repeat: no-repeat; 
  background-position: 0 0;
}
.ad-orders .head h4 {
  background-image: url(../images/icon_folder_table.gif);
}
.ad-account-info .head h4 {
  background-image: url(../images/icon_ma_info.gif);
}
.ad-tags .head h4 {
  background-image: url(../images/icon_ma_tags.gif);
}
.ad-reviews .head h4 {
  background-image: url(../images/icon_ma_reviews.gif);
}


/* Account Addressbook */
.primary-address-list h4,
.address-list h4 {
  font-size: 1.1em;
  color: #E26703;
  text-transform:uppercase;
}
.primary-address-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-address-list li {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background: #fff url(../images/account_box_bg.gif) repeat-x;
  padding: 5px 10px;
  color: black !important;
}
.primary-address-list li a {
  font-size: 12px;
}
.primary-address-list li .head {
  margin: 0;
}
.address-list li {
  margin-bottom: 1em;
}
.address-list .actions {
  float: right;
  margin: 0 0 10px 10px;
}

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }
