/* 
Created to hold not-specific styles for the general tabs (about | news | etc.)
*/
.genGreyBar	{
height: 5px;
background-color: #999999;
line-height: 5px;
}
.leftSdNav {
border-right:1px solid #ffffff;
background-color: #bfbfbf;
}


/* left nacv styles for general */

#divContainer {
width: 199px;
font-size: 10px;
border-top: 1px solid #ffffff;
font-weight: bold;
}


#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-weight:bold;
}


#navlist a, #navlist a:visited {
display: block;
width: 199px;;
padding-top: 4px;
padding-bottom:4px;
border-bottom: 1px solid #ffffff;
background-color: #CC6600;
background-image:  url(/images/general/navlist.jpg);
background-repeat: repeat-x;
color: #000000;
text-decoration: none;
text-indent:10px;
font-weight: bold;
}

#navlist a:hover {
background-color: #0033CC;
background-image:  url(/images/general/navlistOver.jpg);
color: #993300;
font-weight: bold;
}

#divContainer #navlist .onstate {
background-color: #9F6F9F;
background-image:  url(/images/general/navlistOn.jpg);
background-repeat: repeat-x;
color: #FFFFFF !important;
font-weight: bold;
cursor: default;
}

.genThemeForm {
background-image:url(/images/general/shopByBg.jpg);
background-repeat: no-repeat;
width: 174px;
margin-top:12px;
}

/* About Index.tpl Styles*/
.AboutHomeCallout {

}
.AboutCalloutText {
}
