/*
    CSS file for standard GO applications.
*/

/* text styles for new homepage*/
.newhpNav 
   { color: #FFFFFF; font-size: 10px; font-family:Verdana; font-weight:bold; }
   
.smBlueHPtxt
   { color: #0066CB; font-size: 10px; font-family:Verdana; }

.smBoxHPtxt
   { color: #000000; font-size: 9px; font-family:Verdana; }

.lrgBlueHPtxt
   { color: #0066CB; font-size: 12px; font-family:Verdana; font-weight: bold; }
   
.smOrangeHPtxt
   { color: #FF6600; font-size: 10px; font-family:Verdana; font-weight: bold; }
   
.newhplgText 
   { color: #000000; font-size: 14px; font-family:Verdana; font-weight:bold; }

/* standard text styles for the site */
.smVerdanaText
   { color: #000000; font-size: 10px; font-family:Verdana; }

.verdanaText 
   { color: #000000; font-size: 11px; font-family:Verdana; }

.lgVerdanaText 
   { color: #000000; font-size: 12px; font-family:Verdana; }

/* class used for form hints */
.hint
    { color: #555555; font-size:9px;  font-weight: normal; font-family:Arial, Verdana, Geneva, Sans-Serif; }

/* two text styles like the verdana text ones, but orange */
.orange {
    color: #FF6600; 
    font-size: 11px; 
    font-family: Verdana, Geneva, Sans-Serif; 
    text-decoration: none;
}

.bigOrange { 
    color: #FF6600; 
    font-size: 12px; 
    font-weight: bold; 
    font-family: Verdana, Geneva, Sans-Serif; 
    text-decoration: none;
}  

/* styles for the DHTML menubars on the header of most pages */
table.menubar { 
  font-size: 80%;
  background: white
}

table.menu {
  font-size: 80%;
  position: absolute;
  visibility: hidden;
}

td.menu {
  background-color: #333366;
}

a.menuitem {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.menuitem:hover { 
  color: #CCCCCC
}

/* style for the header text on pages with a category list */
.categoryHeader {
    font-family: Verdana, Sans-Serif;
    font-weight: bold; 
    font-size: 19px; 
    color: #910808;
    text-decoration: none;
}

.smNav 
   { color:#000000; font-size: 10px; font-family:Arial, Verdana, Geneva, Sans-Serif; }

.error 
    { color: red; font-family: "Verdana, Arial, Helvetica"; font-size: 10px; font-style: italic; }

/* classes for the category list on pages that have a category nav page */
a.dkgry10 {color:#666666; font-size:10px; font-family:Verdana; text-decoration: none;}
a.ltgry10 {color:#999999; font-size:10px; font-family:Verdana; text-decoration: none;}
a.white10 {color:#FFFFFF; font-size:10px; font-family:Verdana; text-decoration: none;}
a.blue10 {color:#0066CC; font-size:10px; font-family:Verdana; text-decoration: none;}

/* classes used for links on featured promos */
a.fp {
    color: #666666;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
a.fp:hover {
    color: #999999;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
/*CSS styles added for new category page redesign pages.*/
a.fpNew {
    color: #184378;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
a.fp1New {
    color: #909291;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
a.fpNew:hover {    
    color:#184378;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}
.category_layout
{
width:850px;
height:auto;
margin-right:auto;
margin-left:auto;
margin-bottom:16px;
}
.categoryHorizontal
{
height:auto;
float:left;
margin-bottom:16px;
}

.categoryHorizontal p
{
width:260px;
height:auto;
float:left;
font:12px Arial, Helvetica, sans-serif;
color:#313131;
padding-left:10px;
padding-right:5px;
padding-top:0px;
padding-bottom:0px;
margin:0px;
min-height:70px;

}
.right_border{border-right:1px solid #000000;}
.right_border_desc{border-right:1px solid #000000; vertical-align:top;}
.valign_desc{vertical-align:top;}
.categoryHorizontal span
{
width:275px;
height:auto;
float:left;
text-align:center;
padding-bottom:10px;
border-right:1px solid #000000;
font:20px Arial, Helvetica, sans-serif;
color:#000000;
}

.categoryHorizontal img
{
vertical-align:middle;
border:0;
}

.category_image_border
{
width:275px;
height:110px;
text-align:center;
margin-top:5px;
vertical-align:middle;
border-right:1px solid #000000;
}
.category_image
{
width:275px;
height:110px;
text-align:center;
margin-top:5px;
vertical-align:middle;
}
.category_title
{
width:275px;
height:35px;
float:left;
text-align:center;
font: bold 15px Arial, Helvetica, sans-serif;
color:#3d5675;
padding-top:10px;
}
.html_highlight
{
width:100px;
height:auto;
float:left;
text-align:center;
padding-top:10px;
padding-bottom:10px;
}
.odd {
    background-color: #ffffff;   
}
.even {
    background-color: #f2f4f3;   
}

/* classes for buy and save search result links */
a.bnsSearchHeader:link {
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}     
a.bnsSearchHeader:visited {
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}
a.bnsSearchHeader:hover {
    color: #CCCCCC;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}  
a.bnsSearchHeader:active  {
    color: #CCCCCC;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
} 
a.bnsSearch:link    {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}     
a.bnsSearch:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
a.bnsSearch:hover {
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}  
a.bnsSearch:active  {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
} 

.gry11 {font-family: arial; font-size: 11px; color: #333333; }
.gry9 {font-family: verdana; font-size: 9px; color: #333333; }

.message { 
   font-size: 16px;
   font-family: Arial,Verdana,Geneva,Sans-Serif;
   text-align:center;
   background-color:#0066CC;
   color:#fff;
   border-color:#000;
   border-style:solid;
   border-width:1px;
}


