/*------------------------------- Catalog Design 2 ------------------------------------------------------*/
.CatalogBody  {
   font-family: "arial";
}
.CatalogRow {
}
.CatalogImage img {
   width:  auto;
   max-width:  230px;
   height: 260px;
}

@media screen and (max-width: 880px) {
   .CatalogRow {
   }
}
@media screen and (max-width: 600px) {
   .CatalogRow {
   }
}
@media screen and (max-width: 500px) {
   .CatalogRow {
   }
}

/*-------------------------------Catalog Basket------------------------------------------------*/
.CatalogBasketBody  {
   font-family: "arial";
}
.CatalogBasketSummary  {
   font-size:  100%;
}

/*-------------------------------Catalog Menu------------------------------------------------*/
.CatalogMenuBody  {
   font-family: "arial";
}

/*-------------------------------Catalog Element------------------------------------------------*/
.CatalogElementBody  {
   font-family: "arial";
}

/*------------------------------- Cart Editor Design 1 --------------------------------------------------*/
.CartBody  {
   font-family: "arial";
}

/*------------------------------- Checkout Design 1 --------------------------------------------------*/
.CheckoutBody {
   font-family: "arial";
}

/*------------------------------- Catalog Message --------------------------------------------------*/
.CatalogMessageBody {
   font-family: "arial";
}

/*------------------------------- Registration Selection Design 1 --------------------------------------------------*/

.RegisterBody  {
   font-family: "arial";
}

/*------------------------------- Catalog Manage Addresses  --------------------------------------------------*/
/*------------------------------- Registration Selection Design 1 --------------------------------------------------*/
/*------------------------------- Registation Cart Design 1 --------------------------------------------------*/
/*------------------------------- Registation Checkout Design 1 --------------------------------------------------*/
/*------------------------------- Join The Club --------------------------------------------------*/
/*------------------------------- Manage Account --------------------------------------------------*/

.ManageBody  {
    font-family: "arial";
}
