

/***********************************************************************************/
/**  HPUStore_ModalGrayBackground
/***********************************************************************************/
.HPUStore_ModalGrayBackground
{
      background-color:#333333;
      filter:alpha(opacity=90);
      opacity:0.9;
}

/***********************************************************************************/
/**  Styles used in the /HPU area of the site
/***********************************************************************************/

#HPUStore
{
	
}

#HPUStore .MedBodyText
{
	color: #000000;
	font-size: 12px;	
}
 
#HPUStore .MedBodyText A:link		{ color: #000000; text-decoration: none; }
#HPUStore .MedBodyText A:visited	{ color: #000000; text-decoration: none; }
#HPUStore .MedBodyText A:hover		{ color: #000000; text-decoration: underline; }
#HPUStore .MedBodyText A:active		{ color: #000000; text-decoration: none; }


#HPUStore .SmallBodyText
{
	color: #000000;
	font-size: 10px;	
}

#HPUStore .SmallBodyText A:link		{ color: #000000; text-decoration: none; }
#HPUStore .SmallBodyText A:visited	{ color: #000000; text-decoration: none; }
#HPUStore .SmallBodyText A:hover	{ color: #000000; text-decoration: underline; }
#HPUStore .SmallBodyText A:active	{ color: #000000; text-decoration: none; }

#HPUStore .LargeAddToCartMatLabel
{
	color: #333399;
	font-size: 14px;	
}

#HPUStore .LargeAddToCartPrice
{
	color: #333399;
	font-size: 14px;
}

#HPUStore .JewelrySymbolLabel
{
	font-size: 10px;
	font-weight: bold;
}

#HPUStore .JewelrySymbolValue
{
	color: #333399;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

#HPUStore .MedErrorText
{
	color: #FF0000;
	font-size: 12px;	
}

#HPUStore .MedPurpleText
{
	color: #333399;
	font-size: 12px;
}

/***********************************************************************************/
/**  HPUStoreCartLeftNav
/***********************************************************************************/
#HPUStoreCartLeftNav
{
	color: #CC0000;
	font-weight: bold;
	line-height: 18px;
	padding-top: 4px;
}

#HPUStoreCartLeftNav a
{
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;	
}

/***********************************************************************************/
/**  For the Cart Page
/***********************************************************************************/

#HPUStore .ShoppingLink
{
	color: #333399;
	font-size: 12px;	
}

#HPUStore .ShoppingLink A:link		{ color: #333399; text-decoration: underline; }
#HPUStore .ShoppingLink A:visited	{ color: #333399; text-decoration: none; }
#HPUStore .ShoppingLink A:hover		{ color: #333399; text-decoration: underline; }
#HPUStore .ShoppingLink A:active	{ color: #333399; text-decoration: none; }

#HPUStore .RemoveItemLink
{
	color: #333399;
	font-size: 10px;	
}

#HPUStore .RemoveItemLink A:link	{ color: #333399; text-decoration: none; }
#HPUStore .RemoveItemLink A:visited	{ color: #333399; text-decoration: none; }
#HPUStore .RemoveItemLink A:hover	{ color: #333399; text-decoration: underline; }
#HPUStore .RemoveItemLink A:active	{ color: #333399; text-decoration: none; }

#HPUStore .CartColumnTitles
{
	color: #333399;
	font-size: 12px;	
	font-weight: bold;
}

