/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


.adjustedZIndex {
    z-index: 8;

}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: Green;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: Gray;
    border-color: black;
}

/* background/border colors for the unselected tabs */
.MyOtherTabsBg {
 background-color: #fff;
  background-image: none;
  border-bottom: solid 1px #BABDC2;
  border-left: solid 1px #BABDC2;
  border-right: solid 1px #BABDC2;
  color: #2D2B2E;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}




/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color:Black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: Navy;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:#eeeeee;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:#eeeeee;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
    color: green;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Blue;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Blue;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Blue;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Black;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Black;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Black;
}

A:link  {
    text-decoration:    none;
    color:  Black;
}

A:visited   {
    text-decoration:    none;
    color:  Black;
}

A:active    {
    text-decoration:    none;
    color:  Black;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

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 {
    color:  Gray;
    height:1pt;
    text-align:left
}


/* added by CJM for ChooseLevel.ascx */
.ColorBlue {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    color: Blue;
    font-weight: bold;
}

td.CategoryFooter {
  border-color:green;
  border-width:1;
  border-left:0;
  border-right:0;
  border-top:0; 
  border-style:solid;
  
   font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Black;

}


.ProductListHead
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 14pt;
    text-decoration: underline;
}
.ProductListItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}

.ContentHeadCart
{
    background-color: #dddca3;
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}

.ContentHead
{
    background-color: #dddca3;
    color: black;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 35px
}



/* */
.SubContentHead
{
    background-color: #dddca3;
    color: Gray;
    font-family: Verdana, Arial;
    font-size: 18px;
    font-weight: bold;
    height: 20px
}

/* */
.UnitCost
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 15px;
    line-height: 20pt
}

/* */
.ModelNumberCart
{
    color: #808080;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}

.ModelNumber
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    line-height: 20pt
}


.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

.CartListHead
{
    background-color: #dddca3;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    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;
    font-size: 11px;
    padding-left: 5px
}

.CartListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.CartListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}


.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

.MostPopularHead
{
    background-color: Maroon;
    color: white;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

.LabelItem
{
    color: black;
    font-family: Verdana, Arial;
    font-size: 10px
}


ul#cssmw_home {
  cursor: default;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw_home ul {
  cursor: default;
  font-size: 0;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
ul#cssmw_home ul li {
  background-image: none;
  float: none;
}
ul#cssmw_home li {
  background-image: none;
  float: left;
  padding: 0 0 0 0;
  position: relative;
  white-space: nowrap;
  z-index: 100;
}
ul#cssmw_home li ul {
  display: none;
  top: 0;
}
ul#cssmw_home li:hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_home li.hover > ul {
  display: block;
  position: absolute;
}

ul#cssmw_home li.current > ul {
  position: absolute;
}
ul#cssmw_home > li {
  background-image: none;
}
ul#cssmw_home > li > a {
  background-color: #96B9EC;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #272B4B;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw_home > li > a:active {
  background-color: #FBDE66;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw_home > li:hover > a {
  background-color: #FBDE66;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home > li.hover > a {
  background-color: #FBDE66;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home > li.current > a.current {
  background-color: #FBDE66;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw_home ul.level-1 {
  left: 0px;
  top: 100%;
}
ul#cssmw_home ul.level-1 > li {
  background-image: none;
}
ul#cssmw_home ul.level-1 > li > a {
  background-color: #FBDE66;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #272B4B;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw_home ul.level-1 > li > a:active {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw_home ul.level-1 > li:hover > a {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home ul.level-1 > li.hover > a {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home ul.level-1 > li.current > a.current {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw_home ul.level-2 {
  left: 111px;
}
ul#cssmw_home ul.level-2 > li {
  background-image: none;
}
ul#cssmw_home ul.level-2 > li > a {
  background-color: #FBDE66;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #272B4B;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}
ul#cssmw_home ul.level-2 > li > a:active {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
ul#cssmw_home ul.level-2 > li:hover > a {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home ul.level-2 > li.hover > a {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}

ul#cssmw_home ul.level-2 > li.current > a.current {
  background-color: #E0B93A;
  color: #272B4B;
  font-weight: bold;
  text-decoration: none;
}
