﻿/*h3
{
  font-size: 12px;
  font-weight: normal;
  text-align: justify;
  line-height: normal;
}*/
hr
{
  border:solid 1px #E3DCD2;
  width: 100%;
}
.header, .ProductHeader
{
  background-color:#C6BDA4;
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
}
.flatInput
{
  border: solid 1px #696969;
}
.price
{
	text-align: center;
  font-weight: bold;
  color: #00492D;
  font-size: 12px;
}
.choice DIV
{
  float:left;
  margin-left:5px;
}
.Breadcrumbs
{
  margin-bottom: 5px;
}

/* Marketplace main page */
.CategoryList
{
  width: 50%;
  margin-bottom: 10px;
}


/* End Marketplace main page */

/* Product category page */
.CategoryImage
{
  float: left;
  max-height: 140px;
  max-width: 180px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.CategoryDescription
{
  min-height: 150px;
  font-size: 10pt;
  color:black; 
  line-height: 140%;
}
.CategoryDescription li
{
	list-style-position: inside;
}
.Note
{
  width: 100%;
  font-size: 7pt;
  font-weight: normal;
  float: left;
}
.WarningNote
{
  color: #d2691e;
}
.ordernow
{
  text-align: center;
}
.product
{
  width: 100%;
  border-bottom: 1px #E3DCD2 solid;
  padding: 4px 0px 4px 0px;
}
.priceInfo
{
  text-align: center;
}
.priceInfo .price
{
	text-align: center;
	font-size: 9pt;
}
.product .shortDescription
{
  text-align:justify;
  vertical-align:top;
  min-height: 10px;
  width: 73%;
  color: Black;
}
.pageList
{
  text-align:right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.priceHeading .price
{
  font-size: 7pt;
  height: 100%;
  vertical-align: bottom;
}
.priceHeading
{
  margin-top: 10px;
  width: 100%;
  font-size: 7pt;
  float: right;
  vertical-align: bottom;
  text-align: center;
}
/* End product category page */


/* Product page */
.ProductHeader
{
  position: relative; /* for IE 6 css bug */
  float: left;
  width: 66%;
}
.SpacerRight
{
  position: relative; /* for IE 6 css bug */
  float:right;
  width:1%;
}
.SpacerLeft
{
  position: relative; /* for IE 6 css bug */  
  float:left;
  width:1%;
}
.linkArea
{
  position: relative; /* for IE 6 css bug */  
  background-color:#ACAD9D;
  text-align:center;
  padding-top:3px;
  padding-bottom:3px;
  font-size:14px;
  font-weight:bold;
  float:left;
  width:33%;
}
.LowerLinkArea
{
  margin-top: 10px;
  margin-bottom: 10px;
}
.LowerLinkArea A, .LowerLinkArea A:visited
{
  text-decoration:none;
}
.linkArea A, .linkArea A:visited
{
  color:#000;
  text-decoration:none;
}
.linkArea A:hover, .LowerLinkArea A:hover
{
  text-decoration:underline;
}
.priceLine
{
  clear: both;
}
.priceLine .priceInfo .price
{
  position: relative; /* for IE 6 css bug */  
  clear: right;
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 3px;
}
.priceLine .priceInfo
{
  width: 100%;
}
div.choice select
{
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 1px;
  font-size: 10px;
}
.choice
{
  margin-bottom: 5px;
}
.priceAddToCart
{
  position: relative; /* for IE 6 css bug */  
  width: 32%;
  float: left;
  text-align: center;
}
.priceAddToCart .addToCart
{
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  color: Black;
  font-size: 10px;
}
.shortDesc
{
  position: relative; /* for IE 6 css bug */  
  float: left;
  width:66%;
  margin-top:5px;
  min-height: 20px;
  color: Black;
  font-size: 10pt;
}
.fullDesc
{
  margin-top: 10px;
  text-align:justify;
  margin-bottom: 10px;
  color: Black;
  font-size: 10pt;
}
.Categories
{
  color: Black;
  font-size: 10pt;
}
/* End product page */

/* Product Discount Popup */
.ProductDiscounts
{
  background-color: #f5f4f0;
	border: solid 1px #e2e1df;
	padding: 10px;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
}
table.DiscountTable
{
  margin-top: 10px;
  text-align: left;
}
table.DiscountTable th
{
  padding-left: 5px;
  padding-right: 5px;
}
/* End Product Discount Popup */