/* ================================
    CSS STYLES FOR IBUYSPY STORE 
    v1.1, 06/2001
   ================================
*/   

DIV#Bar {position:absolute; visibility:visible; top:170; left:-4; width:200; height:200; z-index:2}
DIV#Categories {position:absolute; visibility:visible; top:200; left:0; width:136; height:24; z-index:2}

BODY
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/* Headers */
.ContentHead
{
	background-color: #003399;
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.HomeHead
{
    color: #003399;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.MostPopularHead
{
    background-color: #339966;
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

.AdminBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    /*color: navy*/    
}


/* General Text */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalLarge
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px    
}

/*.Dim
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Gray
}*/

.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: Black 
}

.ErrorText
{
    color: Crimson;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    /*line-height: 20pt;*/
}

.WhiteBold
{
    background-color: #3a6ea5;
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

.GreenBold
{
    color: green;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

/* DataGrid Styles */
.DataGrid
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: White;
	color: Black;
	border-style: none;
	border-color: #CCCCCC;
}

.DataGrid_Header
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #003399;
	color: White;
}

.DataGrid_Item
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: Gainsboro;
	color: Black;
}

.DataGrid_AlternatingItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: White;
	color: Black;
}	

.DataGrid_Footer
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #3A6EA5;
	color: White;
}
	
.DataGrid_Pager
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: Silver;
	color: Navy;
}

.CartListHead
{
    background-color: #cccccc;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px
}

.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #cccccc;
    line-height: 10pt
}


/* Buttons */
.BlueButton
{
    background-color: #003399;
    color: white;
    font-family: Arial, Verdana;
    font-size: 8pt;
    font-weight: bold;
    cursor:hand
}


/* Links for General Site Content */
A:link  {
    color:  navy;
}

A, A:hover {
    text-decoration: underline;
    color: green;
}


/* Links for Product Catgories Menu */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 0px
}

A.MenuUnselected:hover
{
    color: #66cc66;
    text-decoration: underline;
    padding-left: 0px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 0px
}

A.MenuSelected:hover
{
    color: #99CCFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-left: 0px
}


/* Text style used for textboxes in the Admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;
    width: 100%;
}

.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}
	
.Border
{
	border: solid, 4, blue
}

/* USED ONCE */
.ModelNumber
{
    color: #808080;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 20pt
}

.OptionsHead
{
    background-color: #003399;
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

.WhiteBold2
{
    color: White;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9px;
    font-weight: bold
}

.WhiteBold3
{
	background-color: #003399; /*#3366CC;*/
    color: White;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: bold
}

A.MostPopularItemText, A.MostPopularItemText:link, A.MostPopularItemText:visited
{
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: none
}

A.MostPopularItemText:hover
{
    color: #006699;
    /*color: red;*/
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: underline
}

.ProductListHead
{
    color: Navy;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
	line-height: 16pt;
    text-decoration: underline;
}

.NormalLarge
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;    
}

.NormalDouble2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 13pt    
}

.AdminHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    /*color: navy*/    
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*font-style: italic;*/
    line-height: 16px    
}


/* Is Used? */

.TreeViewUnselected:hover
{
    /*color: white; green, 009900, 99CCCC, 99FFFF, 99CCFF, 99cccc, 7bb6ad, 7bcfc2*/
    color: #66cc66;
    /*text-decoration: underline;*/
    padding-left: 10px
}

.TreeViewSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

.TreeViewHover
{
    color: #99CCFF;
    font-family: Verdana, Helvetica, sans-serif;
    padding-left: 10px
}


/* General */

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

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
}

/*INPUT.Button
{
	color: White;
	background-color: Navy;
	font-weight: bold;
	font-family: Verdana;
	cursor: hand;
}*/


