/*
Bright Red:		#cc0033
Dark Red:		#990000
Faint Red:		#ffe6e6

Dark Blue:		#005bbf
Faint Blue:		#e6e6ff

Yellow:			#FFFFCF
*/

.AddtoCartBar
{
	background-color: #FFFFCF;
	border-top: 1px solid #cc0033;
	border-bottom: 1px solid #cc0033;
	padding-top:2px;
	padding-bottom: 1px;
}
.AddtoCartBar TABLE TD
{
	color: #cc0033;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.AddtoCartBar TABLE TD Select
{
	font-size: 8pt;
	background-color: #ffe6e6;
}
.AddtoCartBar TABLE TD Input
{
	font-size: 8pt;
	background-color: #cc0033;
	color: White;
	border: 1px solid black;
	margin-bottom: 2px;
}
/*
--------------------------------------------------------
	Itemlist Table
--------------------------------------------------------
*/
.ItemList
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.ItemList THEAD
{
	background-color: #dddddd;
}
.ItemList THEAD TD
{
	padding: 2px, 2px, 2px, 2px;
}
.ItemList THEAD .small
{
	font-size: 7pt;
	padding: 2px, 2px, 2px, 2px;
}
/*
.ItemList THEAD span
{
	width: 150px;
	text-align: center;
	border: 1px solid black;
}
*/


/*
--------------------------------------------------------
	Image Thumbnails
--------------------------------------------------------
*/

.thumbnail320,
.thumbnail120,
.thumbnail60,
.thumbnail0
{
	position: relative;
	z-index: 0;
}
.thumbnail320:hover,
.thumbnail120:hover,
.thumbnail60:hover,
.thumbnail0:hover
{
	background-color: Transparent;
	z-index: 50;
}
.thumbnail320 span,
.thumbnail120 span,
.thumbnail60 span,
.thumbnail0 span
{
	position: absolute;
	z-index: 999;
	background-color: white;
	padding: 0px;
	left: -1000px;
	border-right: 3px solid #dddddd;
	border-bottom: 3px solid #dddddd;
	visibility: hidden;
	color: Black;
	text-decoration: none;
}
.thumbnail120 span img,
.thumbnail60 span img
{
	padding: 0px;
	border: 1px solid #cc0033;
}
.thumbnail120:hover span
{
	visibility: visible;
	top: 30px;
	left: 120px;
}
.thumbnail60:hover span
{
	visibility: visible;
	top: 15px;
	left: 60px;
}

/*
--------------------------------------------------------
	Standard ItemRow display
--------------------------------------------------------
*/
.ItemRow
{
	font-size: 8pt;
}
.ItemRow TD
{
	vertical-align: top;
}
.ItemRow TD DIV
{
	padding-top: 3px;
}
.SalesUM
{
	text-align: right;
}
.CartCount
{
	background-color: #FFFFCF;
}
.CartCount input
{
	text-align: right;
	border: 1px solid #cc0033;
	margin: 0px, 2px, 0px, 2px;
	background-color: #ffe6e6;
	
}
.LongDesc
{
	
}
.AddToList Select
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.ItemNum
{
	width: 30%;
}
.CustomMsg
{
	color: Red;
	width: 70%;
	
}
.FOB
{
	color: #00cc00;
	font-weight: bold;
	font-size: 8pt;
	padding-right: 3px;
}
.UPC
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	padding: 10px, 0px, 0px, 0px;
}
.PriceSpan
{
	width: 50px;
	text-align: center;
	margin: 0px, 1px, 0px, 2px;
}
.PriceSpan Input
{
	text-align: Right;
	border: 1px solid gray;
	margin: 0px, 2px, 0px, 1px;
}
.LongDesc TD
{
	height: 95%;
	vertical-align: top;
}
/*
--------------------------------------------------------
	Promo ItemRow display
--------------------------------------------------------
*/
.ItemRowPromoItems
{
	font-size: 8pt;
}
.ItemRowPromoItems TD
{
	vertical-align: top;
}
.ItemRowPromoItems .SalesMin
{
	color: Blue;
	font-weight: bold;
	text-align: right;
}
.ItemRowPromoItems .SalesMin
{
	color: Blue;
	font-weight: bold;
}

/*
--------------------------------------------------------
	Dollar Store ItemRow display
--------------------------------------------------------
*/
.ItemRowDollarStoreItems
{
	font-size: 8pt;
}
.ItemRowDollarStoreItems TD
{
	vertical-align: top;
}
.ItemRowDollarStoreItems .SalesMin
{
	color: Blue;
	font-weight: bold;
	text-align: right;
}


/*
--------------------------------------------------------
	Add/Remove Wishlist
--------------------------------------------------------
*/
.AddWish
{
	color: black;
	background-color: white;
	text-align: center;
	/* border: 1px solid #cc0033; */
	border-top: 1px solid silver;
	word-spacing: -2;
	overflow: hidden;
	height: 20px;
	padding: 3px, 8px, 3px, 10px;
}

.AddWish SPAN
{
	position: relative;
	top: -4px;
}
.DropWish
{
	color: black;
	background-color: white;
	text-align: center;
	/* border: 1px solid #cc0033; */
	border-top: 1px solid silver;
	word-spacing: -2;
	overflow: hidden;
	height: 20px;
	padding: 3px;
}
.DropWish SPAN
{
	position: relative;
	top: -4px;
}


/*
--------------------------------------------------------
	Divider row
--------------------------------------------------------
*/
.DividerRow TD DIV
{
	height: 1px;
	background-color: Silver;
	overflow: hidden;
}

/*
--------------------------------------------------------
	Custom Retail
--------------------------------------------------------
*/
.CustomRetailTools
{
	border: 1px solid #cc0033;
	margin: 3px;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}
.CustomRetailTools THEAD
{
	background-color: #005bbf;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	color: white;
}
.CustomRetailTools TD .submit
{
	background-color: #005bbf;
	font-style: normal;
}
.CustomRetailTools TD SELECT
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
}
