/* ================================
    CSS STYLES FOR IBUYSPY STORE 
    v1.1, 06/2001
   ================================
*/

BODY
{
}

/* */
.ContentHead
{
	color: dimgray;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}

/* */
.SubContentHead
{
	color: #cc6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}

/* */
.ModelNumber
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20pt;
}

/* */
.ErrorText
{
	color: red;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 20pt;
}

.ProductListHead
{
	color: Navy;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 14pt;
	text-decoration: underline;
}
.ProductListItem
{
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

.ProductPrice 
{ 
	font-family: Verdana, Arial, Helvetica; 
	color: #990000; 
	font-size: 12px;
	font-weight: bold;
}

.ProductListAddCart
{
	color: #cc6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration:underline;
}

.ProductListUnavailable
{
	color: #cc6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration:none;
}

.SiteLink, .SiteLink:link, .SiteLink:visited
{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	color: blue;
	font-size: 11px;
}

.SiteLink:hover
{
	text-decoration: underline;
	color: blue;
}

.SiteLinkBold, .SiteLinkBold:link, .SiteLinkBold:visited
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}

.SiteLinkBold:hover
{
	color: blue;
	text-decoration: underline;
}

.ErrorLinkBold, .ErrorLinkBold:link, .ErrorLinkBold:visited
{
	color: red;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	font-size: 12px;
	line-height: 20pt;
	font-weight: bold;
}

.ErrorLinkBold:hover
{
	color: red;
	text-decoration: underline;
}

/*LOGIN STYLES*/
.LoginHead
{
	color: #cc6600;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

/*SHOPPING CART STYLES*/
.CartListHead
{
	font-family: Verdana, Arial, Helvetica;
	color: Black;
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
}	

.CartListItem
{
	background-color: #FFFFFF;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding-left: 5px;
}

.CartListItemAlt
{
	background-color: #f2f2f2;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding-left: 5px;
}

.CartListSelected
{
	background-color:#EEEECC;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;	
}

.CartListFooter
{
	line-height: 0px;
}

.CartListLink, .CartListLink:link, .CartListLink:visited
{
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
	color: blue;
	font-size: 11px;
}

.CartListLink:hover
{
	text-decoration: underline;
	color: blue;
}

.UpdateCartButton
{
	background-image: url(images/update_cart.gif);
	background-repeat:no-repeat;
	Width:15px;
	Height:15px;
	background-position: center middle;
}

.ButtonBackground
{
	background-color: #17146A;
}

/* GENERAL */
/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

.NormalDouble
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.NormalDoubleBold
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.2em;
	font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.2em;
	font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
	font-family: Verdana, Arial, Helvetica;
	/*font-size: 1em;*/
	font-size: 11px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #999966;
	/*width: 100%;*/
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
	margin-left: -4px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-indent: -5px; /*    border-style: solid;     border-width: 1px;     border-color: #cccc99; */
	background-color: #ccccaa;
}

.NormalRed
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.NormalBold
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

.NormalItalic
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style:italic;
	line-height: 12px;
}

A:link
{
	text-decoration: none;
	color: black;
}

A, A:hover
{
	text-decoration: underline;
	color: black;
}

SMALL
{
	font-size: 8px;
}

BIG
{
	font-size: 14px;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}


UL LI
{
	list-style-type: disc;
}

