/*
------------Boxes Section for css-------------
Format each info box according to you liking
*/

.contentBox {
  background: #ffffff;
  
}

TD.contentBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  
  background: #ffffff;
  color: #ffffff;
}

.contentBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.BestSellersBox {
  background: #b6b7cb;
  border: solid 1px #EB2E49;
}
TD.BestSellersBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #ffffff;
}
.BestSellersBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.CategoriesBox {
  background: #ffffff;
  border: solid 1px #EB2E49;
}
TD.CategoriesBoxHeading {
   font-family: 'Bickley Script';
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  background-image:url(../../../Design/headerbox.gif);
  padding-left:8px;
}
.CategoriesBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}




.InformationBox {
  background: #ffffff;
  border: solid 1px #EB2E49;
}
TD.InformationBoxHeading {
  font-family: 'Bickley Script';
  font-size: 25px;
  font-weight: normal;
  background-image:url(../../../Design/headerbox.gif);
  padding-left:8px;
  background-repeat:no-repeat;
  color: #ffffff;
}
.InformationBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  
}




.ShoppingCartBox {
  background: #ffffff;
  border: solid 1px #EB2E49;
}
TD.ShoppingCartBoxHeading {
   font-family: 'Bickley Script';
  font-size: 25px;
  font-weight: normal;
  background-image:url(../../../Design/headerbox.gif);
  color: #ffffff;
  padding-left:8px;
}
.ShoppingCartBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.SpecialsBox {
  background: #b6b7cb;
}


.TellaFriendBox {
  background: #ffffff;
  border: solid 1px #EB2E49;
}
TD.TellaFriendBoxHeading {
  font-family: 'Bickley Script';
  font-size: 25px;
  font-weight: normal;
  background: #EB2E49;
  color: #ffffff;
}
.TellaFriendBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


.WhatsNewBox {
  background: #b6b7cb;
  border: solid 1px #EB2E49;
}
TD.WhatsNewBoxHeading {
   font-family: 'Bickley Script';
  font-size: 25px;
  font-weight: normal;
  background: #EB2E49;
  color: #ffffff;
}
.WhatsNewBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
}
