.productContent {
  width:840px;
  margin-left: 70px;
  padding: 10px;
  border: 1px solid #e0e1c9;
  background-color: #fbf9f4;
  cursor: default;
}
/* Cake Detail - General Formatting
------------------------------------------------------------------------*/
.productLeftCol {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

.productRightCol {
  width: 500px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: top;
}


/* Product - Text
------------------------------------------------------------------------*/
.txtHeaderBold{
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.txtNormal {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  color: #000000;
  text-align: left;
  margin-bottom: 15px;
}
a.txtNormalLink  {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  color: #991000;
}
.txtProductHeaderBold{
  font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.8em;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  font-variant: normal;
  color: #000000;
  text-decoration: none;
  text-align: left;
  padding-bottom: 6px;
}

/* Product Detail - Cake Price Tables
------------------------------------------------------------------------*/
.cakeType {
  text-align: center;
  background-color: #991000;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  font-family: trebuchet ms, helvetica, sans-serif;
}
.cakeInfoLeft {
  text-align: right;
  background-color: #e0e1c9;
  color: #000000;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  border-right: 1px solid #fbf9f4;
  border-bottom: 1px solid #fbf9f4;
  padding-right: 4px;
}
.cakeInfoCenter {
  text-align: center;
  background-color: #e0e1c9;
  color: #000000;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  border-right: 1px solid #fbf9f4;
  border-bottom: 1px solid #fbf9f4;
}
.cakeInfoRight {
  text-align: center;
  background-color: #e0e1c9;
  color: #000000;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  border-bottom: 1px solid #fbf9f4;
}
.cakeLeft {
  border-right: 1px solid #e0e1c9;
  border-bottom: 1px solid #e0e1c9;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  font-weight: bold;
  text-align: left;
  padding-left: 4px;
}
.cakeCenter {
  border-right: 1px solid #e0e1c9;
  border-bottom: 1px solid #e0e1c9;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  text-align: center;
}
.cakeRight {
  border-bottom: 1px solid #e0e1c9;
  border-right: 1px solid #e0e1c9;
  font-size: 1.2em;
  font-family: trebuchet ms, helvetica, sans-serif;
  text-align: center;
}


.btnOrderNow {
  text-align: left;
   display: block;
}

.navShowAll {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  float: left;
}
.navBar {
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  border-top: 1px solid #000000;
  display: block;
  padding: 4px;
  margin-top: 20px;
}
.navBar ul {
  list-style-image:none;
  list-style-type:none;
  float: right;
  display: block;
}
.navPagination li {
  display: inline-block;
}