/* ================================
    CSS STYLES FOR COSMIC COMMERCE  
    v1.0, 03/2005
   ================================
*/   

/* style for the left collapsalbe navigation in app.aspx*/
.SiteMapNavigation
{
	font-family:Verdana;
	font-size:10px;
	
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}
.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.MainOrderTable
{
	border-bottom:solid 1px black;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 1px black;

}
.NavigationFrame
{
	background-color:"lightgrey";
	
}
.TopMenuBar
{
	background-color:black;
}
.NavClass
{
 scrollbar-face-color: white;
 scrollbar-3dLight-Color: white;
 scrollbar-Arrow-Color:black;
 scrollbar-Base-Color:white;
 scrollbar-DarkShadow-Color:white;
 scrollbar-Highlight-Color:white;
 scrollbar-Shadow-Color:black;
 scrollbar-Track-Color:white;
 overflow:auto;
 width:140px;
 height:400px;

 
 
	
}
.ProductCategoryDetails
{
	border:solid 1px black;
	background-color:Silver;
	font-family:Arial;
	font-size:9pt;
}
.ProductNavigation-Main
{
	 font-family:Fillmore;
     font-size:24px;
    color:Black;

}

.CartHeader
{
	background-color: #CCCCCC;
}

.CartItem
{
	background-color: white;
	vertical-align:top;
}
.AltCartItem
{
	background-color: #FFFFCC;
	vertical-align:top;
}

.LeftNavigationTable
{
	background-color:"lightgrey";
	border-right:solid;
	border-right-width:thick;
	border-right-color:#336699;
	border-bottom:solid;
	border-bottom-width:thick;
	border-bottom-color:#336699;

}

.LeftNavTableHeader
{
	background-color:#336699;

}

.AdminTable
{
	font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color:Black;
    
	border-right:solid;
	border-right-width:thin;
	border-right-color:#336699;
	
	border-left:solid;
	border-left-width:thin;
	border-left-color:#336699;
	
	border-top:solid;
	border-top-width:thin;
	border-top-color:#336699;
	
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#336699;
}
.AdminTableHeader
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial;
	background-color: #336699;
	text-align: center;
}

.AltBG
{
	background-color:gainsboro;
}

.ProductItem
{
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
}
.ProductText
{
	font-family:Arial;
	font-size:8pt;
	color:#808080;
	text-decoration:none;
}
.ProductPrice_Strike
{
	font-weight:bold;
	font-family:Arial;
	font-size:8pt;
	color:#808080;
	text-decoration:line-through;
}
.ProductTextBold
{
	font-family:Arial;
	font-size:11pt;
	color:#808080;
	font-weight:bold;
	text-decoration:none;
}
.ProductNavigationLink
{
	font-family:Arial;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	
}
A.ProductNavigationLink:hover    {
	color:#666666;
    text-decoration: underline;
	
}
A.ProductNavigationLink:link {
	color:#666666;
	text-decoration:none;
}

A.ProductNavigationLink:visited  {
	color:#666666;
	text-decoration:none;
}

A.ProductNavigationLink:active   {
	color:#666666;
	text-decoration:none;
}



/* text style for the site links */
.SiteLink {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: underline;
    color:blue;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:blue;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:blue;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:blue;
}

/* text style for the links in top menu bar */
.MenuBarLink {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.MenuBarLink:link {
    text-decoration:    none;
    color:white;
}

A.MenuBarLink:visited  {
    text-decoration:    none;
    color:white;
}

A.MenuBarLink:active   {
    text-decoration:    none;
    color:white;
}

A.MenuBarLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* text style for the site links (at extreme top-right of header) */
.CommandButton {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold
}  

/* hyperlink style for the site links */
A.CommandButton:link {
    text-decoration:    none;
    color:black;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color:black;
}

A.CommandButton:active   {
    text-decoration:    none;
    color:black;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:gray;
}

/* style for text */
.CartText
{
	font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color:Black;
	
}
.CartBoldText
{
	font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color:Black;
	
}
.NormalText
{
	font-family: Arial;
    font-size: 8pt;
    font-weight: normal;
    color:Black;
	
}
.BoldText
{
	font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    color:Black;
	
}
.BoldTextWhite
{
	font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color:white;
	
}
.ErrorText
{
	font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color:Red;
}
.8ptText
{
	font-family:Arial;
	font-size:8pt;
	color:#808080;
	text-decoration:none;
}

