*
{
	color: inherit;
	font-family: sans-serif;
	font-style: inherit;
}

div.ProductSquare
{

	width: 332px;
	height: 220px;

	border-right-color: #8DA8C5;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #8DA8C5;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
	float: left;
	text-align: center;
}

/*
.ProductSquare:hover
{
	width: 375x;
	height: 220px;
	border-right: #8DA8C5;
	border-left: #8DA8C5;
	border-top: #8DA8C5;
	border-bottom: #8DA8C5;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	background-color: #E0E0FD;
	cursor: pointer;
}
*/

div.SummaryImage
{
	text-align: center;
}

div.ProductSquare
{
  position: relative;
}

div.ProductSquare a
{
    text-decoration: none;
}   

div.SummaryHeading
{
  margin-top: 5 px;
  font-size: 16px;
  text-align: center;
  color: #68C900;  
  text-decoration: none;
}

div.SummaryBody
{
	font-size: 10pt;
	margin-top: 5px;
}

div.SummaryPricing
{
  clear: both;
	font-size: 10pt;
	margin-top: 30px;
	font-style: italic;
	text-align: right;
}

div.CategoryTitle
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #8DA8C5;
}

div.ProductOuter
{
	border-bottom: 1px solid #8DA8C5;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
}

div.ProductOuter td
{
    vertical-align: top;
}

div.ProductImage
{
  float: left;
  padding-bottom: 10px;
  padding-right: 10px;
}

div.ProductTitle
{
	text-align: center;
	color: #68C900;
	font-size: 16px;
	padding-bottom: 10px;
	text-decoration: none;
}

div.ProductTitle a
{
  text-decoration: none;
}

div.ProductTitle a:hover
{
  text-decoration: underline;
}

div.ProductPricing
{
	text-align: right;
	font-size: small;
	font-style: italic;
	font-weight: lighter;
	padding-bottom: 5px;
}

div.ProductShortDescription
{
  font-size: 12px;
	line-height: 150%;
	padding-bottom: 5px;
}

div.ViewDetails
{
  text-align: right;
  padding-bottom: 5px;
}

div.PersonalizeButton
{
  text-align: right;
  padding-bottom: 5px;
}

div.OrderButton
{
  text-align: right;
  padding-bottom: 5px;
}

div.MinorCategory
{
  border: 1px solid #8DA8C5;
  width: 697px;
  padding: 4px;
  margin-left: 3px;
  cursor: pointer;
}

div.MinorCategory a
{
    text-decoration: none;
    color: black;
}   


div.MinorCategoryImage
{
  padding-right: 10px;
}

div.MinorCategoryTitle
{
  text-align: center;
	color: #68C900;
	font-size: 16px;
	margin-top: 5px;
	padding-bottom: 10px;
	position: relative;
	left: -45px;
}

div.MinorCategoryDescription
{
  font-size: 12px;
  line-height: 150%;
}

div.MinorCategoryLearnMore
{
  text-align: right;
  padding-top: 5px;
}


table.DetailTable td {
    vertical-align: top;
}

div.DetailTitle
{
	text-align: center;
	color: #68C900;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: none;
}

div.DetailDescription
{
  font-size: 13px;
  line-height: 150%;
  padding-bottom: 5px;
  padding-left: 5px;
}

div.DetailFeatures
{
  font-size: 13px;
}

div.DetailOrder
{
  text-align: right;
}

div.DetailChooseQuantityText
{
  margin-bottom: 5px;
}

div.DetailChooseQuantitySelect 
{
  margin-bottom: 5px;  
}

div.PkgPricing
{
  text-align: right;
  margin-bottom: 20px;
}

div.PkgItem {
  font-size: small;
	font-style: italic;
	font-weight: lighter;
}

div.PkgTotal {
  margin-top: 12pt;
  font-size: small;
	font-style: italic;
	font-weight: lighter;
}

div.PkgPricingHead {
  font-size: small;
  font-weight: bold;
}

span.PkgDiscount {
  color: red;
}

span.PkgProdLink
{
	cursor: pointer;
	text-decoration: underline;
}
