#bodyContainerCatalogue
{
  background-color: #FED73F;
  background-image: url(../images/bg-body-digital-canvas.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

#bodyContainerProduct
{
  background-color: #FED73F;
  background-image: url(../images/bg-body-digital-canvas-prod.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

.clickToEnlarge
{
  color: black;
}

.bodyTextContainer
{
  color: black;
}

#breadcrumbs
{
  color: #FC8E39;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
  color: #2A8CB3;
}

.rightColumnSectionText
{
  color: black;
}

em
{
  color: #2A8CB3;
}

.productPrice
{
  color: #2A8CB3;
  font-size: 22px;
  margin: 20px 0px;
}

h3
{
  color: #2A8CB3;
}

.productListingName
{
  color: black;
  padding-top: 5px;
}

.productListingName a:link, .productListingName a:visited
{
  color: black;
}

.productListingPrice
{
  color: #2A8CB3;
}

.listingsContainer
{
  color:black;
}

#descriptionContainerProduct
{
  color: black;
}


.blueTitleBig
{
  font-size: 22px;
}

a.blueTitleBig:link, a.blueTitleBig:visited
{
  text-decoration: none;
  color: #268AB5;
}

a.blueTitle:link, a.blueTitle:visited
{
  text-decoration: none;
  color: #268AB5;
}

a.yellowTitle:link, a.yellowTitle:visited, a.yellowTitleBig:link, a.yellowTitleBig:visited
{
  text-decoration: none;
  color: #967F1C;
}

.bodyTextContainer a:link, .bodyTextContainer a:visited
{
  color: black;	
}

h2
{
  font-weight: normal;
  color: #268AB5;
  margin-bottom: 0px;
}

.rightColumnFormInputBox input
{
  width: 200px;
  border:1px solid #F9CA3B;
}

.rightColumnFormInputArea
{
  width: 246px;
  padding: 2px;
  height: 150px;
  border:1px solid #F9CA3B;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}