#shopcats {
  display: block;
  margin: 15px 0 5px 0;
  padding: 0 0 5px; 0;
  border-bottom: 1px solid #000;
}

#shopcats li {
  display: inline;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:Georgia,"Times New Roman",Times,serif;
  color: #000;
}

#shopcats li a{
  text-decoration: none;
  color: #000;
}

#shopcats li a:hover {
  text-decoration: none;
  color: #B90020;
}

.catsep {
 color: #999;
}

.martop {
margin-top:20px;
}

.loginstatus {
  font-weight: bold;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size: 1.2em;
}

.txtCopyright {
  text-align: center;
}

.txtCopyright a {
  color: #FFF;
  text-decoration: none;
}
.LatestProducts h2 {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #CCC;
  display: block;
}

.ProductTitle {
  position: relative;
  top: -10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC;
  font-size: 16px;
}

.ProductImage {
  /*margin-top: 5px;*/
}

.StorePageContent {
}

.StorePageContent a {
  text-decoration: none;
  color: #B90020;
}

.StorePageContent a:hover {
  text-decoration: underline;
  color: #B90020;
}

.tdcartTitle {
  font-weight: bold;
  font-family:Georgia,"Times New Roman",Times,serif;
  border-bottom: 1px solid #000;
  padding-top: 10px;
}

.tdListTitle {
  font-weight: bold;
  /*font-family: Georgia,"Times New Roman",Times,serif;*/
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
  color: #777;
  padding: 8px 0;
}

.tdcartOdd {
  background-color: #EEE;
}

.tdEven {
  background: transparent;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.tdOdd {
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.tblList {
  border-bottom: none;
}

.boxContent {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tdCartSubTotal {
  border-top: 1px solid #DDD;
}

.LatestProductContainer {
  margin-top: 20px;
}

.latestProds {
  width: 300px;
  height: 80px;
  text-align: left;
  padding: 3px;
  margin: 2px;
  display: block;
  float: left;
}

.latestProds img {
  float: left;
  padding-right: 10px;
}
  .TabbedPanelsTab { font: normal 0.9em verdana, helvetica, sans-serif; }
  .TabbedPanelsTabSelected { background-color: #FFF; border-bottom: 1px solid #FFF; }
  .TabbedPanelsContentGroup { background-color: #FFF; _height: 230px; min-height: 230px; }
  .boxContent { margin-bottom: 0; }
  .TabbedPanelsContent { padding: 13px; line-height: 1.5em; }
