﻿textarea	{ font-size:10px;font-family: verdana,arial,helvetica,sans-serif;}
optgroup 	{ font-size:10px;}
option		{ font-size:10px;}
input 		{ font-size:10px;}
select 		{ font-size:10px;}

.showCartTH {line-height:16px; background-color: #cccccc; font-weight:bold; border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:2px solid #999999;border-right:1px solid #999999;}
.showCartRow0 {line-height:16px; background-color: #e8e8e8; border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:2px solid #999999;border-right:1px solid #999999;}
.showCartRow1 {line-height:16px; background-color: #e8e8e8; border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:2px solid #999999;border-right:1px solid #999999;}
.showCartRowT {line-height:16px; padding-right:5px; background-color: #cccccc; font-weight:bold; border-top:1px solid #ffffff; border-left:1px solid #ffffff; border-bottom:2px solid #999999;border-right:1px solid #999999;}

/* list categories and products */
.pName		{ text-align:left; font-style:normal; font-weight:bold;}
.pDetails	{ text-align:left; font-style:italic; font-weight:normal;}

.list_categories_and_products_container{
  width: 720px;
  margin: auto;
  text-align:left;
  border: 1px solid #c0c0c0;
}

/* other container */
.checkout_container {
  width: 620px;
  padding:10px;		/* bumps gross width to 640 */
  margin: auto;
  text-align:left;
  border: 1px solid #cccccc;
}

/* Form Error Panel - 03/09/3008 */
.displayFormErrDiv	{text-align:left; border: 1px dotted #cccccc; padding:10px; background-color:#e8e8e8}
.displayFormErrSpan	{background-color:#ffff99; font-weight:bold }

/* validator styles */
.tfvHighlight { color: #000000; font-weight: bold; font-style: italic }
.tfvNormal   { color: black }

/* Begin Shadowed ToolTips styles */
#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	text-align:left;
	}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
