﻿body
.underconstruction
{
	font-family: Comic Sans MS;
	/*background-color: white;*/
}
.common
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.commonBold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}
.commonBoldUnderline
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration:underline;
}
.commonLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.commonNavLink
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.italic
{
    font-style:italic;
}
.small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}      
.smaller
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
}      
.smallest
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7px;
}      
.medium
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
.textboxsmall
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
text
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
shoppingCartTotalColumnHeader
{
    text-align: right;
    padding-right: 5px;
}
hide
{
    display:none;
}

/*======css style==========*/
.Grid 
{ 
        border-style:solid; 
        border-width: 1px; 
border-bottom-color:Black; 
border-top-color: Black; 
border-left-color:Black; 
border-right-color:Black; 



} 


.Grid th 
{ 

border-width: 1px; 
border-bottom-color:Black; 
border-top-color: Black; 
border-left-color:Black; 
border-right-color:Black; 


} 


.Grid td 
{ 
border-width: 1px; 
border-bottom-color:Black; 
border-top-color: Black; 
border-left-color:Black; 
border-right-color:Black 


} 


A:link {text-decoration: underline;}
A:visited {text-decoration: underline;}
A:hover {text-decoration: none;}
A:active {text-decoration: underline;}

A.black:link
{text-decoration: underline; color: Black;}
A.green:link
{text-decoration: underline; color: Green;}
A.pink:link
{text-decoration: underline; color: Fuchsia;}
A.blue:link
{text-decoration: underline; color: #3E89CD;}
A.yellow:link
{text-decoration: underline; color: #F9F400;}
A.white:link
{text-decoration: underline; color: White;}

A.black:visited
{text-decoration: underline; color: Black;}
A.green:visited
{text-decoration: underline; color: Green;}
A.pink:visited
{text-decoration: underline; color: Fuchsia;}
A.blue:visited
{text-decoration: underline; color: #3E89CD;}
A.yellow:visited
{text-decoration: underline; color: #F9F400;}
A.white:visited
{text-decoration: underline; color: White;}

A.black:hover
{text-decoration: none; color: Black;}
A.green:hover
{text-decoration: none; color: Green;}
A.pink:hover
{text-decoration: none; color: Fuchsia;}
A.blue:hover
{text-decoration: none; color: #3E89CD;}
A.yellow:hover
{text-decoration: none; color: #F9F400;}
A.white:hover
{text-decoration: none; color: White;}

A.black:active
{text-decoration: underline; color: Black;}
A.green:active
{text-decoration: underline; color: Green;}
A.pink:active
{text-decoration: underline; color: Fuchsia;}
A.blue:active
{text-decoration: underline; color: #3E89CD;}
A.yellow:active
{text-decoration: underline; color: #F9F400;}
A.white:active
{text-decoration: underline; color: White;}