UL LI LI
{
	list-style-type: square;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

HR
{
	height: 1pt;
	text-align: left;
}

.TableBorderBackground
{
	/*background-color:White;*/
	background-color:#cccc99;
}

.TableBackground
{
	/*background-color:White;*/
	background-color:#eeeecc;
}

.TableBackgroundSeparator
{
	/*background-color:#F5F5F5;*/
	background-color:#E4E4E4;
}

.BorderBackground
{
	/*background-color:#F5F5F5;*/
	background-color:#E4E4E4;
}

.ContainerBackground
{
	/*background-image: url(images/backgrd.gif);*/
	background-color:white;
	
}

.HeaderBackground
{
	background-color: #FFFFFF;
}

.HeaderBackgroundOptions
{
	/*background-color:#F5F5F5;*/
	background-color:#E4E4E4;
}

.HeaderOptionsText
{
	background-color:#E4E4E4;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
}

.HeaderOptionsTextLink, .HeaderOptionsTextLink:link, .HeaderOptionsTextLink:visited
{
	background-color:#E4E4E4;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-decoration: underline;
	color: blue;
}

.HeaderOptionsTextLink:hover
{
	text-decoration: underline;
	color: blue;
}

.HeaderOptionsCorner
{
	background-image: url(images/corner.gif);
	background-repeat:no-repeat;
	background-color:#E4E4E4;
}

.HeaderSlogan
{
	/*border-color: White;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight:normal;
	color: White;
}

.HeaderOptions, .HeaderOptions:link, .HeaderOptions:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: "Gainsboro";
	background-image: url(images/signin_normal.jpg);
}

.HeaderOptions:hover
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: "white";
	background-image: url(images/signin_hover.jpg);
}

.EmptyBackGround1
{
	background-color: black;
}

.GrayBackGround
{
	background-image: url(images/main_bkgrd.gif);
	background-repeat:repeat-y;
}

.MenuHead
{
	background-color: #EE7904;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-bottom-style:solid;
	border-width:0px;
	border-color:white;
}

.MenuSeparator
{
	border-left-style:solid;
	border-width:1px;
	border-color:#999999;
}

.MenuTitle
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bolder;
	text-align:left;
	padding-left: 5px;
	color: #EE7904;
	background-color: white;
	width: 100%;
	margin-left: 2px;
	margin-right: 2px;
}

.MenuUnselected, .MenuUnselected:link, .MenuUnselected:visited
{	
	background-color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding-left: 15px;
	padding-right: 6px;
	padding-top: 1px;
	cursor: hand;
	width: 100%;
	color: Black;
	margin-left: 2px;
	margin-right: 2px;	
}

.MenuUnselected:hover
{
	background-color:white;
	color: blue;
	text-decoration: underline;
	padding-left: 15px;
	/*
	border-style:solid;
	border-width:1px;
	border-color:#f7a01b;#999999;*/	
}

.MenuSelected
{
	background-color:white;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	font-size: 70%;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 6px;
	padding-top: 1px;
	line-height: 16px;
	background-image: url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	/*
	border-style:solid;
	border-width:1px;
	border-color:#f7a01b;
	*/
	width:100%;
	margin-left: 2px;
	margin-right: 2px;
}

.MenuSelected:hover
{
	color: white;
	background-color: #ffcc66;/*#F1F1F1;*/
	text-decoration: none;
	padding-left: 15px;
	width: 100%;
}

.MenuControlsTableBorder
{
	background-color:white;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#EE7904;
}

.LeftCornerMenu
{
	background-image: url(images/cornermenu_left.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;
	background-position: left top;
}

.RightCornerMenu
{
	background-image: url(images/cornermenu_right.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;
	background-position: right top;
}

/*FOOTER STYLES*/
.FooterText
{
	text-decoration: none;
	color: black;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
}

.FooterText:link, .FooterText:visited
{
	color: blue;
}
.FooterText:hover
{
	color: blue;
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	text-decoration: underline;
}

.FooterBorder
{
	border-top-style:solid;
	border-width: 2px;
	border-color:#999999;
}

/*NEW ITEMS STYLES*/
.NewItemsHead
{
	background-color: #62A2A4;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom-style:solid;
	border-width:0px;
	border-color:white;	
}

.NewItemText, .NewItemText:link, .NewItemText:visited
{
	background-color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	cursor: hand;
	width: 100%;
	color: Black;
	margin-left: 0px;
	margin-right: 0px;
	/*	
	text-align:justify;
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;	
*/
	/*
	padding-left: 5;
	margin-left: 30pt;	
	list-style-type: disc;
	list-style-position:inside	
	*/
}

.NewItemText:hover
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
}

.NewItemsFooter
{
	background-color: #d3d3d3;
	font-size: 6px;
	width: 100%;
	height: 6px;
}

/*MOST POPULAR STYLES*/
.MostPopularHead
{
	background-color: #62A2A4;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 18px;	
}

.MostPopularItemText, .MostPopularItemText:link, .MostPopularItemText:visited
{
	text-align:justify;
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;	
	/*padding-left: 5;*/
}

.MostPopularItemText:hover
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
}

.MostPopularFooter
{
	background-color: #d3d3d3;
	font-size: 6px;
	width: 100%;
	height: 6px;
}

/*ALSO BOUGHT STYLES*/
.AlsoBoughtHead
{
	background-color: #62A2A4;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;	
	border-bottom-style:solid;
	border-width:0px;
	border-color:white;
}

.AlsoBoughtItemText, .AlsoBoughtItemText:link, .AlsoBoughtItemText:visited
{
	text-align:justify;
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

.AlsoBoughtItemText:hover
{
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-decoration: underline;
}

.AlsoBoughtFooter
{
	background-color: #d3d3d3;
	font-size: 6px;
	width: 100%;
	height: 6px;
}

/*SEARCH STYLES*/
.SearchHead
{
	background-color: #17146A;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	/*height: 18px;*/
	border-bottom-style:solid;
	border-width:0px;
	border-color:white;
}

.Search
{
	background-color: black;
	/*background-image: url(images/search_bkgrd.gif);*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: "White";
}

.SearchControlsTableBorder
{
	background-color:#cecece;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#999999;
}

.LeftCornerSearch
{
	background-image: url(images/cornersearch_left.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;
	background-position: left top;	
}

.RightCornerSearch
{
	background-image: url(images/cornersearch_right.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;
	background-position: right top;
}

/*ADD TO CART STYLES*/
.AddtoCartHead
{
	background-color: #17146A;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	border-bottom-style:solid;
	border-width:0px;
	border-color:white;
}

.AddtoCartControlsTableBorder
{
	background-color:#cecece;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#999999;
}

.AddtoCartLink, .AddtoCartLink:link, .AddtoCartLink:visited
{
	background-color: #17146A;
	font-family: Verdana, Arial, Helvetica;
	color: white;	
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height: 15px;
	text-decoration: none;
}

.AddtoCartLink:hover
{
	color: white;
	text-decoration: none;
}

.UpdateCartLink, .UpdateCartLink:link, .UpdateCartLink:visited
{
	background-color: #17146A;
	font-family: Verdana, Arial, Helvetica;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	/*width: 100%;*/
	height: 15px;
	text-decoration: none;
}

.UpdateCartLink:hover
{
	color: white;
	text-decoration: none;
}

.AddtoCartButton
{
	background-image: url(images/add_to_cart.gif);
	background-repeat:no-repeat;
	Width:15px;
	Height:15px;
	background-position: center middle;
}

.LeftCornerBlue
{
	background-image: url(images/cornerblue_left.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;
	background-color: #17146A;
	background-position: left top;
}

.RightCornerBlue
{
	background-image: url(images/cornerblue_right.gif);
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;	
	background-color: #17146A;	
	background-position: right top;
}

.SmallTexts
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

.RightCorner
{
	background-image: url(images/corner_right.gif);
	background-repeat:no-repeat;
	background-color: #62A2A4;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;		
	background-position: right top;
}

.LeftCorner
{
	background-image: url(images/corner_left.gif);
	background-repeat:no-repeat;
	background-color: #62A2A4;
	border-bottom-style:solid;
	border-width:0px;
	border-color:#999999;	
	background-position: left top;
}

.UpCorner
{
	background-image: url(images/corner_up.gif);
	background-repeat:no-repeat;
}

.ControlsTableBorder
{
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#999999;
}

.Bullet
{
	text-align: Left; 
	line-height: 100%; 
	list-style-type: disc; 
	list-style-position: inside;
	text-indent: 0; 
	word-spacing: 0; 	
	margin: 0;
}


/* Styles for navigation menu*/
.NavMenuTable
{
	/*
	BORDER-TOP: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid;
	*/	
	border: solid 1 dimgray;
	FONT-SIZE: 9pt; 
	font-family: Verdana, Arial, Helvetica;
}

.NavSubMenuTable
{
	border-right: #8a867a 1px solid;
	border-top: #8a867a 1px solid;
	border-left: #8a867a 1px solid;
	border-bottom: #8a867a 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;	
	
}

.NavMenuHeaderLink
{
	text-decoration:none;
}
.NavMenuHeaderNormal
{
	
	
	color: dimgray;
	/*
	font-weight: bold;
	background-color: #daa520;
	border-right: black thin solid;
background-image:url(images/titles.gif);

	*/
	background-color:#EFEDDE;	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;

}

.NavMenuHeaderHigh
{
	/*
	font-weight: bold;
	*/
	
	color: dimgray;
	background-color:C1D2EE;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	
	cursor:default;

}

.NavMenuItemNormal
{
	/*
	border-right: black 1px solid;
	font-weight: bold;
	border-bottom: darkblue 1px solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	*/


	
	color: #000000;
	
	
	background-color:White;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:3px;

}

.NavMenuItemHigh
{
	/*
	border-right: black 1px solid;
	border-bottom: lavender 1px solid;
	font-weight: bold;
	font-size: 8pt;
font-family: Verdana, Arial, Helvetica;
	*/	
	
	
	
	color: #000000;
	
	
	background-color: #C1D2EE;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	padding-left:5px;
	padding-right:3px;
}

.NavMenuItemIcon
{
	background-color:#EFEDDE;
}

/* Styles for AddressInfo*/
.AddressInfoTable
{
/*	border-right: darkgoldenrod 2px solid;
	border-top: darkgoldenrod 2px solid;
	border-left: darkgoldenrod 2px solid;
	border-bottom: darkgoldenrod 2px solid;
	background-color: beige;
	width:70%;*/
	/*border-right: darkgoldenrod 2px solid;
	border-top: darkgoldenrod 2px solid;
	border-left: darkgoldenrod 2px solid;
	border-bottom: darkgoldenrod 2px solid;
	background-color: White;*/
	width:100%;
	background-color:White;
	/*border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#999999;*/
}

.EditItem
{
	background-color: beige;		
}

/*Styles for customer profile table*/
.ProfileHeader
{
	font: bold 11px Tahoma;
	padding-top:4px;
}
.ProfileData
{
	font: 11px Verdana;
	padding-left:5px;
	
}
.NavigationBar, .NavigationBar:link, .NavigationBar:visited
{
	background:#E4E4E4;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

.NavigationBarSelected, .NavigationBarSelected:link, .NavigationBarSelected:visited
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
}

.ListNuggetBody {
	BORDER-RIGHT: #003399 1px solid; 
	BORDER-TOP: #003399 1px solid; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: #003399 1px solid; 
	CURSOR: default; 
	COLOR: black; 
	PADDING-TOP: 2px; 
	BORDER-BOTTOM: #003399 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #f1f1f1
}